HomeSort by relevance Sort by last modified time
    Searched refs:GetOutputFormat (Results 1 - 8 of 8) sorted by null

  /external/gtest/test/
gtest-options_test.cc 67 // Testing UnitTestOptions::GetOutputFormat/GetOutputFile.
71 EXPECT_STREQ("", UnitTestOptions::GetOutputFormat().c_str());
74 TEST(XmlOutputTest, GetOutputFormat) {
76 EXPECT_STREQ("xml", UnitTestOptions::GetOutputFormat().c_str());
  /external/protobuf/gtest/test/
gtest-options_test.cc 67 // Testing UnitTestOptions::GetOutputFormat/GetOutputFile.
71 EXPECT_STREQ("", UnitTestOptions::GetOutputFormat().c_str());
74 TEST(XmlOutputTest, GetOutputFormat) {
76 EXPECT_STREQ("xml", UnitTestOptions::GetOutputFormat().c_str());
  /external/chromium/sdch/open-vcdiff/src/gtest/src/
gtest-internal-inl.h 746 static String GetOutputFormat();
    [all...]
  /external/gtest/src/
gtest-internal-inl.h 823 static String GetOutputFormat();
    [all...]
gtest.cc 332 String UnitTestOptions::GetOutputFormat() {
371 GetOutputFormat().c_str()));
    [all...]
  /external/protobuf/gtest/src/
gtest-internal-inl.h 608 static String GetOutputFormat();
    [all...]
gtest.cc 366 String UnitTestOptions::GetOutputFormat() {
405 GetOutputFormat().c_str()));
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc 279 String UnitTestOptions::GetOutputFormat() {
306 GetOutputFormat().c_str()));
    [all...]

Completed in 4124 milliseconds