HomeSort by relevance Sort by last modified time
    Searched defs:PrintTo (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/llvm/unittests/Support/
BranchProbabilityTest.cpp 17 void PrintTo(BranchProbability P, ::std::ostream *os) {
ScaledNumberTest.cpp 35 void PrintTo(const ScaledPair<UIntT> &F, ::std::ostream *os) {
  /system/update_engine/update_manager/
umtest_utils.cc 25 void PrintTo(const EvalStatus& status, ::std::ostream* os) {
  /external/libchrome/base/test/
test_file_util.cc 24 void PrintTo(const FilePath& path, std::ostream* out) {
test_pending_task.cc 69 PrintTo(task, &os);
73 void PrintTo(const TestPendingTask& task, std::ostream* os) {
  /external/libchrome/dbus/
object_path.cc 29 void PrintTo(const ObjectPath& path, std::ostream* out) {
  /external/bsdiff/
extents_unittest.cc 17 // PrintTo is used by gtest framework whenever it needs to print our type.
18 void PrintTo(const struct ex_t& extent, ::std::ostream* os) {
  /external/v8/src/compiler/
operator.cc 43 op.PrintTo(os);
48 void Operator::PrintTo(std::ostream& os) const { os << mnemonic(); }
  /external/libchrome/base/strings/
string16.cc 74 void PrintTo(const string16& str, std::ostream* out) {
  /external/opencv3/modules/ts/src/
cuda_perf.cpp 57 void PrintTo(const CvtColorInfo& info, std::ostream* os)
  /external/v8/src/
field-type.cc 79 void FieldType::PrintTo(std::ostream& os) {
  /external/gtest/test/
gtest_list_tests_unittest_.cc 90 void PrintTo(const MyType& x, std::ostream* os) {
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_list_tests_unittest_.cc 90 void PrintTo(const MyType& x, std::ostream* os) {
  /ndk/sources/third_party/googletest/googletest/test/
gtest_list_tests_unittest_.cc 90 void PrintTo(const MyType& x, std::ostream* os) {
  /external/google-breakpad/src/testing/gtest/src/
gtest-printers.cc 42 // or void PrintTo(const Foo&, ::std::ostream*) in the namespace that
237 void PrintTo(unsigned char c, ::std::ostream* os) {
240 void PrintTo(signed char c, ::std::ostream* os) {
246 void PrintTo(wchar_t wc, ostream* os) {
295 void PrintTo(const char* s, ostream* os) {
312 void PrintTo(const wchar_t* s, ostream* os) {
  /external/gtest/src/
gtest-printers.cc 42 // or void PrintTo(const Foo&, ::std::ostream*) in the namespace that
237 void PrintTo(unsigned char c, ::std::ostream* os) {
240 void PrintTo(signed char c, ::std::ostream* os) {
246 void PrintTo(wchar_t wc, ostream* os) {
310 void PrintTo(const char* s, ostream* os) {
327 void PrintTo(const wchar_t* s, ostream* os) {
  /external/llvm/utils/unittest/googletest/src/
gtest-printers.cc 42 // or void PrintTo(const Foo&, ::std::ostream*) in the namespace that
245 void PrintTo(unsigned char c, ::std::ostream* os) {
248 void PrintTo(signed char c, ::std::ostream* os) {
254 void PrintTo(wchar_t wc, ostream* os) {
303 void PrintTo(const char* s, ostream* os) {
320 void PrintTo(const wchar_t* s, ostream* os) {
  /external/mesa3d/src/gtest/src/
gtest-printers.cc 42 // or void PrintTo(const Foo&, ::std::ostream*) in the namespace that
245 void PrintTo(unsigned char c, ::std::ostream* os) {
248 void PrintTo(signed char c, ::std::ostream* os) {
254 void PrintTo(wchar_t wc, ostream* os) {
303 void PrintTo(const char* s, ostream* os) {
320 void PrintTo(const wchar_t* s, ostream* os) {
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-printers.cc 42 // or void PrintTo(const Foo&, ::std::ostream*) in the namespace that
237 void PrintTo(unsigned char c, ::std::ostream* os) {
240 void PrintTo(signed char c, ::std::ostream* os) {
246 void PrintTo(wchar_t wc, ostream* os) {
310 void PrintTo(const char* s, ostream* os) {
327 void PrintTo(const wchar_t* s, ostream* os) {
  /ndk/sources/third_party/googletest/googletest/src/
gtest-printers.cc 42 // or void PrintTo(const Foo&, ::std::ostream*) in the namespace that
237 void PrintTo(unsigned char c, ::std::ostream* os) {
240 void PrintTo(signed char c, ::std::ostream* os) {
246 void PrintTo(wchar_t wc, ostream* os) {
310 void PrintTo(const char* s, ostream* os) {
327 void PrintTo(const wchar_t* s, ostream* os) {
  /system/update_engine/common/
test_utils.cc 53 void PrintTo(const Extent& extent, ::std::ostream* os) {
57 void PrintTo(const ErrorCode& error_code, ::std::ostream* os) {
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest-printers.h 40 // defining either operator<<() or PrintTo() in the namespace that
45 // 1. foo::PrintTo(const T&, ostream*)
119 // nor PrintTo().
129 // operator<< nor PrintTo() is defined for T, where kTypeKind is the
161 // Since T has no << operator or PrintTo() but can be implicitly
179 // type T and T has neither << operator nor PrintTo().
216 // user doesn't define PrintTo() for it.
267 // a PrintTo() for it.
285 // We cannot call PrintTo(*it, os) here as PrintTo() doesn'
    [all...]
  /external/gtest/include/gtest/
gtest-printers.h 40 // defining either operator<<() or PrintTo() in the namespace that
45 // 1. foo::PrintTo(const T&, ostream*)
119 // nor PrintTo().
129 // operator<< nor PrintTo() is defined for T, where kTypeKind is the
161 // Since T has no << operator or PrintTo() but can be implicitly
179 // type T and T has neither << operator nor PrintTo().
216 // user doesn't define PrintTo() for it.
267 // a PrintTo() for it.
285 // We cannot call PrintTo(*it, os) here as PrintTo() doesn'
    [all...]
  /external/llvm/unittests/ADT/
HashingTest.cpp 25 void PrintTo(const hash_code &code, std::ostream *os) {
  /external/llvm/unittests/ProfileData/
CoverageMappingTest.cpp 32 void PrintTo(const Counter &C, ::std::ostream *os) {
41 void PrintTo(const CoverageSegment &S, ::std::ostream *os) {

Completed in 982 milliseconds

1 2 3