Home
last modified time | relevance | path

Searched defs:testname (Results 1 – 25 of 35) 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/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
Drun_tests.py11 def TestMojom(testname, args): argument
/external/autotest/server/cros/dynamic_suite/
Dtools.py266 def _testname_to_keyval_key(testname): argument
285 def create_bug_keyvals(job_id, testname, bug_info): argument
303 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.py183 def __init__(self, indent, status, subdir, testname, reason, argument
251 def make_dummy_abort(indent, subdir, testname, timestamp, reason): argument
Dversion_0.py198 def __init__(self, subdir, testname, status, reason, test_kernel, argument
238 def __init__(self, indent, status, subdir, testname, reason, argument
/external/autotest/tko/
Dmodels.py97 def __init__(self, subdir, testname, status, reason, test_kernel, argument
139 def parse_test(cls, job, subdir, testname, status, reason, test_kernel, argument
207 def parse_partial_test(cls, job, subdir, testname, reason, test_kernel, argument
Dparse.py123 def format_failure_message(jobname, kernel, testname, status, reason): argument
Dtko.proto23 required string testname = 2; field
Dfrontend.py222 def __init__(self, db, test_idx, job_idx, testname, subdir, kernel_idx, argument
/external/webrtc/webrtc/tools/rtcbot/
Dmain.js74 function runTest(testname) { argument
/external/regex-re2/re2/testing/
Dfiltered_re2_test.cc60 const char* testname; member
145 const char* testname, in CheckExpectedAtoms()
/external/autotest/client/site_tests/graphics_GLBench/
Dgraphics_GLBench.py92 def is_no_checksum_test(self, testname): argument
/external/icu/icu4c/source/test/perf/collperf/
Dcollperf.cpp668 #define TEST(testname, classname, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
690 #define TEST_KEYGEN(testname, func)\ in runIndexedTest() argument
700 #define TEST_ITER(testname, func)\ in runIndexedTest() argument
707 #define TEST_ITER_ALL(testname, func)\ in runIndexedTest() argument
714 #define TEST_QSORT(testname, func)\ in runIndexedTest() argument
727 #define TEST_BIN(testname, func)\ in runIndexedTest() 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.h34 #define START_TEST(testname) static void testname(void) { \ argument
/external/autotest/client/deps/glbench/src/
Dtestbase.cc121 void RunTest(TestBase* test, const char* testname, const double coefficient, in RunTest()
Dwindowmanagercompositingtest.cc51 const char* testname = "compositing"; in Run() local
/external/python/cpython2/Lib/test/
Dregrtest.py782 def __init__(self, testname, verbose=0, quiet=False, pgo=False): argument
995 def cleanup_test_droppings(testname, verbose): argument
/external/eigen/unsupported/test/
Dcxx11_tensor_uint128.cpp31 const char* testname = g_test_stack.back().c_str(); in VERIFY_EQUAL() local
/external/webrtc/webrtc/modules/audio_processing/test/
Dapmtest.m40 testname = 'all'; variable
/external/autotest/client/tests/monotonic_time/src/
Dtime_test.c313 const char *testname; in main() local
/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.cpp342 UBool UPerfTest::runTestLoop( char* testname, char* par ) in runTestLoop()

12