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

1 2 3 4 5 6

  /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 43 tests[i].result.pass, tests[i].result.test_count);
44 if (tests[i].result.pass != tests[i].result.test_count) {
53 result->test_count++;
58 printf("Subtest %u -> ", result->test_count);
unit_test.h 29 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:__anon24451
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);
  /art/runtime/arch/
arch_test.cc 79 size_t test_count = CheckAsmSupportOffsetsAndSizes(); local
80 EXPECT_GT(test_count, 0u);
  /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++;
  /bionic/tests/
gtest_main.cpp 328 size_t test_count = 0; local
330 test_count += testcase.TestCount();
334 test_count, (test_count == 1) ? "test" : "tests",
398 size_t test_count = 0; local
403 test_count += testcase.TestCount();
425 printf("%zu %s from %zu %s ran.", test_count, (test_count == 1) ? "test" : "tests",
    [all...]
  /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...]
  /external/autotest/client/site_tests/graphics_dEQP/
graphics_dEQP.py 606 test_count = 0
611 test_count += test_results[result]
622 test_count, test_passes, test_failures)
624 if self._filter and test_count == 0 and options[
630 (self._gpu_type, test_failures, test_count))
  /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
558 global test_count
568 test_count += 1
569 percent = (test_count * 100) / total_test_count
572 test_count,
    [all...]
  /system/security/keystore/
keystore_cli_v2.cpp 210 int test_count = 0; local
223 ++test_count;
  /external/python/cpython2/Lib/test/
regrtest.py 490 test_count = ''
494 test_count = '/{}'.format(len(selected))
495 test_count_width = len(test_count) - 1
572 test_count_width, test_index, test_count,
585 test_count_width, test_index, test_count, len(bad), test))
    [all...]
  /frameworks/rs/tests/lldb/
run_tests.py 275 self.test_count = 0
524 state.test_count += 1

Completed in 1323 milliseconds

1 2 3 4 5 6