/external/skia/gn/ |
D | tests.gni | 7 _tests = get_path_info("../tests", "abspath") 10 "$_tests/AAClipTest.cpp", 11 "$_tests/AdvancedBlendTest.cpp", 12 "$_tests/AndroidCodecTest.cpp", 13 "$_tests/AnimatedImageTest.cpp", 14 "$_tests/AnnotationTest.cpp", 15 "$_tests/ApplyGammaTest.cpp", 16 "$_tests/ArenaAllocTest.cpp", 17 "$_tests/AsADashTest.cpp", 18 "$_tests/BRDTest.cpp", [all …]
|
/external/skqp/gn/ |
D | tests.gni | 7 _tests = get_path_info("../tests", "abspath") 10 "$_tests/AdvancedBlendTest.cpp", 11 "$_tests/AndroidCodecTest.cpp", 12 "$_tests/AnimatedImageTest.cpp", 13 "$_tests/AAClipTest.cpp", 14 "$_tests/AnnotationTest.cpp", 15 "$_tests/ApplyGammaTest.cpp", 16 "$_tests/ArenaAllocTest.cpp", 17 "$_tests/AsADashTest.cpp", 18 "$_tests/BadIcoTest.cpp", [all …]
|
/external/autotest/server/site_tests/servo_Verification/ |
D | servo_Verification.py | 117 self._tests = [] 120 self._tests.append(self.get_test_args_from_control(data)) 124 if not self._tests: 126 self._tests.sort(key=lambda t: t[0]) 142 for idx, test in enumerate(self._tests):
|
/external/autotest/server/site_tests/power_Monitoring/ |
D | power_Monitoring.py | 130 self._tests = suite.find_and_parse_tests(fs_getter, predicate) 131 if not self._tests: 135 self._tests.sort(key=lambda t: t.name) 146 'randomized.', ', '.join(t.name for t in self._tests)) 147 random.shuffle(self._tests) 158 current_test = self._tests.pop(0) 179 self._tests.append(current_test)
|
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/ |
D | esextcTessellationShaderIsolines.hpp | 140 typedef std::vector<_test_descriptor> _tests; typedef in glcts::TessellationShadersIsolines 141 typedef _tests::const_iterator _tests_const_iterator; 142 typedef _tests::iterator _tests_iterator; 143 typedef std::map<_tessellation_shader_vertex_spacing, _tests> _tests_per_vertex_spacing_map;
|
D | esextcTessellationShaderTCTE.hpp | 417 typedef std::vector<_test_descriptor> _tests; typedef in glcts::TessellationShaderTCTEgl_TessLevel 418 typedef _tests::const_iterator _tests_const_iterator; 430 _tests m_tests; 495 typedef std::vector<_test_descriptor> _tests; typedef in glcts::TessellationShaderTCTEgl_PatchVerticesIn 496 typedef _tests::const_iterator _tests_const_iterator; 507 _tests m_tests;
|
D | esextcTessellationShaderPoints.hpp | 128 typedef std::vector<_test_descriptor> _tests; typedef in glcts::TessellationShaderPointsgl_PointSize 129 typedef _tests::iterator _tests_iterator; 134 _tests m_tests;
|
D | esextcTessellationShaderTriangles.hpp | 98 typedef std::vector<_test_descriptor> _tests; typedef in glcts::TessellationShaderTrianglesDegenerateTriangle 99 typedef _tests::const_iterator _tests_const_iterator; 113 _tests m_tests;
|
D | esextcTessellationShaderProperties.hpp | 115 typedef std::vector<_test_descriptor> _tests; typedef in glcts::TessellationShaderPropertiesProgramObject 116 typedef _tests::const_iterator _tests_const_iterator;
|
D | esextcTessellationShaderTessellation.hpp | 330 typedef std::vector<_test_descriptor> _tests; typedef in glcts::TessellationShaderTessellationgl_TessCoord 331 typedef _tests::const_iterator _tests_const_iterator; 354 _tests m_tests;
|
D | esextcTessellationShaderXFB.cpp | 577 typedef std::vector<_test_descriptor> _tests; in iterate() typedef 578 typedef _tests::const_iterator _tests_const_iterator; in iterate() 587 _tests tests; in iterate()
|
D | esextcTessellationShaderProperties.cpp | 398 _tests tests; in iterate()
|
/external/pigweed/pw_unit_test/py/pw_unit_test/ |
D | test_runner.py | 94 self._tests: Iterable[Test] = tests 114 tests.update(self._tests) 129 self._tests: List[Test] = list(tests) 134 for idx, test in enumerate(self._tests, 1): 135 total = str(len(self._tests)) 165 return all(test.status is TestResult.SUCCESS for test in self._tests)
|
/external/python/cpython3/Lib/unittest/ |
D | suite.py | 22 self._tests = [] 35 return iter(self._tests) 52 self._tests.append(test) 72 test = self._tests[index] 81 self._tests[index] = None
|
/external/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/ |
D | suite.py | 16 self._tests = [] 34 return iter(self._tests) 50 self._tests.append(test)
|
/external/python/cpython2/Lib/unittest/ |
D | suite.py | 20 self._tests = [] 38 return iter(self._tests) 54 self._tests.append(test)
|
/external/python/cpython3/Lib/unittest/test/ |
D | test_suite.py | 341 suite._tests = [1, 2, 3] 344 self.assertEqual([1, None, 3], suite._tests) 351 suite._tests = None 375 self.assertEqual(suite._tests, [None])
|
/external/antlr/runtime/Python/ |
D | xmlrunner.py | 97 self._tests = [] 116 self._tests.append(info) 141 for info in self._tests:
|
/external/llvm-project/polly/lib/External/isl/ |
D | check_reparse_test_templ.c | 8 #define TESTS CAT(reparse_,CAT(BASE,_tests))
|
/external/chromium-trace/catapult/systrace/bin/ |
D | run_tests | 31 for test_group in unfiltered_suite._tests:
|
/external/sfntly/doc/ |
D | unit_tests.md | 24 Its strongly suggested to run unit\_tests with valgrind. The following
|
/external/pdfium/ |
D | README.md | 149 * testing/tools/run\_corpus\_tests.py 150 * testing/tools/run\_javascript\_tests.py 151 * testing/tools/run\_pixel\_tests.py
|
/external/python/cpython2/Lib/unittest/test/ |
D | test_program.py | 25 self.assertEqual(suite._tests, tests)
|
/external/harfbuzz_ng/test/api/ |
D | test-unicode.c | 534 name##_tests, \ 535 G_N_ELEMENTS (name##_tests), \
|
/external/catch2/contrib/ |
D | Catch.cmake | 118 set(ctest_tests_file "${CMAKE_CURRENT_BINARY_DIR}/${TARGET}_tests-${args_hash}.cmake")
|