Home
last modified time | relevance | path

Searched defs:testcase (Results 1 – 4 of 4) sorted by relevance

/test/vts-testcase/security/poc/host/
DSecurityPoCKernelTest.py73 def CreateHostInput(self, testcase): argument
126 def RunTestcase(self, testcase): argument
/test/vts-testcase/kernel/linux_kselftest/
DLinuxKselftestTest.py111 def RunTestcase(self, testcase): argument
/test/vts/runners/target/gtest/
Dgtest_main.cpp305 for (const auto& testcase : testcase_list) { in OnTestIterationStartPrint() local
316 static void OnTestEndPrint(const TestCase& testcase, size_t test_id) { in OnTestEndPrint()
349 for (const auto& testcase : testcase_list) { in OnTestIterationEndPrint() local
491 auto& testcase = testcase_list[i]; in OnTestIterationEndXmlPrint() local
517 auto& testcase = testcase_list[i]; in OnTestIterationEndXmlPrint() local
726 TestCase& testcase = testcase_list[child_proc.testcase_id]; in ReadChildProcOutput() local
799 TestCase& testcase) { in CollectChildTestResult()
904 TestCase& testcase = testcase_list[testcase_id]; in RunTestInSeparateProc() local
/test/vts/testcases/template/llvmfuzzer_test/
Dllvmfuzzer_test.py62 def PushFiles(self, testcase): argument