Home
last modified time | relevance | path

Searched refs:test_type (Results 1 - 25 of 31) sorted by relevance

12

/third_party/json/tests/src/
H A Dunit-pointer_access.cpp18 using test_type = json::object_t;
22 test_type* p1 = value.get_ptr<test_type*>();
23 CHECK(p1 == value.get_ptr<test_type*>());
24 CHECK(*p1 == value.get<test_type>());
26 const test_type* p2 = value.get_ptr<const test_type*>();
27 CHECK(p2 == value.get_ptr<const test_type*>());
28 CHECK(*p2 == value.get<test_type>());
30 const test_type* cons
[all...]
H A Dunit-reference_access.cpp33 using test_type = json::object_t;
37 auto& p1 = value.get_ref<test_type&>();
38 CHECK(&p1 == value.get_ptr<test_type*>());
39 CHECK(p1 == value.get<test_type>());
41 const auto& p2 = value.get_ref<const test_type&>();
42 CHECK(&p2 == value.get_ptr<const test_type*>());
43 CHECK(p2 == value.get<test_type>());
63 using test_type = json::object_t;
67 // test_type& p1 = value.get_ref<test_type
[all...]
/third_party/openssl/test/
H A Dshlibloadtest.c40 static TEST_TYPE test_type; variable
80 switch (test_type) { in test_lib()
89 if (test_type != CRYPTO_FIRST) in test_lib()
98 if (test_type != SSL_FIRST) in test_lib()
107 if (test_type == NO_ATEXIT) { in test_lib()
121 if (test_type != JUST_CRYPTO in test_lib()
122 && test_type != DSO_REFTEST in test_lib()
123 && test_type != NO_ATEXIT) { in test_lib()
172 if (test_type == DSO_REFTEST) { in test_lib()
213 if (test_type in test_lib()
[all...]
/third_party/vixl/tools/test_generator/
H A Dgenerator.py305 test_type Type of the test, extracted from test_name.
312 def __init__(self, test_name, test_isa, test_type, mnemonics, operands,
316 self.test_type = test_type
322 if self.test_type == "simulator":
331 if self.test_type in ["simulator", "macro-assembler"]:
475 if self.test_type == "simulator":
477 elif self.test_type == "assembler":
479 elif self.test_type == "macro-assembler":
481 elif self.test_type
[all...]
/third_party/ltp/testcases/network/stress/route/
H A Droute4-rmmod201 test_type=$1
203 TCID=route4-rmmod0${test_type}
204 TST_COUNT=$test_type
206 case $test_type in
230 case $test_type in
H A Droute6-rmmod197 test_type=$1
199 TCID=route6-rmmod0${test_type}
200 TST_COUNT=$test_type
202 case $test_type in
226 case $test_type in
/third_party/alsa-utils/speaker-test/
H A Dspeaker-test.c112 static int test_type = TEST_PINK_NOISE; /* Test type. 1 = noise, 2 = sine wave */ variable
887 switch (test_type) { in init_loop()
910 if (test_type == TEST_WAV) { in write_loop()
931 if (test_type == TEST_PINK_NOISE) in write_loop()
933 else if (test_type == TEST_PATTERN) in write_loop()
935 else if (test_type == TEST_ST2095_NOISE) { in write_loop()
1120 test_type = TEST_PINK_NOISE; in main()
1123 test_type = TEST_SINE; in main()
1125 test_type = TEST_ST2095_NOISE; in main()
1131 test_type in main()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderTextureImageSamplesTests.cpp223 * the caller requested images or textures to be used (see @param test_type)
224 * @param test_type Tells whether the test should verify image or texture samplers.
227 const _test_type& test_type) in executeFunctionalTest()
262 switch (test_type) in executeFunctionalTest()
394 } /* switch (test_type) */ in executeFunctionalTest()
477 if (test_type == TEST_TYPE_IMAGE) in executeFunctionalTest()
511 if (test_type == TEST_TYPE_IMAGE) in executeFunctionalTest()
633 _test_type test_type = (_test_type)n_test_type; in iterate() local
635 if (test_type == type_to_test) in iterate()
637 executeFunctionalTest(sampler_type, test_type); in iterate()
226 executeFunctionalTest(const _sampler_type& sampler_type, const _test_type& test_type) executeFunctionalTest() argument
[all...]
H A Dgl4cShaderTextureImageSamplesTests.hpp72 void executeFunctionalTest(const _sampler_type& sampler_type, const _test_type& test_type);
/third_party/vixl/tools/
H A Dgenerate_tests.py710 template_file = template_files[generator.test_type]
767 "test/aarch32/test-{}-{}-{}.cc".format(generator.test_type,
779 generator.test_type,
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/
H A Dhugemmap08.c102 static void run_test(unsigned int test_type) in run_test() argument
104 switch (test_type) { in run_test()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderTessellation.hpp278 static std::string getTypeName(_tessellation_test_type test_type);
283 _tessellation_test_type test_type);
344 _tessellation_test_type test_type);
H A DesextcTessellationShaderTCTE.cpp3311 * @param test_type Determines test type to be used for initialization.
3318 void TessellationShaderTCTEgl_TessLevel::initTestDescriptor(_tessellation_test_type test_type, in initTestDescriptor() argument
3322 out_test_ptr->type = test_type; in initTestDescriptor()
3336 if (test_type == TESSELLATION_TEST_TYPE_TCS_TES || test_type == TESSELLATION_TEST_TYPE_TES) in initTestDescriptor()
3341 if (test_type == TESSELLATION_TEST_TYPE_TCS_TES) in initTestDescriptor()
3382 if (test_type == TESSELLATION_TEST_TYPE_TCS_TES) in initTestDescriptor()
3412 if (test_type == TESSELLATION_TEST_TYPE_TCS_TES || test_type == TESSELLATION_TEST_TYPE_TES) in initTestDescriptor()
3520 if (test_type in initTestDescriptor()
3899 initTestDescriptor(_tessellation_test_type test_type, _test_descriptor* out_test_ptr, unsigned int input_patch_size) initTestDescriptor() argument
[all...]
H A DesextcTessellationShaderTessellation.cpp1558 std::string TessellationShaderTessellationgl_TessCoord::getTypeName(_tessellation_test_type test_type) in getTypeName() argument
1561 DE_ASSERT(0 <= test_type && test_type <= DE_LENGTH_OF_ARRAY(names)); in getTypeName()
1563 return names[test_type]; in getTypeName()
1571 Context& context, const ExtParameters& extParams, _tessellation_test_type test_type) in TessellationShaderTessellationgl_TessCoord()
1572 : TestCaseBase(context, extParams, getTypeName(test_type).c_str(), in TessellationShaderTessellationgl_TessCoord()
1577 , m_test_type(test_type) in TessellationShaderTessellationgl_TessCoord()
1866 * @param test_type Defines which tessellation stages should be defined for the pass.
1871 const float* outer_tess_level, _tessellation_test_type test_type) in initTestDescriptor()
1875 test.type = test_type; in initTestDescriptor()
1570 TessellationShaderTessellationgl_TessCoord( Context& context, const ExtParameters& extParams, _tessellation_test_type test_type) TessellationShaderTessellationgl_TessCoord() argument
1868 initTestDescriptor( _test_descriptor& test, _tessellation_shader_vertex_spacing vertex_spacing, _tessellation_primitive_mode primitive_mode, glw::GLint n_patch_vertices, const float* inner_tess_level, const float* outer_tess_level, _tessellation_test_type test_type) initTestDescriptor() argument
[all...]
H A DesextcTessellationShaderTCTE.hpp423 void initTestDescriptor(_tessellation_test_type test_type, _test_descriptor* out_test_ptr,
500 void initTestDescriptor(_tessellation_test_type test_type, _test_descriptor* out_test_ptr,
/third_party/python/Lib/test/
H A Dtest_genericalias.py456 for test_type in self._UNITERABLE_TYPES:
457 with self.subTest(type=test_type):
460 iter(test_type)
462 list(test_type)
464 for _ in test_type:
H A Dtest_enum.py3416 def test_type(self): member in OldTestIntFlag
4632 test_type = enum.IntEnum._convert_(
4639 self.assertEqual(test_type(5).name, 'CONVERT_TEST_NAME_A')
4642 test_type = enum.IntEnum._convert_(
4646 # Ensure that test_type has all of the desired names and values.
4647 self.assertEqual(test_type.CONVERT_TEST_NAME_F,
4648 test_type.CONVERT_TEST_NAME_A)
4649 self.assertEqual(test_type.CONVERT_TEST_NAME_B, 5)
4650 self.assertEqual(test_type.CONVERT_TEST_NAME_C, 5)
4651 self.assertEqual(test_type
[all...]
H A Dtest_urllib.py1294 def help_inputtype(self, given, test_type):
1311 (test_type, expected, result))
1314 (test_type, result.count('&')))
1320 (test_type, result))
1324 (test_type, len(result), (5 * 3) + 2))
H A Dtest_symtable.py63 def test_type(self): member in SymtableTest
H A Dtest_subclassinit.py273 def test_type(self): member in Test
H A Dtest_reprlib.py294 def test_type(self): member in LongReprTest
/third_party/ltp/testcases/kernel/syscalls/clock_nanosleep/
H A Dclock_nanosleep01.c29 enum test_type { enum
/third_party/ffmpeg/libavfilter/
H A Dvsrc_mptestsrc.c38 enum test_type { enum
59 int test; ///< test_type
302 enum test_type tt = test->test; in request_frame()
/third_party/ltp/testcases/kernel/syscalls/ppoll/
H A Dppoll01.c50 enum test_type { enum
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcViewportArrayTests.cpp2535 const TEST_TYPE test_type = getTestType(); in iterate() local
2539 switch (test_type) in iterate()
2619 setupViewports(test_type, i); in iterate()

Completed in 40 milliseconds

12