| /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/toolchain-utils/ |
| D | lock_machine.py | 30 """Raised when machine does not respond to ping.""" 34 """Raised when server fails to lock/unlock machine as requested.""" 38 """Raised when user attmepts to unlock machine locked by someone else.""" 43 """Enum class to hold machine type.""" 77 remotes: A list of machine names or ip addresses to be managed. Names 81 a machine that was locked by someone else. 107 def CheckMachine(self, machine, error_msg): argument 108 """Verifies that machine is responding to ping. 111 machine: String containing the name or ip address of machine to check. 115 MachineNotPingable: If machine is not responding to 'ping' [all …]
|
| /external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
| D | file-header-machine-types.test | 1 ## Show that all machine codes are correctly printed. 3 # RUN: yaml2obj %s -o %t.none.o -D MACHINE=EM_NONE 6 # RUN: yaml2obj %s -o %t.m32.o -D MACHINE=EM_M32 9 # RUN: yaml2obj %s -o %t.sparc.o -D MACHINE=EM_SPARC 12 # RUN: yaml2obj %s -o %t.386.o -D MACHINE=EM_386 15 # RUN: yaml2obj %s -o %t.68k.o -D MACHINE=EM_68K 18 # RUN: yaml2obj %s -o %t.88k.o -D MACHINE=EM_88K 21 # RUN: yaml2obj %s -o %t.iamcu.o -D MACHINE=EM_IAMCU 24 # RUN: yaml2obj %s -o %t.860.o -D MACHINE=EM_860 27 # RUN: yaml2obj %s -o %t.mips.o -D MACHINE=EM_MIPS [all …]
|
| /external/llvm-project/llvm/test/CodeGen/X86/ |
| D | opt-pipeline.ll | 1 ; When EXPENSIVE_CHECKS are enabled, the machine verifier appears between each 4 ; RUN: | grep -v 'Verify generated machine code' | FileCheck %s 6 ; RUN: | grep -v 'Verify generated machine code' | FileCheck %s 8 ; RUN: | grep -v 'Verify generated machine code' | FileCheck %s 15 ; CHECK-NEXT: Machine Module Information 22 ; CHECK-NEXT: Machine Branch Probability Analysis 86 ; CHECK-NEXT: Lazy Machine Block Frequency Analysis 88 ; CHECK-NEXT: Optimize machine instruction PHIs 92 ; CHECK-NEXT: Remove dead machine instructions 94 ; CHECK-NEXT: Machine Natural Loop Construction [all …]
|
| /external/mesa3d/src/mesa/program/ |
| D | prog_execute.c | 82 const struct gl_program_machine *machine) in get_src_register_pointer() argument 84 const struct gl_program *prog = machine->CurProgram; in get_src_register_pointer() 89 reg += machine->AddressReg[0][0]; in get_src_register_pointer() 99 return machine->Temporaries[reg]; in get_src_register_pointer() 105 return machine->VertAttribs[reg]; in get_src_register_pointer() 110 return machine->Attribs[reg][machine->CurElement]; in get_src_register_pointer() 116 return machine->Outputs[reg]; in get_src_register_pointer() 130 assert(reg < (GLint) ARRAY_SIZE(machine->SystemValues)); in get_src_register_pointer() 131 return machine->SystemValues[reg]; in get_src_register_pointer() 148 struct gl_program_machine *machine) in get_dst_register_pointer() argument [all …]
|
| /external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/ |
| D | ExecutionVisitor.java | 34 * This Visitor class may be used for a type-based Java Virtual Machine 40 * externally that the type constraints of the Java Virtual Machine instructions 113 ///** Symbolically executes the corresponding Java Virtual Machine instruction. */ 123 /** Symbolically executes the corresponding Java Virtual Machine instruction. */ 137 /** Symbolically executes the corresponding Java Virtual Machine instruction. */ 144 /** Symbolically executes the corresponding Java Virtual Machine instruction. */ 149 /** Symbolically executes the corresponding Java Virtual Machine instruction. */ 154 /** Symbolically executes the corresponding Java Virtual Machine instruction. */ 160 /** Symbolically executes the corresponding Java Virtual Machine instruction. */ 165 /** Symbolically executes the corresponding Java Virtual Machine instruction. */ [all …]
|
| /external/toolchain-utils/crosperf/ |
| D | machine_manager.py | 6 """Machine Manager module.""" 38 """Raised when cannot find/access the machine locks directory.""" 46 """The machine class.""" 84 command, machine=self.name, chromeos_root=self.chromeos_root) 127 # TODO yunlian: when the machine in rebooting, it will not return 131 command, machine=self.name, chromeos_root=self.chromeos_root) 132 assert ret == 0, 'Could not get meminfo from machine: %s' % self.name 139 command, machine=self.name, chromeos_root=self.chromeos_root) 140 assert ret == 0, 'Could not get cpuinfo from machine: %s' % self.name 148 # and may differ on the same type of machine. [all …]
|
| D | benchmark_run.py | 50 self.machine = None 69 # Just use the first machine for running the cached version, 74 self.profiler_args, self.machine_manager, self.machine, 100 self._logger, self.log_level, self.label, self.machine, output, err, 107 # Try to acquire a machine now. 108 self.machine = self.AcquireMachine() 109 self.cache.machine = self.machine 110 self.result = self.RunTest(self.machine) 112 self.cache.remote = self.machine.name 114 self.machine) [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-project/llvm/test/CodeGen/ARM/ |
| D | O3-pipeline.ll | 1 …-debug-pass=Structure < %s -o /dev/null 2>&1 | grep -v "Verify generated machine code" | FileCheck… 81 ; CHECK-NEXT: Lazy Machine Block Frequency Analysis 83 ; CHECK-NEXT: Optimize machine instruction PHIs 87 ; CHECK-NEXT: Remove dead machine instructions 89 ; CHECK-NEXT: Machine Natural Loop Construction 90 ; CHECK-NEXT: Machine Block Frequency Analysis 91 ; CHECK-NEXT: Early Machine Loop Invariant Code Motion 93 ; CHECK-NEXT: Machine Block Frequency Analysis 94 ; CHECK-NEXT: Machine Common Subexpression Elimination 96 ; CHECK-NEXT: Machine code sinking [all …]
|
| /external/llvm-project/llvm/test/CodeGen/AArch64/ |
| D | O3-pipeline.ll | 2 ; RUN: grep -v "Verify generated machine code" | FileCheck %s 9 ; CHECK-NEXT: Machine Module Information 16 ; CHECK-NEXT: Machine Branch Probability Analysis 104 ; CHECK-NEXT: Lazy Machine Block Frequency Analysis 106 ; CHECK-NEXT: Optimize machine instruction PHIs 110 ; CHECK-NEXT: Remove dead machine instructions 113 ; CHECK-NEXT: Machine Natural Loop Construction 114 ; CHECK-NEXT: Machine Trace Metrics 116 ; CHECK-NEXT: Lazy Machine Block Frequency Analysis 117 ; CHECK-NEXT: Machine InstCombiner [all …]
|
| D | machine-outliner-flags.ll | 3 ; RUN: --debug-only=machine-outliner -enable-machine-outliner=always \ 8 ; RUN: --debug-only=machine-outliner -enable-machine-outliner \ 13 ; RUN: -enable-machine-outliner=never -mtriple arm64---- -o /dev/null 2>&1 \ 17 ; RUN: --debug-only=machine-outliner -mtriple arm64---- -o /dev/null 2>&1 \ 28 ; * -enable-machine-outliner 29 ; * -enable-machine-outliner=always 30 ; * -enable-machine-outliner is not passed (AArch64 supports 35 ; * -enable-machine-outliner=never is passed 37 ; ALWAYS: Machine Outliner 38 ; ALWAYS: Machine Outliner: Running on all functions [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/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 | 186 print '\nExpected one argument: Name of state machine\n' 191 print '\nNo such interactive state machine.\n' 196 def do_is_waiting(self, machine): argument 198 Determine if a machine is waiting for an advance call. 200 @param machine: Case sensitive name of the machine. 201 @return: True if |machine| is waiting to be advanced by the user. 204 ism = self._get_state_machine(machine) 211 print ('\nState machine is %swaiting.\n' % 215 (machine, repr(e))) 221 print ('\nUsage: is_waiting <state-machine-name>\n' [all …]
|
| /external/mesa3d/src/gallium/drivers/softpipe/ |
| D | sp_compute.c | 40 struct tgsi_exec_machine *machine, in cs_prepare() argument 50 * Bind tokens/shader to the interpreter's machine state. in cs_prepare() 52 tgsi_exec_machine_bind_shader(machine, in cs_prepare() 56 if (machine->SysSemanticToIndex[TGSI_SEMANTIC_THREAD_ID] != -1) { in cs_prepare() 57 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_THREAD_ID]; in cs_prepare() 59 machine->SystemValue[i].xyzw[0].i[j] = w; in cs_prepare() 60 machine->SystemValue[i].xyzw[1].i[j] = h; in cs_prepare() 61 machine->SystemValue[i].xyzw[2].i[j] = d; in cs_prepare() 65 if (machine->SysSemanticToIndex[TGSI_SEMANTIC_GRID_SIZE] != -1) { in cs_prepare() 66 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_GRID_SIZE]; in cs_prepare() [all …]
|
| /external/mesa3d/src/gallium/auxiliary/draw/ |
| D | draw_vs_exec.c | 49 struct tgsi_exec_machine *machine; member 72 if (evs->machine->Tokens != shader->state.tokens) { in vs_exec_prepare() 73 tgsi_exec_machine_bind_shader(evs->machine, in vs_exec_prepare() 100 struct tgsi_exec_machine *machine = evs->machine; in vs_exec_run_linear() local 106 tgsi_exec_set_constant_buffers(machine, PIPE_MAX_CONSTANT_BUFFERS, in vs_exec_run_linear() 110 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_INSTANCEID]; in vs_exec_run_linear() 111 assert(i < ARRAY_SIZE(machine->SystemValue)); in vs_exec_run_linear() 113 machine->SystemValue[i].xyzw[0].i[j] = shader->draw->instance_id; in vs_exec_run_linear() 135 unsigned vid = machine->SysSemanticToIndex[TGSI_SEMANTIC_VERTEXID]; in vs_exec_run_linear() 136 assert(vid < ARRAY_SIZE(machine->SystemValue)); in vs_exec_run_linear() [all …]
|
| /external/llvm-project/llvm/test/tools/obj2yaml/ELF/ |
| D | mips-eflags.yaml | 16 Machine: EM_MIPS 38 Machine: EM_MIPS 46 Machine: EM_MIPS 54 Machine: EM_MIPS 62 Machine: EM_MIPS 111 Machine: EM_MIPS 119 Machine: EM_MIPS 127 Machine: EM_MIPS 135 Machine: EM_MIPS 143 Machine: EM_MIPS [all …]
|
| /external/autotest/server/hosts/ |
| D | factory_unittest.py | 55 """Generate a machine dictionary with the specified parameters. 57 @param hostname: hostname of machine 61 @return: machine dict with mocked AFE Host object and fake AfeStore. 102 machine = _gen_machine_dict() 104 machine, 113 machine = _gen_machine_dict(labels=['os:foo']) 115 host_obj = factory.create_host(machine) 123 machine = _gen_machine_dict(labels=['os:foo'], 127 host_obj = factory.create_host(machine) 135 machine = _gen_machine_dict() [all …]
|
| D | factory.py | 55 def _get_host_arguments(machine): argument 65 @param machine: machine dict 70 hostname, afe_host = server_utils.get_host_info_from_machine(machine) 71 connection_pool = server_utils.get_connection_pool_from_machine(machine) 72 host_info_store = host_info.get_store_from_machine(machine) 165 def create_host(machine, host_class=None, connectivity_class=None, **args): argument 171 @param machine: A dict representing the device under test or a String 173 If it is a machine dict, the 'hostname' key is required. 191 detected_args = _get_host_arguments(machine) 228 # create a custom host class for this machine and return an instance of it [all …]
|
| /external/python/cpython2/PC/VS9.0/ |
| D | build.bat | 61 set machine=AMD64 variable 64 set machine=IX86 variable 81 nmake -f makefile.vc MACHINE=%machine% DEBUG=%debug_flag% INSTALLDIR="%tcltkdir%" clean 82 nmake -f makefile.vc MACHINE=%machine% DEBUG=%debug_flag% INSTALLDIR="%tcltkdir%" all 83 nmake -f makefile.vc MACHINE=%machine% DEBUG=%debug_flag% INSTALLDIR="%tcltkdir%" install 89 …nmake -f makefile.vc MACHINE=%machine% DEBUG=%debug_flag% INSTALLDIR="%tcltkdir%" TCLDIR="%tcldir%… 90 …nmake -f makefile.vc MACHINE=%machine% DEBUG=%debug_flag% INSTALLDIR="%tcltkdir%" TCLDIR="%tcldir%… 91 …nmake -f makefile.vc MACHINE=%machine% DEBUG=%debug_flag% INSTALLDIR="%tcltkdir%" TCLDIR="%tcldir%… 97 …nmake -f python.mak DEBUG=%debug_flag% MACHINE=%machine% TCL_DIR="%tcldir%" TK_DIR="%tkdir%" INSTA… 98 …nmake -f python.mak DEBUG=%debug_flag% MACHINE=%machine% TCL_DIR="%tcldir%" TK_DIR="%tkdir%" INSTA… [all …]
|
| /external/apache-commons-bcel/src/main/java/org/apache/bcel/ |
| D | Constants.java | 100 … * Flag definitions for Fields in the Java Virtual Machine Specification (Java SE 8 Edition).</a>" 102 …* Flag definitions for Methods in the Java Virtual Machine Specification (Java SE 8 Edition).</a>" 104 …* Flag definitions for Classes in the Java Virtual Machine Specification (Java SE 8 Edition).</a>" 262 * One of the limitations of the Java Virtual Machine. 264 * The Java Virtual Machine Specification, Second Edition, page 152, chapter 4.10.</a> 269 * One of the limitations of the Java Virtual Machine. 271 * The Java Virtual Machine Specification, Second Edition, page 152, chapter 4.10.</a> 277 * Opcode definitions in The Java Virtual Machine Specification</a> */ 282 * Opcode definitions in The Java Virtual Machine Specification</a> */ 287 * Opcode definitions in The Java Virtual Machine Specification</a> */ [all …]
|
| D | Const.java | 35 * The ClassFile Structure in The Java Virtual Machine Specification</a> 149 * Flag definitions for Fields in the Java Virtual Machine Specification (Java SE 8 Edition).</a> 151 … * Flag definitions for Methods in the Java Virtual Machine Specification (Java SE 8 Edition).</a> 153 … * Flag definitions for Classes in the Java Virtual Machine Specification (Java SE 8 Edition).</a> 283 * The Constant Pool in The Java Virtual Machine Specification</a> 290 * The Constant Pool in The Java Virtual Machine Specification</a> 297 * The Constant Pool in The Java Virtual Machine Specification</a> 304 * The Constant Pool in The Java Virtual Machine Specification</a> 311 * The Constant Pool in The Java Virtual Machine Specification</a> 318 * The Constant Pool in The Java Virtual Machine Specification</a> [all …]
|