HomeSort by relevance Sort by last modified time
    Searched defs:test_count (Results 1 - 25 of 108) sorted by null

1 2 3 4 5

  /external/protobuf/conformance/
conformance_python.py 48 test_count = 0 variable
121 global test_count
122 test_count += 1
129 "after %s tests, exiting\n" % (test_count))
conformance_cpp.cc 58 int test_count = 0; variable
191 test_count++;
203 "after %d tests, exiting\n", test_count);
  /external/libcxx/test/std/utilities/template.bitset/bitset.members/
count.pass.cpp 31 void test_count() function
44 test_count<0>();
45 test_count<1>();
46 test_count<31>();
47 test_count<32>();
48 test_count<33>();
49 test_count<63>();
50 test_count<64>();
51 test_count<65>();
52 test_count<1000>()
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/
count.pass.cpp 29 void test_count() function
42 test_count<0>();
43 test_count<1>();
44 test_count<31>();
45 test_count<32>();
46 test_count<33>();
47 test_count<63>();
48 test_count<64>();
49 test_count<65>();
50 test_count<1000>()
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/template.bitset/bitset.members/
count.pass.cpp 31 void test_count() function
44 test_count<0>();
45 test_count<1>();
46 test_count<31>();
47 test_count<32>();
48 test_count<33>();
49 test_count<63>();
50 test_count<64>();
51 test_count<65>();
52 test_count<1000>()
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
unit_test.h 29 unsigned int test_count; member in struct:test_result
  /system/nvram/core/tests/
gtest_stubs.cpp 26 int test_count = 0; local
34 ++test_count;
39 fprintf(stderr, "Ran %d tests, %d failures.\n", test_count, test_failures);
  /external/jemalloc/test/src/
test.c 3 static unsigned test_count = 0; variable
50 test_count++;
90 test_counts[test_status_pass], test_count,
92 test_counts[test_status_skip], test_count,
94 test_counts[test_status_fail], test_count);
  /external/ltp/testcases/kernel/syscalls/rt_sigprocmask/
rt_sigprocmask02.c 88 int test_count = sizeof(test_cases) / sizeof(struct test_case_t); variable
106 for (i = 0; i < test_count; i++) {
  /external/libusb/tests/
libusb_testlib.h 53 int test_count; member in struct:__anon24451
  /art/runtime/arch/
arch_test.cc 79 size_t test_count = CheckAsmSupportOffsetsAndSizes(); local
80 EXPECT_GT(test_count, 0u);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
list_tests.py 335 def test_count(self): member in class:CommonTest
seq_tests.py 333 def test_count(self): member in class:CommonTest
  /external/python/cpython2/Lib/test/
list_tests.py 335 def test_count(self): member in class:CommonTest
seq_tests.py 346 def test_count(self): member in class:CommonTest
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
list_tests.py 335 def test_count(self): member in class:CommonTest
seq_tests.py 333 def test_count(self): member in class:CommonTest
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
list_tests.py 335 def test_count(self): member in class:CommonTest
seq_tests.py 333 def test_count(self): member in class:CommonTest
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
list_tests.py 335 def test_count(self): member in class:CommonTest
seq_tests.py 333 def test_count(self): member in class:CommonTest
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
list_tests.py 335 def test_count(self): member in class:CommonTest
  /art/test/testrunner/
testrunner.py 102 # The mutex object is used by the threads for exclusive access of test_count
122 test_count = 0 variable
558 global test_count
568 test_count += 1
569 percent = (test_count * 100) / total_test_count
572 test_count,
    [all...]
  /external/e2fsprogs/lib/ext2fs/
bmap64.h 21 unsigned long test_count; member in struct:ext2_bmap_statistics
  /external/jsmn/
jsmn_test.c 502 int test_count() { function
617 test(test_count, "test tokens count estimation");

Completed in 1230 milliseconds

1 2 3 4 5