Home
last modified time | relevance | path

Searched refs:n_bit (Results 1 – 6 of 6) sorted by relevance

/test/vts-testcase/kernel/linux_kselftest/
DLinuxKselftestTest.py68 def PushFiles(self, n_bit): argument
77 if n_bit == self._64BIT:
138 def TestNBits(self, n_bit): argument
145 self.PushFiles(n_bit)
150 lambda x: x.IsRelevant(cpu_abi, n_bit),
157 testcase.testname.replace('/','_'), n_bit))
Dtest_case.py61 def IsRelevant(self, cpu_abi, n_bit): argument
67 if cpu_abi is None or n_bit is None:
70 if not n_bit in self._supported_bits:
/test/vts-testcase/kernel/ltp/testcase/tools/
Dltp_test_cases.py84 def GetKernelModuleControllerOption(self, arch, n_bit, is_low_mem=False, is_hwasan=False): argument
100 if n_bit == '64':
101 n_bit_string = str(n_bit) if arch == 'arm' else ('_'+str(n_bit))
150 n_bit, argument
172 module_controller_option = self.GetKernelModuleControllerOption(arch, n_bit,
200 test_display_name = "{}_{}bit".format(str(testcase), n_bit)
252 nativetest_bit_path = '64' if n_bit == '64' else ''
Dgen_ltp_config.py24 def run(android_build_top, arch, n_bit, is_low_mem, is_hwasan, output_file): argument
33 n_bit,
45 n_bit = sys.argv[2] variable
49 run(os.environ['ANDROID_BUILD_TOP'], arch, n_bit, is_low_mem, is_hwasan, output_path)
/test/vts-testcase/kernel/ltp/
DKernelLtpTest.py241 def TestNBits(self, n_bit): argument
248 if n_bit == self._64BIT:
257 … is_hwasan = self._dut.getProp('ro.product.name').find('_hwasan') != -1 and n_bit == self._64BIT
264 n_bit,
279 args=(n_bit, ),
468 def GetTestName(self, test_case, n_bit): argument
470 return "{}_{}bit".format(test_case, n_bit)
472 def RunLtpOnce(self, test_case, n_bit): argument
Dtest_cases_parser.py71 n_bit, argument
119 test_display_name = "{}_{}bit".format(str(testcase), n_bit)