Home
last modified time | relevance | path

Searched defs:machine (Results 1 – 25 of 127) sorted by relevance

123456

/external/wpa_supplicant_8/src/utils/
Dstate_machine.h32 #define SM_STATE(machine, state) \ argument
46 #define SM_ENTRY(machine, state) \ argument
65 #define SM_ENTRY_M(machine, _state, data) \ argument
83 #define SM_ENTRY_MA(machine, _state, data) \ argument
101 #define SM_ENTER(machine, state) \ argument
114 #define SM_ENTER_GLOBAL(machine, state) \ argument
126 #define SM_STEP(machine) \ argument
136 #define SM_STEP_RUN(machine) sm_ ## machine ## _Step(sm) argument
/external/toolchain-utils/
Dlock_machine.py107 def CheckMachine(self, machine, error_msg): argument
176 def AddMachineToLocal(self, machine): argument
185 def AddMachineToSkylab(self, machine): argument
211 def UpdateLockInSkylab(self, should_lock_machine, machine): argument
231 def UpdateFileLock(self, should_lock_machine, machine): argument
287 def _InternalRemoveMachine(self, machine): argument
371 def CheckMachineInSkylab(self, machine): argument
400 def LeaseSkylabMachine(self, machine): argument
420 def ReleaseSkylabMachine(self, machine): argument
/external/autotest/client/cros/cellular/
Dlabconfig.py83 def _get_dut(self, machine=None): argument
131 def get_technologies(self, machine=None): argument
150 def get_rf_switch_port(self, machine=None): argument
/external/toolchain-utils/deprecated/
Drun_benchmarks.py71 def RunBrowserBenchmark(chromeos_root, board, bench, machine): argument
86 def RunStartupBenchmark(chromeos_root, board, machine): argument
100 def RunCpuBenchmark(chromeos_root, bench, workdir, machine): argument
/external/autotest/server/brillo/feedback/
Dclient_factory.py13 def _get_client(fb_client_name, available_clients, test_name, machine, argument
53 def get_audio_client(fb_client_name, test_name, machine, args_str): argument
/external/autotest/server/hosts/
Dfactory.py54 def _get_host_arguments(machine): argument
164 def create_host(machine, host_class=None, connectivity_class=None, **args): argument
240 def create_target_machine(machine, **kwargs): argument
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_fs_exec.c56 struct tgsi_exec_machine *machine, in exec_prepare()
112 struct tgsi_exec_machine *machine, in exec_run()
179 struct tgsi_exec_machine *machine) in exec_delete()
Dsp_quad_fs.c66 struct tgsi_exec_machine *machine = softpipe->fs_machine; in shade_quad() local
109 struct tgsi_exec_machine *machine = softpipe->fs_machine; in shade_quads() local
Dsp_compute.c40 struct tgsi_exec_machine *machine, in cs_prepare()
87 struct tgsi_exec_machine *machine, bool restart) in cs_run()
132 struct tgsi_exec_machine *machine) in cs_delete()
/external/kernel-headers/original/uapi/linux/
Dutsname.h12 char machine[9]; member
22 char machine[65]; member
30 char machine[__NEW_UTS_LEN + 1]; member
/external/mesa3d/src/mesa/swrast/
Ds_atifragshader.c232 finish_pass(struct atifs_machine *machine) in finish_pass()
243 handle_pass_op(struct atifs_machine *machine, struct atifs_setupinst *texinst, in handle_pass_op()
263 handle_sample_op(struct gl_context * ctx, struct atifs_machine *machine, in handle_sample_op()
303 struct atifs_machine *machine, const SWspan *span, in execute_shader()
546 init_machine(struct gl_context * ctx, struct atifs_machine *machine, in init_machine()
571 struct atifs_machine machine; in _swrast_exec_fragment_shader() local
/external/mesa3d/src/mesa/program/
Dprog_execute.c82 const struct gl_program_machine *machine) in get_src_register_pointer()
148 struct gl_program_machine *machine) in get_dst_register_pointer()
188 const struct gl_program_machine *machine, GLfloat result[4]) in fetch_vector4()
230 const struct gl_program_machine *machine, in fetch_vector4_deriv()
277 const struct gl_program_machine *machine, GLfloat result[4]) in fetch_vector1()
294 const struct gl_program_machine *machine, in fetch_texel()
325 struct gl_program_machine *machine, const GLfloat value[4]) in store_vector4()
378 struct gl_program_machine *machine) in _mesa_execute_program()
/external/elfutils/libdwelf/
Ddwelf_elf_e_machine_string.c37 dwelf_elf_e_machine_string (int machine) in dwelf_elf_e_machine_string()
/external/toolchain-utils/cros_utils/
Dmachines.py13 def MachineIsPingable(machine, logging_level='average'): argument
/external/toolchain-utils/crosperf/
Dmachine_manager.py240 def GetChromeVersion(self, machine): argument
254 def ImageMachine(self, machine, label): argument
464 def ReleaseMachine(self, machine): argument
678 def GetChromeVersion(self, machine): argument
688 def ImageMachine(self, machine, label): argument
693 def ReleaseMachine(self, machine): argument
/external/autotest/server/
Dsequence.py58 def child_job_name(self, machine, iteration_number): argument
118 def schedule(self, job, timeout_mins, machine): argument
/external/python/cpython2/PC/VS9.0/
Dbuild.bat61 set machine=AMD64 variable
64 set machine=IX86 variable
/external/cldr/tools/java/org/unicode/cldr/draft/
DStateMachineTest.java44 UnicodeSetBuilder machine = new UnicodeSetBuilder(); in main() local
147 private static void repeatCall(UnicodeSetBuilder machine, ParsePosition parsePosition, in repeatCall()
/external/elfutils/backends/
Dia64_init.c43 GElf_Half machine __attribute__ ((unused)), in ia64_init()
Dtilegx_init.c42 GElf_Half machine __attribute__ ((unused)), in tilegx_init()
Daarch64_init.c43 GElf_Half machine __attribute__ ((unused)), in aarch64_init()
Dm68k_init.c42 GElf_Half machine __attribute__ ((unused)), in m68k_init()
Di386_init.c43 GElf_Half machine __attribute__ ((unused)), in i386_init()
Dx86_64_init.c46 GElf_Half machine __attribute__ ((unused)), in x86_64_init()
Dppc_init.c44 GElf_Half machine __attribute__ ((unused)), in ppc_init()

123456