Lines Matching refs:arch
40 def __init__(self, path, file, arch, mode, context, config, additional=None): argument
41 super(SimpleTestCase, self).__init__(context, path, arch, mode)
44 self.arch = arch
59 result = [self.config.context.GetVm(self.arch, self.mode)]
107 def ListTests(self, current_path, path, arch, mode): argument
114 result.append(SimpleTestCase(test_name, file_path, arch, mode,
126 def ListTests(self, current_path, path, arch, mode): argument
128 current_path, path, arch, mode)
149 def ListTests(self, current_path, path, arch, mode): argument
156 SimpleTestCase(tst, file_path, arch, mode, self.context, self, self.additional_flags))
164 def ListTests(self, current_path, path, arch, mode): argument
166 current_path, path, arch, mode)