Searched defs:is_64bit (Results 1 - 6 of 6) sorted by relevance

/external/autotest/client/site_tests/security_Minijail0/
H A Dsecurity_Minijail0.py19 def is_64bit(self): member in class:security_Minijail0
66 if self.is_64bit() and args64:
69 if (not self.is_64bit()) and args32:
/external/compiler-rt/test/asan/android_commands/
H A Dandroid_run.py21 is_64bit = (subprocess.check_output(['file', sys.argv[0] + '.real']).find('64-bit') != -1) variable
22 asanwrapper = "" if is_64bit else "asanwrapper "
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/tools/
H A Dlist_ports_windows.py10 from serial.win32 import ULONG_PTR, is_64bit namespace
/external/elfutils/libdw/
H A Ddwarf_getmacros.c138 table->is_64bit = cudie->cu->address_size == 8;
168 bool is_64bit = (flags & 0x1) != 0; local
173 line_offset = read_addr_unaligned_inc (is_64bit ? 8 : 4, dbg, readp);
257 .is_64bit = is_64bit,
361 .offset_size = table->is_64bit ? 8 : 4,
H A DlibdwP.h376 bool is_64bit; member in struct:__anon5679
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
H A Dwin32.py14 def is_64bit(): function
21 if is_64bit():

Completed in 272 milliseconds