Home
last modified time | relevance | path

Searched defs:test_name (Results 1 – 13 of 13) sorted by relevance

/test/vts/runners/host/
Dbase_test.py333 def _setUp(self, test_name): argument
356 def _tearDown(self, test_name): argument
385 def onFail(self, test_name, begin_time): argument
410 def onPass(self, test_name, begin_time): argument
433 def onSkip(self, test_name, begin_time): argument
454 def onSilent(self, test_name, begin_time): argument
478 def onException(self, test_name, begin_time): argument
527 def filterOneTest(self, test_name, test_filter=None): argument
559 def _filterOneTestThroughTestFilter(self, test_name, test_filter=None): argument
578 def _filterOneTestThroughAbiBitness(self, test_name): argument
[all …]
Dconfig_parser.py39 def GetDefaultConfig(test_name): argument
/test/vts-testcase/kernel/api/libcutils/
DVtsKernelLibcutilsTest.py35 def filterOneTest(self, test_name): argument
/test/vts-testcase/fuzz/template/libfuzzer_test/
Dlibfuzzer_test_case.py81 def test_name(self): member in LibFuzzerTestCase
86 def test_name(self, name): member in LibFuzzerTestCase
/test/vts/testcases/template/binary_test/
Dbinary_test_case.py56 test_name, argument
133 def test_name(self): member in BinaryTestCase
138 def test_name(self, test_name): argument
/test/vts/testcases/template/gtest_binary_test/
Dgtest_test_case.py39 def GetRunCommand(self, output_file_path=None, test_name=None): argument
/test/vts/utils/python/systrace/
Dsystrace_utils.py87 def ProcessAndUploadSystrace(self, test_name): argument
/test/vts/testcases/vts_selftest/test_framework/base_test/
DVtsSelfTestBaseTestFilter.py44 def filterOneTest(self, test_name, test_filter=None): argument
/test/vts/script/
Dcreate-test-project.py50 def __init__(self, test_name, test_dir_under_testcases, test_type): argument
/test/vts/utils/python/controllers/
Dandroid_device.py296 def takeBugReports(ads, test_name, begin_time): argument
311 def take_br(test_name, begin_time, ad): argument
538 def takeBugReport(self, test_name, begin_time): argument
/test/vts/runners/target/gtest/
Dgtest_main.cpp156 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-testcase/kernel/ltp/
DKernelLtpTest.py425 def InternalResultReportMultiThread(self, test_name, function, args, argument
/test/vts/utils/python/web/
Dweb_utils.py128 def AddTestReport(self, test_name): argument