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

  /external/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/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/tests/
unit_test.h 3 unsigned int test_count; member in struct:test_result
  /external/chromium_org/v8/test/mjsunit/
constant-folding.js 33 function test_count() { function
77 test_count();
  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
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++;
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/chromium_org/chrome/browser/diagnostics/
diagnostics_model.cc 59 size_t test_count = tests_.size(); variable
61 for (size_t i = 0; i != test_count; ++i) {
83 size_t test_count = tests_.size(); variable
85 for (size_t i = 0; i != test_count; ++i) {
  /external/chromium_org/net/base/
ip_endpoint_unittest.cc 32 int test_count = ARRAYSIZE_UNSAFE(tests); member in namespace:net::__anon13638
38 for (int index = 0; index < test_count; ++index) {
49 for (int index = 0; index < test_count; ++index) {
57 for (int index = 0; index < test_count; ++index) {
67 for (int index = 0; index < test_count; ++index) {
77 for (int index = 0; index < test_count; ++index) {
100 for (int index = 0; index < test_count; ++index) {
119 for (int index = 0; index < test_count; ++index) {
162 for (int index = 0; index < test_count; ++index) {
  /external/chromium_org/chrome/browser/ui/webui/ntp/
suggestions_combiner_unittest.cc 253 size_t test_count = arraysize(test_suite); local
254 for (size_t i = 0; i < test_count; ++i) {
  /external/chromium_org/gpu/command_buffer/tests/
gl_readback_unittest.cc 155 size_t test_count = 0; local
160 test_formats[test_count++] = rgb16f;
163 test_formats[test_count++] = rgba16f;
167 test_formats[test_count++] = rgb32f;
170 test_formats[test_count++] = rgba32f;
234 for (size_t ii = 0; ii < test_count; ++ii) {
  /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/chromium_org/base/message_loop/
message_loop_test.cc 53 int test_count() const { return test_count_; } function in class:base::test::__anon6991::Foo
113 EXPECT_EQ(foo->test_count(), 105);
    [all...]
message_loop_unittest.cc 61 int test_count() const { return test_count_; } function in class:base::__anon6992::Foo
917 EXPECT_EQ(foo->test_count(), 1);
    [all...]
  /bionic/libc/kernel/uapi/linux/
cyclades.h 111 __u32 test_count; member in struct:CUSTOM_REG
  /development/ndk/platforms/android-L/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

Completed in 514 milliseconds