Searched refs:machine (Results 101 - 125 of 495) sorted by relevance

1234567891011>>

/external/autotest/utils/
H A Dsite_check_dut_usage.py89 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/
H A Dint_endianness.h65 #include <machine/endian.h>
/external/compiler-rt/test/builtins/Unit/
H A Dendianness.h55 #include <machine/endian.h>
/external/elfutils/backends/
H A Dalpha_init.c44 GElf_Half machine __attribute__ ((unused)),
H A Darm_init.c44 GElf_Half machine __attribute__ ((unused)),
H A Di386_init.c43 GElf_Half machine __attribute__ ((unused)),
H A Dia64_init.c43 GElf_Half machine __attribute__ ((unused)),
H A Dlibebl_CPU.h40 extern const char *EBLHOOK(init) (Elf *elf, GElf_Half machine,
H A Dppc_init.c44 GElf_Half machine __attribute__ ((unused)),
H A Ds390_init.c45 GElf_Half machine __attribute__ ((unused)),
H A Dx86_64_init.c46 GElf_Half machine __attribute__ ((unused)),
/external/elfutils/libebl/
H A DlibeblP.h47 /* ELF machine, class, and data encoding. */
48 uint_fast16_t machine; member in struct:ebl
/external/llvm/test/MC/MachO/PowerPC/
H A Dcoal-sections-powerpc.s22 .machine ppc
/external/mdnsresponder/mDNSShared/
H A Ddnsextd.conf24 // permit any and all updates coming from dnsextd on the same machine:
29 // On a machine connected to the Internet or other large open network,
/external/mesa3d/src/mesa/program/
H A Dprog_execute.h47 * Virtual machine state used during execution of vertex/fragment programs.
83 struct gl_program_machine *machine);
/external/perfetto/infra/git_mirror_bot/
H A DMakefile38 --machine-type "f1-micro" \
/external/tensorflow/tensorflow/c/
H A Dgenerate-pc.sh63 Description: Library for computation using data flow graphs for scalable machine learning
/external/toolchain-utils/crosperf/
H A Dresults_organizer.py205 if json_report and benchmark_run.machine:
206 cur_dict['machine'] = benchmark_run.machine.name
207 cur_dict['machine_checksum'] = benchmark_run.machine.checksum
208 cur_dict['machine_string'] = benchmark_run.machine.checksum_string
/external/v8/src/compiler/
H A Djs-graph.h13 #include "src/compiler/machine-operator.h"
32 MachineOperatorBuilder* machine)
38 machine_(machine),
103 // the target machine.
107 return machine()->Is32() ? Int32Constant(static_cast<int32_t>(value))
151 MachineOperatorBuilder* machine() const { return machine_; } function in class:v8::internal::compiler::JSGraph
30 JSGraph(Isolate* isolate, Graph* graph, CommonOperatorBuilder* common, JSOperatorBuilder* javascript, SimplifiedOperatorBuilder* simplified, MachineOperatorBuilder* machine) argument
H A Dint64-lowering.h10 #include "src/compiler/machine-operator.h"
21 Int64Lowering(Graph* graph, MachineOperatorBuilder* machine,
43 MachineOperatorBuilder* machine() const { return machine_; } function in class:v8::internal::compiler::Int64Lowering
/external/wpa_supplicant_8/hs20/server/www/
H A Dsignup.php35 generated and machine managed password.<br>
/external/autotest/client/cros/cellular/pseudomodem/
H A Dmodem_cdma.py159 machine = self._state_machine_factory.CreateMachine(
164 machine.Start()
313 machine = self._state_machine_factory.CreateMachine(
319 machine.Start()
348 machine = self._state_machine_factory.CreateMachine(
354 machine.Start()
370 machine = self._state_machine_factory.CreateMachine(
377 machine.Start()
/external/autotest/frontend/tko/
H A Dmodels_test.py24 username='myuser', machine=self.machine1,
30 machine=self.machine1)
/external/llvm/include/llvm/
H A DPassInfo.h52 TargetMachineCtor_t machine = nullptr)
55 TargetMachineCtor(machine) {}
/external/toolchain-utils/automation/server/
H A Dmachine_manager.py11 from automation.common import machine namespace
25 return cls([machine.Machine(hostname, label, cpu, int(cores), os, user)
36 # find a machine with minimum uses

Completed in 596 milliseconds

1234567891011>>