Home
last modified time | relevance | path

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

12

/external/deqp/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 …]
/external/python/cpython2/Lib/test/
Dtest_descrtut.py147 test_3 = """ variable
475 "tut3": test_3,
Dtest_pkg.py141 def test_3(self): member in Test
/external/python/cpython3/Lib/test/
Dtest_descrtut.py145 test_3 = """ variable
465 "tut3": test_3,
Dtest_pkg.py146 def test_3(self): member in TestPkg
/external/llvm/test/Feature/OperandBundles/
Ddse.ll45 define i8* @test_3() {
49 ; CHECK-LABEL: @test_3(
/external/python/cpython2/Lib/ctypes/test/
Dtest_struct_fields.py33 def test_3(self): member in StructFieldsTestCase
/external/clang/test/Analysis/
Dexplain-svals.cpp56 void test_3(S s) { in test_3() function
/external/python/cpython3/Lib/ctypes/test/
Dtest_struct_fields.py33 def test_3(self): member in StructFieldsTestCase
/external/python/cpython2/Lib/lib2to3/tests/
Dtest_parser.py215 def test_3(self): member in TestFunctionAnnotations
262 def test_3(self): member in TestSetLiteral
Dtest_fixers.py111 def test_3(self): member in Test_has_key
169 def test_3(self): member in Test_apply
409 def test_3(self): member in Test_print
983 def test_3(self): member in Test_throw
1108 def test_3(self): member in Test_long
1542 def test_3(self): member in Test_raw_input
1923 def test_3(self): member in Test_input
1970 def test_3(self): member in Test_tuple_params
2165 def test_3(self): member in Test_next
4010 def test_3(self): member in Test_sys_exc
[all …]
/external/python/cpython3/Lib/lib2to3/tests/
Dtest_parser.py383 def test_3(self): member in TestFunctionAnnotations
480 def test_3(self): member in TestVarAnnotations
550 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 …]
/external/llvm/test/Analysis/ScalarEvolution/
Dguards.ll74 define void @test_3(i1* %cond_buf, i32* %len_buf) {
75 ; CHECK-LABEL: @test_3(
/external/ltp/testcases/kernel/controllers/memcg/regression/
Dmemcg_regression_test.sh192 test_3() function
/external/mockito/src/test/java/org/mockitousage/annotation/
DMockInjectionUsingConstructorTest.java112 @Test public void test_3() { } in test_3() method in MockInjectionUsingConstructorTest.junit_test_with_3_tests_methods
/external/python/mobly/tests/mobly/
Dbase_test_test.py1003 def test_3(self): member in BaseTestTest.test_abort_class_setup_class.MockBaseTest
1026 def test_3(self): member in BaseTestTest.test_abort_class_in_setup_test.MockBaseTest
1046 def test_3(self): member in BaseTestTest.test_abort_class_in_on_fail.MockBaseTest
1091 def test_3(self): member in BaseTestTest.test_abort_class_in_test.MockBaseTest
1115 def test_3(self): member in BaseTestTest.test_abort_all_in_setup_class.MockBaseTest
1162 def test_3(self): member in BaseTestTest.test_abort_all_in_setup_test.MockBaseTest
1184 def test_3(self): member in BaseTestTest.test_abort_all_in_on_fail.MockBaseTest
1212 def test_3(self): member in BaseTestTest.test_abort_all_in_on_fail_from_setup_class.MockBaseTest
1240 def test_3(self): member in BaseTestTest.test_abort_all_in_test.MockBaseTest
/external/clang/test/CodeGen/
Dbitfield-2.c162 unsigned long long test_3() { in test_3() function
/external/clang/test/SemaCXX/
Dattr-noreturn.cpp46 __attribute__((noreturn)) void test_3() { C c; } in test_3() function
/external/python/cpython2/Lib/unittest/test/
Dtest_suite.py14 def test_3(self): pass member in Test.Foo
/external/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 } ;
/external/python/cpython3/Lib/unittest/test/
Dtest_suite.py16 def test_3(self): pass member in Test.Foo
/external/skia/tests/
DGrThreadSafeCacheTest.cpp872 static void test_3(GrDirectContext* dContext, skiatest::Reporter* reporter, in test_3() function
899 test_3(ctxInfo.directContext(), reporter, &TestHelper::addViewAccess, &TestHelper::checkView); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
906 test_3(ctxInfo.directContext(), reporter, &TestHelper::addVertAccess, &TestHelper::checkVert); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
/external/deqp/android/cts/main/vksc-master/
Dprotected-memory.txt237 dEQP-VKSC.protected_memory.buffer.fill.float_buffer.primary.static.test_3
243 dEQP-VKSC.protected_memory.buffer.fill.float_buffer.primary.random.test_3
253 dEQP-VKSC.protected_memory.buffer.fill.float_buffer.secondary.static.test_3
259 dEQP-VKSC.protected_memory.buffer.fill.float_buffer.secondary.random.test_3
269 dEQP-VKSC.protected_memory.buffer.fill.integer_buffer.primary.static.test_3
275 dEQP-VKSC.protected_memory.buffer.fill.integer_buffer.primary.random.test_3
285 dEQP-VKSC.protected_memory.buffer.fill.integer_buffer.secondary.static.test_3
291 dEQP-VKSC.protected_memory.buffer.fill.integer_buffer.secondary.random.test_3
301 dEQP-VKSC.protected_memory.buffer.fill.unsigned_buffer.primary.static.test_3
307 dEQP-VKSC.protected_memory.buffer.fill.unsigned_buffer.primary.random.test_3
[all …]

12