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

<<11121314151617181920>>

  /external/llvm/include/llvm/
PassInfo.h 52 TargetMachineCtor_t machine = nullptr)
55 TargetMachineCtor(machine) {}
  /external/v8/src/compiler/
common-operator-reducer.h 26 MachineOperatorBuilder* machine);
45 MachineOperatorBuilder* machine() const { return machine_; } function in class:v8::internal::compiler::final
simplified-lowering.h 9 #include "src/compiler/machine-operator.h"
71 MachineOperatorBuilder* machine() { return jsgraph()->machine(); } function in class:v8::internal::compiler::final
js-generic-lowering.cc 10 #include "src/compiler/machine-operator.h"
53 Node* test = graph()->NewNode(machine()->WordEqual(), condition,
175 op = machine()->WordEqual();
179 op = machine()->WordEqual();
183 op = machine()->IntLessThan();
186 op = machine()->IntLessThanOrEqual();
190 op = machine()->IntLessThanOrEqual();
193 op = machine()->IntLessThan();
311 graph()->NewNode(machine()->Load(MachineType::AnyTagged()), context,
316 machine()->Load(MachineType::AnyTagged()), native_context
874 MachineOperatorBuilder* JSGenericLowering::machine() const { function in class:v8::internal::compiler::JSGenericLowering
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
freebsd.h 39 Target_selector_freebsd(int machine, int size, bool is_big_endian,
43 : Target_selector(machine, size, is_big_endian, NULL, emulation),
  /external/autotest/client/cros/cellular/pseudomodem/
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):
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))
    [all...]
  /external/autotest/frontend/health/
passing_experimental_functional_test.py 86 machine = tko_models.Machine(machine_idx=1)
91 kernel=kernel, machine=machine,
96 kernel=kernel, machine=machine,
  /external/dbus/tools/
dbus-launch-x11.c 97 const char *machine; local
103 machine = get_machine_uuid ();
104 if (machine == NULL)
129 * time. The idea is that we want to be per-(machine,display,user)
131 * we'd recognize when the hostname matches the machine we're on in
154 result = malloc (strlen (home) + strlen (prefix) + strlen (machine) +
165 strcat (result, machine);
237 const char *machine; local
244 machine = get_machine_uuid ();
245 if (machine == NULL
    [all...]
  /external/autotest/tko/
models.py 10 def __init__(self, dir, user, label, machine, queued_time, started_time,
17 self.machine = machine
93 machine, started_time, finished_time, iterations,
100 self.machine = machine
179 host_keyval = cls.parse_host_keyval(job.dir, job.machine)
192 job.machine, started_time, finished_time,
220 job.machine, started_time, None, [], {}, [], [])
  /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/site_utils/rpm_control_system/
rpm_client.py 60 parser.add_argument('-m', '--machine', dest='machine',
61 help='Machine hostname to change outlet state.')
75 if options.machine is not None and options.state is None:
77 elif options.machine is not None and options.state is not None:
78 set_power(options.machine, options.state)
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state.h 83 struct tgsi_exec_machine *machine,
87 struct tgsi_exec_machine *machine,
92 struct tgsi_exec_machine *machine);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
platform.py 769 machine = {0x1: '68k',
774 return release,versioninfo,machine
789 machine = os.uname()[4]
790 if machine in ('ppc', 'Power Macintosh'):
792 machine = 'PowerPC'
794 return release,versioninfo,machine
797 def mac_ver(release='',versioninfo=('','',''),machine=''):
800 versioninfo, machine) with versioninfo being a tuple (version,
820 return release,versioninfo,machine
925 compatible format e.g. "system-version-machine"
1340 def machine(): function
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
platform.py 769 machine = {0x1: '68k',
774 return release,versioninfo,machine
789 machine = os.uname()[4]
790 if machine in ('ppc', 'Power Macintosh'):
792 machine = 'PowerPC'
794 return release,versioninfo,machine
797 def mac_ver(release='',versioninfo=('','',''),machine=''):
800 versioninfo, machine) with versioninfo being a tuple (version,
820 return release,versioninfo,machine
925 compatible format e.g. "system-version-machine"
1340 def machine(): function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
platform.py 769 machine = {0x1: '68k',
774 return release,versioninfo,machine
789 machine = os.uname()[4]
790 if machine in ('ppc', 'Power Macintosh'):
792 machine = 'PowerPC'
794 return release,versioninfo,machine
797 def mac_ver(release='',versioninfo=('','',''),machine=''):
800 versioninfo, machine) with versioninfo being a tuple (version,
820 return release,versioninfo,machine
925 compatible format e.g. "system-version-machine"
1340 def machine(): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
platform.py 769 machine = {0x1: '68k',
774 return release,versioninfo,machine
789 machine = os.uname()[4]
790 if machine in ('ppc', 'Power Macintosh'):
792 machine = 'PowerPC'
794 return release,versioninfo,machine
797 def mac_ver(release='',versioninfo=('','',''),machine=''):
800 versioninfo, machine) with versioninfo being a tuple (version,
820 return release,versioninfo,machine
925 compatible format e.g. "system-version-machine"
1340 def machine(): function
    [all...]
  /bionic/libc/private/
bionic_asm.h 39 #include <machine/asm.h>
  /development/ndk/platforms/android-21/include/
elf.h 35 #include <machine/elf_machdep.h>
  /external/autotest/tko/parsers/
version_0.py 32 machine = cls.determine_hostname(keyval, dir)
33 machine_group = cls.determine_machine_group(machine, dir)
39 return {"user": user, "label": label, "machine": machine,
49 machine = keyval.get("hostname", "")
50 is_multimachine = "," in machine
54 if is_multimachine or not machine:
56 "machine name." % host_group_name)
57 machine = host_group_name
60 machine = job.find_hostname(job_dir) # find a unique hostnam
    [all...]
  /external/autotest/utils/
site_check_dut_usage.py 89 for q_time, s_time, f_time, machine in durations:
92 machines.add(machine)
107 for machine in machines:
108 print machine
116 print 'Average time spent running tests per machine ', avg_run_time
  /external/compiler-rt/lib/builtins/
int_endianness.h 65 #include <machine/endian.h>
  /external/compiler-rt/test/builtins/Unit/
endianness.h 55 #include <machine/endian.h>
  /external/elfutils/backends/
alpha_init.c 44 GElf_Half machine __attribute__ ((unused)),
arm_init.c 44 GElf_Half machine __attribute__ ((unused)),
i386_init.c 43 GElf_Half machine __attribute__ ((unused)),

Completed in 596 milliseconds

<<11121314151617181920>>