Searched refs:is64Bit (Results 1 – 9 of 9) sorted by relevance
52 if self.dut.is64Bit:62 if self.dut.is64Bit:72 if self.dut.is64Bit:
44 "64" if self._dut.is64Bit else "32")56 bits=64 if self._dut.is64Bit else 32)
52 bin_path = ('nativetest64' if self.dut.is64Bit else 'nativetest',
142 asserts.skipIf(test_object in TEST_OBJECTS_64 and not self.dut.is64Bit,287 asserts.skipIf(not ("arm" in self.dut.cpu_abi and self.dut.is64Bit),
74 bits=64 if self._dut.is64Bit else 32)
165 if self._dut.is64Bit:
610 def is64Bit(self): member in AndroidDevice655 if self.is64Bit:1261 bits = ['64', '32'] if self.is64Bit else ['32']
451 if self._dut.is64Bit:
484 if not self._dut.is64Bit: