/external/libcxx/test/std/utilities/template.bitset/bitset.members/ |
H A D | 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<100 [all...] |
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/ |
H A D | unit_test.h | 3 unsigned int test_count; member in struct:test_result
|
/external/ltp/testcases/kernel/syscalls/rt_sigprocmask/ |
H A D | 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/protobuf/conformance/ |
H A D | conformance_python.py | 48 test_count = 0 variable 121 global test_count 122 test_count += 1 129 "after %s tests, exiting\n" % (test_count))
|
H A D | conformance_cpp.cc | 58 int test_count = 0; variable 191 test_count++; 203 "after %d tests, exiting\n", test_count);
|
/external/jemalloc/test/src/ |
H A D | 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/libusb/tests/ |
H A D | libusb_testlib.h | 53 int test_count; member in struct:__anon11608
|
/external/e2fsprogs/lib/ext2fs/ |
H A D | bmap64.h | 21 unsigned long test_count; member in struct:ext2_bmap_statistics
|
/external/jsmn/ |
H A D | jsmn_test.c | 502 int test_count() { function 617 test(test_count, "test tokens count estimation");
|
/external/libchrome/base/message_loop/ |
H A D | message_loop_test.cc | 59 int test_count() const { return test_count_; } function in class:base::test::__anon9920::Foo 120 EXPECT_EQ(foo->test_count(), 105);
|
H A D | message_loop_unittest.cc | 67 int test_count() const { return test_count_; } function in class:base::__anon9921::Foo 849 EXPECT_EQ(foo->test_count(), 1); 967 EXPECT_EQ(1, foo->test_count());
|
/external/kernel-headers/original/uapi/linux/ |
H A D | cyclades.h | 172 __u32 test_count; /* Test Count Register */ member in struct:CUSTOM_REG
|
/external/google-breakpad/src/testing/gtest/src/ |
H A D | gtest.cc | 2488 static internal::String FormatTestCount(int test_count) { argument 2489 return FormatCountableNoun(test_count, "test", "tests");
|
/external/googletest/googletest/src/ |
H A D | gtest.cc | 2817 static std::string FormatTestCount(int test_count) { argument 2818 return FormatCountableNoun(test_count, "test", "tests");
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
H A D | gtest.cc | 2817 static std::string FormatTestCount(int test_count) { argument 2818 return FormatCountableNoun(test_count, "test", "tests");
|
/external/llvm/utils/unittest/googletest/src/ |
H A D | gtest.cc | 2458 static internal::String FormatTestCount(int test_count) { argument 2459 return FormatCountableNoun(test_count, "test", "tests");
|
/external/mesa3d/src/gtest/src/ |
H A D | gtest.cc | 2487 static internal::String FormatTestCount(int test_count) { argument 2488 return FormatCountableNoun(test_count, "test", "tests");
|
/external/protobuf/gtest/src/ |
H A D | gtest.cc | 2482 static internal::String FormatTestCount(int test_count) { argument 2483 return FormatCountableNoun(test_count, "test", "tests");
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/ |
H A D | gtest.cc | 2458 static internal::String FormatTestCount(int test_count) { argument 2459 return FormatCountableNoun(test_count, "test", "tests");
|
/external/v8/testing/gtest/src/ |
H A D | gtest.cc | 2817 static std::string FormatTestCount(int test_count) { argument 2818 return FormatCountableNoun(test_count, "test", "tests");
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/ |
H A D | gtest.cc | 2487 static std::string FormatTestCount(int test_count) { argument 2488 return FormatCountableNoun(test_count, "test", "tests");
|
/external/fmtlib/test/ |
H A D | gmock-gtest-all.cc | 3971 static std::string FormatTestCount(int test_count) { argument 3972 return FormatCountableNoun(test_count, "test", "tests");
|
/external/protobuf/gtest/fused-src/gtest/ |
H A D | gtest-all.cc | 3822 static internal::String FormatTestCount(int test_count) { argument 3823 return FormatCountableNoun(test_count, "test", "tests");
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/ |
H A D | gtest-all.cc | 3971 static std::string FormatTestCount(int test_count) { argument 3972 return FormatCountableNoun(test_count, "test", "tests");
|