Home
last modified time | relevance | path

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

/external/skia/tests/
DCubicRootsTest.cpp27 skiatest::ReporterContext subtest(reporter, name); in testCubicRootsReal() local
270 skiatest::ReporterContext subtest(reporter, "oss-fuzz:55419 C and D are large"); in DEF_TEST() local
279 skiatest::ReporterContext subtest(reporter, "oss-fuzz:55829 A is zero and B is NAN"); in DEF_TEST() local
293 skiatest::ReporterContext subtest(reporter, name); in testCubicValidT() local
DCubicChopTest.cpp39 skiatest::ReporterContext subtest(reporter, name); in testChopCubicAtT() local
213 skiatest::ReporterContext subtest(reporter, name); in testCubicExtrema() local
334 skiatest::ReporterContext subtest(reporter, name); in testCubicInflectionPoints() local
422 skiatest::ReporterContext subtest(reporter, name); in testBezierCurveHorizontalIntersectBinarySearch() local
DBezierCurveTest.cpp31 skiatest::ReporterContext subtest(reporter, name); in testCubicEvalAtT() local
86 skiatest::ReporterContext subtest(reporter, name); in testCubicConvertToPolynomial() local
DPathOpsDCubicTest.cpp44 skiatest::ReporterContext subtest(reporter, name); in testConvertToPolynomial() local
DQuadRootsTest.cpp25 skiatest::ReporterContext subtest(reporter, name); in testQuadRootsReal() local
DGeometryTest.cpp669 skiatest::ReporterContext subtest(reporter, name); in testChopMonoCubicAtY() local
824 skiatest::ReporterContext subtest(reporter, name); in testChopMonoCubicAtX() local
/external/dtc/tests/
Doverlay_base_manual_symbols.dts16 subtest: sub-test-node { label
Doverlay_base.dts15 subtest: sub-test-node { label
/external/autotest/client/cros/graphics/
Dgraphics_utils.py107 def failure_report(self, name, subtest=None): argument
130 def failure_report_decorator(cls, name, subtest=None): argument
178 def add_failures(self, name, subtest=None): argument
201 def remove_failures(self, name, subtest=None): argument
257 def _get_failure_description(self, name, subtest): argument
260 def _get_failure(self, name, subtest): argument
/external/igt-gpu-tools/scripts/
Dtest_igt_gpu_tools.py79 def __init__(self, subtest, binary): argument
/external/autotest/server/site_tests/graphics_MultipleDisplays/
Dgraphics_MultipleDisplays.py179 def run_once(self, host, subtest, test_duration=60): argument
/external/autotest/client/site_tests/graphics_Stress/
Dgraphics_Stress.py193 def run_once(self, test_duration_secs=600, fullscreen=True, subtest='gmaps'): argument
/external/igt-gpu-tools/benchmarks/
Dgem_userptr_benchmark.c329 unsigned int subtest, i; in test_impact_overlap() local
367 unsigned int subtest, i; in test_impact() local
/external/python/cpython3/Lib/unittest/test/
Dsupport.py102 def addSubTest(self, test, subtest, err): argument
/external/igt-gpu-tools/runner/
Dresultgen.c209 static void parse_subtest_result(char *subtest, const char **result, double *time, char *buf, char … in parse_subtest_result()
652 char *message, *subtest; in fill_from_dmesg() local
742 static void add_subtest(struct subtests *subtests, char *subtest) in add_subtest()
Djob_list.c340 void generate_piglit_name(const char *binary, const char *subtest, in generate_piglit_name()
Dexecutor.c248 static void prune_subtest(struct job_list_entry *entry, char *subtest) in prune_subtest()
278 char *subtest; in prune_from_journal() local
/external/python/cpython3/Lib/unittest/
Dresult.py125 def addSubTest(self, test, subtest, err): argument
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DMatchValue.java627 final MatchValue subtest; field in MatchValue.SetMatchValue
629 public SetMatchValue(MatchValue subtest) { in SetMatchValue()
/external/igt-gpu-tools/tests/
Dkms_fbcon_fbt.c258 static void subtest(struct drm_info *drm, struct feature *feature, bool suspend) in subtest() function
Dkms_rotation_crc.c740 } *subtest, subtests[] = { variable
/external/tensorflow/tensorflow/compiler/xla/service/
Dcollective_ops_utils_test.cc405 for (const TestCase::CurrentIdAndOutput &subtest : tc.subtests) { in TEST_P() local
/external/python/absl-py/absl/testing/
Dxml_reporter.py487 def addSubTest(self, test, subtest, err): # pylint: disable=invalid-name argument
/external/cldr/tools/cldr-code/src/main/java/com/ibm/icu/dev/test/
DTestFmwk.java288 TestFmwk subtest = (TestFmwk) cls.newInstance(); in getSubtest() local
724 TestFmwk subtest = test.getSubtest(prefix); in resolveTarget() local
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_sockmap.c123 const char *subtest; member