| /external/mesa3d/src/gtest/include/gtest/ |
| D | gtest-printers.h | 353 void PrintTo(const T& value, ::std::ostream* os) { in PrintTo() function 386 inline void PrintTo(char c, ::std::ostream* os) { in PrintTo() function 394 inline void PrintTo(bool x, ::std::ostream* os) { in PrintTo() function 409 inline void PrintTo(char* s, ::std::ostream* os) { in PrintTo() function 415 inline void PrintTo(const signed char* s, ::std::ostream* os) { in PrintTo() function 418 inline void PrintTo(signed char* s, ::std::ostream* os) { in PrintTo() function 421 inline void PrintTo(const unsigned char* s, ::std::ostream* os) { in PrintTo() function 424 inline void PrintTo(unsigned char* s, ::std::ostream* os) { in PrintTo() function 436 inline void PrintTo(wchar_t* s, ::std::ostream* os) { in PrintTo() function 458 inline void PrintTo(const ::string& s, ::std::ostream* os) { in PrintTo() function [all …]
|
| /external/llvm/utils/unittest/googletest/include/gtest/ |
| D | gtest-printers.h | 353 void PrintTo(const T& value, ::std::ostream* os) { in PrintTo() function 386 inline void PrintTo(char c, ::std::ostream* os) { in PrintTo() function 394 inline void PrintTo(bool x, ::std::ostream* os) { in PrintTo() function 409 inline void PrintTo(char* s, ::std::ostream* os) { in PrintTo() function 415 inline void PrintTo(const signed char* s, ::std::ostream* os) { in PrintTo() function 418 inline void PrintTo(signed char* s, ::std::ostream* os) { in PrintTo() function 421 inline void PrintTo(const unsigned char* s, ::std::ostream* os) { in PrintTo() function 424 inline void PrintTo(unsigned char* s, ::std::ostream* os) { in PrintTo() function 436 inline void PrintTo(wchar_t* s, ::std::ostream* os) { in PrintTo() function 458 inline void PrintTo(const ::string& s, ::std::ostream* os) { in PrintTo() function [all …]
|
| /external/gtest/include/gtest/ |
| D | gtest-printers.h | 353 void PrintTo(const T& value, ::std::ostream* os) { in PrintTo() function 386 inline void PrintTo(char c, ::std::ostream* os) { in PrintTo() function 394 inline void PrintTo(bool x, ::std::ostream* os) { in PrintTo() function 409 inline void PrintTo(char* s, ::std::ostream* os) { in PrintTo() function 415 inline void PrintTo(const signed char* s, ::std::ostream* os) { in PrintTo() function 418 inline void PrintTo(signed char* s, ::std::ostream* os) { in PrintTo() function 421 inline void PrintTo(const unsigned char* s, ::std::ostream* os) { in PrintTo() function 424 inline void PrintTo(unsigned char* s, ::std::ostream* os) { in PrintTo() function 436 inline void PrintTo(wchar_t* s, ::std::ostream* os) { in PrintTo() function 458 inline void PrintTo(const ::string& s, ::std::ostream* os) { in PrintTo() function [all …]
|
| /external/google-breakpad/src/testing/gtest/include/gtest/ |
| D | gtest-printers.h | 353 void PrintTo(const T& value, ::std::ostream* os) { in PrintTo() function 386 inline void PrintTo(char c, ::std::ostream* os) { in PrintTo() function 394 inline void PrintTo(bool x, ::std::ostream* os) { in PrintTo() function 409 inline void PrintTo(char* s, ::std::ostream* os) { in PrintTo() function 415 inline void PrintTo(const signed char* s, ::std::ostream* os) { in PrintTo() function 418 inline void PrintTo(signed char* s, ::std::ostream* os) { in PrintTo() function 421 inline void PrintTo(const unsigned char* s, ::std::ostream* os) { in PrintTo() function 424 inline void PrintTo(unsigned char* s, ::std::ostream* os) { in PrintTo() function 436 inline void PrintTo(wchar_t* s, ::std::ostream* os) { in PrintTo() function 458 inline void PrintTo(const ::string& s, ::std::ostream* os) { in PrintTo() function [all …]
|
| /external/google-breakpad/src/testing/gtest/src/ |
| D | gtest-printers.cc | 237 void PrintTo(unsigned char c, ::std::ostream* os) { in PrintTo() function 240 void PrintTo(signed char c, ::std::ostream* os) { in PrintTo() function 246 void PrintTo(wchar_t wc, ostream* os) { in PrintTo() function 295 void PrintTo(const char* s, ostream* os) { in PrintTo() function 312 void PrintTo(const wchar_t* s, ostream* os) { in PrintTo() function
|
| /external/gtest/src/ |
| D | gtest-printers.cc | 237 void PrintTo(unsigned char c, ::std::ostream* os) { in PrintTo() function 240 void PrintTo(signed char c, ::std::ostream* os) { in PrintTo() function 246 void PrintTo(wchar_t wc, ostream* os) { in PrintTo() function 310 void PrintTo(const char* s, ostream* os) { in PrintTo() function 327 void PrintTo(const wchar_t* s, ostream* os) { in PrintTo() function
|
| /external/mesa3d/src/gtest/src/ |
| D | gtest-printers.cc | 245 void PrintTo(unsigned char c, ::std::ostream* os) { in PrintTo() function 248 void PrintTo(signed char c, ::std::ostream* os) { in PrintTo() function 254 void PrintTo(wchar_t wc, ostream* os) { in PrintTo() function 303 void PrintTo(const char* s, ostream* os) { in PrintTo() function 320 void PrintTo(const wchar_t* s, ostream* os) { in PrintTo() function
|
| /external/llvm/utils/unittest/googletest/src/ |
| D | gtest-printers.cc | 245 void PrintTo(unsigned char c, ::std::ostream* os) { in PrintTo() function 248 void PrintTo(signed char c, ::std::ostream* os) { in PrintTo() function 254 void PrintTo(wchar_t wc, ostream* os) { in PrintTo() function 303 void PrintTo(const char* s, ostream* os) { in PrintTo() function 320 void PrintTo(const wchar_t* s, ostream* os) { in PrintTo() function
|
| /external/v8/src/compiler/ |
| D | operator.h | 122 virtual OStream& PrintTo(OStream& os) const FINAL { // NOLINT in PrintTo() function 136 static OStream& PrintTo(OStream& os, T val) { // NOLINT in PrintTo() function
|
| D | machine-operator.cc | 35 static OStream& PrintTo(OStream& os, const StoreRepresentation& rep) { in PrintTo() function 50 static OStream& PrintTo(OStream& os, LoadRepresentation type) { // NOLINT in PrintTo() function
|
| D | simplified-operator.cc | 67 static OStream& PrintTo(OStream& os, const FieldAccess& val) { in PrintTo() function 84 static OStream& PrintTo(OStream& os, const ElementAccess& access) { in PrintTo() function
|
| D | common-operator.cc | 36 static OStream& PrintTo(OStream& os, ExternalReference reference) { in PrintTo() function
|
| /external/v8/src/ |
| D | lithium.cc | 41 void LOperand::PrintTo(StringStream* stream) { in PrintTo() function in v8::internal::LOperand 196 void LEnvironment::PrintTo(StringStream* stream) { in PrintTo() function in v8::internal::LEnvironment 244 void LPointerMap::PrintTo(StringStream* stream) { in PrintTo() function in v8::internal::LPointerMap
|
| D | types.cc | 1039 void TypeImpl<Config>::PrintTo(OStream& os, PrintDimension dim) { // NOLINT in PrintTo() function in v8::internal::TypeImpl
|
| D | hydrogen-instructions.cc | 632 OStream& HInstruction::PrintTo(OStream& os) const { // NOLINT in PrintTo() function in v8::internal::HInstruction 2442 OStream& HPhi::PrintTo(OStream& os) const { // NOLINT in PrintTo() function in v8::internal::HPhi
|
| /external/llvm/unittests/ProfileData/ |
| D | CoverageMappingTest.cpp | 32 void PrintTo(const Counter &C, ::std::ostream *os) { in PrintTo() function 41 void PrintTo(const CoverageSegment &S, ::std::ostream *os) { in PrintTo() function
|
| /external/llvm/unittests/Support/ |
| D | BranchProbabilityTest.cpp | 17 void PrintTo(const BranchProbability &P, ::std::ostream *os) { in PrintTo() function
|
| D | ScaledNumberTest.cpp | 35 void PrintTo(const ScaledPair<UIntT> &F, ::std::ostream *os) { in PrintTo() function
|
| /external/gtest/test/ |
| D | gtest_list_tests_unittest_.cc | 90 void PrintTo(const MyType& x, std::ostream* os) { in PrintTo() function
|
| D | gtest-printers_test.cc | 89 void PrintTo(EnumWithPrintTo e, std::ostream* os) { in PrintTo() function 139 void PrintTo(const PrintableViaPrintTo& x, ::std::ostream* os) { in PrintTo() function 164 void PrintTo(const PrintableViaPrintToTemplate<T>& x, ::std::ostream* os) { in PrintTo() function
|
| /external/llvm/unittests/ADT/ |
| D | HashingTest.cpp | 25 void PrintTo(const hash_code &code, std::ostream *os) { in PrintTo() function
|
| /external/google-breakpad/src/testing/gtest/test/ |
| D | gtest-printers_test.cc | 89 void PrintTo(EnumWithPrintTo e, std::ostream* os) { in PrintTo() function 139 void PrintTo(const PrintableViaPrintTo& x, ::std::ostream* os) { in PrintTo() function 164 void PrintTo(const PrintableViaPrintToTemplate<T>& x, ::std::ostream* os) { in PrintTo() function
|
| /external/google-breakpad/src/testing/include/gmock/ |
| D | gmock-actions.h | 846 void PrintTo(const ReferenceWrapper<T>& ref, ::std::ostream* os) { in PrintTo() function
|
| /external/google-breakpad/src/testing/test/ |
| D | gmock-spec-builders_test.cc | 131 void PrintTo(const Incomplete& /* x */, ::std::ostream* os) { in PrintTo() function 2080 void PrintTo(PrintMeNot /* dummy */, ::std::ostream* /* os */) { in PrintTo() function
|
| /external/libvpx/libvpx/third_party/googletest/src/src/ |
| D | gtest-all.cc | 9248 void PrintTo(unsigned char c, ::std::ostream* os) { in PrintTo() function 9251 void PrintTo(signed char c, ::std::ostream* os) { in PrintTo() function 9257 void PrintTo(wchar_t wc, ostream* os) { in PrintTo() function 9321 void PrintTo(const char* s, ostream* os) { in PrintTo() function 9338 void PrintTo(const wchar_t* s, ostream* os) { in PrintTo() function
|