Home
last modified time | relevance | path

Searched defs:test_type (Results 1 – 22 of 22) sorted by relevance

/third_party/json/tests/src/
Dunit-pointer_access.cpp18 using test_type = json::object_t; typedef
47 using test_type = const json::object_t; typedef
76 using test_type = json::array_t; typedef
105 using test_type = const json::array_t; typedef
134 using test_type = json::string_t; typedef
163 using test_type = const json::string_t; typedef
192 using test_type = json::boolean_t; typedef
221 using test_type = const json::boolean_t; typedef
250 using test_type = json::number_integer_t; typedef
279 using test_type = const json::number_integer_t; typedef
[all …]
Dunit-reference_access.cpp33 using test_type = json::object_t; typedef
63 using test_type = json::object_t; typedef
77 using test_type = json::array_t; typedef
107 using test_type = json::string_t; typedef
137 using test_type = json::boolean_t; typedef
167 using test_type = json::number_integer_t; typedef
197 using test_type = json::number_unsigned_t; typedef
226 using test_type = json::number_float_t; typedef
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShaderTextureImageSamplesTests.cpp227 const _test_type& test_type) in executeFunctionalTest()
633 _test_type test_type = (_test_type)n_test_type; in iterate() local
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/
Dhugemmap08.c102 static void run_test(unsigned int test_type) in run_test()
/third_party/ltp/testcases/kernel/syscalls/clock_nanosleep/
Dclock_nanosleep01.c29 enum test_type { enum
/third_party/openssl/test/
Dshlibloadtest.c40 static TEST_TYPE test_type; variable
/third_party/python/Lib/test/
Dtest_symtable.py63 def test_type(self): member in SymtableTest
Dtest_reprlib.py287 def test_type(self): member in LongReprTest
Dtest_subclassinit.py273 def test_type(self): member in Test
Dtest_urllib.py1294 def help_inputtype(self, given, test_type): argument
Dtest_builtin.py1517 def test_type(self): member in BuiltinTest
Dtest_os.py1979 def _test_internal_execvpe(self, test_type): argument
Dtest_enum.py2689 def test_type(self): member in TestIntFlag
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderTessellation.cpp1558 …::string TessellationShaderTessellationgl_TessCoord::getTypeName(_tessellation_test_type test_type) in getTypeName()
1571 Context& context, const ExtParameters& extParams, _tessellation_test_type test_type) in TessellationShaderTessellationgl_TessCoord()
1871 const float* outer_tess_level, _tessellation_test_type test_type) in initTestDescriptor()
DesextcTessellationShaderTCTE.cpp3318 void TessellationShaderTCTEgl_TessLevel::initTestDescriptor(_tessellation_test_type test_type, in initTestDescriptor()
3899 void TessellationShaderTCTEgl_PatchVerticesIn::initTestDescriptor(_tessellation_test_type test_type, in initTestDescriptor()
/third_party/ltp/testcases/kernel/syscalls/ppoll/
Dppoll01.c50 enum test_type { enum
/third_party/vixl/tools/test_generator/
Dgenerator.py312 def __init__(self, test_name, test_isa, test_type, mnemonics, operands, argument
/third_party/ffmpeg/libavfilter/
Dvsrc_mptestsrc.c38 enum test_type { enum
/third_party/alsa-utils/speaker-test/
Dspeaker-test.c102 static int test_type = TEST_PINK_NOISE; /* Test type. 1 = noise, 2 = sine wave … variable
/third_party/python/Lib/unittest/test/testmock/
Dtesthelpers.py1093 def test_type(self): member in TestCallablePredicate
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcViewportArrayTests.cpp2535 const TEST_TYPE test_type = getTestType(); in iterate() local
/third_party/skia/third_party/externals/imgui/
Dimgui_demo.cpp6895 static int test_type = 0; local