/external/vboot_reference/tests/ |
D | test_common.c | 21 int TEST_EQ(int result, int expected_result, const char* testname) { in TEST_EQ() 34 int TEST_NEQ(int result, int not_expected_result, const char* testname) { in TEST_NEQ() 48 const char* testname) { in TEST_PTR_EQ() 62 const char* testname) { in TEST_PTR_NEQ() 76 const char* testname) { in TEST_STR_EQ() 96 int TEST_SUCC(int result, const char* testname) { in TEST_SUCC() 107 int TEST_TRUE(int result, const char* testname) { in TEST_TRUE() 118 int TEST_FALSE(int result, const char* testname) { in TEST_FALSE()
|
/external/autotest/client/cros/image_comparison/ |
D | publisher.py | 64 def publish_paths(self, image_paths, testname): argument 103 def _generate_tags(self, testname): argument
|
/external/autotest/server/cros/dynamic_suite/ |
D | tools.py | 192 def _testname_to_keyval_key(testname): argument 211 def create_bug_keyvals(job_id, testname, bug_info): argument 229 def get_test_failure_bug_info(keyvals, job_id, testname): argument
|
/external/autotest/server/site_tests/stress_ClientTestReboot/ |
D | stress_ClientTestReboot.py | 16 def run_once(self, client_ip, testname, loops): argument
|
/external/autotest/tko/parsers/ |
D | version_1.py | 176 def __init__(self, indent, status, subdir, testname, reason, argument 244 def make_dummy_abort(indent, subdir, testname, timestamp, reason): argument
|
D | version_0.py | 194 def __init__(self, subdir, testname, status, reason, test_kernel, argument 234 def __init__(self, indent, status, subdir, testname, reason, argument
|
/external/autotest/tko/ |
D | models.py | 92 def __init__(self, subdir, testname, status, reason, test_kernel, argument 134 def parse_test(cls, job, subdir, testname, status, reason, test_kernel, argument 197 def parse_partial_test(cls, job, subdir, testname, reason, test_kernel, argument
|
D | tko.proto | 23 required string testname = 2; field
|
D | parse.py | 63 def format_failure_message(jobname, kernel, testname, status, reason): argument
|
/external/regex-re2/re2/testing/ |
D | filtered_re2_test.cc | 60 const char* testname; member 145 const char* testname, in CheckExpectedAtoms()
|
/external/icu/icu4c/source/test/perf/collperf/ |
D | collperf.cpp | 662 #define TEST(testname, classname, arg1, arg2, arg3, arg4, arg5, arg6) \ argument 684 #define TEST_KEYGEN(testname, func)\ in runIndexedTest() argument 694 #define TEST_ITER(testname, func)\ in runIndexedTest() argument 701 #define TEST_ITER_ALL(testname, func)\ in runIndexedTest() argument 708 #define TEST_QSORT(testname, func)\ in runIndexedTest() argument 721 #define TEST_BIN(testname, func)\ in runIndexedTest() argument
|
/external/webrtc/webrtc/tools/rtcbot/ |
D | main.js | 74 function runTest(testname) { argument
|
/external/autotest/client/site_tests/graphics_GLBench/ |
D | graphics_GLBench.py | 92 def is_no_checksum_test(self, testname): argument
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.tests/src/com/ibm/icu/tests/ |
D | UnitTest.java | 21 public void runUtility(String testname) throws Exception { in runUtility()
|
/external/autotest/client/site_tests/camera_V4L2/ |
D | camera_V4L2.py | 65 def unittest_passed(self, testname, stdout): argument
|
/external/webrtc/third_party/gtest-parallel/ |
D | gtest-parallel | 217 def get_test_time(self, binary, testname): argument 222 def record_test_time(self, binary, testname, runtime_ms): argument
|
/external/expat/tests/ |
D | minicheck.h | 29 #define START_TEST(testname) static void testname(void) { \ argument
|
/external/autotest/client/deps/glbench/src/ |
D | testbase.cc | 119 void RunTest(TestBase* test, const char* testname, const double coefficient, in RunTest()
|
D | windowmanagercompositingtest.cc | 51 const char* testname = "compositing"; in Run() local
|
/external/v8/test/cctest/ |
D | cctest.cc | 217 char* testname = strchr(arg_copy, '/'); in main() local
|
/external/autotest/client/tests/monotonic_time/src/ |
D | time_test.c | 313 const char *testname; in main() local
|
/external/webrtc/webrtc/modules/audio_processing/test/ |
D | apmtest.m | 40 testname = 'all'; variable
|
/external/autotest/server/site_tests/bluetooth_SDP_ServiceSearchAttributeRequest/ |
D | bluetooth_SDP_ServiceSearchAttributeRequest.py | 73 def fail_test(self, testname, value): argument
|
/external/icu/icu4c/source/tools/ctestfw/ |
D | uperf.cpp | 340 UBool UPerfTest::runTestLoop( char* testname, char* par ) in runTestLoop()
|
/external/testng/src/main/java/org/testng/reporters/ |
D | EmailableReporter.java | 132 private void resultSummary(ISuite suite, IResultMap tests, String testname, String style, in resultSummary()
|