Searched refs:short_str (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest-printers.h150 const ::testing::internal::string short_str = value.ShortDebugString(); local
152 short_str.length() <= kProtobufOneLinerMaxLength ?
153 short_str : ("\n" + value.DebugString());
/external/gtest/include/gtest/
H A Dgtest-printers.h150 const ::testing::internal::string short_str = value.ShortDebugString(); local
152 short_str.length() <= kProtobufOneLinerMaxLength ?
153 short_str : ("\n" + value.DebugString());
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-printers.h150 const ::testing::internal::string short_str = value.ShortDebugString(); local
152 short_str.length() <= kProtobufOneLinerMaxLength ?
153 short_str : ("\n" + value.DebugString());
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest-printers.h150 const ::testing::internal::string short_str = value.ShortDebugString(); local
152 short_str.length() <= kProtobufOneLinerMaxLength ?
153 short_str : ("\n" + value.DebugString());
/external/chromium_org/third_party/cython/src/Cython/Tests/
H A Dxmlrunner.py111 short_str):
129 self.stream.write(short_str)
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest-printers.h154 const ::testing::internal::string short_str = value.ShortDebugString(); local
156 short_str.length() <= kProtobufOneLinerMaxLength ?
157 short_str : ("\n" + value.DebugString());
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h9341 const ::testing::internal::string short_str = value.ShortDebugString(); local
9343 short_str.length() <= kProtobufOneLinerMaxLength ?
9344 short_str : ("\n" + value.DebugString());
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h9341 const ::testing::internal::string short_str = value.ShortDebugString(); local
9343 short_str.length() <= kProtobufOneLinerMaxLength ?
9344 short_str : ("\n" + value.DebugString());

Completed in 405 milliseconds