Searched defs:test_index (Results 1 - 25 of 27) sorted by relevance

12

/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
H A Dtest_VIDIOC_QUERYMENU.c108 const __u32 test_index[] = { local
117 for (i = 0; i < sizeof(test_index) / sizeof(*test_index); i++) {
120 menu.index = test_index[i];
127 __FILE__, __LINE__, id, id - V4L2_CID_BASE, test_index[i],
133 do_check_menu(id, test_index[i], ret_query, errno_query, &menu);
/external/ltp/testcases/kernel/syscalls/sync_file_range/
H A Dsync_file_range01.c257 int test_index = 0; local
277 for (test_index = 0; test_index < TST_TOTAL; test_index++) {
279 (*(test_data[test_index].fd),
280 test_data[test_index].offset,
281 test_data[test_index].nbytes,
282 test_data[test_index].flags));
291 if (TEST_ERRNO == test_data[test_index].error) {
295 "expected %d", test_data[test_index]
[all...]
/external/ltp/testcases/kernel/syscalls/fallocate/
H A Dfallocate03.c226 int test_index = 0; local
240 for (test_index = 0; test_index < TST_TOTAL; test_index++) {
242 (fd, test_data[test_index].mode,
243 test_data[test_index].offset * block_size,
244 test_data[test_index].len * block_size));
247 if (TEST_RETURN != test_data[test_index].error) {
256 test_data[test_index].mode,
257 test_data[test_index]
[all...]
/external/v8/src/builtins/
H A Dbuiltins-sharedarraybuffer.cc119 Node* test_index = a->ChangeInt32ToFloat64(access_index); local
122 a->Branch(a->Float64Equal(number_index_value, test_index),
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayStencilAttachments.cpp199 for (glw::GLuint test_index = 0; test_index < m_n_cube_map_array_configurations; test_index++)
202 buildAndUseProgram(test_index);
205 initTestIteration(test_index);
217 m_cube_map_array_data[test_index].getArraySize() / m_cube_map_array_data[test_index].getDepth();
228 for (glw::GLuint n_layer = 0; n_layer < m_cube_map_array_data[test_index].getDepth(); ++n_layer)
237 has_test_failed = readPixelsAndCompareWithExpectedResult(test_index);
253 has_test_failed = readPixelsAndCompareWithExpectedResult(test_index);
329 buildAndUseProgram(glw::GLuint test_index) argument
502 createImmutableCubeArrayColor(glw::GLuint test_index) argument
520 createImmutableCubeArrayStencil(glw::GLuint test_index) argument
555 createMutableCubeArrayColor(glw::GLuint test_index) argument
577 createMutableCubeArrayStencil(glw::GLuint test_index) argument
602 fillStencilData(glw::GLuint test_index) argument
759 initTestIteration(glw::GLuint test_index) argument
821 readPixelsAndCompareWithExpectedResult(glw::GLuint test_index) argument
[all...]
/external/python/cpython2/Lib/test/
H A Dlist_tests.py354 def test_index(self): member in class:CommonTest
H A Dseq_tests.py365 def test_index(self): member in class:CommonTest
H A Dtest_index.py80 def test_index(self): member in class:SeqTestCase
H A Dstring_tests.py263 def test_index(self): member in class:CommonTest
H A Dtest_bigmem.py168 def test_index(self, size): member in class:StrTest
970 def test_index(self, size): member in class:ListTest
H A Dtest_bytes.py319 def test_index(self): member in class:BaseBytesTest
H A Dtest_array.py661 def test_index(self): member in class:BaseTest
H A Dtest_unicode.py147 def test_index(self): member in class:UnicodeTest
148 string_tests.CommonTest.test_index(self)
/external/python/cpython3/Lib/test/
H A Dlist_tests.py376 def test_index(self): member in class:CommonTest
H A Dseq_tests.py363 def test_index(self): member in class:CommonTest
H A Dtest_index.py102 def test_index(self): member in class:SeqTestCase
H A Dtest_range.py250 def test_index(self): member in class:RangeTest
H A Dstring_tests.py269 def test_index(self): member in class:BaseTest
H A Dtest_bigmem.py146 def test_index(self, size): member in class:BaseStrTest
1159 def test_index(self, size): member in class:ListTest
H A Dtest_deque.py254 def test_index(self): member in class:TestBasic
H A Dtest_array.py875 def test_index(self): member in class:BaseTest
H A Dtest_bytes.py460 def test_index(self): member in class:BaseBytesTest
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
H A Dtest-streams.rb20 def test_index method in class:TestStringStream
/external/valgrind/memcheck/tests/
H A Dstr_tester.c537 test_index (void) function
1451 test_index ();
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
H A Dtest_widgets.py996 def test_index(self): member in class:NotebookTest
1390 def test_index(self): member in class:TreeviewTest

Completed in 608 milliseconds

12