Searched defs:test_count (Results 1 - 25 of 26) sorted by relevance

12

/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.h3 unsigned int test_count; member in struct:test_result
/external/chromium_org/v8/test/mjsunit/
H A Dconstant-folding.js33 function test_count() { function
77 test_count();
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
H A Dunit_test.h3 unsigned int test_count; member in struct:test_result
/external/v8/test/mjsunit/
H A Dconstant-folding.js33 function test_count() { function
77 test_count();
/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/net/base/
H A Dip_endpoint_unittest.cc32 int test_count = ARRAYSIZE_UNSAFE(tests); member in namespace:net::__anon2967
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/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/net/base/
H A Dip_endpoint_unittest.cc32 int test_count = ARRAYSIZE_UNSAFE(tests); member in namespace:net::__anon8530
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/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/diagnostics/
H A Ddiagnostics_model.cc65 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/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/chromium_org/content/renderer/
H A Drenderer_main_platform_delegate_win.cc164 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/test/perf/
H A Ddom_checker_uitest.cc50 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) { argument
157 test_count);
205 void RunDomChecker(bool use_http, int* test_count, ResultsSet* tests_failed) { argument
228 ASSERT_TRUE(GetTestCount(tab.get(), test_count));
230 ASSERT_GT(*test_count, 0);
/external/chromium/base/
H A Dmessage_loop_unittest.cc71 int test_count() const { return test_count_; } function in class:__anon1723::Foo
122 EXPECT_EQ(foo->test_count(), 105);
155 EXPECT_EQ(foo->test_count(), 105);
/external/chromium_org/base/message_loop/
H A Dmessage_loop_unittest.cc70 int test_count() const { return test_count_; } function in class:base::__anon3810::Foo
129 EXPECT_EQ(foo->test_count(), 105);
161 EXPECT_EQ(foo->test_count(), 105);
2078 EXPECT_EQ(foo->test_count(), 1);
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.cc2132 static internal::String FormatTestCount(int test_count) { argument
2133 return FormatCountableNoun(test_count, "test", "tests");
/external/chromium/testing/gtest/src/
H A Dgtest.cc2487 static internal::String FormatTestCount(int test_count) { argument
2488 return FormatCountableNoun(test_count, "test", "tests");
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc2393 static std::string FormatTestCount(int test_count) { argument
2394 return FormatCountableNoun(test_count, "test", "tests");
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc2487 static internal::String FormatTestCount(int test_count) { argument
2488 return FormatCountableNoun(test_count, "test", "tests");
/external/gtest/src/
H A Dgtest.cc2487 static internal::String FormatTestCount(int test_count) { argument
2488 return FormatCountableNoun(test_count, "test", "tests");
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest.cc2487 static internal::String FormatTestCount(int test_count) { argument
2488 return FormatCountableNoun(test_count, "test", "tests");
/external/llvm/utils/unittest/googletest/
H A Dgtest.cc2458 static internal::String FormatTestCount(int test_count) { argument
2459 return FormatCountableNoun(test_count, "test", "tests");
/external/mesa3d/src/gtest/src/
H A Dgtest.cc2487 static internal::String FormatTestCount(int test_count) { argument
2488 return FormatCountableNoun(test_count, "test", "tests");
/external/open-vcdiff/gtest/src/
H A Dgtest.cc2488 static internal::String FormatTestCount(int test_count) { argument
2489 return FormatCountableNoun(test_count, "test", "tests");

Completed in 1457 milliseconds

12