Home
last modified time | relevance | path

Searched refs:_tests (Results 1 – 25 of 32) sorted by relevance

12

/external/skia/gn/
Dtests.gni7 _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/skqp/gn/
Dtests.gni7 _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/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderIsolines.hpp140 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;
DesextcTessellationShaderTCTE.hpp417 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;
DesextcTessellationShaderPoints.hpp128 typedef std::vector<_test_descriptor> _tests; typedef in glcts::TessellationShaderPointsgl_PointSize
129 typedef _tests::iterator _tests_iterator;
134 _tests m_tests;
DesextcTessellationShaderTriangles.hpp98 typedef std::vector<_test_descriptor> _tests; typedef in glcts::TessellationShaderTrianglesDegenerateTriangle
99 typedef _tests::const_iterator _tests_const_iterator;
113 _tests m_tests;
DesextcTessellationShaderProperties.hpp115 typedef std::vector<_test_descriptor> _tests; typedef in glcts::TessellationShaderPropertiesProgramObject
116 typedef _tests::const_iterator _tests_const_iterator;
DesextcTessellationShaderTessellation.hpp330 typedef std::vector<_test_descriptor> _tests; typedef in glcts::TessellationShaderTessellationgl_TessCoord
331 typedef _tests::const_iterator _tests_const_iterator;
354 _tests m_tests;
DesextcTessellationShaderXFB.cpp577 typedef std::vector<_test_descriptor> _tests; in iterate() typedef
578 typedef _tests::const_iterator _tests_const_iterator; in iterate()
587 _tests tests; in iterate()
DesextcTessellationShaderProperties.cpp398 _tests tests; in iterate()
/external/v8/tools/testrunner/testproc/
Dexecution.py50 self._tests = {}
71 self._tests[test_id] = test, cmd
91 test, result.cmd = self._tests[test_id]
92 del self._tests[test_id]
/external/autotest/client/site_tests/power_CheckAfterSuspend/
Dpower_CheckAfterSuspend.py34 self._tests = tests
54 for t in self._tests:
60 for t in self._tests:
/external/python/cpython3/Lib/unittest/
Dsuite.py22 self._tests = []
35 return iter(self._tests)
52 self._tests.append(test)
72 test = self._tests[index]
81 self._tests[index] = None
/external/python/cpython2/Lib/unittest/
Dsuite.py20 self._tests = []
38 return iter(self._tests)
54 self._tests.append(test)
/external/python/cpython3/Lib/unittest/test/
Dtest_suite.py341 suite._tests = [1, 2, 3]
344 self.assertEqual([1, None, 3], suite._tests)
351 suite._tests = None
375 self.assertEqual(suite._tests, [None])
Dtest_program.py27 self.assertEqual(suite._tests, tests)
/external/antlr/runtime/Python/
Dxmlrunner.py97 self._tests = []
116 self._tests.append(info)
141 for info in self._tests:
/external/chromium-trace/catapult/systrace/bin/
Drun_tests31 for test_group in unfiltered_suite._tests:
/external/pdfium/
DREADME.md130 * testing/tools/run\_corpus\_tests.py
131 * testing/tools/run\_javascript\_tests.py
132 * testing/tools/run\_pixel\_tests.py
/external/harfbuzz_ng/test/api/
Dtest-unicode.c400 name##_tests, \
401 G_N_ELEMENTS (name##_tests), \
/external/python/cpython2/Lib/unittest/test/
Dtest_program.py25 self.assertEqual(suite._tests, tests)
Dtest_discovery.py395 self.assertEqual(suite._tests, tests)
/external/catch2/contrib/
DCatch.cmake118 set(ctest_tests_file "${CMAKE_CURRENT_BINARY_DIR}/${TARGET}_tests-${args_hash}.cmake")
/external/python/cpython2/Lib/test/support/
D__init__.py1518 for test in suite._tests:
1525 suite._tests = newtests
/external/tensorflow/tensorflow/compiler/xla/client/lib/
DBUILD18 # Generate test_suites for all backends, named "${backend}_tests".

12