Searched refs:is64Bit (Results 1 – 5 of 5) sorted by relevance
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):
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: