Searched refs:is64Bit (Results 1 – 8 of 8) sorted by relevance
45 "64" if self._dut.is64Bit else "32")57 bits=64 if self._dut.is64Bit else 32)
236 if not ('arm' in self.cpu_abi(self.dut) and self.is64Bit(self.dut)):264 def is64Bit(self, dut): member in VtsKernelProcFileApiTest277 if test_object in TEST_OBJECTS_64 and not self.is64Bit(self.dut):
52 bin_path = ('nativetest64' if self.dut.is64Bit else 'nativetest',
142 asserts.skipIf(test_object in TEST_OBJECTS_64 and not self.dut.is64Bit,288 asserts.skipIf(not ("arm" in self.dut.cpu_abi and self.dut.is64Bit),
165 if self._dut.is64Bit:
633 def is64Bit(self): member in AndroidDevice678 if self.is64Bit:1291 bits = ['64', '32'] if self.is64Bit else ['32']
434 if self._dut.is64Bit:
489 if not self._dut.is64Bit: