| /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/toolchain-utils/ | 
| D | lock_machine.py | 28     """Raised when machine does not respond to ping.""" 32     """Raised when server fails to lock/unlock machine as requested.""" 36     """Raised when user attmepts to unlock machine locked by someone else.""" 42     """Enum class to hold machine type.""" 76           remotes: A list of machine names or ip addresses to be managed.  Names 80             a machine that was locked by someone else. 106     def CheckMachine(self, machine, error_msg):  argument 107         """Verifies that machine is responding to ping. 110           machine: String containing the name or ip address of machine to check. 114           MachineNotPingable:  If machine is not responding to 'ping' [all …] 
 | 
| D | file_lock_machine_test.py | 23 def LockAndSleep(machine):  argument 24     file_lock_machine.Machine(machine, "/tmp", auto=True).Lock(exclusive=True) 29     """Class for testing machine locking.""" 35         mach = file_lock_machine.Machine("qqqraymes.mtv", "/tmp") 38         mach = file_lock_machine.Machine("qqqraymes.mtv", "/tmp", auto=True) 43         mach = file_lock_machine.Machine("otter.mtv", "/tmp") 48         mach = file_lock_machine.Machine("otter.mtv", "/tmp", True) 54         mach = file_lock_machine.Machine("chrotomation.mtv", "/tmp") 62         mach = file_lock_machine.Machine("chrotomation.mtv", "/tmp", auto=True) 71         mach = file_lock_machine.Machine("atree.mtv", "/tmp") [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/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.""" 37     """Raised when cannot find/access the machine locks directory.""" 45     """The machine class.""" 84             command, machine=self.name, chromeos_root=self.chromeos_root 128         # TODO yunlian: when the machine in rebooting, it will not return 132             command, machine=self.name, chromeos_root=self.chromeos_root 134         assert ret == 0, "Could not get meminfo from machine: %s" % self.name 141             command, machine=self.name, chromeos_root=self.chromeos_root 143         assert ret == 0, "Could not get cpuinfo from machine: %s" % self.name 151         # and may differ on the same type of machine. [all …] 
 | 
| D | benchmark_run.py | 61         self.machine = None 81         # Just use the first machine for running the cached version, 92             self.machine, 128                     self.machine, 140                 # Try to acquire a machine now. 141                 self.machine = self.AcquireMachine() 142                 self.cache.machine = self.machine 143                 self.result = self.RunTest(self.machine) 145                 self.cache.remote = self.machine.name 147                     self.machine_manager.GetChromeVersion(self.machine) [all …] 
 | 
| /external/autotest/client/cros/cellular/ | 
| D | labconfig.py | 61         # server control file, on whatever machine the test was 93     def _get_dut(self, machine=None):  argument 94         """Returns the DUT record for machine from cell["duts"] 96             machine:  name or IP of machine.  None: for "the current machine". 99         machine we're running on.  The important thing is that this 105         if self.ip and not machine: 106             machine = self.ip 108         if not machine: 115                 machine = get_interface_ip(interface) 116                 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/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/autotest/client/cros/cellular/pseudomodem/ | 
| 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 | state_machine.py | 37     In interactive mode, the state machine object exposes a dbus object under 41     In this mode, the state machine waits for a dbus method call 62         @returns: True, if the state machine has been cancelled or has 71         Tells the state machine to stop transitioning to further states. 79         Run this machine in interactive mode. 81         This function must be called before |Start|. In this mode, the machine 97         logging.info('Running state machine in interactive mode') 102         """ Start the state machine. """ 110         Advance a step on a state machine running in interactive mode. 112         @returns: True if the state machine was advanced. False otherwise. [all …] 
 | 
| D | client.py | 195             print('\nExpected one argument: Name of state machine\n') 200             print('\nNo such interactive state machine.\n') 205     def do_is_waiting(self, machine):  argument 207         Determine if a machine is waiting for an advance call. 209         @param machine: Case sensitive name of the machine. 210         @return: True if |machine| is waiting to be advanced by the user. 213         ism = self._get_state_machine(machine) 220             print(('\nState machine is %swaiting.\n' % 224                    (machine, repr(e)))) 230         print ('\nUsage: is_waiting <state-machine-name>\n' [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/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 | 67 def _get_host_arguments(machine, **args):  argument 79     @param machine: machine dict 84     hostname, afe_host = server_utils.get_host_info_from_machine(machine) 85     connection_pool = server_utils.get_connection_pool_from_machine(machine) 86     host_info_store = host_info.get_store_from_machine(machine) 226 def create_host(machine, host_class=None, connectivity_class=None, **args):  argument 232     @param machine: A dict representing the device under test or a String 234                     If it is a machine dict, the 'hostname' key is required. 252     detected_args = _get_host_arguments(machine, **args) 295     # create a custom host class for this machine and return an instance of it [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 …] 
 | 
| /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 …] 
 | 
| D | build_tkinter.py | 35         machine = "X86" 38         machine = "AMD64" 48         nmake("makefile.vc", MACHINE=machine) 49         nmake("makefile.vc", "install", INSTALLDIR=dest, MACHINE=machine) 56         nmake("makefile.vc", DEBUG=0, MACHINE=machine) 57         nmake("makefile.vc", "install", DEBUG=0, INSTALLDIR=dest, MACHINE=machine) 65         nmake("python.mak", MACHINE=machine, INSTALL_DIR=dest)
  | 
| /external/python/cpython2/Lib/test/ | 
| D | test_netrc.py | 21             machine host1.domain.com login log1 password pass1 account acct1 50             machine host.domain.com login log password #pass account acct 55             machine host.domain.com login log password pass# account acct 60             machine host.domain.com login log password pa#ss account acct 71             machine foo.domain.com login bar password pass 72             machine bar.domain.com login foo password pass 78             machine foo.domain.com login bar password pass 79             machine bar.domain.com login foo password pass 85             machine foo.domain.com login bar password pass 86             machine bar.domain.com login foo password pass [all …] 
 | 
| /external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/ | 
| D | VerifyDialog.java | 41     /** Machine-generated. */ 43     /** Machine-generated. */ 45     /** Machine-generated. */ 47     /** Machine-generated. */ 49     /** Machine-generated. */ 51     /** Machine-generated. */ 53     /** Machine-generated. */ 55     /** Machine-generated. */ 60      * machine-generated constructors. 70     /** Machine-generated. */ [all …] 
 | 
| /external/python/cpython3/Lib/test/ | 
| D | test_netrc.py | 21             machine host1.domain.com login log1 password pass1 account acct1 50             machine host.domain.com login log password #pass account acct 55             machine host.domain.com login log password pass# account acct 60             machine host.domain.com login log password pa#ss account acct 71             machine foo.domain.com login bar password pass 72             machine bar.domain.com login foo password pass 78             machine foo.domain.com login bar password pass 79             machine bar.domain.com login foo password pass 85             machine foo.domain.com login bar password pass 86             machine bar.domain.com login foo password pass [all …] 
 | 
| /external/llvm/lib/CodeGen/MIRParser/ | 
| D | MIParser.h | 1 //===- MIParser.h - Machine Instructions Parser ---------------------------===// 10 // This file declares the function that parses the machine instructions. 51 /// Parse the machine basic block definitions, and skip the machine 54 /// This function runs the first parsing pass on the machine function's body. 55 /// It parses only the machine basic block definitions and creates the machine 56 /// basic blocks in the given machine function. 58 /// The machine instructions aren't parsed during the first pass because all 59 /// the machine basic blocks aren't defined yet - this makes it impossible to 60 /// resolve the machine basic block references. 66 /// Parse the machine instructions. [all …] 
 |