HomeSort by relevance Sort by last modified time
    Searched refs:test_index (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/ltp/testcases/kernel/syscalls/sync_file_range/
sync_file_range01.c 252 int test_index = 0; local
272 for (test_index = 0; test_index < TST_TOTAL; test_index++) {
274 (*(test_data[test_index].fd),
275 test_data[test_index].offset,
276 test_data[test_index].nbytes,
277 test_data[test_index].flags));
286 if (TEST_ERRNO == test_data[test_index].error) {
290 "expected %d", test_data[test_index].error)
    [all...]
  /external/ltp/testcases/kernel/syscalls/fallocate/
fallocate03.c 227 int test_index = 0; local
241 for (test_index = 0; test_index < TST_TOTAL; test_index++) {
243 (fd, test_data[test_index].mode,
244 test_data[test_index].offset * block_size,
245 test_data[test_index].len * block_size));
248 if (TEST_RETURN != test_data[test_index].error) {
257 test_data[test_index].mode,
258 test_data[test_index].offset
    [all...]
  /external/llvm/utils/lit/lit/
run.py 84 def run_test(self, test_index):
85 test = self.run_instance.tests[test_index]
93 self.consumer.update(test_index, test)
100 def update(self, test_index, test):
120 def update(self, test_index, test):
123 self.queue.put((test_index, test.result))
  /external/ltp/testcases/kernel/device-drivers/v4l/user_space/
test_VIDIOC_QUERYMENU.c 108 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/autotest/server/site_tests/audio_AudioAfterSuspend/
audio_AudioAfterSuspend.py 243 test_index = 0
246 test_index += 1
249 (test_index, 'PLUG' if plugged_before_suspend else 'UNPLUG',
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
c2_9pf.cpp 1190 Word16 test_index; local
    [all...]
  /external/v8/src/builtins/
builtins-sharedarraybuffer.cc 119 Node* test_index = a->ChangeInt32ToFloat64(access_index); local
122 a->Branch(a->Float64Equal(number_index_value, test_index),
  /external/python/cpython2/Lib/test/
regrtest.py 552 test_index = 1
572 test_count_width, test_index, test_count,
574 test_index += 1
581 for test_index, test in enumerate(tests, 1):
585 test_count_width, test_index, test_count, len(bad), test))
    [all...]
seq_tests.py 365 def test_index(self): member in class:CommonTest
test_index.py 80 def test_index(self): member in class:SeqTestCase
test_bigmem.py 168 def test_index(self, size): member in class:StrTest
970 def test_index(self, size): member in class:ListTest
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
seq_tests.py 352 def test_index(self): member in class:CommonTest
test_index.py 80 def test_index(self): member in class:SeqTestCase
test_bigmem.py 175 def test_index(self, size): member in class:StrTest
961 def test_index(self, size): member in class:ListTest
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-streams.rb 20 def test_index method in class:TestStringStream
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
seq_tests.py 352 def test_index(self): member in class:CommonTest
test_index.py 80 def test_index(self): member in class:SeqTestCase
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
seq_tests.py 352 def test_index(self): member in class:CommonTest
test_index.py 80 def test_index(self): member in class:SeqTestCase
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
seq_tests.py 352 def test_index(self): member in class:CommonTest
test_index.py 80 def test_index(self): member in class:SeqTestCase
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
seq_tests.py 352 def test_index(self): member in class:CommonTest
test_index.py 80 def test_index(self): member in class:SeqTestCase
  /external/python/cpython2/Lib/lib-tk/test/test_ttk/
test_widgets.py 996 def test_index(self): member in class:NotebookTest
1390 def test_index(self): member in class:TreeviewTest
    [all...]
  /external/valgrind/memcheck/tests/
str_tester.c 537 test_index (void) function
    [all...]

Completed in 1009 milliseconds

1 2 3 4