HomeSort by relevance Sort by last modified time
    Searched defs:PrintToString (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableValueTestHelperTest.cpp 53 ::std::string PrintToString(PassRefPtr<AnimatableValue> animValue)
55 return PrintToString(animValue.get());
58 ::std::string PrintToString(const AnimatableValue* animValue)
60 return ::testing::PrintToString(*animValue);
67 PrintToString(AnimatableClipPathOperation::create(ShapeClipPathOperation::create(BasicShapeCircle::create().get()).get())),
73 PrintToString(AnimatableColor::create(Color(0x000000FF), Color(0xFFFF0000))));
77 PrintToString(AnimatableDouble::create(1.0)));
81 PrintToString(AnimatableLength::create(CSSPrimitiveValue::create(5, CSSPrimitiveValue::CSS_PX).get())));
85 PrintToString(AnimatableLengthBox::create(
94 PrintToString(AnimatableLengthPoint::create
    [all...]
  /external/chromium/testing/gtest/include/gtest/
gtest-printers.h 63 // std::string ::testing::PrintToString(const T& value);
788 ::std::string PrintToString(const T& value) {
  /external/chromium_org/testing/gtest/include/gtest/
gtest-printers.h 63 // std::string ::testing::PrintToString(const T& value);
847 ::std::string PrintToString(const T& value) {
  /external/chromium_org/third_party/WebKit/Source/core/platform/animation/
TimingFunctionTestHelperTest.cpp 59 << " (" << ::testing::PrintToString(*v[i].second.get()) << ")" \
62 << " (" << ::testing::PrintToString(*v[j].second.get()) << ")" \
76 ::std::string PrintToString(RefPtr<CubicBezierTimingFunction> timing)
79 return PrintToString(generic.get());
82 ::std::string PrintToString(RefPtr<TimingFunction> timing)
84 return PrintToString(timing.get());
87 ::std::string PrintToString(const TimingFunction* timing)
89 return ::testing::PrintToString(*timing);
97 PrintToString(linearTiming),
105 PrintToString(cubicEaseTiming)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
gtest-printers.h 63 // std::string ::testing::PrintToString(const T& value);
788 ::std::string PrintToString(const T& value) {
  /external/gtest/include/gtest/
gtest-printers.h 63 // std::string ::testing::PrintToString(const T& value);
788 ::std::string PrintToString(const T& value) {
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-printers.h 63 // std::string ::testing::PrintToString(const T& value);
788 ::std::string PrintToString(const T& value) {
  /external/mesa3d/src/gtest/include/gtest/
gtest-printers.h 63 // std::string ::testing::PrintToString(const T& value);
788 ::std::string PrintToString(const T& value) {
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-printers.h 63 // std::string ::testing::PrintToString(const T& value);
847 ::std::string PrintToString(const T& value) {
  /external/protobuf/src/google/protobuf/
text_format.cc 58 TextFormat::PrintToString(*this, &debug_string);
69 printer.PrintToString(*this, &debug_string);
85 printer.PrintToString(*this, &debug_string);
855 bool TextFormat::Printer::PrintToString(const Message& message,
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
text_format.cc 61 TextFormat::PrintToString(*this, &debug_string);
72 printer.PrintToString(*this, &debug_string);
88 printer.PrintToString(*this, &debug_string);
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 1526 milliseconds