Searched refs:test_count (Results 1 - 25 of 35) 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/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/v8/test/mjsunit/
H A Ddebug-multiple-breakpoints.js92 test_count = 100;
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/chromium_org/chrome/test/security_tests/
H A Dsecurity_tests.cc18 #define SECURITY_CHECK(x) (*test_count)++; \
29 // If a test fails, the return value is FALSE and test_count contains the
31 BOOL __declspec(dllexport) __cdecl RunRendererTests(int *test_count) { argument
32 *test_count = 0;
54 // If a test fails, the return value is FALSE and test_count contains the
56 BOOL __declspec(dllexport) __cdecl RunPluginTests(int *test_count) { argument
57 *test_count = 0;
/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/net/base/
H A Dip_endpoint_unittest.cc32 int test_count = ARRAYSIZE_UNSAFE(tests); member in namespace:net::__anon2970
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/net/base/
H A Dip_endpoint_unittest.cc32 int test_count = ARRAYSIZE_UNSAFE(tests); member in namespace:net::__anon9190
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/chrome/browser/history/
H A Dvisit_tracker_unittest.cc39 void RunTest(VisitTracker* tracker, VisitToTest* test, int test_count) { argument
40 for (int i = 0; i < test_count; i++) {
/external/chromium_org/chrome/browser/history/
H A Dvisit_tracker_unittest.cc39 void RunTest(VisitTracker* tracker, VisitToTest* test, int test_count) { argument
40 for (int i = 0; i < test_count; i++) {
/external/chromium_org/chrome/test/perf/
H A Ddom_checker_uitest.cc55 int test_count = 0; local
71 RunDomChecker(use_http, &test_count, &current_failures);
72 printf("\nTests run: %d\n", test_count);
158 bool GetTestCount(TabProxy* tab, int* test_count) { argument
162 test_count);
210 void RunDomChecker(bool use_http, int* test_count, ResultsSet* tests_failed) { argument
233 ASSERT_TRUE(GetTestCount(tab.get(), test_count));
235 ASSERT_GT(*test_count, 0);
/external/chromium_org/content/renderer/
H A Drenderer_main_platform_delegate_win.cc151 int test_count = 0; local
153 BOOL result = run_security_tests(&test_count);
154 CHECK(result) << "Test number " << test_count << " has failed.";
/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_unittests.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/chrome/browser/diagnostics/
H A Ddiagnostics_model.cc51 size_t test_count = tests_.size(); local
52 for (size_t ix = 0; ix != test_count; ++ix) {
/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/v8/test/cctest/
H A Dcctest.h60 static int test_count();
/external/chromium_org/base/message_loop/
H A Dmessage_loop_test.cc53 int test_count() const { return test_count_; } function in class:base::test::__anon3855::Foo
135 EXPECT_EQ(foo->test_count(), 105);
168 EXPECT_EQ(foo->test_count(), 105);
H A Dmessage_loop_unittest.cc85 int test_count() const { return test_count_; } function in class:base::__anon3856::Foo
1074 EXPECT_EQ(foo->test_count(), 1);
/external/chromium/base/
H A Dmessage_loop_unittest.cc71 int test_count() const { return test_count_; } function in class:__anon1726::Foo
122 EXPECT_EQ(foo->test_count(), 105);
155 EXPECT_EQ(foo->test_count(), 105);

Completed in 586 milliseconds

12