Home
last modified time | relevance | path

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

123

/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/skia/modules/pathkit/tests/
DtestReporter.js6 function reportCanvas(canvas, testname, outputType='canvas') { argument
11 function reportSVG(svg, testname) { argument
38 function reportSVGString(svgstr, testname, fillRule='nofill') { argument
58 function reportPath(path, testname, done) { argument
76 function _report(data, outputType, testname) { argument
/external/skqp/modules/pathkit/tests/
DtestReporter.js6 function reportCanvas(canvas, testname, outputType='canvas') { argument
11 function reportSVG(svg, testname) { argument
38 function reportSVGString(svgstr, testname, fillRule='nofill') { argument
58 function reportPath(path, testname, done) { argument
76 function _report(data, outputType, testname) { argument
/external/autotest/client/cros/power/
Dpower_dashboard.py69 def __init__(self, logger, testname, start_ts=None, resultsdir=None, argument
290 def __init__(self, logger, testname, start_ts=None, resultsdir=None, argument
366 def __init__(self, logger, testname, resultsdir=None, uploadurl=None, argument
450 def __init__(self, logger, testname, resultsdir=None, uploadurl=None, argument
464 def __init__(self, logger, testname, resultsdir=None, uploadurl=None, argument
479 def __init__(self, duration_secs, power_watts, testname, start_ts, argument
515 def __init__(self, logger, testname, resultsdir=None, uploadurl=None, argument
/external/autotest/client/cros/image_comparison/
Dpublisher.py64 def publish_paths(self, image_paths, testname): argument
103 def _generate_tags(self, testname): argument
/external/u-boot/lib/efi_selftest/
Defi_selftest.c151 static struct efi_unit_test *find_test(const u16 *testname) in find_test()
188 void efi_st_do_tests(const u16 *testname, unsigned int phase, in efi_st_do_tests()
230 const u16 *testname = NULL; in efi_selftest() local
/external/autotest/server/cros/power/
Dpower_dashboard.py11 def __init__(self, logger, testname, host, start_ts=None, resultsdir=None, argument
86 def __init__(self, logger, testname, host, start_ts, checkpoint_logger, 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/tko/parsers/
Dversion_1.py192 def __init__(self, indent, status, subdir, testname, reason, argument
260 def make_dummy_abort(indent, subdir, testname, timestamp, reason): argument
290 line_buffer, line, indent, subdir, testname, timestamp, reason): argument
Dversion_0.py205 def __init__(self, subdir, testname, status, reason, test_kernel, argument
245 def __init__(self, indent, status, subdir, testname, reason, argument
/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/
Drun_tests.py11 def TestMojom(testname, args): argument
/external/skia/modules/canvaskit/tests/
Dutil.js5 function reportSurface(surface, testname, done) { argument
/external/autotest/server/site_tests/stress_ClientTestReboot/
Dstress_ClientTestReboot.py16 def run_once(self, client_ip, testname, loops): argument
/external/autotest/tko/
Dmodels.py103 def __init__(self, subdir, testname, status, reason, test_kernel, argument
145 def parse_test(cls, job, subdir, testname, status, reason, test_kernel, argument
217 def parse_partial_test(cls, job, subdir, testname, reason, test_kernel, argument
Dtko.proto23 required string testname = 2; field
/external/skqp/experimental/canvaskit/tests/
Dpath.spec.js36 function reportSurface(surface, testname, done) { argument
/external/python/cpython3/Lib/test/libregrtest/
Druntest_mp.py26 def run_test_in_subprocess(testname, ns): argument
Druntest.py219 def cleanup_test_droppings(testname, verbose): argument
/external/webrtc/webrtc/tools/rtcbot/
Dmain.js74 function runTest(testname) { argument
/external/autotest/client/site_tests/graphics_GLBench/
Dgraphics_GLBench.py93 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.h58 #define START_TEST(testname) static void testname(void) { \ argument
/external/python/uritemplates/tests/
Dtest_from_fixtures.py31 def _test(self, testname): argument
/external/python/cpython3/Lib/test/
Dtest_pulldom.py298 def confirm(self, test, testname="Test"): argument

123