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

1 2 3 4 5

  /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...]
  /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/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/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/autotest/frontend/afe/
test.py 63 failures, test_count = doctest.testmod(module)
64 print self._PRINT_AFTER % (test_count, module.__name__)
67 failures, test_count = doctest.testfile(path,
69 print self._PRINT_AFTER % (test_count, path)
  /external/libusb/tests/
libusb_testlib.h 53 int test_count; member in struct:__anon24238
testlib.c 180 ctx.test_count = 0;
209 ctx.test_count = argc - j;
241 if (ctx.test_count > 0) {
244 for (i = 0; i < ctx.test_count; ++i) {
249 if (i >= ctx.test_count) {
  /external/protobuf/conformance/
conformance_ruby.rb 35 $test_count = 0
111 $test_count += 1
119 "after #{$test_count} tests, exiting")
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/autotest/client/site_tests/graphics_dEQP/
graphics_dEQP.py 570 test_count = 0
575 test_count += test_results[result]
589 test_count, test_passes, test_failures)
591 if self._filter and test_count == 0 and options[
605 self._gpu_type, test_failures, test_count))
607 (self._gpu_type, test_failures, test_count))
  /external/e2fsprogs/lib/ext2fs/
bmap64.h 21 unsigned long test_count; member in struct:ext2_bmap_statistics
gen_bitmap64.c 189 if (stats->test_count) {
191 stats->test_count) * 100;
193 stats->test_count) * 100;
225 stats->test_count, stats->mark_ext_count);
516 bitmap->stats.test_count++;
  /test/vts/runners/target/gtest/
gtest_main.cpp 304 size_t test_count = 0; local
306 test_count += testcase.TestCount();
309 printf("Running %zu %s from %zu %s.\n", test_count,
310 (test_count == 1) ? "test" : "tests", testcase_count,
346 size_t test_count = 0; local
350 test_count += testcase.TestCount();
372 printf("%zu %s from %zu %s ran.", test_count,
373 (test_count == 1) ? "test" : "tests", testcase_count,
    [all...]
  /bionic/tests/
gtest_main.cpp 329 size_t test_count = 0; local
331 test_count += testcase.TestCount();
335 test_count, (test_count == 1) ? "test" : "tests",
409 size_t test_count = 0; local
414 test_count += testcase.TestCount();
444 printf("%zu %s from %zu %s ran.", test_count, (test_count == 1) ? "test" : "tests",
    [all...]
  /external/autotest/client/site_tests/kernel_CheckArmErrata/
kernel_CheckArmErrata.py 438 failure_count, test_count = doctest.testmod(
447 test_count, failure_count)
  /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
539 global test_count
549 test_count += 1
550 percent = (test_count * 100) / total_test_count
553 test_count,
    [all...]
  /system/security/keystore/
keystore_cli_v2.cpp 210 int test_count = 0; local
223 ++test_count;
  /frameworks/rs/tests/lldb/
run_tests.py 275 self.test_count = 0
524 state.test_count += 1
  /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

Completed in 822 milliseconds

1 2 3 4 5