Searched refs:GetOutputFormat (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/testing/gtest/test/
H A Dgtest-options_test.cc67 // Testing UnitTestOptions::GetOutputFormat/GetOutputFile.
71 EXPECT_STREQ("", UnitTestOptions::GetOutputFormat().c_str());
74 TEST(XmlOutputTest, GetOutputFormat) {
76 EXPECT_STREQ("xml", UnitTestOptions::GetOutputFormat().c_str());
/external/gtest/test/
H A Dgtest-options_test.cc67 // 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/
H A Dgtest-options_test.cc67 // 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_org/media/base/android/
H A Dvideo_decoder_job.cc161 media_codec_bridge_->GetOutputFormat(&output_width_, &output_height_);
H A Dmedia_codec_bridge.h103 void GetOutputFormat(int* width, int* height);
H A Dmedia_codec_bridge.cc262 void MediaCodecBridge::GetOutputFormat(int* width, int* height) { function in class:media::MediaCodecBridge
/external/chromium_org/content/common/gpu/media/
H A Dandroid_video_decode_accelerator.cc239 media_codec_->GetOutputFormat(&width, &height);
/external/chromium_org/testing/gtest/src/
H A Dgtest-internal-inl.h377 static std::string GetOutputFormat();
H A Dgtest.cc396 std::string UnitTestOptions::GetOutputFormat() { function in class:testing::internal::UnitTestOptions
435 GetOutputFormat().c_str()));
4353 const std::string& output_format = UnitTestOptions::GetOutputFormat();
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-internal-inl.h369 static String GetOutputFormat();
H A Dgtest.cc385 String UnitTestOptions::GetOutputFormat() { function in class:testing::internal::UnitTestOptions
424 GetOutputFormat().c_str()));
4000 const String& output_format = UnitTestOptions::GetOutputFormat();
/external/gtest/src/
H A Dgtest-internal-inl.h377 static std::string GetOutputFormat();
H A Dgtest.cc392 std::string UnitTestOptions::GetOutputFormat() { function in class:testing::internal::UnitTestOptions
431 GetOutputFormat().c_str()));
4077 const std::string& output_format = UnitTestOptions::GetOutputFormat();
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h368 static String GetOutputFormat();
H A Dgtest.cc385 String UnitTestOptions::GetOutputFormat() { function in class:testing::internal::UnitTestOptions
424 GetOutputFormat().c_str()));
3968 const String& output_format = UnitTestOptions::GetOutputFormat();
/external/mesa3d/src/gtest/src/
H A Dgtest-internal-inl.h369 static String GetOutputFormat();
H A Dgtest.cc385 String UnitTestOptions::GetOutputFormat() { function in class:testing::internal::UnitTestOptions
424 GetOutputFormat().c_str()));
4000 const String& output_format = UnitTestOptions::GetOutputFormat();
/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h608 static String GetOutputFormat();
H A Dgtest.cc366 String UnitTestOptions::GetOutputFormat() { function in class:testing::internal::UnitTestOptions
405 GetOutputFormat().c_str()));
3790 const String& output_format = UnitTestOptions::GetOutputFormat();
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc778 static std::string GetOutputFormat();
1876 std::string UnitTestOptions::GetOutputFormat() { function in class:testing::internal::UnitTestOptions
1915 GetOutputFormat().c_str()));
5561 const std::string& output_format = UnitTestOptions::GetOutputFormat();
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc778 static std::string GetOutputFormat();
1876 std::string UnitTestOptions::GetOutputFormat() { function in class:testing::internal::UnitTestOptions
1915 GetOutputFormat().c_str()));
5561 const std::string& output_format = UnitTestOptions::GetOutputFormat();

Completed in 485 milliseconds