HomeSort by relevance Sort by last modified time
    Searched defs:PrintTo (Results 26 - 50 of 67) sorted by null

12 3

  /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) {
  /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) {
  /external/chromium/chrome/browser/net/
pref_proxy_config_service_unittest.cc 296 void PrintTo(const CommandLineTestParams& params, std::ostream* os) {
  /external/chromium/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/chromium_org/chrome/browser/net/
pref_proxy_config_tracker_impl_unittest.cc 323 void PrintTo(const CommandLineTestParams& params, std::ostream* os) {
  /external/chromium_org/chrome/browser/policy/cloud/
device_management_service_unittest.cc 185 void PrintTo(const FailedRequestParams& params, std::ostream* os) {
  /external/chromium_org/chrome/browser/predictors/
resource_prefetch_predictor_unittest.cc 37 void PrintTo(const ResourceRow& row, ::std::ostream* os) {
44 void PrintTo(const PrefetchData& data, ::std::ostream* os) {
50 PrintTo(*it, os);
    [all...]
  /external/chromium_org/chrome_frame/test/
infobar_unittests.cc 295 void PrintTo(const RECT& rect, ::std::ostream* os) {
  /external/chromium_org/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/chromium_org/third_party/mesa/src/src/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/chromium_org/v8/src/
lithium.cc 52 void LOperand::PrintTo(StringStream* stream) {
166 destination->PrintTo(stream);
168 destination->PrintTo(stream);
170 source->PrintTo(stream);
178 void LEnvironment::PrintTo(StringStream* stream) {
190 values_[i]->PrintTo(stream);
226 void LPointerMap::PrintTo(StringStream* stream) {
230 pointer_operands_[i]->PrintTo(stream);
  /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/utils/unittest/googletest/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/mesa3d/src/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...]
  /hardware/libhardware/tests/camera2/
CameraStreamFixture.h 45 void PrintTo(const CameraStreamParams& p, ::std::ostream* os);
54 PrintTo(p, &os);
58 inline void PrintTo(const CameraStreamParams& p, ::std::ostream* os) {
  /ndk/sources/third_party/googletest/googletest/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/chromium/testing/gmock/include/gmock/
gmock-actions.h 844 void PrintTo(const ReferenceWrapper<T>& ref, ::std::ostream* os) {
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
preferences_browsertest.cc 69 void PrintTo(const Value& value, std::ostream* stream) {
    [all...]
  /external/chromium/net/base/
x509_certificate_unittest.cc     [all...]
  /external/chromium/testing/gmock/test/
gmock-spec-builders_test.cc 116 void PrintTo(const Incomplete& x, ::std::ostream* os);
130 void PrintTo(const Incomplete& /* x */, ::std::ostream* os) {
    [all...]
  /external/chromium/testing/gtest/test/
gtest-printers_test.cc 84 // An enum with a PrintTo() function.
89 void PrintTo(EnumWithPrintTo e, std::ostream* os) {
139 void PrintTo(const PrintableViaPrintTo& x, ::std::ostream* os) {
164 void PrintTo(const PrintableViaPrintToTemplate<T>& x, ::std::ostream* os) {
1062 // Tests printing user-defined types that have a PrintTo() function.
    [all...]
  /external/chromium_org/base/files/
file_path.cc     [all...]
  /external/chromium_org/net/cert/
cert_verify_proc_unittest.cc     [all...]
x509_certificate_unittest.cc     [all...]

Completed in 5842 milliseconds

12 3