Home
last modified time | relevance | path

Searched defs:machine_type (Results 1 – 7 of 7) sorted by relevance

/external/cronet/base/debug/
Dstack_trace_win.cc355 DWORD machine_type = IMAGE_FILE_MACHINE_AMD64; in InitTrace() local
360 DWORD machine_type = IMAGE_FILE_MACHINE_ARM64; in InitTrace() local
365 DWORD machine_type = IMAGE_FILE_MACHINE_I386; in InitTrace() local
/external/toolchain-utils/
Dlock_machine.py161 def PrintStatus(self, m, state, machine_type): argument
/external/kernel-headers/original/uapi/linux/
Da.out.h16 enum machine_type { enum
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_win.cc738 int machine_type = IMAGE_FILE_MACHINE_AMD64; in SlowUnwindStackWithContext() local
743 int machine_type = IMAGE_FILE_MACHINE_I386; in SlowUnwindStackWithContext() local
/external/autotest/utils/frozen_chromite/lib/
Dgce.py248 machine_type=None, default_scopes=True, argument
/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.cc1095 DWORD machine_type; in GetModuleInfo() local
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/
Drun_xds_tests.py2339 def create_instance_template(gcp, name, network, source_image, machine_type, argument