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/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/skia/modules/canvaskit/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/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/autotest/client/cros/power/
Dpower_dashboard.py89 def __init__(self, logger, testname, start_ts=None, resultsdir=None, argument
319 def __init__(self, logger, testname, start_ts, resultsdir, uploadurl, note): argument
394 def __init__(self, logger, testname, resultsdir, uploadurl, note): argument
476 def __init__(self, logger, testname, resultsdir, uploadurl, note): argument
487 def __init__(self, logger, testname, resultsdir, uploadurl, note): argument
650 def __init__(self, logger, testname, resultsdir, uploadurl, note): argument
660 def __init__(self, logger, testname, resultsdir, uploadurl, note): argument
693 def createDashboard(self, logger, testname, resultsdir=None, argument
/external/llvm-project/lldb/packages/Python/lldbsuite/test/builders/
Dbuilder.py136 testname=None): argument
162 testname=None): argument
187 testname=None): argument
212 testname=None): argument
237 testname=None): argument
Ddarwin.py110 testname=None): argument
/external/autotest/server/cros/dynamic_suite/
Dtools.py270 def _testname_to_keyval_key(testname): argument
289 def create_bug_keyvals(job_id, testname, bug_info): argument
307 def get_test_failure_bug_info(keyvals, job_id, testname): argument
/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/tko/parsers/
Dversion_1.py186 def __init__(self, indent, status, subdir, testname, reason, argument
254 def make_dummy_abort(indent, subdir, testname, timestamp, reason): argument
284 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/autotest/server/site_tests/stress_ClientTestReboot/
Dstress_ClientTestReboot.py16 def run_once(self, client_ip, testname, loops): argument
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/
Dares-test.h375 #define ICLASS_NAME(casename, testname) Contained##casename##_##testname argument
376 #define CONTAINED_TEST_F(casename, testname, hostname, domainname, files) \ argument
412 #define VCLASS_NAME(casename, testname) Virt##casename##_##testname argument
413 #define VIRT_NONVIRT_TEST_F(casename, testname) \ argument
/external/autotest/tko/
Dmodels.py107 def __init__(self, subdir, testname, status, reason, test_kernel, argument
137 def parse_test(cls, job, subdir, testname, status, reason, test_kernel, argument
209 def parse_partial_test(cls, job, subdir, testname, reason, test_kernel, argument
Dtko.proto23 required string testname = 2; field
/external/autotest/client/site_tests/graphics_GLBench/
Dgraphics_GLBench.py66 def is_no_checksum_test(self, testname): argument
/external/skqp/experimental/canvaskit/tests/
Dpath.spec.js36 function reportSurface(surface, testname, done) { 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/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dfiltered_re2_test.cc73 const char* testname; member
158 const char* testname, in CheckExpectedAtoms()
/external/icu/tools/testing/test_harness/src/com/android/icu/tradefed/testtype/
DICU4CXmlResultParser.java164 String testname = testcase.getAttribute("name"); in processTestResult() local
/external/expat/tests/
Dminicheck.h58 #define START_TEST(testname) \ argument
/external/python/uritemplates/tests/
Dtest_from_fixtures.py32 def _test(self, testname): argument
/external/python/cpython3/Lib/test/
Dtest_pulldom.py305 def confirm(self, test, testname="Test"): argument
/external/ltp/testcases/kernel/syscalls/membarrier/
Dmembarrier01.c29 char testname[80]; member

123