Searched refs:testname (Results 1 – 3 of 3) sorted by relevance
/tools/security/gdb/gdb_json_printer/test/ |
D | gdb_json_printer_test.py | 77 def test_json_variable(testcase, testname, line, variable_name_list): argument 80 with open("test/{}_{}_{}.json".format(testname, str(line), variable_name), "r") as f:
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | GTestXmlResultParser.java | 176 String testname = testcase.getAttribute("name"); in processTestResult() local 182 ParsedTestInfo parsedResults = new ParsedTestInfo(testname, classname, runtime); in processTestResult()
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/ |
D | bt_test_utils.py | 1681 def take_btsnoop_log(ad, testcase, testname): argument 1694 testname = "".join(x for x in testname if x.isalnum()) 1698 out_name = ','.join((testname, device_model, serial)) 1714 def take_btsnoop_logs(android_devices, testcase, testname): argument 1723 take_btsnoop_log(a, testcase, testname)
|