/test/vts-testcase/fuzz/template/libfuzzer_test/ |
D | libfuzzer_test.py | 83 def CreateCorpusOut(self, test_case): argument 95 def RetrieveCorpusSeed(self, test_case): argument 120 def AnalyzeGeneratedCorpus(self, test_case): argument 144 def EvaluateTestcase(self, test_case, result, inuse_seed): argument 176 def RunTestcase(self, test_case): argument 223 def LogCrashReport(self, test_case): argument 252 def AssertTestResult(self, test_case, result): argument
|
/test/vts-testcase/fuzz/kernel/syzkaller/ |
D | syzkaller_test.py | 102 def RunTestCase(self, test_case): argument 117 def ReportTestCase(self, test_case): argument 127 def AssertTestCaseResult(self, test_case): argument
|
/test/vts-testcase/kernel/ltp/ |
D | environment_requirement_checker.py | 77 def GetRequirements(self, test_case): argument 97 def Check(self, test_case): argument 192 def TestBinaryExists(self, test_case): argument
|
D | KernelLtpTest.py | 183 def Verify(self, test_case, results): argument 215 def CheckResult(self, test_case, cmd_results, result=None, note=None): argument 468 def GetTestName(self, test_case, n_bit): argument 472 def RunLtpOnce(self, test_case, n_bit): argument
|
/test/vts-testcase/kernel/api/binder/ |
D | VtsKernelBinderTest.py | 66 def RunTestCase(self, test_case): argument
|
/test/vts-testcase/fuzz/template/iface_fuzzer_test/ |
D | iface_fuzzer_test.py | 127 def LogCrashReport(self, test_case): argument
|
/test/vts/testcases/template/binary_test/ |
D | binary_test.py | 461 def VerifyTestResult(self, test_case, command_results): argument 474 def RunTestCase(self, test_case): argument
|
/test/vts/testcases/template/gtest_binary_test/ |
D | gtest_binary_test.py | 148 def VerifyTestResult(self, test_case, command_results): argument
|
/test/vts/testcases/template/hal_hidl_replay_test/ |
D | hal_hidl_replay_test.py | 126 def VerifyTestResult(self, test_case, command_results): argument
|
/test/vts/proto/ |
D | VtsReportMessage.proto | 300 repeated TestCaseReportMessage test_case = 11; field
|