/external/wpa_supplicant_8/src/utils/ |
D | state_machine.h | 32 #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/syslinux/core/fs/pxe/ |
D | http_readdir.c | 37 struct machine { struct 46 static const struct machine statemachine[] = { argument
|
/external/autotest/server/hosts/ |
D | factory.py | 43 def _get_host_arguments(machine): argument 143 def create_host(machine, host_class=None, connectivity_class=None, **args): argument 198 def create_testbed(machine, **kwargs): argument 217 def create_target_machine(machine, **kwargs): argument
|
/external/autotest/client/cros/cellular/ |
D | labconfig.py | 83 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/crosperf/ |
D | suite_runner.py | 60 def Run(self, machine, label, benchmark, test_args, profiler_args): argument 141 def Test_That_Run(self, machine, label, benchmark, test_args, profiler_args): argument 183 def RemoveTelemetryTempFile(self, machine, chromeos_root): argument 189 def Telemetry_Crosperf_Run(self, machine, label, benchmark, test_args, argument 245 def Telemetry_Run(self, machine, label, benchmark, profiler_args): argument
|
D | suite_runner_unittest.py | 99 def FakePinGovernor(machine, chroot): argument 103 def FakeTelemetryRun(machine, test_label, benchmark, profiler_args): argument 108 def FakeTelemetryCrosperfRun(machine, test_label, benchmark, test_args, argument 116 def FakeTestThatRun(machine, test_label, benchmark, test_args, argument 216 def FakeRebootMachine(machine, chroot): argument
|
D | machine_manager.py | 240 def GetChromeVersion(self, machine): argument 256 def ImageMachine(self, machine, label): argument 462 def ReleaseMachine(self, machine): argument 675 def GetChromeVersion(self, machine): argument 690 def ReleaseMachine(self, machine): argument
|
D | benchmark_run.py | 199 def RunTest(self, machine): argument 252 def RunTest(self, machine): argument
|
D | results_cache.py | 41 def __init__(self, logger, label, log_level, machine, cmd_exec=None): argument 450 machine, argument 468 machine, argument 488 def __init__(self, logger, label, log_level, machine, cmd_exec=None): argument 603 profiler_args, machine_manager, machine, board, cache_conditions, argument
|
/external/toolchain-utils/deprecated/ |
D | run_benchmarks.py | 71 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/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_fs_exec.c | 64 struct tgsi_exec_machine *machine, in exec_prepare() 119 struct tgsi_exec_machine *machine, in exec_run() 181 struct tgsi_exec_machine *machine) in exec_delete()
|
D | sp_quad_fs.c | 74 struct tgsi_exec_machine *machine = softpipe->fs_machine; in shade_quad() local 112 struct tgsi_exec_machine *machine = softpipe->fs_machine; in shade_quads() local
|
/external/autotest/server/brillo/feedback/ |
D | client_factory.py | 13 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/mesa3d/src/mesa/swrast/ |
D | s_atifragshader.c | 231 finish_pass(struct atifs_machine *machine) in finish_pass() 257 handle_pass_op(struct atifs_machine *machine, struct atifs_setupinst *texinst, in handle_pass_op() 277 handle_sample_op(struct gl_context * ctx, struct atifs_machine *machine, in handle_sample_op() 317 struct atifs_machine *machine, const SWspan *span, in execute_shader() 560 init_machine(struct gl_context * ctx, struct atifs_machine *machine, in init_machine() 585 struct atifs_machine machine; in _swrast_exec_fragment_shader() local
|
/external/kernel-headers/original/uapi/linux/ |
D | utsname.h | 11 char machine[9]; member 21 char machine[65]; member 29 char machine[__NEW_UTS_LEN + 1]; member
|
/external/toolchain-utils/ |
D | afe_lock_machine.py | 156 def CheckMachine(self, machine, error_msg): argument 171 def MachineIsKnown(self, machine): argument 354 def UpdateLockInAFE(self, should_lock_machine, machine): argument 416 def _InternalRemoveMachine(self, machine): argument
|
/external/mesa3d/src/mesa/program/ |
D | prog_execute.c | 105 const struct gl_program_machine *machine) in get_src_register_pointer() 181 struct gl_program_machine *machine) in get_dst_register_pointer() 224 const struct gl_program_machine *machine, GLfloat result[4]) in fetch_vector4() 273 const struct gl_program_machine *machine, GLuint result[4]) in fetch_vector4ui() 305 const struct gl_program_machine *machine, in fetch_vector4_deriv() 358 const struct gl_program_machine *machine, GLfloat result[4]) in fetch_vector1() 376 const struct gl_program_machine *machine) in fetch_vector1ui() 388 const struct gl_program_machine *machine, in fetch_texel() 455 eval_condition(const struct gl_program_machine *machine, in eval_condition() 479 struct gl_program_machine *machine, const GLfloat value[4]) in store_vector4() [all …]
|
/external/toolchain-utils/cros_utils/ |
D | command_executer.py | 63 machine=None, argument 224 def RemoteAccessInitCommand(self, chromeos_root, machine): argument 241 def CrosLearnBoard(self, chromeos_root, machine): argument 255 machine=None, argument 418 machine=None, argument 647 machine=None, argument
|
D | machines.py | 11 def MachineIsPingable(machine, logging_level='average'): argument
|
/external/autotest/server/ |
D | sequence.py | 58 def child_job_name(self, machine, iteration_number): argument 118 def schedule(self, job, timeout_mins, machine): argument
|
D | site_utils.py | 699 def get_hostname_from_machine(machine): argument 708 def get_host_info_from_machine(machine): argument 719 def get_afe_host_from_machine(machine): argument 748 def machine_is_testbed(machine): argument
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_gs.c | 168 struct tgsi_exec_machine *machine = shader->machine; in draw_geometry_fetch_outputs() local 215 struct tgsi_exec_machine *machine = shader->machine; in draw_fetch_gs_input() local 273 struct tgsi_exec_machine *machine = shader->machine; in gs_flush() local 401 struct tgsi_exec_machine *machine = shader->machine; in draw_geometry_shader_run() local
|
D | draw_vs_exec.c | 49 struct tgsi_exec_machine *machine; member 95 struct tgsi_exec_machine *machine = evs->machine; in vs_exec_run_linear() local
|
/external/autotest/tko/ |
D | tko.proto | 27 required string machine = 6; field 45 required string machine = 9; field
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_program.c | 74 struct gl_program_machine machine; member 227 init_machine(struct gl_context *ctx, struct gl_program_machine *machine, in init_machine() 317 struct gl_program_machine *machine = &store->machine; in run_vp() local
|