/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArrayStencilAttachments.cpp | 199 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 …]
|
D | esextcTextureCubeMapArrayStencilAttachments.hpp | 145 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/ |
D | fallocate03.c | 226 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/llvm-project/libcxx/test/std/utilities/template.bitset/bitset.members/ |
D | index.pass.cpp | 20 void test_index() { in test_index() function 49 test_index<0>(); in main() 50 test_index<1>(); in main() 51 test_index<31>(); in main() 52 test_index<32>(); in main() 53 test_index<33>(); in main() 54 test_index<63>(); in main() 55 test_index<64>(); in main() 56 test_index<65>(); in main() 57 test_index<1000>(); in main()
|
/external/ltp/testcases/kernel/syscalls/sync_file_range/ |
D | sync_file_range01.c | 216 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/ |
D | sched_boost.c | 32 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/ |
D | streaming_utf8_validator_perftest.cc | 162 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/ |
D | run.py | 84 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/ |
D | test_VIDIOC_QUERYMENU.c | 108 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/ |
D | audio_AudioAfterSuspend.py | 263 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/ |
D | esextcGeometryShaderLayeredRendering.cpp | 362 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/ |
D | README.txt | 13 tests.cindex.test_index.test_create ... ok
|
/external/llvm-project/clang/bindings/python/ |
D | README.txt | 14 tests.cindex.test_index.test_create ... ok
|
/external/python/cpython3/Lib/test/libregrtest/ |
D | runtest_mp.py | 421 self.regrtest.display_progress(self.test_index, text) 430 self.test_index += 1 448 self.test_index = 0
|
D | main.py | 160 def display_progress(self, test_index, text): argument 403 for test_index, test_name in enumerate(self.tests, 1): 409 self.display_progress(test_index, text)
|
/external/libaom/libaom/test/ |
D | test.cmake | 387 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/ |
D | regrtest.py | 667 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)
|
D | test_index.py | 80 def test_index(self): member in SeqTestCase
|
D | seq_tests.py | 365 def test_index(self): member in CommonTest
|
/external/angle/src/tests/ |
D | capture_replay_tests.py | 459 self.test_index = -1 # index of test within a test batch 862 test_index = batch_index 863 while test_index < len(test_names): 864 batch.AddTest(Test(test_names[test_index])) 865 test_index += test_batch_num
|
/external/python/cpython3/Lib/test/ |
D | list_tests.py | 379 def test_index(self): member in CommonTest 380 super().test_index()
|
D | test_index.py | 102 def test_index(self): member in SeqTestCase
|
/external/googletest/googletest/src/ |
D | gtest.cc | 5853 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/ |
D | test-streams.rb | 20 def test_index method in TestStringStream
|
/external/rust/crates/linked-hash-map/tests/ |
D | test.rs | 21 fn test_index() { in test_index() function
|