| /test/vts/runners/host/ |
| D | base_test.py | 243 def _testEntry(self, test_name): argument 249 def _setUp(self, test_name): argument 268 def _testExit(self, test_name): argument 272 def _tearDown(self, test_name): argument 303 def onFail(self, test_name, begin_time): argument 331 def onPass(self, test_name, begin_time): argument 357 def onSkip(self, test_name, begin_time): argument 381 def onSilent(self, test_name, begin_time): argument 406 def onException(self, test_name, begin_time): argument 440 def filterOneTest(self, test_name): argument [all …]
|
| D | config_parser.py | 39 def GetDefaultConfig(test_name): argument
|
| /test/vts-testcase/fuzz/template/libfuzzer_test/ |
| D | libfuzzer_test_case.py | 79 def test_name(self): member in LibFuzzerTestCase 84 def test_name(self, name): member in LibFuzzerTestCase
|
| /test/vts-testcase/kernel/api/libcutils/ |
| D | VtsKernelLibcutilsTest.py | 35 def filterOneTest(self, test_name): argument
|
| /test/vts/testcases/template/binary_test/ |
| D | binary_test_case.py | 56 test_name, argument 128 def test_name(self): member in BinaryTestCase 133 def test_name(self, test_name): argument
|
| /test/vts/testcases/template/gtest_binary_test/ |
| D | gtest_test_case.py | 40 def GetRunCommand(self, output_file_path=None, test_name=None): argument
|
| /test/vts/utils/python/systrace/ |
| D | systrace_utils.py | 87 def ProcessAndUploadSystrace(self, test_name): argument
|
| /test/vts/script/ |
| D | create-test-project.py | 50 def __init__(self, test_name, test_dir_under_testcases, test_type): argument
|
| /test/vts/utils/python/controllers/ |
| D | android_device.py | 296 def takeBugReports(ads, test_name, begin_time): argument 311 def take_br(test_name, begin_time, ad): argument 535 def takeBugReport(self, test_name, begin_time): argument
|
| /test/vts/runners/target/gtest/ |
| D | gtest_main.cpp | 156 void AppendTest(const char* test_name) { in AppendTest() 602 const std::string& test_name) { in ChildProcessFn() 618 static ChildProcInfo RunChildProcess(const std::string& test_name, in RunChildProcess() 670 std::string test_name = in HandleSignals() local 883 std::string test_name = in RunTestInSeparateProc() local
|
| /test/vts/utils/python/web/ |
| D | web_utils.py | 128 def AddTestReport(self, test_name): argument
|
| /test/vts-testcase/kernel/ltp/ |
| D | KernelLtpTest.py | 431 def InternalResultReportMultiThread(self, test_name, function, args, argument
|