Home
last modified time | relevance | path

Searched defs:testname (Results 1 – 25 of 37) sorted by relevance

12

/external/vboot_reference/tests/
Dtest_common.c21 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/
Dpublisher.py64 def publish_paths(self, image_paths, testname): argument
103 def _generate_tags(self, testname): argument
/external/autotest/server/cros/dynamic_suite/
Dtools.py192 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/
Dstress_ClientTestReboot.py16 def run_once(self, client_ip, testname, loops): argument
/external/autotest/tko/parsers/
Dversion_1.py176 def __init__(self, indent, status, subdir, testname, reason, argument
244 def make_dummy_abort(indent, subdir, testname, timestamp, reason): argument
Dversion_0.py194 def __init__(self, subdir, testname, status, reason, test_kernel, argument
234 def __init__(self, indent, status, subdir, testname, reason, argument
/external/autotest/tko/
Dmodels.py92 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
Dtko.proto23 required string testname = 2; field
Dparse.py63 def format_failure_message(jobname, kernel, testname, status, reason): argument
/external/regex-re2/re2/testing/
Dfiltered_re2_test.cc60 const char* testname; member
145 const char* testname, in CheckExpectedAtoms()
/external/icu/icu4c/source/test/perf/collperf/
Dcollperf.cpp662 #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/
Dmain.js74 function runTest(testname) { argument
/external/autotest/client/site_tests/graphics_GLBench/
Dgraphics_GLBench.py92 def is_no_checksum_test(self, testname): argument
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.tests/src/com/ibm/icu/tests/
DUnitTest.java21 public void runUtility(String testname) throws Exception { in runUtility()
/external/autotest/client/site_tests/camera_V4L2/
Dcamera_V4L2.py65 def unittest_passed(self, testname, stdout): argument
/external/webrtc/third_party/gtest-parallel/
Dgtest-parallel217 def get_test_time(self, binary, testname): argument
222 def record_test_time(self, binary, testname, runtime_ms): argument
/external/expat/tests/
Dminicheck.h29 #define START_TEST(testname) static void testname(void) { \ argument
/external/autotest/client/deps/glbench/src/
Dtestbase.cc119 void RunTest(TestBase* test, const char* testname, const double coefficient, in RunTest()
Dwindowmanagercompositingtest.cc51 const char* testname = "compositing"; in Run() local
/external/v8/test/cctest/
Dcctest.cc217 char* testname = strchr(arg_copy, '/'); in main() local
/external/autotest/client/tests/monotonic_time/src/
Dtime_test.c313 const char *testname; in main() local
/external/webrtc/webrtc/modules/audio_processing/test/
Dapmtest.m40 testname = 'all'; variable
/external/autotest/server/site_tests/bluetooth_SDP_ServiceSearchAttributeRequest/
Dbluetooth_SDP_ServiceSearchAttributeRequest.py73 def fail_test(self, testname, value): argument
/external/icu/icu4c/source/tools/ctestfw/
Duperf.cpp340 UBool UPerfTest::runTestLoop( char* testname, char* par ) in runTestLoop()
/external/testng/src/main/java/org/testng/reporters/
DEmailableReporter.java132 private void resultSummary(ISuite suite, IResultMap tests, String testname, String style, in resultSummary()

12