Searched refs:test_count (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/content/public/common/
H A Dinjection_test_win.h18 BOOL extern __declspec(dllexport) __cdecl RunRendererTests(int* test_count);
19 BOOL extern __declspec(dllexport) __cdecl RunPluginTests(int* test_count);
21 typedef BOOL (__cdecl *RunRendererTests)(int* test_count);
22 typedef BOOL (__cdecl *RunPluginTests)(int* test_count);
/external/libcxx/test/utilities/template.bitset/bitset.members/
H A Dcount.pass.cpp29 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<100
[all...]
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-multiple-breakpoints.js92 test_count = 10;
93 bps = new Array(test_count);
95 for (var i = 0; i < test_count; i++) {
99 for (var i = 0; i < test_count; i++) {
103 assertEquals(test_count * 2, break_point_hit_count);
105 assertEquals(test_count * 2, break_point_hit_count);
H A Dconstant-folding.js33 function test_count() { function
77 test_count();
/external/jemalloc/test/src/
H A Dtest.c3 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/third_party/mesa/src/src/gallium/drivers/r300/compiler/tests/
H A Dunit_test.c15 tests[i].result.pass, tests[i].result.test_count);
21 result->test_count++;
26 printf("Subtest %u -> ", result->test_count);
H A Dunit_test.h3 unsigned int test_count; member in struct:test_result
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
H A Dunit_test.c15 tests[i].result.pass, tests[i].result.test_count);
21 result->test_count++;
26 printf("Subtest %u -> ", result->test_count);
H A Dunit_test.h3 unsigned int test_count; member in struct:test_result
/external/chromium_org/tools/telemetry/telemetry/unittest/
H A Dgtest_progress_reporter.py39 test_count = len([test for test in suite])
40 unit = 'test' if test_count == 1 else 'tests'
41 self._Print('[----------]', test_count, unit)
48 test_count = len([test for test in suite])
49 unit = 'test' if test_count == 1 else 'tests'
51 self._Print('[----------]', test_count, unit,
/external/chromium_org/net/base/
H A Dip_endpoint_unittest.cc32 int test_count = ARRAYSIZE_UNSAFE(tests); member in namespace:net::__anon9013
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/history/
H A Dvisit_tracker_unittest.cc30 void RunTest(VisitTracker* tracker, VisitToTest* test, int test_count) { argument
31 for (int i = 0; i < test_count; i++) {
/external/chromium_org/net/quic/
H A Dport_suggester_unittest.cc81 for (int test_count = 20; test_count > 0; --test_count) {
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_readback_unittest.cc155 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/chromium_org/chrome/browser/diagnostics/
H A Ddiagnostics_model.cc59 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/base/i18n/
H A Dstreaming_utf8_validator_perftest.cc150 size_t test_count) {
156 for (size_t test_index = 0; test_index < test_count; ++test_index) {
146 RunSomeTests( const char format[], base::Callback<std::string(size_t length)> construct_test_string, const TestFunctionDescription* test_functions, size_t test_count) argument
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dsuggestions_combiner_unittest.cc253 size_t test_count = arraysize(test_suite); local
254 for (size_t i = 0; i < test_count; ++i) {
/external/e2fsprogs/lib/ext2fs/
H A Dbmap64.h21 unsigned long test_count; member in struct:ext2_bmap_statistics
H A Dgen_bitmap64.c188 if (stats->test_count) {
190 stats->test_count) * 100;
192 stats->test_count) * 100;
224 stats->test_count, stats->mark_ext_count);
514 bitmap->stats.test_count++;
H A Dblkmap64_rb.c842 test_all = bitmap->stats.test_count + bitmap->stats.test_ext_count;
/external/kernel-headers/original/uapi/linux/
H A Dcyclades.h172 __u32 test_count; /* Test Count Register */ member in struct:CUSTOM_REG
/external/chromium_org/base/message_loop/
H A Dmessage_loop_unittest.cc61 int test_count() const { return test_count_; } function in class:base::__anon2367::Foo
917 EXPECT_EQ(foo->test_count(), 1);
H A Dmessage_loop_test.cc53 int test_count() const { return test_count_; } function in class:base::test::__anon2366::Foo
113 EXPECT_EQ(foo->test_count(), 105);
/external/jsmn/
H A Djsmn_test.c502 int test_count() { function
617 test(test_count, "test tokens count estimation");
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc2771 static std::string FormatTestCount(int test_count) { argument
2772 return FormatCountableNoun(test_count, "test", "tests");

Completed in 919 milliseconds

12