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

1 2

  /external/libcxx/test/std/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...]
  /ndk/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...]
  /external/jemalloc/test/src/
test.c 3 static unsigned test_count = 0; variable
50 test_count++;
92 test_counts[test_status_pass], test_count,
94 test_counts[test_status_skip], test_count,
96 test_counts[test_status_fail], test_count);
  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
unit_test.c 15 tests[i].result.pass, tests[i].result.test_count);
21 result->test_count++;
26 printf("Subtest %u -> ", result->test_count);
unit_test.h 3 unsigned int test_count; member in struct:test_result
  /external/v8/test/mjsunit/
debug-multiple-breakpoints.js 92 test_count = 10;
93 bps = new Array(test_count);
95 for (var i = 0; i < test_count; i++) {
99 for (var i = 0; i < test_count; i++) {
103 assertEquals(test_count * 2, break_point_hit_count);
105 assertEquals(test_count * 2, break_point_hit_count);
constant-folding.js 33 function test_count() { function
77 test_count();
  /external/e2fsprogs/lib/ext2fs/
bmap64.h 21 unsigned long test_count; member in struct:ext2_bmap_statistics
gen_bitmap64.c 188 if (stats->test_count) {
190 stats->test_count) * 100;
192 stats->test_count) * 100;
224 stats->test_count, stats->mark_ext_count);
514 bitmap->stats.test_count++;
  /bionic/tests/
gtest_main.cpp 287 size_t test_count = 0; local
289 test_count += testcase.TestCount();
293 test_count, (test_count == 1) ? "test" : "tests",
356 size_t test_count = 0; local
360 test_count += testcase.TestCount();
381 printf("%zu %s from %zu %s ran.", test_count, (test_count == 1) ? "test" : "tests",
    [all...]
  /bionic/libc/kernel/uapi/linux/
cyclades.h 111 __u32 test_count; member in struct:CUSTOM_REG
  /development/ndk/platforms/android-21/include/linux/
cyclades.h 111 __u32 test_count; member in struct:CUSTOM_REG
  /external/kernel-headers/original/uapi/linux/
cyclades.h 172 __u32 test_count; /* Test Count Register */ member in struct:CUSTOM_REG
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
cyclades.h 172 __u32 test_count; /* Test Count Register */ member in struct:CUSTOM_REG
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
cyclades.h 172 __u32 test_count; /* Test Count Register */ member in struct:CUSTOM_REG
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
cyclades.h 111 __u32 test_count; member in struct:CUSTOM_REG
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
cyclades.h 111 __u32 test_count; member in struct:CUSTOM_REG
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
cyclades.h 111 __u32 test_count; member in struct:CUSTOM_REG
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
cyclades.h 111 __u32 test_count; member in struct:CUSTOM_REG
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
cyclades.h 111 __u32 test_count; member in struct:CUSTOM_REG
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
cyclades.h 111 __u32 test_count; member in struct:CUSTOM_REG
  /external/jsmn/
jsmn_test.c 502 int test_count() { function
617 test(test_count, "test tokens count estimation");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
seq_tests.py 333 def test_count(self): member in class:CommonTest
test_itertools.py 331 def test_count(self): member in class:TestBasicOps
959 def test_count(self): member in class:TestExamples
1047 def test_count(self): member in class:TestGC
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
seq_tests.py 333 def test_count(self): member in class:CommonTest

Completed in 748 milliseconds

1 2