Searched refs:test_case (Results 51 - 75 of 115) sorted by relevance

12345

/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.cc217 static bool TestCasePassed(const TestCase* test_case) { argument
218 return test_case->should_run() && test_case->Passed();
222 static bool TestCaseFailed(const TestCase* test_case) { argument
223 return test_case->should_run() && test_case->Failed();
226 // Returns true iff test_case contains at least one test that should
228 static bool ShouldRunTestCase(const TestCase* test_case) { argument
229 return test_case->should_run();
1729 const TestCase* const test_case local
2289 PrintTestName(const char * test_case, const char * test) argument
2334 OnTestCaseStart( const TestCase * test_case) argument
2737 PrintXmlTestCase(FILE* out, const TestCase* test_case) argument
3097 TestCase* const test_case = local
3223 TestCase * const test_case = test_case_node->element(); local
3260 const TestCase* const test_case = test_case_node->element(); local
[all...]
/external/chromium_org/chrome/test/logging/win/
H A Dtest_log_collector.cc77 virtual void OnTestCaseStart(const testing::TestCase& test_case) OVERRIDE {
78 default_result_printer_->OnTestCaseStart(test_case);
102 virtual void OnTestCaseEnd(const testing::TestCase& test_case) OVERRIDE {
103 default_result_printer_->OnTestCaseEnd(test_case);
/external/chromium_org/net/http/
H A Dhttp_content_disposition_unittest.cc580 const ParseResultTestCase& test_case = kTestCases[i]; local
581 HttpContentDisposition content_disposition(test_case.header, "utf-8");
585 << " with header " << test_case.header);
586 EXPECT_EQ(test_case.expected_flags, result);
/external/chromium/testing/gtest/src/
H A Dgtest.cc324 static bool TestCasePassed(const TestCase* test_case) { argument
325 return test_case->should_run() && test_case->Passed();
329 static bool TestCaseFailed(const TestCase* test_case) { argument
330 return test_case->should_run() && test_case->Failed();
333 // Returns true iff test_case contains at least one test that should
335 static bool ShouldRunTestCase(const TestCase* test_case) { argument
336 return test_case->should_run();
1953 const TestCase* const test_case local
2689 PrintTestName(const char * test_case, const char * test) argument
2757 OnTestCaseStart(const TestCase& test_case) argument
2809 OnTestCaseEnd(const TestCase& test_case) argument
2837 const TestCase& test_case = *unit_test.GetTestCase(i); local
3272 PrintXmlTestCase(FILE* out, const TestCase& test_case) argument
3371 OnTestCaseStart(const TestCase& test_case) argument
3375 OnTestCaseEnd(const TestCase& test_case) argument
4101 const std::vector<TestCase*>::const_iterator test_case = local
4390 TestCase* const test_case = test_cases_[i]; local
4433 const TestCase* const test_case = test_cases_[i]; local
[all...]
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc325 static bool TestCasePassed(const TestCase* test_case) { argument
326 return test_case->should_run() && test_case->Passed();
330 static bool TestCaseFailed(const TestCase* test_case) { argument
331 return test_case->should_run() && test_case->Failed();
334 // Returns true iff test_case contains at least one test that should
336 static bool ShouldRunTestCase(const TestCase* test_case) { argument
337 return test_case->should_run();
1859 const TestCase* const test_case local
2595 PrintTestName(const char * test_case, const char * test) argument
2661 OnTestCaseStart(const TestCase& test_case) argument
2712 OnTestCaseEnd(const TestCase& test_case) argument
2739 const TestCase& test_case = *unit_test.GetTestCase(i); local
3204 PrintXmlTestCase(FILE* out, const TestCase& test_case) argument
3304 OnTestCaseStart(const TestCase& test_case) argument
3308 OnTestCaseEnd(const TestCase& test_case) argument
4040 const std::vector<TestCase*>::const_iterator test_case = local
4330 TestCase* const test_case = test_cases_[i]; local
4373 const TestCase* const test_case = test_cases_[i]; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc324 static bool TestCasePassed(const TestCase* test_case) { argument
325 return test_case->should_run() && test_case->Passed();
329 static bool TestCaseFailed(const TestCase* test_case) { argument
330 return test_case->should_run() && test_case->Failed();
333 // Returns true iff test_case contains at least one test that should
335 static bool ShouldRunTestCase(const TestCase* test_case) { argument
336 return test_case->should_run();
1953 const TestCase* const test_case local
2689 PrintTestName(const char * test_case, const char * test) argument
2757 OnTestCaseStart(const TestCase& test_case) argument
2809 OnTestCaseEnd(const TestCase& test_case) argument
2837 const TestCase& test_case = *unit_test.GetTestCase(i); local
3272 PrintXmlTestCase(FILE* out, const TestCase& test_case) argument
3371 OnTestCaseStart(const TestCase& test_case) argument
3375 OnTestCaseEnd(const TestCase& test_case) argument
4101 const std::vector<TestCase*>::const_iterator test_case = local
4390 TestCase* const test_case = test_cases_[i]; local
4433 const TestCase* const test_case = test_cases_[i]; local
[all...]
/external/gtest/src/
H A Dgtest.cc324 static bool TestCasePassed(const TestCase* test_case) { argument
325 return test_case->should_run() && test_case->Passed();
329 static bool TestCaseFailed(const TestCase* test_case) { argument
330 return test_case->should_run() && test_case->Failed();
333 // Returns true iff test_case contains at least one test that should
335 static bool ShouldRunTestCase(const TestCase* test_case) { argument
336 return test_case->should_run();
1953 const TestCase* const test_case local
2689 PrintTestName(const char * test_case, const char * test) argument
2757 OnTestCaseStart(const TestCase& test_case) argument
2809 OnTestCaseEnd(const TestCase& test_case) argument
2837 const TestCase& test_case = *unit_test.GetTestCase(i); local
3272 PrintXmlTestCase(FILE* out, const TestCase& test_case) argument
3371 OnTestCaseStart(const TestCase& test_case) argument
3375 OnTestCaseEnd(const TestCase& test_case) argument
4101 const std::vector<TestCase*>::const_iterator test_case = local
4390 TestCase* const test_case = test_cases_[i]; local
4433 const TestCase* const test_case = test_cases_[i]; local
[all...]
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest.cc324 static bool TestCasePassed(const TestCase* test_case) { argument
325 return test_case->should_run() && test_case->Passed();
329 static bool TestCaseFailed(const TestCase* test_case) { argument
330 return test_case->should_run() && test_case->Failed();
333 // Returns true iff test_case contains at least one test that should
335 static bool ShouldRunTestCase(const TestCase* test_case) { argument
336 return test_case->should_run();
1953 const TestCase* const test_case local
2689 PrintTestName(const char * test_case, const char * test) argument
2757 OnTestCaseStart(const TestCase& test_case) argument
2809 OnTestCaseEnd(const TestCase& test_case) argument
2837 const TestCase& test_case = *unit_test.GetTestCase(i); local
3272 PrintXmlTestCase(FILE* out, const TestCase& test_case) argument
3371 OnTestCaseStart(const TestCase& test_case) argument
3375 OnTestCaseEnd(const TestCase& test_case) argument
4101 const std::vector<TestCase*>::const_iterator test_case = local
4390 TestCase* const test_case = test_cases_[i]; local
4433 const TestCase* const test_case = test_cases_[i]; local
[all...]
/external/llvm/utils/unittest/googletest/
H A Dgtest.cc324 static bool TestCasePassed(const TestCase* test_case) { argument
325 return test_case->should_run() && test_case->Passed();
329 static bool TestCaseFailed(const TestCase* test_case) { argument
330 return test_case->should_run() && test_case->Failed();
333 // Returns true iff test_case contains at least one test that should
335 static bool ShouldRunTestCase(const TestCase* test_case) { argument
336 return test_case->should_run();
1953 const TestCase* const test_case local
2661 PrintTestName(const char * test_case, const char * test) argument
2729 OnTestCaseStart(const TestCase& test_case) argument
2781 OnTestCaseEnd(const TestCase& test_case) argument
2809 const TestCase& test_case = *unit_test.GetTestCase(i); local
3244 PrintXmlTestCase(FILE* out, const TestCase& test_case) argument
3343 OnTestCaseStart(const TestCase& test_case) argument
3347 OnTestCaseEnd(const TestCase& test_case) argument
4069 const std::vector<TestCase*>::const_iterator test_case = local
4358 TestCase* const test_case = test_cases_[i]; local
4401 const TestCase* const test_case = test_cases_[i]; local
[all...]
/external/mesa3d/src/gtest/src/
H A Dgtest.cc324 static bool TestCasePassed(const TestCase* test_case) { argument
325 return test_case->should_run() && test_case->Passed();
329 static bool TestCaseFailed(const TestCase* test_case) { argument
330 return test_case->should_run() && test_case->Failed();
333 // Returns true iff test_case contains at least one test that should
335 static bool ShouldRunTestCase(const TestCase* test_case) { argument
336 return test_case->should_run();
1953 const TestCase* const test_case local
2689 PrintTestName(const char * test_case, const char * test) argument
2757 OnTestCaseStart(const TestCase& test_case) argument
2809 OnTestCaseEnd(const TestCase& test_case) argument
2837 const TestCase& test_case = *unit_test.GetTestCase(i); local
3272 PrintXmlTestCase(FILE* out, const TestCase& test_case) argument
3371 OnTestCaseStart(const TestCase& test_case) argument
3375 OnTestCaseEnd(const TestCase& test_case) argument
4101 const std::vector<TestCase*>::const_iterator test_case = local
4390 TestCase* const test_case = test_cases_[i]; local
4433 const TestCase* const test_case = test_cases_[i]; local
[all...]
/external/chromium_org/base/i18n/
H A Drtl_unittest.cc368 string16 test_case = WideToUTF16(cases[i]); local
369 string16 adjusted_string = test_case;
374 EXPECT_NE(test_case, adjusted_string);
376 EXPECT_EQ(test_case, adjusted_string) << " for test case [" << test_case
/external/chromium_org/base/test/
H A Dtest_launcher.cc283 const testing::TestCase* test_case = unit_test->GetTestCase(i); local
284 for (int j = 0; j < test_case->total_test_count(); ++j) {
285 const testing::TestInfo* test_info = test_case->GetTestInfo(j);
303 if (!launcher_delegate->ShouldRunTest(test_case, test_info))
312 launcher_delegate->RunTest(test_case,
/external/open-vcdiff/gtest/src/
H A Dgtest.cc305 static bool TestCasePassed(const TestCase* test_case) { argument
306 return test_case->should_run() && test_case->Passed();
310 static bool TestCaseFailed(const TestCase* test_case) { argument
311 return test_case->should_run() && test_case->Failed();
314 // Returns true iff test_case contains at least one test that should
316 static bool ShouldRunTestCase(const TestCase* test_case) { argument
317 return test_case->should_run();
1994 const TestCase* const test_case local
2667 PrintTestName(const char * test_case, const char * test) argument
2734 OnTestCaseStart(const TestCase& test_case) argument
2787 OnTestCaseEnd(const TestCase& test_case) argument
2815 const TestCase& test_case = *unit_test.GetTestCase(i); local
3255 PrintXmlTestCase(FILE* out, const TestCase& test_case) argument
3896 TestCase** test_case = test_cases_.FindIf(TestCaseNameIs(test_case_name)); local
4179 TestCase* const test_case = test_cases_.GetElement(i); local
4222 const TestCase* const test_case = test_cases_.GetElement(i); local
[all...]
/external/protobuf/gtest/src/
H A Dgtest.cc305 static bool TestCasePassed(const TestCase* test_case) { argument
306 return test_case->should_run() && test_case->Passed();
310 static bool TestCaseFailed(const TestCase* test_case) { argument
311 return test_case->should_run() && test_case->Failed();
314 // Returns true iff test_case contains at least one test that should
316 static bool ShouldRunTestCase(const TestCase* test_case) { argument
317 return test_case->should_run();
1964 const TestCase* const test_case local
2637 PrintTestName(const char * test_case, const char * test) argument
2704 OnTestCaseStart(const TestCase& test_case) argument
2757 OnTestCaseEnd(const TestCase& test_case) argument
2785 const TestCase& test_case = *unit_test.GetTestCase(i); local
3224 PrintXmlTestCase(FILE* out, const TestCase& test_case) argument
3865 TestCase** test_case = test_cases_.FindIf(TestCaseNameIs(test_case_name)); local
4148 TestCase* const test_case = test_cases_.GetElement(i); local
4191 const TestCase* const test_case = test_cases_.GetElement(i); local
[all...]
/external/chromium/chrome/browser/password_manager/
H A Dpassword_store_mac_unittest.cc789 for (unsigned int test_case = 0; test_case <= current_test; ++test_case) {
792 test_data[KEYCHAIN_INPUT][test_case].begin();
793 i != test_data[KEYCHAIN_INPUT][test_case].end(); ++i) {
798 test_data[DATABASE_INPUT][test_case].begin();
799 i != test_data[DATABASE_INPUT][test_case].end(); ++i) {
808 CHECK_FORMS(keychain_forms, test_data[KEYCHAIN_OUTPUT][test_case],
809 test_case);
810 CHECK_FORMS(database_forms, test_data[DATABASE_OUTPUT][test_case],
[all...]
/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_store_mac_unittest.cc791 for (unsigned int test_case = 0; test_case <= current_test; ++test_case) {
794 test_data[KEYCHAIN_INPUT][test_case].begin();
795 i != test_data[KEYCHAIN_INPUT][test_case].end(); ++i) {
800 test_data[DATABASE_INPUT][test_case].begin();
801 i != test_data[DATABASE_INPUT][test_case].end(); ++i) {
810 CHECK_FORMS(keychain_forms, test_data[KEYCHAIN_OUTPUT][test_case],
811 test_case);
812 CHECK_FORMS(database_forms, test_data[DATABASE_OUTPUT][test_case],
[all...]
/external/chromium_org/chrome/browser/policy/
H A Dpolicy_prefs_browsertest.cc107 void AddIndicatorTestCase(IndicatorTestCase* test_case) { argument
108 indicator_test_cases_.push_back(test_case);
428 const PolicyTestCase* test_case = policy_test_cases_.Get(GetParam().name); local
429 ASSERT_TRUE(test_case) << "PolicyTestCase not found for " << GetParam().name;
430 const ScopedVector<PrefMapping>& pref_mappings = test_case->pref_mappings();
431 if (!test_case->IsSupported() || pref_mappings.empty())
433 LOG(INFO) << "Testing policy: " << test_case->name();
462 UpdateProviderPolicy(test_case->test_policy());
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Duser_unittest.py119 for test_case in test_cases:
120 expected, inputs = test_case
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dtokenizer_unittest.cc202 const SimpleTokenCase& test_case) {
203 return out << CEscape(test_case.input);
336 const MultiTokenCase& test_case) {
337 return out << CEscape(test_case.input);
529 const DocCommentCase& test_case) {
530 return out << CEscape(test_case.input);
875 const ErrorCase& test_case) {
876 return out << CEscape(test_case.input);
201 operator <<(ostream& out, const SimpleTokenCase& test_case) argument
335 operator <<(ostream& out, const MultiTokenCase& test_case) argument
528 operator <<(ostream& out, const DocCommentCase& test_case) argument
874 operator <<(ostream& out, const ErrorCase& test_case) argument
/external/chromium/net/base/
H A Dcookie_monster_perftest.cc287 const TestCase& test_case(test_cases[ci]);
290 test_case.num_cookies, test_case.num_old_cookies,
298 PerfTimeLogger timer((std::string("GC_") + test_case.name).c_str());
/external/chromium_org/third_party/WebKit/Source/core/scripts/
H A Dmake_token_matcher_unittest.py56 def test_case(self): member in class:SwitchLineProcessorTest
/external/sfntly/cpp/src/test/
H A Dfont_data_test.cc119 const int32_t* test_case = SEARCH_TEST_PAIRS[j]; local
125 test_case[0]);
129 test_case[0], found, test_case[1], j, i);
131 EXPECT_EQ(test_case[1], found);
/external/protobuf/src/google/protobuf/io/
H A Dtokenizer_unittest.cc201 const SimpleTokenCase& test_case) {
202 return out << CEscape(test_case.input);
330 const MultiTokenCase& test_case) {
331 return out << CEscape(test_case.input);
624 const ErrorCase& test_case) {
625 return out << CEscape(test_case.input);
200 operator <<(ostream& out, const SimpleTokenCase& test_case) argument
329 operator <<(ostream& out, const MultiTokenCase& test_case) argument
623 operator <<(ostream& out, const ErrorCase& test_case) argument
/external/chromium/testing/gtest/test/
H A Dgtest_filter_unittest.py190 test_case = ''
195 test_case = match.group(1)
200 tests_run.append(test_case + '.' + test)
/external/chromium_org/testing/gtest/test/
H A Dgtest_filter_unittest.py190 test_case = ''
195 test_case = match.group(1)
200 tests_run.append(test_case + '.' + test)

Completed in 3112 milliseconds

12345