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

12

/external/chromium/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().c_str());
88 UnitTestOptions::GetAbsolutePathToOutputFile().c_str());
97 const String& output_file = UnitTestOptions::GetAbsolutePathToOutputFile();
147 UnitTestOptions::GetAbsolutePathToOutputFile().c_str());
154 UnitTestOptions::GetAbsolutePathToOutputFile().c_str());
161 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(
651 if ( !UnitTestOptions::FilterMatchesTest(
/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().c_str());
88 UnitTestOptions::GetAbsolutePathToOutputFile().c_str());
97 const String& output_file = UnitTestOptions::GetAbsolutePathToOutputFile();
147 UnitTestOptions::GetAbsolutePathToOutputFile().c_str());
154 UnitTestOptions::GetAbsolutePathToOutputFile().c_str());
161 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(
651 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/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.cc279 String UnitTestOptions::GetOutputFormat() {
291 String UnitTestOptions::GetOutputFile() {
315 bool UnitTestOptions::PatternMatchesString(const char *pattern,
332 bool UnitTestOptions::MatchesFilter(const String& name, const char* filter) {
356 bool UnitTestOptions::FilterMatchesTest(const String &test_case_name,
390 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) {
1800 } __except(internal::UnitTestOptions::GTestShouldProcessSEH(
1810 } __except(internal::UnitTestOptions::GTestShouldProcessSEH(
1822 } __except(internal::UnitTestOptions::GTestShouldProcessSEH(
1979 } __except(internal::UnitTestOptions
[all...]
/external/open-vcdiff/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) {
2065 } __except(internal::UnitTestOptions::GTestShouldProcessSEH(
2075 } __except(internal::UnitTestOptions::GTestShouldProcessSEH(
2087 } __except(internal::UnitTestOptions::GTestShouldProcessSEH(
2298 } __except(internal::UnitTestOptions
[all...]
/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...]
/external/chromium/testing/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.h347 // Class UnitTestOptions.
357 class GTEST_API_ UnitTestOptions { class in namespace:testing::internal
398 // is present. Used by UnitTestOptions::GetOutputFile.
747 // UnitTestOptions. Must not be called before InitGoogleTest.
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc386 std::string UnitTestOptions::GetOutputFormat() {
398 std::string UnitTestOptions::GetAbsolutePathToOutputFile() {
434 bool UnitTestOptions::PatternMatchesString(const char *pattern,
451 bool UnitTestOptions::MatchesFilter(
474 bool UnitTestOptions::FilterMatchesTest(const std::string &test_case_name,
506 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) {
1982 } __except (internal::UnitTestOptions::GTestShouldProcessSEH( // NOLINT
3937 // UnitTestOptions. Must not be called before InitGoogleTest.
3939 const std::string& output_format = UnitTestOptions::GetOutputFormat();
3942 UnitTestOptions
[all...]
H A Dgtest-internal-inl.h361 // Class UnitTestOptions.
371 class GTEST_API_ UnitTestOptions { class in namespace:testing::internal
412 // is present. Used by UnitTestOptions::GetOutputFile.
768 // 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.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/llvm/utils/unittest/googletest/
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...]
/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/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...]
/external/chromium/sdch/open-vcdiff/src/gtest/src/
H A Dgtest-internal-inl.h731 // Class UnitTestOptions.
741 class UnitTestOptions { class in namespace:testing::internal
781 // is present. Used by UnitTestOptions::GetOutputFile.
/external/llvm/utils/unittest/googletest/include/gtest/internal/
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.

Completed in 583 milliseconds

12