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

1 2

  /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/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/v8/test/mjsunit/
constant-folding.js 33 function test_count() { function
77 test_count();
  /external/chromium/chrome/browser/diagnostics/
diagnostics_model.cc 51 size_t test_count = tests_.size(); local
52 for (size_t ix = 0; ix != test_count; ++ix) {
  /external/chromium/net/base/
ip_endpoint_unittest.cc 32 int test_count = ARRAYSIZE_UNSAFE(tests); member in namespace:net::__anon5373
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) {
101 for (int index = 0; index < test_count; ++index) {
112 for (int index = 0; index < test_count; ++index) {
155 for (int index = 0; index < test_count; ++index) {
  /external/chromium_org/chrome/browser/diagnostics/
diagnostics_model.cc 65 size_t test_count = tests_.size(); variable
66 for (size_t ix = 0; ix != test_count; ++ix) {
77 size_t test_count = tests_.size(); variable
78 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::__anon10936
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/content/renderer/
renderer_main_platform_delegate_win.cc 164 int test_count = 0; local
166 BOOL result = run_security_tests(&test_count);
167 CHECK(result) << "Test number " << test_count << " has failed.";
  /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/chrome/test/perf/
dom_checker_uitest.cc 50 int test_count = 0; local
66 RunDomChecker(use_http, &test_count, &current_failures);
67 printf("\nTests run: %d\n", test_count);
153 bool GetTestCount(TabProxy* tab, int* test_count) {
157 test_count);
205 void RunDomChecker(bool use_http, int* test_count, ResultsSet* tests_failed) {
228 ASSERT_TRUE(GetTestCount(tab.get(), test_count));
230 ASSERT_GT(*test_count, 0);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
list_tests.py 335 def test_count(self): member in class:CommonTest
seq_tests.py 333 def test_count(self): member in class:CommonTest
string_tests.py 102 def test_count(self): member in class:CommonTest
    [all...]
test_deque.py 117 def test_count(self): member in class:TestBasic
test_array.py 647 def test_count(self): member in class:BaseTest
    [all...]
test_bigmem.py 74 def test_count(self, size): member in class:StrTest
940 def test_count(self, size): member in class:ListTest
    [all...]
test_bytes.py 280 def test_count(self): member in class:BaseBytesTest
    [all...]
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/
list_tests.py 335 def test_count(self): member in class:CommonTest
seq_tests.py 333 def test_count(self): member in class:CommonTest
string_tests.py 102 def test_count(self): member in class:CommonTest
    [all...]
test_deque.py 117 def test_count(self): member in class:TestBasic
test_array.py 647 def test_count(self): member in class:BaseTest
    [all...]

Completed in 734 milliseconds

1 2