HomeSort by relevance Sort by last modified time
    Searched refs:machine (Results 51 - 75 of 1185) sorted by null

1 23 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/bfd/hosts/
tahoe.h 23 #include <machine/param.h>
i386bsd.h 22 #include <machine/param.h>
23 #include <machine/vmparam.h>
  /external/autotest/server/site_tests/autotest_SyncCount/
autotest_SyncCount.py 15 for machine in ntuple:
16 logging.info('Using host %s', machine)
  /external/google-breakpad/src/client/mac/handler/
breakpad_nlist_64.h 36 #include <mach/machine.h>
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Host.h 1 //===- llvm/Support/Host.h - Host machine characteristics --------*- C++ -*-===//
10 // Methods for querying the nature of the host machine.
22 #include <sys/machine.h>
25 #include <machine/endian.h>
  /toolchain/binutils/binutils-2.27/bfd/
cpu-score.c 30 machine which would be compatible with both and returns a pointer
46 #define N(addr_bits, machine, print, default, next) \
52 machine, /* Machine number. */ \
56 default, /* The default machine. */ \
nlm.c 46 /* Set the architecture and machine for an NLM object. */
51 unsigned long machine)
53 bfd_default_set_arch_mach (abfd, arch, machine);
cpu-i960.c 27 could possibly refer to the i960 machine pointed at in the
34 unsigned long machine; local
71 machine = bfd_mach_i960_core;
73 machine = bfd_mach_i960_ka_sa;
75 machine = bfd_mach_i960_kb_sb;
79 { machine = bfd_mach_i960_kb_sb; fail_because_not_80960 = FALSE; }
81 machine = bfd_mach_i960_kb_sb;
83 { machine = bfd_mach_i960_mc; fail_because_not_80960 = FALSE; }
85 machine = bfd_mach_i960_xa;
87 { machine = bfd_mach_i960_ca; fail_because_not_80960 = FALSE;
    [all...]
sparclynx.c 74 /* Determine the architecture and machine type of the object file. */
76 unsigned long machine; local
84 machine = bfd_mach_m68000;
90 machine = bfd_mach_m68010;
96 machine = bfd_mach_m68020;
101 machine = 0;
107 machine = 0;
112 machine = 0;
117 machine = 0;
120 bfd_set_arch_mach (abfd, arch, machine);
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
Simulator.java 52 /** {@code non-null;} machine to use when simulating */
53 private final Machine machine; field in class:Simulator
73 * @param machine {@code non-null;} machine to use when simulating
77 public Simulator(Machine machine, ConcreteMethod method, DexOptions dexOptions) {
78 if (machine == null) {
79 throw new NullPointerException("machine == null");
90 this.machine = machine
222 private final Machine machine; field in class:Simulator.SimVisitor
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_fs_exec.c 64 struct tgsi_exec_machine *machine,
70 * Bind tokens/shader to the interpreter's machine state.
72 tgsi_exec_machine_bind_shader(machine,
115 /* TODO: hide the machine struct in here somewhere, remove from this
120 struct tgsi_exec_machine *machine,
127 &machine->QuadPos);
130 machine->Face = (float) (quad->input.facing * -2 + 1);
132 machine->NonHelperMask = quad->inout.mask;
133 quad->inout.mask &= tgsi_exec_machine_run( machine, 0 );
150 sizeof(machine->Outputs[i]))
    [all...]
  /external/autotest/server/hosts/
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.
104 machine = _gen_machine_dict()
106 machine,
117 machine = _gen_machine_dict(labels=['os:foo'])
119 host_obj = factory.create_host(machine)
127 machine = _gen_machine_dict(labels=['os:foo'],
131 host_obj = factory.create_host(machine)
139 machine = _gen_machine_dict(
    [all...]
factory.py 52 def _get_host_arguments(machine):
62 @param machine: machine dict
67 hostname, afe_host = server_utils.get_host_info_from_machine(machine)
68 connection_pool = server_utils.get_connection_pool_from_machine(machine)
69 host_info_store = host_info.get_store_from_machine(machine)
152 def create_host(machine, host_class=None, connectivity_class=None, **args):
158 @param machine: A dict representing the device under test or a String
160 If it is a machine dict, the 'hostname' key is required.
173 detected_args = _get_host_arguments(machine)
    [all...]
  /external/python/cpython2/PC/VS9.0/
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)
    [all...]
  /external/autotest/server/brillo/feedback/
client_factory.py 13 def _get_client(fb_client_name, available_clients, test_name, machine,
20 @param machine: A dictionary describing the test host and DUT.
35 hostname = site_utils.get_hostname_from_machine(machine)
36 afe_host = site_utils.get_afe_host_from_machine(machine)
53 def get_audio_client(fb_client_name, test_name, machine, args_str):
56 machine, args_str)
  /external/v8/src/compiler/
representation-change.cc 11 #include "src/compiler/machine-operator.h"
134 // value to the full machine word size and stores implicitly truncate,
260 op = machine()->ChangeFloat32ToFloat64();
459 op = machine()->ChangeInt32ToFloat64();
461 op = machine()->TruncateFloat64ToFloat32();
468 op = machine()->ChangeUint32ToFloat64();
470 op = machine()->TruncateFloat64ToFloat32();
482 op = machine()->TruncateFloat64ToFloat32();
485 op = machine()->TruncateFloat64ToFloat32();
520 op = machine()->ChangeInt32ToFloat64()
    [all...]
  /external/toolchain-utils/automation/server/
machine_manager_test.py 8 from automation.common import machine
21 mach_spec_list = [machine.MachineSpecification(os='linux')]
26 mach_spec_list = [machine.MachineSpecification(os='chromeos')]
  /external/toolchain-utils/crosperf/
suite_runner.py 60 def Run(self, machine, label, benchmark, test_args, profiler_args):
62 self.PinGovernorExecutionFrequencies(machine, label.chromeos_root)
64 self.DecreaseWaitTime(machine, label.chromeos_root)
65 ret_tup = self.Telemetry_Run(machine, label, benchmark, profiler_args)
67 self.DecreaseWaitTime(machine, label.chromeos_root)
68 ret_tup = self.Telemetry_Crosperf_Run(machine, label, benchmark,
71 ret_tup = self.Test_That_Run(machine, label, benchmark, test_args,
119 set_cpu_freq, machine=machine_name, chromeos_root=chromeos_root)
121 ret, 'Could not pin frequencies on machine: %s' % machine_name)
127 'ls ' + FILE, machine=machine_name, chromeos_root=chromeos_root
    [all...]
benchmark_run.py 47 self.machine = None
66 # Just use the first machine for running the cached version,
71 self.profiler_args, self.machine_manager, self.machine,
97 self._logger, self.log_level, self.label, self.machine, output, err,
103 # Try to acquire a machine now.
104 self.machine = self.AcquireMachine()
105 self.cache.machine = self.machine
106 self.result = self.RunTest(self.machine)
108 self.cache.remote = self.machine.nam
    [all...]
  /external/mesa3d/src/util/
u_endian.h 40 #include <machine/endian.h>
59 #include <machine/endian.h>
  /external/toolchain-utils/automation/clients/
output_test.py 12 from automation.common import machine
22 pwd_job.DependsOnMachine(machine.MachineSpecification(os='linux'))
pwd_test.py 10 from automation.common import machine
20 pwd_job.DependsOnMachine(machine.MachineSpecification(os='linux'))
  /external/toolchain-utils/deprecated/
run_benchmarks.py 12 hostname/IP of Chromeos machine
71 def RunBrowserBenchmark(chromeos_root, board, bench, machine):
78 machine: name of chromeos machine
82 ret = run_tests.RunRemoteTests(chromeos_root, machine, board, benchname)
86 def RunStartupBenchmark(chromeos_root, board, machine):
92 machine: name of chromeos machine
96 ret = run_tests.RunRemoteTests(chromeos_root, machine, board, benchname)
100 def RunCpuBenchmark(chromeos_root, bench, workdir, machine)
    [all...]
  /external/wpa_supplicant_8/hs20/server/www/
remediation.php 15 This will provide a new machine-generated password.
  /frameworks/compile/mclinker/lib/Target/X86/
X86GNUInfo.h 21 uint32_t machine() const { return llvm::ELF::EM_386; } function in class:mcld::X86_32GNUInfo
34 uint32_t machine() const { return llvm::ELF::EM_X86_64; } function in class:mcld::X86_64GNUInfo

Completed in 624 milliseconds

1 23 4 5 6 7 8 91011>>