/external/wpa_supplicant_8/src/utils/ |
D | state_machine.h | 2 * wpa_supplicant/hostapd - State machine definitions 9 * implement a state machine. In addition to including this header file, each 10 * file implementing a state machine must define STATE_MACHINE_DATA to be the 24 * SM_STATE - Declaration of a state machine function 25 * @machine: State machine name 26 * @state: State machine state 28 * This macro is used to declare a state machine function. It is used in place 32 #define SM_STATE(machine, state) \ argument 33 static void sm_ ## machine ## _ ## state ## _Enter(STATE_MACHINE_DATA *sm, \ 37 * SM_ENTRY - State machine function entry point [all …]
|
/external/elfutils/tests/ |
D | saridx.c | 32 #define MACHINE(name) [name] = #name macro 33 MACHINE (EM_NONE), 34 MACHINE (EM_M32), 35 MACHINE (EM_SPARC), 36 MACHINE (EM_386), 37 MACHINE (EM_68K), 38 MACHINE (EM_88K), 39 MACHINE (EM_860), 40 MACHINE (EM_MIPS), 41 MACHINE (EM_MIPS_RS3_LE), [all …]
|
/external/v8/test/unittests/compiler/ |
D | machine-operator-unittest.cc | 5 #include "src/compiler/machine-operator.h" 72 MachineOperatorBuilder machine(zone(), representation()); in TEST_P() local 73 const Operator* op = machine.Load(GetParam()); in TEST_P() 87 MachineOperatorBuilder machine(zone(), representation()); in TEST_P() local 88 EXPECT_EQ(IrOpcode::kLoad, machine.Load(GetParam())->opcode()); in TEST_P() 93 MachineOperatorBuilder machine(zone(), representation()); in TEST_P() local 95 OpParameter<LoadRepresentation>(machine.Load(GetParam()))); in TEST_P() 133 MachineOperatorBuilder machine(zone(), representation()); in TEST_P() local 134 const Operator* op = machine.Store(GetParam()); in TEST_P() 148 MachineOperatorBuilder machine(zone(), representation()); in TEST_P() local [all …]
|
D | machine-operator-reducer-unittest.cc | 8 #include "src/compiler/machine-operator-reducer.h" 58 MachineOperatorBuilder* machine() { return &machine_; } in machine() function in v8::internal::compiler::MachineOperatorReducerTest 273 machine()->ChangeFloat32ToFloat64(), Float32Constant(x))); in TEST_F() 288 machine()->ChangeFloat64ToInt32(), in TEST_F() 289 graph()->NewNode(machine()->ChangeInt32ToFloat64(), value))); in TEST_F() 298 machine()->ChangeFloat64ToInt32(), Float64Constant(FastI2D(x)))); in TEST_F() 313 machine()->ChangeFloat64ToUint32(), in TEST_F() 314 graph()->NewNode(machine()->ChangeUint32ToFloat64(), value))); in TEST_F() 323 machine()->ChangeFloat64ToUint32(), Float64Constant(FastUI2D(x)))); in TEST_F() 337 graph()->NewNode(machine()->ChangeInt32ToFloat64(), Int32Constant(x))); in TEST_F() [all …]
|
/external/v8/src/compiler/ |
D | raw-machine-assembler.h | 12 #include "src/compiler/machine-operator.h" 49 MachineOperatorBuilder* machine() { return &machine_; } in machine() function 114 return AddNode(machine()->Load(rep), base, index); in Load() 122 return AddNode(machine()->Store(StoreRepresentation(rep, write_barrier)), in Store() 128 return AddNode(machine()->WordAnd(), a, b); in WordAnd() 130 Node* WordOr(Node* a, Node* b) { return AddNode(machine()->WordOr(), a, b); } in WordOr() 132 return AddNode(machine()->WordXor(), a, b); in WordXor() 135 return AddNode(machine()->WordShl(), a, b); in WordShl() 138 return AddNode(machine()->WordShr(), a, b); in WordShr() 141 return AddNode(machine()->WordSar(), a, b); in WordSar() [all …]
|
D | representation-change.cc | 11 #include "src/compiler/machine-operator.h" 128 // value to the full machine word size and stores implicitly truncate, in GetRepresentationFor() 241 op = machine()->ChangeInt32ToFloat64(); in GetFloat32RepresentationFor() 247 op = machine()->ChangeUint32ToFloat64(); in GetFloat32RepresentationFor() 251 op = machine()->TruncateFloat64ToFloat32(); in GetFloat32RepresentationFor() 255 op = machine()->TruncateFloat64ToFloat32(); in GetFloat32RepresentationFor() 257 op = machine()->TruncateFloat64ToFloat32(); in GetFloat32RepresentationFor() 296 op = machine()->ChangeInt32ToFloat64(); in GetFloat64RepresentationFor() 302 op = machine()->ChangeUint32ToFloat64(); in GetFloat64RepresentationFor() 307 op = machine()->ChangeFloat32ToFloat64(); in GetFloat64RepresentationFor() [all …]
|
/external/mesa3d/src/mesa/program/ |
D | prog_execute.c | 105 const struct gl_program_machine *machine) in get_src_register_pointer() argument 107 const struct gl_program *prog = machine->CurProgram; in get_src_register_pointer() 112 reg += machine->AddressReg[0][0]; in get_src_register_pointer() 122 return machine->Temporaries[reg]; in get_src_register_pointer() 128 return machine->VertAttribs[reg]; in get_src_register_pointer() 133 return machine->Attribs[reg][machine->CurElement]; in get_src_register_pointer() 139 return machine->Outputs[reg]; in get_src_register_pointer() 144 return machine->CurProgram->LocalParams[reg]; in get_src_register_pointer() 149 return machine->EnvParams[reg]; in get_src_register_pointer() 163 assert(reg < Elements(machine->SystemValues)); in get_src_register_pointer() [all …]
|
/external/autotest/frontend/health/ |
D | utils_unittest.py | 64 machine = models.Machine(machine_idx=1) 67 kernel=kernel, machine=machine, 72 kernel=kernel, machine=machine, 86 machine = models.Machine(machine_idx=1) 89 kernel=kernel, machine=machine, 94 kernel=kernel, machine=machine, 109 machine = models.Machine(machine_idx=1) 112 kernel=kernel, machine=machine, 117 kernel=kernel, machine=machine, 149 machine = models.Machine(machine_idx=1) [all …]
|
/external/skia/site/dev/testing/ |
D | skialab.md | 34 Each machine is labeled with its hostname and the number or letter used to 38 associated with. Each device connects to a host machine, either directly or 41 **Disclaimer: Please ONLY make changes on a lab machine as a last resort, as it 45 made on the machine (such as a driver update), please contact an infra team 52 ### Locating the host machine for a failing bot 56 machine where a failing bot is running in order to debug the failure. 62 builder and buildslave. Click the "Lookup" link next to "Host machine". This 65 select the machine which runs the buildslave in question. 66 3. The information box will display the hostname of the machine as well as the 67 KVM switch and number used to access the machine, if the machine is in the [all …]
|
/external/autotest/client/cros/cellular/ |
D | labconfig.py | 51 # server control file, on whatever machine the test was 83 def _get_dut(self, machine=None): argument 84 """Returns the DUT record for machine from cell["duts"] 86 machine: name or IP of machine. None: for "the current machine". 89 machine we're running on. The important thing is that this 95 if self.ip and not machine: 96 machine = self.ip 98 if not machine: 105 machine = get_interface_ip(interface) 106 if machine: [all …]
|
/external/llvm/docs/ |
D | MIRLangRef.rst | 2 Machine IR (MIR) Format Reference Manual 14 This document is a reference manual for the Machine IR (MIR) serialization 16 LLVM's :ref:`machine specific intermediate representation 17 <machine code representation>`. 32 contain the serialized machine functions. 58 the machine copy propagation pass in the ``stop-after`` option, as it runs 61 ``llc -stop-after machine-cp bug-trigger.ll > test.mir`` 86 - The ``MCSymbol`` machine operands are only printed, they can't be parsed. 126 Machine Functions 129 The remaining YAML documents contain the machine functions. This is an example [all …]
|
/external/autotest/client/tests/kvm/deps/ |
D | whql_submission_15.cs | 19 // Wait for a machine to show up in the data store 22 Console.WriteLine("Looking for machine '{0}'", machineName); in FindMachine() 23 IResource machine = null; in FindMachine() 28 machine = rootPool.GetResourceByName(machineName); in FindMachine() 34 // Make sure the machine is valid in FindMachine() 35 if (machine != null && in FindMachine() 36 machine.OperatingSystem != null && in FindMachine() 37 machine.OperatingSystem.Length > 0 && in FindMachine() 38 machine.ProcessorArchitecture != null && in FindMachine() 39 machine.ProcessorArchitecture.Length > 0 && in FindMachine() [all …]
|
D | whql_delete_machine_15.cs | 1 // DTM machine deletion tool 35 // Find the client machine in Main() 37 Console.WriteLine("Looking for client machine '{0}'", clientName); in Main() 38 IResource machine = rootPool.GetResourceByName(clientName); in Main() 39 if (machine == null) in Main() 41 Console.WriteLine("Client machine not found"); in Main() 44 Console.WriteLine("Client machine '{0}' found ({1}, {2})", in Main() 45 clientName, machine.OperatingSystem, machine.ProcessorArchitecture); in Main() 47 // Change the client machine's status to 'unsafe' in Main() 48 Console.WriteLine("Changing the client machine's status to 'Unsafe'"); in Main() [all …]
|
/external/autotest/client/cros/cellular/pseudomodem/ |
D | state_machine.py | 33 In interactive mode, the state machine object exposes a dbus object under 37 In this mode, the state machine waits for a dbus method call 58 @returns: True, if the state machine has been cancelled or has 67 Tells the state machine to stop transitioning to further states. 75 Run this machine in interactive mode. 77 This function must be called before |Start|. In this mode, the machine 93 logging.info('Running state machine in interactive mode') 98 """ Start the state machine. """ 106 Advance a step on a state machine running in interactive mode. 108 @returns: True if the state machine was advanced. False otherwise. [all …]
|
D | state_machine_factory.py | 22 state machine. 48 machine to pseudomodem, please add it here so that tests can easily run 64 Set the given machine to be launched in interative mode. 66 @param machine_name: The name of the machine to be launched in 75 Create an instance of the given machine. 77 @param machine_name: The name of the machine to be created. All 78 supported machine names are exported as constants in the 80 @param *args, **kwargs: Arguments to pass to the machine constructor. 81 @returns: A new instance of the deseried machine 85 machine = cdma_activate_machine.CdmaActivateMachine(*args, **kwargs) [all …]
|
D | client.py | 180 print '\nExpected one argument: Name of state machine\n' 185 print '\nNo such interactive state machine.\n' 190 def do_is_waiting(self, machine): argument 192 Determine if a machine is waiting for an advance call. 194 @param machine: Case sensitive name of the machine. 195 @return: True if |machine| is waiting to be advanced by the user. 198 ism = self._get_state_machine(machine) 205 print ('\nState machine is %swaiting.\n' % 209 (machine, repr(e))) 215 print ('\nUsage: is_waiting <state-machine-name>\n' [all …]
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_gs.c | 48 draw->gs.tgsi.machine = tgsi_exec_machine_create(); in draw_gs_init() 49 if (!draw->gs.tgsi.machine) in draw_gs_init() 52 draw->gs.tgsi.machine->Primitives = align_malloc( in draw_gs_init() 54 if (!draw->gs.tgsi.machine->Primitives) in draw_gs_init() 56 memset(draw->gs.tgsi.machine->Primitives, 0, in draw_gs_init() 64 if (!draw->gs.tgsi.machine) in draw_gs_destroy() 67 align_free(draw->gs.tgsi.machine->Primitives); in draw_gs_destroy() 69 tgsi_exec_machine_destroy(draw->gs.tgsi.machine); in draw_gs_destroy() 124 gs->machine = draw->gs.tgsi.machine; in draw_create_geometry_shader() 168 struct tgsi_exec_machine *machine = shader->machine; in draw_geometry_fetch_outputs() local [all …]
|
D | draw_vs_exec.c | 49 struct tgsi_exec_machine *machine; member 69 if (evs->machine->Tokens != shader->state.tokens) { in vs_exec_prepare() 70 tgsi_exec_machine_bind_shader(evs->machine, in vs_exec_prepare() 95 struct tgsi_exec_machine *machine = evs->machine; in vs_exec_run_linear() local 100 tgsi_exec_set_constant_buffers(machine, PIPE_MAX_CONSTANT_BUFFERS, in vs_exec_run_linear() 104 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_INSTANCEID]; in vs_exec_run_linear() 105 assert(i < Elements(machine->SystemValue)); in vs_exec_run_linear() 107 machine->SystemValue[i].i[j] = shader->draw->instance_id; in vs_exec_run_linear() 128 unsigned vid = machine->SysSemanticToIndex[TGSI_SEMANTIC_VERTEXID]; in vs_exec_run_linear() 129 assert(vid < Elements(machine->SystemValue)); in vs_exec_run_linear() [all …]
|
/external/autotest/server/cros/ |
D | repair_utils.py | 34 Used to log information about a machine going into the Repair Failed state. 55 def _find_problem_test(machine, rpc): argument 57 Find the last job that ran on the machine. 63 @param machine: The hostname (e.g. IP address) of the machine to find the 68 @return the job status dictionary for the job that last ran on the machine 80 results = rpc.run('get_host_queue_entries', host__hostname=machine, 89 def flag_problem_test(machine): argument 91 Notify people about the last job that ran on a machine. 93 This method is invoked everytime a machine fails to repair, and attempts 94 to identify the last test that ran on the machine. If successfull, it files [all …]
|
/external/mesa3d/src/mesa/swrast/ |
D | s_fragprog.c | 76 * Called via machine->FetchTexelLod() 105 * Called via machine->FetchTexelDeriv() 152 * Initialize the virtual fragment program machine state prior to running 155 * \param machine the virtual machine state to init 161 init_machine(struct gl_context *ctx, struct gl_program_machine *machine, in init_machine() argument 169 memset(machine->Temporaries, 0, MAX_PROGRAM_TEMPS * 4 * sizeof(GLfloat)); in init_machine() 181 machine->Attribs = span->array->attribs; in init_machine() 183 machine->DerivX = (GLfloat (*)[4]) span->attrStepX; in init_machine() 184 machine->DerivY = (GLfloat (*)[4]) span->attrStepY; in init_machine() 185 machine->NumDeriv = FRAG_ATTRIB_MAX; in init_machine() [all …]
|
/external/autotest/client/site_tests/platform_DBusMachineIdRotation/ |
D | platform_DBusMachineIdRotation.py | 15 """Verify that /var/lib/dbus/machine-id is properly rotated. 18 we actually don't use /var/lib/dbus/machine-id for 24 """Allocates the machine-id file to use and initialize it.""" 25 fd, self._machine_id_file = tempfile.mkstemp(prefix='machine-id-rot-') 30 """Cleans up the allocated machine-id file.""" 34 """Helper function to read the machine-id file.""" 41 subprocess.check_call(['cros-machine-id-regen', '-r', 'network', 48 """Check that the machine-id is not regenerated unless a given amount 51 subprocess.check_call(['cros-machine-id-regen', '-r', 'network', 58 # that the machine-id hasn't been regenerated. [all …]
|
/external/curl/ |
D | Makefile.dist | 129 nmake /f Makefile.$(VC) MACHINE=x64 cfg=release 131 nmake /f Makefile.$(VC) MACHINE=x64 cfg=release 141 nmake /f Makefile.$(VC) MACHINE=x64 cfg=release WINDOWS_SSPI=1 143 nmake /f Makefile.$(VC) MACHINE=x64 cfg=release WINDOWS_SSPI=1 153 nmake /f Makefile.$(VC) MACHINE=x64 cfg=release USE_IDN=1 155 nmake /f Makefile.$(VC) MACHINE=x64 cfg=release USE_IDN=1 165 nmake /f Makefile.$(VC) MACHINE=x64 cfg=release USE_IDN=1 WINDOWS_SSPI=1 167 nmake /f Makefile.$(VC) MACHINE=x64 cfg=release USE_IDN=1 WINDOWS_SSPI=1 177 nmake /f Makefile.$(VC) MACHINE=x64 cfg=release-zlib 179 nmake /f Makefile.$(VC) MACHINE=x64 cfg=release-zlib [all …]
|
/external/v8/tools/testrunner/local/ |
D | utils.py | 84 machine = platform.machine() 85 return (machine and 87 not arch.startswith(machine)) 93 machine = platform.machine() 94 machine = machine.lower() # Windows 7 capitalizes 'AMD64'. 95 if machine.startswith('arm'): 97 elif (not machine) or (not re.match('(x|i[3-6])86$', machine) is None): 99 elif machine == 'i86pc': 101 elif machine == 'x86_64': 103 elif machine == 'amd64': [all …]
|
/external/llvm/bindings/ocaml/target/ |
D | target_ocaml.c | 223 /*===---- Target Machine --------------------------------------------------===*/ 227 static void llvm_finalize_target_machine(value Machine) { in llvm_finalize_target_machine() argument 228 LLVMDisposeTargetMachine(TargetMachine_val(Machine)); in llvm_finalize_target_machine() 241 static value llvm_alloc_targetmachine(LLVMTargetMachineRef Machine) { in llvm_alloc_targetmachine() argument 244 TargetMachine_val(V) = Machine; in llvm_alloc_targetmachine() 254 LLVMTargetMachineRef Machine; in llvm_create_targetmachine_native() local 271 Machine = LLVMCreateTargetMachine(Target, String_val(Triple), CPUStr, in llvm_create_targetmachine_native() 274 return llvm_alloc_targetmachine(Machine); in llvm_create_targetmachine_native() 283 CAMLprim LLVMTargetRef llvm_targetmachine_target(value Machine) { in llvm_targetmachine_target() argument 284 return LLVMGetTargetMachineTarget(TargetMachine_val(Machine)); in llvm_targetmachine_target() [all …]
|
/external/llvm/include/llvm/CodeGen/ |
D | Passes.h | 98 /// PostRAMachineLICM - A clone of the LICM pass that runs during late machine 199 /// transforms following machine independent optimization. 214 /// which converts from LLVM code to machine instructions. 231 /// Return NULL to select the default (generic) machine scheduler. 237 /// Similar to createMachineScheduler but used when postRA machine scheduling 261 /// addMachineSSAOptimization - Add standard passes that optimize machine 266 /// targets. These passes are run while the machine code is still in SSA 307 /// Add passes that optimize machine instructions after register allocation. 323 /// immediately before machine code is emitted. 331 /// @p printAfter if true and adding a machine function pass add an extra [all …]
|