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

  /external/chromium_org/testing/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/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_org/media/base/android/
video_decoder_job.cc 161 media_codec_bridge_->GetOutputFormat(&output_width_, &output_height_);
media_codec_bridge.h 103 void GetOutputFormat(int* width, int* height);
media_codec_bridge.cc 262 void MediaCodecBridge::GetOutputFormat(int* width, int* height) {
  /external/chromium_org/content/common/gpu/media/
android_video_decode_accelerator.cc 239 media_codec_->GetOutputFormat(&width, &height);
  /external/chromium_org/testing/gtest/src/
gtest-internal-inl.h 377 static std::string GetOutputFormat();
    [all...]
gtest.cc 396 std::string UnitTestOptions::GetOutputFormat() {
435 GetOutputFormat().c_str()));
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-internal-inl.h 369 static String GetOutputFormat();
    [all...]
gtest.cc 385 String UnitTestOptions::GetOutputFormat() {
424 GetOutputFormat().c_str()));
    [all...]
  /external/gtest/src/
gtest-internal-inl.h 377 static std::string GetOutputFormat();
    [all...]
gtest.cc 392 std::string UnitTestOptions::GetOutputFormat() {
431 GetOutputFormat().c_str()));
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest-internal-inl.h 368 static String GetOutputFormat();
    [all...]
gtest.cc 385 String UnitTestOptions::GetOutputFormat() {
424 GetOutputFormat().c_str()));
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-internal-inl.h 369 static String GetOutputFormat();
    [all...]
gtest.cc 385 String UnitTestOptions::GetOutputFormat() {
424 GetOutputFormat().c_str()));
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
gtest-all.cc 778 static std::string GetOutputFormat();
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc 778 static std::string GetOutputFormat();
    [all...]

Completed in 413 milliseconds