HomeSort by relevance Sort by last modified time
    Searched full:machine (Results 326 - 350 of 8360) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.25/ld/emulparams/
m68hc11elf.sh 0 MACHINE=
m68hc12elf.sh 0 MACHINE=
m68kelf.sh 8 MACHINE=
msp430.sh 9 MACHINE=
v850.sh 0 MACHINE=
v850_rh850.sh 0 MACHINE=
xgateelf.sh 0 MACHINE=
  /external/autotest/client/cros/networking/
pm_proxy.py 37 Get the testing interface of the given interactive state machine.
39 @param machine_name: The name of the interactive state machine.
41 state machine becomes available.
49 machine = self._bus.get_object(
52 if machine is None:
55 i_machine = dbus.Interface(machine, pm_constants.I_TESTING_ISM)
67 'state machine %s. DBus error: %s',
  /external/autotest/client/site_tests/firmware_TouchMTB/tools/
expect_scp 13 # The prompts from the remote machine are not deterministic.
18 # The remote machine has closed the connection.
20 puts "Has copied the .version file to the remote machine."
50 # This exception may occur when the machine IP is incorrect.
52 send_error "Error: lost connection to the chromebook machine.\n";
  /external/llvm/include/llvm/CodeGen/
MachineFunctionInitializer.h 1 //===- MachineFunctionInitalizer.h - machine function initializer ---------===//
10 // This file declares an interface that allows custom machine function
22 /// This interface provides a way to initialize machine functions after they are
23 /// created by the machine function analysis pass.
30 /// Initialize the machine function.
  /external/llvm/bindings/ocaml/target/
target_ocaml.c 223 /*===---- Target Machine --------------------------------------------------===*/
227 static void llvm_finalize_target_machine(value Machine) {
228 LLVMDisposeTargetMachine(TargetMachine_val(Machine));
241 static value llvm_alloc_targetmachine(LLVMTargetMachineRef Machine) {
244 TargetMachine_val(V) = Machine;
254 LLVMTargetMachineRef Machine;
271 Machine = LLVMCreateTargetMachine(Target, String_val(Triple), CPUStr,
274 return llvm_alloc_targetmachine(Machine);
283 CAMLprim LLVMTargetRef llvm_targetmachine_target(value Machine) {
284 return LLVMGetTargetMachineTarget(TargetMachine_val(Machine));
    [all...]
  /external/mesa3d/src/mesa/swrast/
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,
169 memset(machine->Temporaries, 0, MAX_PROGRAM_TEMPS * 4 * sizeof(GLfloat));
181 machine->Attribs = span->array->attribs;
183 machine->DerivX = (GLfloat (*)[4]) span->attrStepX;
184 machine->DerivY = (GLfloat (*)[4]) span->attrStepY
220 struct gl_program_machine *machine = &swrast->FragProgMachine; local
    [all...]
  /external/autotest/cli/
label.py 59 [--valid-only] [--machine <machine>]
82 self.parser.add_option('-m', '--machine',
83 help='List LABELs of MACHINE',
85 metavar='MACHINE')
90 inline_option='machine')
99 self.invalid_syntax(('Only one machine name allowed. '
182 self.parser.add_option('-m', '--machine',
183 help=('%s MACHINE(s) %s the LABEL' %
186 metavar='MACHINE')
    [all...]
query_keyvals 11 parser.add_option("-m", "--machine", dest="machine")
34 if not options.machine:
35 print "Machine: %s" % view["hostname"]
61 if options.machine:
62 query_filter["hostname"] = options.machine
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_fs_exec.c 64 struct tgsi_exec_machine *machine,
68 * Bind tokens/shader to the interpreter's machine state.
70 tgsi_exec_machine_bind_shader(machine,
114 /* TODO: hide the machine struct in here somewhere, remove from this
119 struct tgsi_exec_machine *machine,
125 &machine->QuadPos);
128 machine->Face = (float) (quad->input.facing * -2 + 1);
130 quad->inout.mask &= tgsi_exec_machine_run( machine );
147 sizeof(machine->Outputs[i]));
151 &machine->Outputs[i]
    [all...]
  /external/llvm/test/Feature/
optnone-llc.ll 11 ; This test verifies that we don't run Machine Function optimizations
40 ; Machine Function passes run at -O1 and higher.
44 ; LLC-Ox-DAG: Skipping pass 'Machine code sinking'
45 ; LLC-Ox-DAG: Skipping pass 'Machine Common Subexpression Elimination'
46 ; LLC-Ox-DAG: Skipping pass 'Machine Copy Propagation Pass'
47 ; LLC-Ox-DAG: Skipping pass 'Machine Loop Invariant Code Motion'
49 ; LLC-Ox-DAG: Skipping pass 'Optimize machine instruction PHIs'
52 ; LLC-Ox-DAG: Skipping pass 'Remove dead machine instructions'
56 ; LLC-MORE: Skipping pass 'PostRA Machine Instruction Scheduler'
  /external/autotest/client/site_tests/network_3GScanningProperty/files/
modems.py 25 A simple machine that allows the test to hook into the Scan asynchronous
29 # State machine states.
39 """ The only real state in this machine. """
64 machine = ScanMachine(*args, **kwargs)
65 machine.EnterInteractiveMode(self._bus)
66 return machine
  /external/autotest/server/hosts/
base_classes.py 10 Host: a machine on which you can run programs
11 RemoteHost: a remote machine on which you can run programs
29 This class represents a machine on which you can run programs.
31 It may be a local machine, the one autoserv is running on, a remote
32 machine or a virtual machine.
factory.py 114 def create_host(machine, host_class=None, connectivity_class=None, **args):
120 @param machine: A dict representing the device under test or a String
122 If it is a machine dict, the 'hostname' key is required.
136 machine)
157 # create a custom host class for this machine and return an instance of it
169 def create_testbed(machine, **kwargs):
172 @param machine: A dict representing the test bed under test or a String
175 If it is a machine dict, the 'hostname' key is required.
183 machine)
188 def create_target_machine(machine, **kwargs)
    [all...]
  /system/bt/btif/include/
btif_sm.h 23 * Description: Generic BTIF state machine API
38 /* Generic Enter/Exit state machine events */
61 ** Description Initializes the state machine with the state handlers
66 ** Returns Returns a pointer to the initialized state machine handle.
76 ** Description Tears down the state machine
87 ** Description Fetches the current state of the state machine
  /external/llvm/docs/
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 exampl
    [all...]
  /external/autotest/client/virt/tests/
whql_client_install.py 9 1) Log into the guest (the client machine) and into a DTM server machine
10 2) Stop the DTM client service (wttsvc) on the client machine
11 3) Delete the client machine from the server's data store
12 4) Rename the client machine (give it a randomly generated name)
13 5) Move the client machine into the server's workgroup
14 6) Reboot the client machine
76 # Delete the client machine from the server's data store (if it's there)
83 # Rename the client machine
85 logging.info("Renaming client machine to '%s'", client_name
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap.h 2 * EAP peer state machine functions (RFC 4137)
28 * enum eapol_bool_var - EAPOL boolean state variables for EAP state machine
30 * These variables are used in the interface between EAP peer state machine and
33 * EAP state machine to get and set the variables.
39 * EAP state machine reads and writes this value.
46 * Set to TRUE in lower layer, FALSE in EAP state machine.
53 * EAP state machine writes this value.
60 * Set to TRUE in EAP state machine, FALSE in lower layer.
67 * Set to TRUE in EAP state machine, FALSE in lower layer.
74 * Set to TRUE in lower layer, FALSE in EAP state machine
    [all...]
  /external/autotest/client/cros/cellular/pseudomodem/
pm_constants.py 16 # Interactive state machine interface.
20 # State machine names
  /external/autotest/client/cros/cellular/wardmodem/state_machines/
request_response.py 15 The trivial state machine that implements all request-response interaction.
19 this machine sends the expected responses. If it is |DISABLED|, the machine
43 """ Returns the well known name for this machine. """
50 """ Enable the machine so that it responds to queries. """
55 """ Disable machine so that it will only respond with error. """
60 # State machine API functions.
67 machine. No other state is referenced / maintained.

Completed in 793 milliseconds

<<11121314151617181920>>