Home
last modified time | relevance | path

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

/third_party/boost/libs/exception/test/
Derror_info_test.hpp41 typedef boost::error_info<struct tag_test_3,float> test_3; typedef
72 add_info(add_info(add_info(x,test_1(1)),test_2(2u)),test_3(3.14159f)); in basic_test()
80 ++*boost::get_error_info<test_3>(x); in basic_test()
83 BOOST_TEST(*boost::get_error_info<test_3>(x)==4.14159f); in basic_test()
89 add_info(add_info(add_info(x,test_1(1)),test_2(2u)),test_3(3.14159f)); in basic_test()
97 BOOST_TEST(*boost::get_error_info<test_3>(x)==3.14159f); in basic_test()
255 typedef boost::tuple<test_1,test_2,test_3> tuple_test_123; in test_add_tuple()
256 typedef boost::tuple<test_1,test_2,test_3,test_5> tuple_test_1235; in test_add_tuple()
308 BOOST_TEST( *boost::get_error_info<test_3>(x)==42.0f ); in test_add_tuple()
324 BOOST_TEST( *boost::get_error_info<test_3>(x)==42.0f ); in test_add_tuple()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderProperties.cpp344 _test_descriptor test_3; in iterate() local
346 test_3.expected_control_output_vertices_value = 32; in iterate()
347 test_3.expected_gen_mode_value = GL_TRIANGLES; in iterate()
348 test_3.expected_gen_point_mode_value = GL_TRUE; in iterate()
349 test_3.expected_gen_spacing_value = m_glExtTokens.FRACTIONAL_ODD; in iterate()
350 test_3.expected_gen_vertex_order_value = GL_CCW; in iterate()
351 test_3.tc_body = "${VERSION}\n" in iterate()
360 test_3.te_body = "${VERSION}\n" in iterate()
402 tests.push_back(test_3); in iterate()
DesextcTessellationShaderXFB.cpp586 _test_descriptor test_3; /* vs+tc */ in iterate() local
615 test_3.expected_data_source = m_glExtTokens.TESS_CONTROL_SHADER; in iterate()
616 test_3.expected_n_values = 4; in iterate()
619 test_3.should_draw_call_fail = false; in iterate()
620 test_3.tf_mode = m_glExtTokens.PATCHES; in iterate()
624 test_3.should_draw_call_fail = true; in iterate()
625 test_3.tf_mode = GL_POINTS; in iterate()
627 test_3.requires_pipeline = true; in iterate()
628 test_3.use_gs = false; in iterate()
629 test_3.use_tc = true; in iterate()
[all …]
/third_party/boost/libs/test/test/baseline-outputs/
Dlog-count-skipped-tests.pattern8 xxx/log-count-skipped-test.cpp:132: Test case "fake master test suite/test_3" is skipped because di…
12 …on failed: test is skipped because -some precondition-"/><TestCase name="test_3" skipped="yes" rea…
30 <testcase assertions="0" name="test_3" time="0.1234">
33 - disabled test unit: 'fake master test suite/test_3'
48 <testcase assertions="0" name="test_3" time="0.1234">
51 - disabled test unit: 'fake master test suite/test_3'
64 xxx/log-count-skipped-test.cpp:132: Test case "fake master test suite/test_3" is skipped because di…
68 …!= 1]]]></Error><TestingTime>ZZZ</TestingTime></TestCase><TestCase name="test_3" skipped="yes" rea…
93 <testcase assertions="0" name="test_3" time="0.1234">
96 - disabled test unit: 'fake master test suite/test_3'
[all …]
/third_party/boost/libs/endian/test/
Dendian_store_test.cpp108 template<class T> void test_3() in test_3() function
275 test_3<boost::int32_t>(); in main()
276 test_3<boost::uint32_t>(); in main()
278 test_3<boost::int64_t>(); in main()
279 test_3<boost::uint64_t>(); in main()
/third_party/boost/libs/test/doc/examples/
Ddecorator_21.output2 > decorator_21 --log_level=test_suite --run_test=test_2,test_3
9 test.cpp(26): Test case "test_3" is skipped because precondition failed
Ddecorator_21.run-fail.cpp33 BOOST_AUTO_TEST_CASE(test_3,
/third_party/python/Lib/test/
Dtest_descrtut.py145 test_3 = """ variable
465 "tut3": test_3,
Dtest_pkg.py146 def test_3(self): member in TestPkg
/third_party/boost/libs/graph/test/
Dcore_numbers_test.cpp109 int test_3() in test_3() function
177 rval = test_3(); in main()
/third_party/boost/libs/test/test/framework-ts/
Dlog-count-skipped-test.cpp55 void test_3() in test_3() function
132 test_case* tc3 = BOOST_TEST_CASE(test_3); in BOOST_AUTO_TEST_CASE()
/third_party/python/Lib/ctypes/test/
Dtest_struct_fields.py33 def test_3(self): member in StructFieldsTestCase
/third_party/python/Lib/lib2to3/tests/
Dtest_parser.py382 def test_3(self): member in TestFunctionAnnotations
479 def test_3(self): member in TestVarAnnotations
549 def test_3(self): member in TestSetLiteral
Dtest_fixers.py110 def test_3(self): member in Test_has_key
168 def test_3(self): member in Test_apply
467 def test_3(self): member in Test_print
1041 def test_3(self): member in Test_throw
1166 def test_3(self): member in Test_long
1600 def test_3(self): member in Test_raw_input
1985 def test_3(self): member in Test_input
2032 def test_3(self): member in Test_tuple_params
2227 def test_3(self): member in Test_next
4115 def test_3(self): member in Test_sys_exc
[all …]
/third_party/ltp/testcases/kernel/controllers/memcg/regression/
Dmemcg_regression_test.sh177 test_3() function
/third_party/boost/libs/phoenix/test/boost_bind_compatibility/
Dbind_eq_test.cpp234 template<class F> void test_3(F f) in test_3() function
404 test_3( f_3 ); in main()
405 test_3( fv_3 ); in main()
/third_party/boost/libs/bind/test/
Dbind_eq_test.cpp200 template<class F> void test_3(F f) in test_3() function
370 test_3( f_3 ); in main()
371 test_3( fv_3 ); in main()
/third_party/selinux/secilc/docs/
Dcil_class_and_permission_statements.md316 (type test_3)
344 (allow unconfined.process test_3 zygote_3)
345 ;; allow unconfined.process test_3 : zygote { specifyinvokewith specifyseinfo } ;
/third_party/python/Lib/unittest/test/
Dtest_suite.py16 def test_3(self): pass member in Test.Foo
Dtest_loader.py1223 def test_3(self): pass member in Test_TestLoader.test_getTestCaseNames__inheritance.TestC
1484 def test_3(self): pass member in Test_TestLoader.test_sortTestMethodsUsing__default_value.Foo
/third_party/skia/tests/
DGrThreadSafeCacheTest.cpp809 static void test_3(GrDirectContext* dContext, skiatest::Reporter* reporter, in test_3() function
833 test_3(ctxInfo.directContext(), reporter, &TestHelper::addViewAccess, &TestHelper::checkView); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
837 test_3(ctxInfo.directContext(), reporter, &TestHelper::addVertAccess, &TestHelper::checkVert); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/vk-gl-cts/android/cts/master/vk-master-2019-03-01/
Dprotected-memory.txt237 dEQP-VK.protected_memory.buffer.fill.float_buffer.primary.static.test_3
243 dEQP-VK.protected_memory.buffer.fill.float_buffer.primary.random.test_3
253 dEQP-VK.protected_memory.buffer.fill.float_buffer.secondary.static.test_3
259 dEQP-VK.protected_memory.buffer.fill.float_buffer.secondary.random.test_3
269 dEQP-VK.protected_memory.buffer.fill.integer_buffer.primary.static.test_3
275 dEQP-VK.protected_memory.buffer.fill.integer_buffer.primary.random.test_3
285 dEQP-VK.protected_memory.buffer.fill.integer_buffer.secondary.static.test_3
291 dEQP-VK.protected_memory.buffer.fill.integer_buffer.secondary.random.test_3
301 dEQP-VK.protected_memory.buffer.fill.unsigned_buffer.primary.static.test_3
307 dEQP-VK.protected_memory.buffer.fill.unsigned_buffer.primary.random.test_3
[all …]
/third_party/vk-gl-cts/android/cts/master/vk-master/
Dprotected-memory.txt237 dEQP-VK.protected_memory.buffer.fill.float_buffer.primary.static.test_3
243 dEQP-VK.protected_memory.buffer.fill.float_buffer.primary.random.test_3
253 dEQP-VK.protected_memory.buffer.fill.float_buffer.secondary.static.test_3
259 dEQP-VK.protected_memory.buffer.fill.float_buffer.secondary.random.test_3
269 dEQP-VK.protected_memory.buffer.fill.integer_buffer.primary.static.test_3
275 dEQP-VK.protected_memory.buffer.fill.integer_buffer.primary.random.test_3
285 dEQP-VK.protected_memory.buffer.fill.integer_buffer.secondary.static.test_3
291 dEQP-VK.protected_memory.buffer.fill.integer_buffer.secondary.random.test_3
301 dEQP-VK.protected_memory.buffer.fill.unsigned_buffer.primary.static.test_3
307 dEQP-VK.protected_memory.buffer.fill.unsigned_buffer.primary.random.test_3
[all …]
/third_party/vk-gl-cts/external/vulkancts/mustpass/master/vk-default/
Dprotected-memory.txt237 dEQP-VK.protected_memory.buffer.fill.float_buffer.primary.static.test_3
243 dEQP-VK.protected_memory.buffer.fill.float_buffer.primary.random.test_3
253 dEQP-VK.protected_memory.buffer.fill.float_buffer.secondary.static.test_3
259 dEQP-VK.protected_memory.buffer.fill.float_buffer.secondary.random.test_3
269 dEQP-VK.protected_memory.buffer.fill.integer_buffer.primary.static.test_3
275 dEQP-VK.protected_memory.buffer.fill.integer_buffer.primary.random.test_3
285 dEQP-VK.protected_memory.buffer.fill.integer_buffer.secondary.static.test_3
291 dEQP-VK.protected_memory.buffer.fill.integer_buffer.secondary.random.test_3
301 dEQP-VK.protected_memory.buffer.fill.unsigned_buffer.primary.static.test_3
307 dEQP-VK.protected_memory.buffer.fill.unsigned_buffer.primary.random.test_3
[all …]
/third_party/skia/third_party/externals/swiftshader/tests/regres/testlists/vk-default/
Dprotected-memory.txt237 dEQP-VK.protected_memory.buffer.fill.float_buffer.primary.static.test_3
243 dEQP-VK.protected_memory.buffer.fill.float_buffer.primary.random.test_3
253 dEQP-VK.protected_memory.buffer.fill.float_buffer.secondary.static.test_3
259 dEQP-VK.protected_memory.buffer.fill.float_buffer.secondary.random.test_3
269 dEQP-VK.protected_memory.buffer.fill.integer_buffer.primary.static.test_3
275 dEQP-VK.protected_memory.buffer.fill.integer_buffer.primary.random.test_3
285 dEQP-VK.protected_memory.buffer.fill.integer_buffer.secondary.static.test_3
291 dEQP-VK.protected_memory.buffer.fill.integer_buffer.secondary.random.test_3
301 dEQP-VK.protected_memory.buffer.fill.unsigned_buffer.primary.static.test_3
307 dEQP-VK.protected_memory.buffer.fill.unsigned_buffer.primary.random.test_3
[all …]