Searched refs:UnitTestOptions (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/testing/gtest/test/
H A Dgtest-options_test.cc32 // Google Test UnitTestOptions tests
67 // Testing UnitTestOptions::GetOutputFormat/GetOutputFile.
71 EXPECT_STREQ("", UnitTestOptions::GetOutputFormat().c_str());
76 EXPECT_STREQ("xml", UnitTestOptions::GetOutputFormat().c_str());
82 UnitTestOptions::GetAbsolutePathToOutputFile());
88 UnitTestOptions::GetAbsolutePathToOutputFile());
98 UnitTestOptions::GetAbsolutePathToOutputFile();
148 UnitTestOptions::GetAbsolutePathToOutputFile());
155 UnitTestOptions::GetAbsolutePathToOutputFile());
162 UnitTestOptions
[all...]
H A Dgtest-param-test_test.cc49 # include "src/gtest-internal-inl.h" // for UnitTestOptions
73 using ::testing::internal::UnitTestOptions;
588 if (UnitTestOptions::FilterMatchesTest(
652 if ( !UnitTestOptions::FilterMatchesTest(
/external/gtest/test/
H A Dgtest-options_test.cc32 // Google Test UnitTestOptions tests
67 // Testing UnitTestOptions::GetOutputFormat/GetOutputFile.
71 EXPECT_STREQ("", UnitTestOptions::GetOutputFormat().c_str());
76 EXPECT_STREQ("xml", UnitTestOptions::GetOutputFormat().c_str());
82 UnitTestOptions::GetAbsolutePathToOutputFile());
88 UnitTestOptions::GetAbsolutePathToOutputFile());
98 UnitTestOptions::GetAbsolutePathToOutputFile();
148 UnitTestOptions::GetAbsolutePathToOutputFile());
155 UnitTestOptions::GetAbsolutePathToOutputFile());
162 UnitTestOptions
[all...]
H A Dgtest-param-test_test.cc49 # include "src/gtest-internal-inl.h" // for UnitTestOptions
73 using ::testing::internal::UnitTestOptions;
588 if (UnitTestOptions::FilterMatchesTest(
652 if ( !UnitTestOptions::FilterMatchesTest(
/external/protobuf/gtest/test/
H A Dgtest-options_test.cc32 // Google Test UnitTestOptions tests
67 // Testing UnitTestOptions::GetOutputFormat/GetOutputFile.
71 EXPECT_STREQ("", UnitTestOptions::GetOutputFormat().c_str());
76 EXPECT_STREQ("xml", UnitTestOptions::GetOutputFormat().c_str());
82 UnitTestOptions::GetAbsolutePathToOutputFile().c_str());
88 UnitTestOptions::GetAbsolutePathToOutputFile().c_str());
94 const String& output_file = UnitTestOptions::GetAbsolutePathToOutputFile();
108 const String& output_file = UnitTestOptions::GetAbsolutePathToOutputFile();
170 UnitTestOptions::GetAbsolutePathToOutputFile().c_str());
177 UnitTestOptions
[all...]
H A Dgtest-param-test_test.cc47 #include "src/gtest-internal-inl.h" // for UnitTestOptions
71 using ::testing::internal::UnitTestOptions;
556 if (UnitTestOptions::FilterMatchesTest(
619 if ( !UnitTestOptions::FilterMatchesTest(
/external/protobuf/gtest/src/
H A Dgtest.cc366 String UnitTestOptions::GetOutputFormat() {
378 String UnitTestOptions::GetAbsolutePathToOutputFile() {
414 bool UnitTestOptions::PatternMatchesString(const char *pattern,
431 bool UnitTestOptions::MatchesFilter(const String& name, const char* filter) {
455 bool UnitTestOptions::FilterMatchesTest(const String &test_case_name,
489 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) {
2035 } __except(internal::UnitTestOptions::GTestShouldProcessSEH(
2045 } __except(internal::UnitTestOptions::GTestShouldProcessSEH(
2057 } __except(internal::UnitTestOptions::GTestShouldProcessSEH(
2268 } __except(internal::UnitTestOptions
[all...]
H A Dgtest-internal-inl.h593 // Class UnitTestOptions.
603 class UnitTestOptions { class in namespace:testing::internal
644 // is present. Used by UnitTestOptions::GetOutputFile.
992 // UnitTestOptions. Must not be called before InitGoogleTest.
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc396 std::string UnitTestOptions::GetOutputFormat() {
408 std::string UnitTestOptions::GetAbsolutePathToOutputFile() {
444 bool UnitTestOptions::PatternMatchesString(const char *pattern,
461 bool UnitTestOptions::MatchesFilter(
484 bool UnitTestOptions::FilterMatchesTest(const std::string &test_case_name,
516 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) {
2348 } __except (internal::UnitTestOptions::GTestShouldProcessSEH( // NOLINT
4351 // UnitTestOptions. Must not be called before InitGoogleTest.
4353 const std::string& output_format = UnitTestOptions::GetOutputFormat();
4356 UnitTestOptions
[all...]
H A Dgtest-internal-inl.h362 // Class UnitTestOptions.
372 class GTEST_API_ UnitTestOptions { class in namespace:testing::internal
413 // is present. Used by UnitTestOptions::GetOutputFile.
781 // UnitTestOptions. Must not be called before InitGoogleTest.
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc385 String UnitTestOptions::GetOutputFormat() {
397 String UnitTestOptions::GetAbsolutePathToOutputFile() {
433 bool UnitTestOptions::PatternMatchesString(const char *pattern,
450 bool UnitTestOptions::MatchesFilter(const String& name, const char* filter) {
474 bool UnitTestOptions::FilterMatchesTest(const String &test_case_name,
508 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) {
2076 } __except (internal::UnitTestOptions::GTestShouldProcessSEH( // NOLINT
3998 // UnitTestOptions. Must not be called before InitGoogleTest.
4000 const String& output_format = UnitTestOptions::GetOutputFormat();
4003 UnitTestOptions
[all...]
H A Dgtest-internal-inl.h354 // Class UnitTestOptions.
364 class GTEST_API_ UnitTestOptions { class in namespace:testing::internal
405 // is present. Used by UnitTestOptions::GetOutputFile.
754 // UnitTestOptions. Must not be called before InitGoogleTest.
/external/gtest/src/
H A Dgtest.cc392 std::string UnitTestOptions::GetOutputFormat() {
404 std::string UnitTestOptions::GetAbsolutePathToOutputFile() {
440 bool UnitTestOptions::PatternMatchesString(const char *pattern,
457 bool UnitTestOptions::MatchesFilter(
480 bool UnitTestOptions::FilterMatchesTest(const std::string &test_case_name,
512 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) {
2064 } __except (internal::UnitTestOptions::GTestShouldProcessSEH( // NOLINT
4075 // UnitTestOptions. Must not be called before InitGoogleTest.
4077 const std::string& output_format = UnitTestOptions::GetOutputFormat();
4080 UnitTestOptions
[all...]
H A Dgtest-internal-inl.h362 // Class UnitTestOptions.
372 class GTEST_API_ UnitTestOptions { class in namespace:testing::internal
413 // is present. Used by UnitTestOptions::GetOutputFile.
781 // UnitTestOptions. Must not be called before InitGoogleTest.
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc385 String UnitTestOptions::GetOutputFormat() {
397 String UnitTestOptions::GetAbsolutePathToOutputFile() {
433 bool UnitTestOptions::PatternMatchesString(const char *pattern,
450 bool UnitTestOptions::MatchesFilter(const String& name, const char* filter) {
474 bool UnitTestOptions::FilterMatchesTest(const String &test_case_name,
508 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) {
2076 } __except (internal::UnitTestOptions::GTestShouldProcessSEH( // NOLINT
3966 // UnitTestOptions. Must not be called before InitGoogleTest.
3968 const String& output_format = UnitTestOptions::GetOutputFormat();
3971 UnitTestOptions
[all...]
H A Dgtest-internal-inl.h353 // Class UnitTestOptions.
363 class GTEST_API_ UnitTestOptions { class in namespace:testing::internal
404 // is present. Used by UnitTestOptions::GetOutputFile.
753 // UnitTestOptions. Must not be called before InitGoogleTest.
/external/mesa3d/src/gtest/src/
H A Dgtest.cc385 String UnitTestOptions::GetOutputFormat() {
397 String UnitTestOptions::GetAbsolutePathToOutputFile() {
433 bool UnitTestOptions::PatternMatchesString(const char *pattern,
450 bool UnitTestOptions::MatchesFilter(const String& name, const char* filter) {
474 bool UnitTestOptions::FilterMatchesTest(const String &test_case_name,
508 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) {
2076 } __except (internal::UnitTestOptions::GTestShouldProcessSEH( // NOLINT
3998 // UnitTestOptions. Must not be called before InitGoogleTest.
4000 const String& output_format = UnitTestOptions::GetOutputFormat();
4003 UnitTestOptions
[all...]
H A Dgtest-internal-inl.h354 // Class UnitTestOptions.
364 class GTEST_API_ UnitTestOptions { class in namespace:testing::internal
405 // is present. Used by UnitTestOptions::GetOutputFile.
754 // UnitTestOptions. Must not be called before InitGoogleTest.
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc763 // Class UnitTestOptions.
773 class GTEST_API_ UnitTestOptions { class in namespace:testing::internal
814 // is present. Used by UnitTestOptions::GetOutputFile.
1182 // UnitTestOptions. Must not be called before InitGoogleTest.
1876 std::string UnitTestOptions::GetOutputFormat() {
1888 std::string UnitTestOptions::GetAbsolutePathToOutputFile() {
1924 bool UnitTestOptions::PatternMatchesString(const char *pattern,
1941 bool UnitTestOptions::MatchesFilter(
1964 bool UnitTestOptions::FilterMatchesTest(const std::string &test_case_name,
1996 int UnitTestOptions
[all...]
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc763 // Class UnitTestOptions.
773 class GTEST_API_ UnitTestOptions { class in namespace:testing::internal
814 // is present. Used by UnitTestOptions::GetOutputFile.
1182 // UnitTestOptions. Must not be called before InitGoogleTest.
1876 std::string UnitTestOptions::GetOutputFormat() {
1888 std::string UnitTestOptions::GetAbsolutePathToOutputFile() {
1924 bool UnitTestOptions::PatternMatchesString(const char *pattern,
1941 bool UnitTestOptions::MatchesFilter(
1964 bool UnitTestOptions::FilterMatchesTest(const std::string &test_case_name,
1996 int UnitTestOptions
[all...]

Completed in 1710 milliseconds