Home
last modified time | relevance | path

Searched refs:_tests (Results 1 - 18 of 18) sorted by relevance

/third_party/node/deps/v8/tools/testrunner/testproc/
H A Dexecution.py50 self._tests = {}
71 self._tests[test_id] = test, cmd
93 test, result.cmd = self._tests[test_id]
94 del self._tests[test_id]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A 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;
H A DesextcTessellationShaderPoints.hpp128 typedef std::vector<_test_descriptor> _tests; typedef in glcts::TessellationShaderPointsgl_PointSize
129 typedef _tests::iterator _tests_iterator;
134 _tests m_tests;
H A 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;
H A DesextcTessellationShaderTriangles.hpp98 typedef std::vector<_test_descriptor> _tests; typedef in glcts::TessellationShaderTrianglesDegenerateTriangle
99 typedef _tests::const_iterator _tests_const_iterator;
113 _tests m_tests;
H A DesextcTessellationShaderProperties.hpp115 typedef std::vector<_test_descriptor> _tests; typedef in glcts::TessellationShaderPropertiesProgramObject
116 typedef _tests::const_iterator _tests_const_iterator;
H A 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;
H A 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()
H A DesextcTessellationShaderProperties.cpp398 _tests tests; in iterate()
H A DesextcTessellationShaderTriangles.cpp135 for (_tests::iterator it = m_tests.begin(); it != m_tests.end(); ++it) in deinit()
H A DesextcTessellationShaderTCTE.cpp3182 for (_tests::iterator it = m_tests.begin(); it != m_tests.end(); ++it) in deinit()
3745 for (_tests::iterator it = m_tests.begin(); it != m_tests.end(); ++it) in deinit()
H A DesextcTessellationShaderTessellation.cpp1663 for (_tests::iterator it = m_tests.begin(); it != m_tests.end(); ++it) in deinit()
/third_party/python/Lib/unittest/
H A Dsuite.py22 self._tests = []
35 return iter(self._tests)
52 self._tests.append(test)
72 test = self._tests[index]
74 # support for suite implementations that have overridden self._tests
81 self._tests[index] = None
/third_party/python/Lib/unittest/test/
H A 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])
H A Dtest_program.py28 self.assertEqual(suite._tests, tests)
H A Dtest_discovery.py802 self.assertEqual(suite._tests, tests)
/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dtest-unicode.c559 name##_tests, \
560 G_N_ELEMENTS (name##_tests), \
/third_party/python/Lib/test/support/
H A D__init__.py1080 for test in suite._tests:
1087 suite._tests = newtests

Completed in 25 milliseconds