Home
last modified time | relevance | path

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

12

/external/deqp/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);
/external/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 …]
/external/ltp/testcases/kernel/syscalls/sync_file_range/
Dsync_file_range01.c216 int test_index = 0; in main() local
225 for (test_index = 0; test_index < TST_TOTAL; test_index++) { in main()
227 (*(test_data[test_index].fd), in main()
228 test_data[test_index].offset, in main()
229 test_data[test_index].nbytes, in main()
230 test_data[test_index].flags)); in main()
239 if (TEST_ERRNO == test_data[test_index].error) { in main()
243 "expected %d", test_data[test_index].error); in main()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/
Drun.py86 args=(test_index, test),
88 for test_index, test in enumerate(self.tests)]
148 for test_index, test in enumerate(self.tests):
149 result = worker_run_one_test(test_index, test)
173 (test_index, test_with_result) = pool_result
176 assert self.tests[test_index].file_path == test_with_result.file_path, \
178 self.tests[test_index] = test_with_result
236 def worker_run_one_test(test_index, test): argument
252 return (test_index, test)
/external/ltp/testcases/kernel/sched/eas/
Dsched_boost.c32 static unsigned int test_index = 0; variable
103 test_utils[test_index] = max_util_seen; in parse_results()
104 printf("Max util seen for boost %d: %d\n", test_boost[test_index], in parse_results()
112 "%d", test_boost[test_index]); in run_test()
119 test_index++; in run_test()
189 while (test_index < NUM_TESTS) in run()
/external/llvm/utils/lit/lit/
Drun.py84 def run_test(self, test_index): argument
85 test = self.run_instance.tests[test_index]
93 self.consumer.update(test_index, test)
100 def update(self, test_index, test): argument
120 def update(self, test_index, test): argument
123 self.queue.put((test_index, test.result))
/external/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()
/external/autotest/server/site_tests/audio_AudioAfterSuspend/
Daudio_AudioAfterSuspend.py250 test_index = 0
253 test_index += 1
256 (test_index, 'PLUG' if plugged_before_suspend else 'UNPLUG',
/external/deqp/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()
/external/clang/bindings/python/
DREADME.txt13 tests.cindex.test_index.test_create ... ok
/external/python/cpython3/Lib/test/libregrtest/
Druntest_mp.py393 self.regrtest.display_progress(self.test_index, text)
402 self.test_index += 1
420 self.test_index = 0
Dmain.py160 def display_progress(self, test_index, text): argument
400 for test_index, test_name in enumerate(self.tests, 1):
406 self.display_progress(test_index, text)
/external/libaom/libaom/test/
Dtest.cmake387 foreach(test_index RANGE ${max_file_index})
388 list(GET test_files ${test_index} test_file)
389 list(GET test_file_checksums ${test_index} test_file_checksum)
391 testdata_${test_index}
397 list(APPEND testdata_targets testdata_${test_index})
/external/python/cpython2/Lib/test/
Dregrtest.py667 def display_progress(test_index, test): argument
669 line = "{1:{0}}{2}".format(test_count_width, test_index, test_count)
812 test_index = 1
840 display_progress(test_index, text)
853 test_index += 1
863 for test_index, test in enumerate(tests, 1):
868 display_progress(test_index, text)
Dtest_index.py80 def test_index(self): member in SeqTestCase
Dseq_tests.py365 def test_index(self): member in CommonTest
Dtest_bigmem.py168 def test_index(self, size): member in StrTest
970 def test_index(self, size): member in ListTest
/external/python/cpython3/Lib/test/
Dlist_tests.py364 def test_index(self): member in CommonTest
365 super().test_index()
Dtest_index.py102 def test_index(self): member in SeqTestCase
Dseq_tests.py366 def test_index(self): member in CommonTest
/external/antlr/runtime/Ruby/test/unit/
Dtest-streams.rb20 def test_index method in TestStringStream
/external/autotest/client/common_lib/
Dutils.py1365 test_index = random.randint(0, len(self.test_list)-1)
1367 test_index = 0
1368 (args, dargs) = self.test_list.pop(test_index)
/external/llvm/utils/unittest/googletest/src/
Dgtest.cc4205 for (int test_index = 0; test_index < total_test_case_count(); in RunAllTests() local
4206 test_index++) { in RunAllTests()
4207 GetMutableTestCase(test_index)->Run(); in RunAllTests()
/external/google-breakpad/src/testing/gtest/src/
Dgtest.cc4267 for (int test_index = 0; test_index < total_test_case_count(); in RunAllTests() local
4268 test_index++) { in RunAllTests()
4269 GetMutableTestCase(test_index)->Run(); in RunAllTests()

12