Searched refs:machine_type (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/third_party/remote_config/ |
D | remote_platform_configure.bzl | 15 machine_type = repository_ctx.execute(["bash", "-c", "echo $MACHTYPE"]).stdout 16 if (machine_type.startswith("ppc") or 17 machine_type.startswith("powerpc")): 19 elif machine_type.startswith("s390x"): 21 elif machine_type.startswith("aarch64"): 23 elif machine_type.startswith("arm64"): 25 elif machine_type.startswith("arm"): 27 elif machine_type.startswith("mips64"): 29 elif machine_type.startswith("riscv64"):
|
/external/toolchain-utils/ |
D | lock_machine.py | 159 def PrintStatus(self, m, state, machine_type): argument 169 (m, state['board'], '\t\t' if machine_type == MachineType.LOCAL else 174 machine_type == MachineType.LOCAL else '')) 207 machine_type = self.GetMachineType(m) 209 self.PrintStatus(m, state, machine_type) 270 machine_type = self.GetMachineType(m) 271 if machine_type == MachineType.SKYLAB: 273 elif machine_type == MachineType.LOCAL: 278 '%s %s machine succeeded: %s.' % (action, machine_type.value, m)) 282 '%s %s machine failed: %s.' % (action, machine_type.value, m))
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_unwind_win.cpp | 57 int machine_type = IMAGE_FILE_MACHINE_AMD64; in UnwindSlow() local 62 int machine_type = IMAGE_FILE_MACHINE_I386; in UnwindSlow() local 70 while (StackWalk64(machine_type, GetCurrentProcess(), GetCurrentThread(), in UnwindSlow()
|
/external/kernel-headers/original/uapi/linux/ |
D | a.out.h | 16 enum machine_type { enum 46 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff))
|
/external/toolchain-utils/crosperf/ |
D | experiment_runner.py | 143 machine_type = self._GetMachineType(experiment.lock_mgr, m) 144 if machine_type == 'local': 146 elif machine_type == 'skylab':
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_win.cc | 738 int machine_type = IMAGE_FILE_MACHINE_AMD64; in SlowUnwindStackWithContext() local 743 int machine_type = IMAGE_FILE_MACHINE_I386; in SlowUnwindStackWithContext() local 751 while (StackWalk64(machine_type, GetCurrentProcess(), GetCurrentThread(), in SlowUnwindStackWithContext()
|
/external/google-breakpad/src/common/windows/ |
D | pdb_source_line_writer.cc | 1095 DWORD machine_type; in GetModuleInfo() local 1097 if (global->get_machineType(&machine_type) == S_OK) { in GetModuleInfo() 1103 info->cpu = FileHeaderMachineToCpuString(static_cast<WORD>(machine_type)); in GetModuleInfo()
|
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/ |
D | run_xds_tests.py | 1370 def create_instance_template(gcp, name, network, source_image, machine_type, argument 1378 'machineType': machine_type, 2083 args.source_image, args.machine_type,
|
/external/llvm/test/tools/llvm-readobj/Inputs/ |
D | relocs.py | 328 machine_type = f.uint16()
|