Home
last modified time | relevance | path

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

123

/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/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/libchrome/base/i18n/
Dstreaming_utf8_validator_perftest.cc162 for (size_t test_index = 0; test_index < test_count; ++test_index) { in RunSomeTests() local
164 test_functions[test_index].function_name, in RunSomeTests()
167 test_functions[test_index].function, in RunSomeTests()
/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.py263 test_index = 0
266 test_index += 1
269 (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/angle/src/tests/
Drun_perf_tests.py362 for test_index in range(num_tests):
363 test = tests[test_index]
397 (test_index + 1, num_tests, test, args.samples_per_test,
436 (test_index + 1, num_tests, sample + 1, args.samples_per_test,
459 (test_index + 1, num_tests, test, _mean(wall_times),
Dcapture_replay_tests.py362 self.test_index = -1 # index of test within a test batch
864 test_index = 0
870 while test_index < num_tests:
873 while test_index < num_tests and len(batch.tests) < args.batch_count:
874 test_name = test_names[test_index]
885 test_index += 1
/external/clang/bindings/python/
DREADME.txt13 tests.cindex.test_index.test_create ... ok
/external/libaom/libaom/test/
Dtest.cmake477 foreach(test_index RANGE ${max_file_index})
478 list(GET test_files ${test_index} test_file)
479 list(GET test_file_checksums ${test_index} test_file_checksum)
481 testdata_${test_index}
487 set_property(TARGET testdata_${test_index}
489 list(APPEND testdata_targets testdata_${test_index})
/external/python/cpython3/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)
/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
/external/python/cpython3/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
/external/googletest/googletest/src/
Dgtest.cc5853 for (int test_index = 0; test_index < total_test_suite_count(); in RunAllTests() local
5854 test_index++) { in RunAllTests()
5855 GetMutableSuiteCase(test_index)->Run(); in RunAllTests()
5857 GetMutableSuiteCase(test_index)->Failed()) { in RunAllTests()
5858 for (int j = test_index + 1; j < total_test_suite_count(); j++) { in RunAllTests()
5868 for (int test_index = 0; test_index < total_test_suite_count(); in RunAllTests() local
5869 test_index++) { in RunAllTests()
5870 GetMutableSuiteCase(test_index)->Skip(); in RunAllTests()
/external/antlr/runtime/Ruby/test/unit/
Dtest-streams.rb20 def test_index method in TestStringStream
/external/rust/crates/linked-hash-map/tests/
Dtest.rs21 fn test_index() { in test_index() function
/external/autotest/client/common_lib/
Dutils.py1402 test_index = random.randint(0, len(self.test_list)-1)
1404 test_index = 0
1405 (args, dargs) = self.test_list.pop(test_index)

123