Home
last modified time | relevance | path

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

12

/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArrayStencilAttachments.cpp199 for (glw::GLuint test_index = 0; test_index < m_n_cube_map_array_configurations; test_index++) in iterate() local
202 buildAndUseProgram(test_index); in iterate()
205 initTestIteration(test_index); in iterate()
217 m_cube_map_array_data[test_index].getArraySize() / m_cube_map_array_data[test_index].getDepth(); in iterate()
228 for (glw::GLuint n_layer = 0; n_layer < m_cube_map_array_data[test_index].getDepth(); ++n_layer) in iterate()
237 has_test_failed = readPixelsAndCompareWithExpectedResult(test_index); in iterate()
253 has_test_failed = readPixelsAndCompareWithExpectedResult(test_index); in iterate()
329 void TextureCubeMapArrayStencilAttachments::buildAndUseProgram(glw::GLuint test_index) in buildAndUseProgram() argument
351 max_vertices_sstream << m_cube_map_array_data[test_index].getDepth() * m_n_vertices_gs; in buildAndUseProgram()
352 n_iterations_sstream << m_cube_map_array_data[test_index].getDepth(); in buildAndUseProgram()
[all …]
DesextcTextureCubeMapArrayStencilAttachments.hpp145 void buildAndUseProgram(glw::GLuint test_index);
148 void createImmutableCubeArrayColor(glw::GLuint test_index);
149 void createImmutableCubeArrayStencil(glw::GLuint test_index);
150 void createMutableCubeArrayColor(glw::GLuint test_index);
151 void createMutableCubeArrayStencil(glw::GLuint test_index);
152 void fillStencilData(glw::GLuint test_index);
155 void initTestIteration(glw::GLuint test_index);
156 bool readPixelsAndCompareWithExpectedResult(glw::GLuint test_index);
/third_party/ltp/testcases/kernel/syscalls/fallocate/
Dfallocate03.c226 int test_index = 0; in main() local
240 for (test_index = 0; test_index < TST_TOTAL; test_index++) { in main()
242 (fd, test_data[test_index].mode, in main()
243 test_data[test_index].offset * block_size, in main()
244 test_data[test_index].len * block_size)); in main()
247 if (TEST_RETURN != test_data[test_index].error) { in main()
256 test_data[test_index].mode, in main()
257 test_data[test_index].offset * in main()
259 test_data[test_index].len * in main()
266 test_data[test_index].mode, in main()
[all …]
/third_party/musl/libc-test/src/functionalext/supplement/network/
Dproto.c23 static int test_index = 0; variable
64 if (test_index >= sizeof(test_protos)) { in test_getprotoent()
67 p.p_proto = test_protos[test_index]; in test_getprotoent()
68 p.p_name = (char *)&test_protos[test_index + 1]; in test_getprotoent()
69 test_index += strlen(p.p_name) + TEST_TERMINATE_SIZE; in test_getprotoent()
75 test_index = 0; in test_resetprotoent()
/third_party/openssl/test/
Dhexstr_test.c63 static int test_hexstr_sep_to_from(int test_index) in test_hexstr_sep_to_from() argument
69 struct testdata *test = &tbl_testdata[test_index]; in test_hexstr_sep_to_from()
84 static int test_hexstr_to_from(int test_index) in test_hexstr_to_from() argument
90 struct testdata *test = &tbl_testdata[test_index]; in test_hexstr_to_from()
114 static int test_hexstr_ex_to_from(int test_index) in test_hexstr_ex_to_from() argument
119 struct testdata *test = &tbl_testdata[test_index]; in test_hexstr_ex_to_from()
Dsslapitest.c8500 static int test_multiblock_write(int test_index) in test_multiblock_write() argument
8509 const char *cipherlist = multiblock_cipherlist_data[test_index]; in test_multiblock_write()
8532 ciph = EVP_CIPHER_fetch(libctx, fetchable_ciphers[test_index], ""); in test_multiblock_write()
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/
Dtest_VIDIOC_QUERYMENU.c108 const __u32 test_index[] = { in do_query_menu_invalid() local
117 for (i = 0; i < sizeof(test_index) / sizeof(*test_index); i++) { in do_query_menu_invalid()
120 menu.index = test_index[i]; in do_query_menu_invalid()
127 __FILE__, __LINE__, id, id - V4L2_CID_BASE, test_index[i], in do_query_menu_invalid()
133 do_check_menu(id, test_index[i], ret_query, errno_query, &menu); in do_query_menu_invalid()
/third_party/skia/third_party/externals/angle2/src/tests/
Drun_perf_tests.py348 for test_index in range(num_tests):
349 test = tests[test_index]
383 (test_index + 1, num_tests, test, args.samples_per_test,
417 (test_index + 1, num_tests, sample + 1, args.samples_per_test,
440 (test_index + 1, num_tests, test, _mean(wall_times),
Dcapture_replay_tests.py362 self.test_index = -1 # index of test within a test batch
854 test_index = 0
860 while test_index < num_tests:
863 while test_index < num_tests and len(batch.tests) < args.batch_count:
864 test_name = test_names[test_index]
875 test_index += 1
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderLayeredRendering.cpp362 for (unsigned int test_index = 0; test_index < LAYERED_RENDERING_TEST_ITERATION_LAST; ++test_index) in iterate() local
365 gl.getUniformLocation(m_tests[test_index].po_id, "provoking_vertex_index"); in iterate()
372 gl.programUniform1i(m_tests[test_index].po_id, provoking_vertex_index_uniform_location, in iterate()
/third_party/python/Lib/test/libregrtest/
Druntest_mp.py437 self.regrtest.display_progress(self.test_index, text)
447 self.test_index += 1
465 self.test_index = 0
Dmain.py162 def display_progress(self, test_index, text): argument
423 for test_index, test_name in enumerate(self.tests, 1):
429 self.display_progress(test_index, text)
/third_party/python/Lib/test/
Dlist_tests.py365 def test_index(self): member in CommonTest
366 super().test_index()
Dtest_index.py102 def test_index(self): member in SeqTestCase
Dseq_tests.py372 def test_index(self): member in CommonTest
Dtest_bigmem.py147 def test_index(self, size): member in BaseStrTest
1160 def test_index(self, size): member in ListTest
Dtest_range.py272 def test_index(self): member in RangeTest
Dtest_array.py925 def test_index(self): member in BaseTest
1547 def test_index(self, size): member in LargeArrayTest
Dstring_tests.py270 def test_index(self): member in BaseTest
Dtest_deque.py247 def test_index(self): member in TestBasic
Dtest_unicode.py268 def test_index(self): member in UnicodeTest
269 string_tests.CommonTest.test_index(self)
/third_party/googletest/googletest/src/
Dgtest.cc5858 for (int test_index = 0; test_index < total_test_suite_count(); in RunAllTests() local
5859 test_index++) { in RunAllTests()
5860 GetMutableSuiteCase(test_index)->Run(); in RunAllTests()
5862 GetMutableSuiteCase(test_index)->Failed()) { in RunAllTests()
5863 for (int j = test_index + 1; j < total_test_suite_count(); j++) { in RunAllTests()
5873 for (int test_index = 0; test_index < total_test_suite_count(); in RunAllTests() local
5874 test_index++) { in RunAllTests()
5875 GetMutableSuiteCase(test_index)->Skip(); in RunAllTests()
/third_party/cef/tools/distrib/gtest/
Dgtest-all.cc7344 for (int test_index = 0; test_index < total_test_suite_count(); in RunAllTests() local
7345 test_index++) { in RunAllTests()
7346 GetMutableSuiteCase(test_index)->Run(); in RunAllTests()
7348 GetMutableSuiteCase(test_index)->Failed()) { in RunAllTests()
7349 for (int j = test_index + 1; j < total_test_suite_count(); j++) { in RunAllTests()
7359 for (int test_index = 0; test_index < total_test_suite_count(); in RunAllTests() local
7360 test_index++) { in RunAllTests()
7361 GetMutableSuiteCase(test_index)->Skip(); in RunAllTests()
/third_party/mesa3d/src/gtest/src/
Dgtest.cc5336 for (int test_index = 0; test_index < total_test_suite_count(); in RunAllTests() local
5337 test_index++) { in RunAllTests()
5338 GetMutableSuiteCase(test_index)->Run(); in RunAllTests()
/third_party/python/Lib/tkinter/test/test_ttk/
Dtest_widgets.py982 def test_index(self): member in NotebookTest
1551 def test_index(self): member in TreeviewTest

12