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

1 2 3 4

  /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 35 void test_count() function
48 test_count<0>();
49 test_count<1>();
50 test_count<31>();
51 test_count<32>();
52 test_count<33>();
53 test_count<63>();
54 test_count<64>();
55 test_count<65>();
56 test_count<1000>()
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/template.bitset/bitset.members/
count.pass.cpp 35 void test_count() function
48 test_count<0>();
49 test_count<1>();
50 test_count<31>();
51 test_count<32>();
52 test_count<33>();
53 test_count<63>();
54 test_count<64>();
55 test_count<65>();
56 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/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/
generator.pass.cpp 75 void test_count() { function
100 test_count();
  /external/libusb/tests/
libusb_testlib.h 53 int test_count; member in struct:__anon25928
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/language.support/support.coroutines/end.to.end/
generator.pass.cpp 75 void test_count() { function
100 test_count();
  /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
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
list_tests.py 335 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
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
list_tests.py 335 def test_count(self): member in class:CommonTest
  /art/runtime/arch/
arch_test.cc 78 size_t test_count = CheckAsmSupportOffsetsAndSizes(); local
79 EXPECT_GT(test_count, 0u);
  /art/test/testrunner/
testrunner.py 89 # The mutex object is used by the threads for exclusive access of test_count
109 test_count = 0 variable
603 global test_count
613 test_count += 1
614 percent = (test_count * 100) / total_test_count
617 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");
  /external/python/cpython3/Lib/test/
list_tests.py 357 def test_count(self): member in class:CommonTest
seq_tests.py 344 def test_count(self): member in class:CommonTest

Completed in 1326 milliseconds

1 2 3 4