Home
last modified time | relevance | path

Searched refs:machine_type (Results 1 – 25 of 800) sorted by relevance

12345678910>>...32

/dports/lang/chez-scheme/ChezScheme-9.5.4/c/
H A Dversion.h19 #if (machine_type == machine_type_arm32le || machine_type == machine_type_tarm32le || machine_type
20 #if (machine_type == machine_type_tarm32le || machine_type == machine_type_tarm64le)
55 #if (machine_type == machine_type_ppc32le || machine_type == machine_type_tppc32le || machine_type
90 #if (machine_type == machine_type_i3le || machine_type == machine_type_ti3le || machine_type == mac…
91 #if (machine_type == machine_type_ti3le || machine_type == machine_type_ta6le)
125 #if (machine_type == machine_type_i3fb || machine_type == machine_type_ti3fb || machine_type == mac…
158 #if (machine_type == machine_type_i3nb || machine_type == machine_type_ti3nb || machine_type == mac…
194 #if (machine_type == machine_type_i3nt || machine_type == machine_type_ti3nt || machine_type == mac…
256 #if (machine_type == machine_type_i3ob || machine_type == machine_type_ti3ob || machine_type == mac…
290 #if (machine_type == machine_type_i3osx || machine_type == machine_type_ti3osx || machine_type == m…
[all …]
/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/cloudconfig/gcp/
H A Dbase_ops_template.go60 machine_type: n1-standard-1
67 machine_type: n1-standard-1
74 machine_type: g1-small
81 machine_type: n1-standard-2
88 machine_type: n1-highmem-4
95 machine_type: n1-highcpu-2
102 machine_type: n1-standard-4
109 machine_type: n1-standard-8
270 machine_type: f1-micro
279 machine_type: g1-small
[all …]
/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/cloudconfig/gcp/fixtures/
H A Dgcp-ops.yml57 machine_type: n1-standard-1
64 machine_type: n1-standard-1
71 machine_type: g1-small
78 machine_type: n1-standard-2
85 machine_type: n1-highmem-4
92 machine_type: n1-highcpu-2
99 machine_type: n1-standard-4
106 machine_type: n1-standard-8
267 machine_type: f1-micro
276 machine_type: g1-small
[all …]
/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/storage/fixtures/patched/cloud-config/
H A Dops.yml57 machine_type: n1-standard-1
64 machine_type: n1-standard-1
71 machine_type: g1-small
78 machine_type: n1-standard-2
85 machine_type: n1-highmem-4
92 machine_type: n1-highcpu-2
99 machine_type: n1-standard-4
106 machine_type: n1-standard-8
267 machine_type: f1-micro
276 machine_type: g1-small
[all …]
/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/storage/fixtures/unpatched/cloud-config/
H A Dops.yml57 machine_type: n1-standard-1
64 machine_type: n1-standard-1
71 machine_type: g1-small
78 machine_type: n1-standard-2
85 machine_type: n1-highmem-4
92 machine_type: n1-highcpu-2
99 machine_type: n1-standard-4
106 machine_type: n1-standard-8
267 machine_type: f1-micro
276 machine_type: g1-small
[all …]
/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/storage/fixtures/upped/cloud-config/
H A Dops.yml57 machine_type: n1-standard-1
64 machine_type: n1-standard-1
71 machine_type: g1-small
78 machine_type: n1-standard-2
85 machine_type: n1-highmem-4
92 machine_type: n1-highcpu-2
99 machine_type: n1-standard-4
106 machine_type: n1-standard-8
267 machine_type: f1-micro
276 machine_type: g1-small
[all …]
/dports/net/afpfs-ng/afpfs-ng-0.8.1/lib/
H A Dconnect.c55 char machine_type[AFP_MACHINETYPE_LEN]; in afp_server_full_connect() local
88 memcpy(machine_type,&tmpserver->machine_type,AFP_MACHINETYPE_LEN); in afp_server_full_connect()
123 memcpy(s->machine_type,machine_type,AFP_MACHINETYPE_LEN); in afp_server_full_connect()
130 if (strcmp(s->machine_type,"Netatalk")==0) in afp_server_full_connect()
132 else if (strcmp(s->machine_type,"Airport")==0) in afp_server_full_connect()
134 else if (strcmp(s->machine_type,"Macintosh")==0) in afp_server_full_connect()
H A Didentify.c16 if (strcmp(s->machine_type,"Netatalk")==0) in afp_server_identify()
18 else if (strcmp(s->machine_type,"AirPort")==0) in afp_server_identify()
20 else if (strcmp(s->machine_type,"Macintosh")==0) in afp_server_identify()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/acceptance/
H A Dmultiprocess.py22 machine_type): argument
46 self.vm.add_args('-machine', machine_type)
79 machine_type = 'pc'
80 self.do_test(kernel_url, initrd_url, kernel_command_line, machine_type)
94 machine_type = 'virt,gic-version=3'
95 self.do_test(kernel_url, initrd_url, kernel_command_line, machine_type)
/dports/emulators/qemu/qemu-6.2.0/tests/avocado/
H A Dmultiprocess.py22 machine_type): argument
46 self.vm.add_args('-machine', machine_type)
79 machine_type = 'pc'
80 self.do_test(kernel_url, initrd_url, kernel_command_line, machine_type)
94 machine_type = 'virt,gic-version=3'
95 self.do_test(kernel_url, initrd_url, kernel_command_line, machine_type)
/dports/emulators/qemu60/qemu-6.0.0/tests/acceptance/
H A Dmultiprocess.py22 machine_type): argument
46 self.vm.add_args('-machine', machine_type)
79 machine_type = 'pc'
80 self.do_test(kernel_url, initrd_url, kernel_command_line, machine_type)
94 machine_type = 'virt,gic-version=3'
95 self.do_test(kernel_url, initrd_url, kernel_command_line, machine_type)
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/pfs_table_plugin/
H A Dpfs_example_machines_by_emp_by_mtype.cc54 record->machine_type.val = TYPE_END; in reset_record()
55 record->machine_type.is_null = false; in reset_record()
69 record->machine_type = m_record->machine_type; in make_record()
76 enum machine_type_enum machine_type; in m_by_emp_by_mtype_rnd_next() local
86 machine_type = (enum machine_type_enum)h->m_pos.m_index_2; in m_by_emp_by_mtype_rnd_next()
96 m_record->machine_type.val == machine_type) { in m_by_emp_by_mtype_rnd_next()
183 table_svc->set_field_enum(field, h->current_row.machine_type); in m_by_emp_by_mtype_read_column_value()
/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/import/
H A Dags_track_collection_mapper.c276 (GtkWidget *) track_collection_mapper->machine_type, in ags_track_collection_mapper_init()
475 gchar *machine_type; in ags_track_collection_mapper_apply() local
495 machine_type = gtk_combo_box_text_get_active_text(track_collection_mapper->machine_type); in ags_track_collection_mapper_apply()
497 if(!g_ascii_strcasecmp(machine_type, in ags_track_collection_mapper_apply()
500 }else if(!g_ascii_strcasecmp(machine_type, in ags_track_collection_mapper_apply()
503 }else if(!g_ascii_strcasecmp(machine_type, in ags_track_collection_mapper_apply()
507 }else if(!g_ascii_strcasecmp(machine_type, in ags_track_collection_mapper_apply()
511 }else if(!g_ascii_strcasecmp(machine_type, in ags_track_collection_mapper_apply()
849 gtk_combo_box_text_append_text(track_collection_mapper->machine_type, in ags_track_collection_mapper_map()
853 gtk_combo_box_text_append_text(track_collection_mapper->machine_type, in ags_track_collection_mapper_map()
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/compute/instances/
H A Dset_machine_type.py67 machine_type = instance_utils.InterpretMachineType(
68 machine_type=args.machine_type,
76 instance_ref.zone, machine_type)
79 machine_type, collection='compute.machineTypes',
H A Dimport.py134 machine_type = None
135 if args.machine_type or args.custom_cpu or args.custom_memory:
136 machine_type = instance_utils.InterpretMachineType(
137 machine_type=args.machine_type,
160 machine_type=machine_type,
/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/
H A Dags_window.h112 GType machine_type; member
123 GType machine_type);
126 GType machine_type);
128 GType machine_type);
131 GType machine_type, guint initial_value);
/dports/cad/cura/Cura-58bae31/cura/Machines/Models/
H A DDiscoveredPrintersModel.py24 …f, ip_address: str, key: str, name: str, create_callback: Callable[[str], None], machine_type: str,
32 self._machine_type = machine_type
59 def setMachineType(self, machine_type: str) -> None:
60 if self._machine_type != machine_type:
61 self._machine_type = machine_type
236 machine_type: str, device: "NetworkedPrinterOutputDevice") -> None:
241 …discovered_printer = DiscoveredPrinter(ip_address, key, name, create_callback, machine_type, devic…
247 machine_type: Optional[str] = None) -> None:
256 if machine_type is not None:
257 item.setMachineType(machine_type)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/win/static_initializers/
H A Dstatic_initializers.cc19 DWORD* machine_type) { in LoadDataFromPdb() argument
79 *machine_type = CV_CFL_80386; in LoadDataFromPdb()
82 *machine_type = CV_CFL_IA64; in LoadDataFromPdb()
85 *machine_type = CV_CFL_AMD64; in LoadDataFromPdb()
200 DWORD machine_type = CV_CFL_80386; in wmain() local
205 &machine_type)) { in wmain()
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/win/static_initializers/
H A Dstatic_initializers.cc19 DWORD* machine_type) { in LoadDataFromPdb() argument
79 *machine_type = CV_CFL_80386; in LoadDataFromPdb()
82 *machine_type = CV_CFL_IA64; in LoadDataFromPdb()
85 *machine_type = CV_CFL_AMD64; in LoadDataFromPdb()
200 DWORD machine_type = CV_CFL_80386; in wmain() local
205 &machine_type)) { in wmain()
/dports/misc/snakemake/snakemake-6.12.1/snakemake/executors/
H A Dgoogle_lifesciences.py349 if machine_type not in names:
350 to_remove.add(machine_type)
352 for machine_type in to_remove:
353 del machine_types[machine_type]
458 if machine_type["guestCpus"] < cores or machine_type["memoryMb"] < mem_mb:
460 keepers[name] = machine_type
468 keepers[name] = machine_type
502 machine_type["guestCpus"] < min_cores
503 and machine_type["memoryMb"] < min_mem
506 min_cores = machine_type["guestCpus"]
[all …]
/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/osc/controller/
H A Dags_ui_osc_renew_controller.c1055 GType machine_type; in ags_ui_osc_renew_controller_check_message_callback() local
1095 machine_type = G_TYPE_NONE; in ags_ui_osc_renew_controller_check_message_callback()
1102 machine_type = AGS_TYPE_PANEL; in ags_ui_osc_renew_controller_check_message_callback()
1120 machine_type = AGS_TYPE_MIXER; in ags_ui_osc_renew_controller_check_message_callback()
1126 machine_type = AGS_TYPE_DRUM; in ags_ui_osc_renew_controller_check_message_callback()
1132 machine_type = AGS_TYPE_MATRIX; in ags_ui_osc_renew_controller_check_message_callback()
1138 machine_type = AGS_TYPE_SYNTH; in ags_ui_osc_renew_controller_check_message_callback()
1144 machine_type = AGS_TYPE_FM_SYNTH; in ags_ui_osc_renew_controller_check_message_callback()
1162 machine_type = AGS_TYPE_FFPLAYER; in ags_ui_osc_renew_controller_check_message_callback()
1174 machine_type = AGS_TYPE_AUDIOREC; in ags_ui_osc_renew_controller_check_message_callback()
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/google_api/cloud_platform/
H A Dclient.rb65 …def projects_zones_clusters_create(project_id, zone, cluster_name, cluster_size, machine_type:, le… argument
69 …cluster_options = make_cluster_options(cluster_name, cluster_size, machine_type, legacy_abac, enab…
135 def make_cluster_options(cluster_name, cluster_size, machine_type, legacy_abac, enable_addons) argument
141 machine_type: machine_type,
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/sql/
H A Dinstance_prop_reducers.py378 machine_type = 'db-custom-{0}-{1}'.format(cpu, memory_mib)
379 return machine_type
405 machine_type = None
407 machine_type = tier
429 machine_type = custom_type_string
432 if not machine_type and not instance:
433 machine_type = constants.DEFAULT_MACHINE_TYPE
435 return machine_type
/dports/games/magiccube4d/magiccube4d-src-2_2/
H A DMachine.cpp24 Preferences& prefs, char const* machine_type) in createMachine() argument
27 if (strcmp(machine_type, "X") == 0) in createMachine()
33 std::cerr << "Unsupported machine type " << machine_type << std::endl; in createMachine()
/dports/lang/abcl/abcl-src-1.8.0/src/org/armedbear/lisp/
H A Dmachine_type.java37 public final class machine_type extends Primitive class
39 private machine_type() in machine_type() method in machine_type
57 private static final Primitive MACHINE_TYPE = new machine_type();

12345678910>>...32