Home
last modified time | relevance | path

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

12

/external/gemmlowp/meta/
Dtest_streams_correctness.cc106 void test_2(std::uint8_t* in, std::uint8_t* out) { in test_2() function
157 test_2<lanes, 0>(in, out); in test()
158 test_2<lanes, 1>(in, out); in test()
159 test_2<lanes, 2>(in, out); in test()
160 test_2<lanes, 3>(in, out); in test()
161 test_2<lanes, 4>(in, out); in test()
162 test_2<lanes, 5>(in, out); in test()
163 test_2<lanes, 6>(in, out); in test()
164 test_2<lanes, 7>(in, out); in test()
/external/python/cpython2/Lib/unittest/test/
Dtest_loader.py18 def test_2(self): pass member in Test_TestLoader.test_loadTestsFromTestCase.Foo
142 test_2 = MyTestCase variable in Test_TestLoader.test_loadTestsFromModule__not_a_module.NotAModule
337 test_2 = MyTestCase variable in Test_TestLoader.test_loadTestsFromName__relative_not_a_module.NotAModule
735 test_2 = MyTestCase variable in Test_TestLoader.test_loadTestsFromNames__relative_not_a_module.NotAModule
939 def test_2(self): pass member in Test_TestLoader.test_getTestCaseNames.Test
984 def test_2(self): pass member in Test_TestLoader.test_getTestCaseNames__inheritance.TestP
1010 def test_2(self): pass member in Test_TestLoader.test_testMethodPrefix__loadTestsFromTestCase.Foo
1032 def test_2(self): pass member in Test_TestLoader.test_testMethodPrefix__loadTestsFromModule.Foo
1055 def test_2(self): pass member in Test_TestLoader.test_testMethodPrefix__loadTestsFromName.Foo
1078 def test_2(self): pass member in Test_TestLoader.test_testMethodPrefix__loadTestsFromNames.Foo
[all …]
Dtest_suite.py13 def test_2(self): pass member in Test.Foo
243 def test_2(self): pass member in Test_TestSuite.test_addTests.Foo
246 test_2 = Foo('test_2')
247 inner_suite = unittest.TestSuite([test_2])
251 yield test_2
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderProperties.cpp317 _test_descriptor test_2; in iterate() local
319 test_2.expected_control_output_vertices_value = 16; in iterate()
320 test_2.expected_gen_mode_value = m_glExtTokens.ISOLINES; in iterate()
321 test_2.expected_gen_point_mode_value = GL_FALSE; in iterate()
322 test_2.expected_gen_spacing_value = m_glExtTokens.FRACTIONAL_EVEN; in iterate()
323 test_2.expected_gen_vertex_order_value = GL_CW; in iterate()
324 test_2.tc_body = "${VERSION}\n" in iterate()
333 test_2.te_body = "${VERSION}\n" in iterate()
401 tests.push_back(test_2); in iterate()
DesextcTessellationShaderXFB.cpp585 _test_descriptor test_2; /* vs+tc+te */ in iterate() local
603 test_2.expected_data_source = m_glExtTokens.TESS_EVALUATION_SHADER; in iterate()
604 test_2.expected_n_values = 2; in iterate()
605 test_2.should_draw_call_fail = false; in iterate()
606 test_2.requires_pipeline = false; in iterate()
607 test_2.tf_mode = GL_POINTS; in iterate()
608 test_2.use_gs = false; in iterate()
609 test_2.use_tc = true; in iterate()
610 test_2.use_te = true; in iterate()
612 tests.push_back(test_2); in iterate()
/external/python/cpython3/Lib/unittest/test/
Dtest_loader.py44 def test_2(self): pass member in Test_TestLoader.test_loadTestsFromTestCase.Foo
168 test_2 = MyTestCase variable in Test_TestLoader.test_loadTestsFromModule__not_a_module.NotAModule
528 test_2 = MyTestCase variable in Test_TestLoader.test_loadTestsFromName__relative_not_a_module.NotAModule
952 test_2 = MyTestCase variable in Test_TestLoader.test_loadTestsFromNames__relative_not_a_module.NotAModule
1173 def test_2(self): pass member in Test_TestLoader.test_getTestCaseNames.Test
1218 def test_2(self): pass member in Test_TestLoader.test_getTestCaseNames__inheritance.TestP
1237 def test_2(self): pass member in Test_TestLoader.test_getTestCaseNames__testNamePatterns.MyTest
1294 def test_2(self): pass member in Test_TestLoader.test_testMethodPrefix__loadTestsFromTestCase.Foo
1316 def test_2(self): pass member in Test_TestLoader.test_testMethodPrefix__loadTestsFromModule.Foo
1339 def test_2(self): pass member in Test_TestLoader.test_testMethodPrefix__loadTestsFromName.Foo
[all …]
Dtest_suite.py15 def test_2(self): pass member in Test.Foo
275 def test_2(self): pass member in Test_TestSuite.test_addTests.Foo
278 test_2 = Foo('test_2')
279 inner_suite = unittest.TestSuite([test_2])
283 yield test_2
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dsampler-resource-id.ll27 ; FUNC-LABEL: {{^}}test_2:
32 define amdgpu_kernel void @test_2(i32 %in0, i32 %in1, i32 %in2, i32 addrspace(1)* %out) {
60 !2 = !{void (i32, i32, i32, i32 addrspace(1)*)* @test_2, !12, !22, !32, !42, !52}
/external/llvm/test/CodeGen/AMDGPU/
Dsampler-resource-id.ll27 ; FUNC-LABEL: {{^}}test_2:
32 define void @test_2(i32 %in0, i32 %in1, i32 %in2, i32 addrspace(1)* %out) {
60 !2 = !{void (i32, i32, i32, i32 addrspace(1)*)* @test_2, !12, !22, !32, !42, !52}
/external/llvm/test/Feature/OperandBundles/
Dfunction-attrs.ll26 define void @test_2(i32* %x) {
29 ; CHECK-LABEL: define void @test_2(i32* nocapture readonly %x)
Ddse.ll31 define void @test_2() {
35 ; CHECK-LABEL: @test_2(
/external/swiftshader/third_party/llvm-7.0/llvm/test/Feature/OperandBundles/
Dfunction-attrs.ll26 define void @test_2(i32* %x) {
29 ; CHECK-LABEL: define void @test_2(i32* nocapture readonly %x)
Ddse.ll31 define void @test_2() {
35 ; CHECK-LABEL: @test_2(
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/GlobalISel/
Dbrcond.ll59 define i32 @test_2(i32 %a) {
60 ; X64-LABEL: test_2:
71 ; X32-LABEL: test_2:
/external/python/cpython3/Lib/test/
Dtest_descrtut.py125 test_2 = """ variable
463 "tut2": test_2,
/external/python/cpython2/Lib/test/
Dtest_descrtut.py127 test_2 = """ variable
474 "tut2": test_2,
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SPARC/
DLeonFixAllFDIVSQRTPassUT.ll32 ; CHECK-LABEL: test_2
53 define double @test_2(double* byval %a) {
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/vect/
Dvect-bool-basic-compile.ll8 ; CHECK-LABEL: test_2:
41 define i32 @test_2(i32 %a0, i32 %a1, i32 %a2, i32 %a3, i32 %a4, i32 %a5, i32 %a6, i32 %a7) #0 {
/external/python/cpython2/Lib/ctypes/test/
Dtest_array_in_pointer.py43 def test_2(self): member in Test
Dtest_struct_fields.py27 def test_2(self): member in StructFieldsTestCase
/external/python/cpython3/Lib/ctypes/test/
Dtest_array_in_pointer.py43 def test_2(self): member in Test
Dtest_struct_fields.py27 def test_2(self): member in StructFieldsTestCase
/external/python/cpython3/Lib/lib2to3/tests/
Dtest_parser.py355 def test_2(self): member in TestFunctionAnnotations
452 def test_2(self): member in TestVarAnnotations
522 def test_2(self): member in TestSetLiteral
/external/swiftshader/third_party/LLVM/test/CodeGen/CellSPU/
Dimmed16.ll12 define i16 @test_2() {
/external/clang/test/Analysis/
Dexplain-svals.cpp42 void test_2(char *ptr, int ext) { in test_2() function

12