/external/chromium_org/testing/gtest/src/ |
gtest-printers.cc | 41 // type Foo by defining either operator<<(::std::ostream&, const Foo&) 42 // or void PrintTo(const Foo&, ::std::ostream*) in the namespace that 48 #include <ostream> // NOLINT 56 using ::std::ostream; 60 size_t count, ostream* os) { 77 // Prints the bytes in the given value to the given ostream. 79 ostream* os) { 111 ostream* os) { 142 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) { 188 static CharFormat PrintAsStringLiteralTo(wchar_t c, ostream* os) [all...] |
/ndk/sources/third_party/googletest/googletest/src/ |
gtest-printers.cc | 41 // type Foo by defining either operator<<(::std::ostream&, const Foo&) 42 // or void PrintTo(const Foo&, ::std::ostream*) in the namespace that 48 #include <ostream> // NOLINT 56 using ::std::ostream; 60 size_t count, ostream* os) { 77 // Prints the bytes in the given value to the given ostream. 79 ostream* os) { 111 ostream* os) { 142 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) { 188 static CharFormat PrintAsStringLiteralTo(wchar_t c, ostream* os) [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
plain_report_formatter.ipp | 50 inline std::ostream& 61 print_stat_value( std::ostream& ostr, counter_t v, counter_t indent, counter_t total, 83 plain_report_formatter::results_report_start( std::ostream& ostr ) 92 plain_report_formatter::results_report_finish( std::ostream& ostr ) 100 plain_report_formatter::test_unit_report_start( test_unit const& tu, std::ostream& ostr ) 147 plain_report_formatter::test_unit_report_finish( test_unit const&, std::ostream& ) 155 plain_report_formatter::do_confirmation_report( test_unit const& tu, std::ostream& ostr )
|
/external/chromium_org/sync/js/ |
js_test_util.cc | 14 void PrintTo(const JsArgList& args, ::std::ostream* os) { 18 void PrintTo(const JsEventDetails& details, ::std::ostream* os) { 40 virtual void DescribeTo(::std::ostream* os) const { 44 virtual void DescribeNegationTo(::std::ostream* os) const { 70 virtual void DescribeTo(::std::ostream* os) const { 74 virtual void DescribeNegationTo(::std::ostream* os) const {
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/ |
char.pass.cpp | 10 // <ostream> 18 #include <ostream> 56 std::ostream os((std::streambuf*)0); 64 std::ostream os(&sb); 71 std::ostream os(&sb); 80 std::ostream os(&sb);
|
char_pointer.pass.cpp | 10 // <ostream> 18 #include <ostream> 56 std::ostream os((std::streambuf*)0); 64 std::ostream os(&sb); 71 std::ostream os(&sb); 80 std::ostream os(&sb);
|
signed_char.pass.cpp | 10 // <ostream> 18 #include <ostream> 56 std::ostream os((std::streambuf*)0); 64 std::ostream os(&sb); 71 std::ostream os(&sb); 80 std::ostream os(&sb);
|
signed_char_pointer.pass.cpp | 10 // <ostream> 18 #include <ostream> 56 std::ostream os((std::streambuf*)0); 64 std::ostream os(&sb); 71 std::ostream os(&sb); 80 std::ostream os(&sb);
|
unsigned_char.pass.cpp | 10 // <ostream> 18 #include <ostream> 56 std::ostream os((std::streambuf*)0); 64 std::ostream os(&sb); 71 std::ostream os(&sb); 80 std::ostream os(&sb);
|
unsigned_char_pointer.pass.cpp | 10 // <ostream> 18 #include <ostream> 56 std::ostream os((std::streambuf*)0); 64 std::ostream os(&sb); 71 std::ostream os(&sb); 80 std::ostream os(&sb);
|
/external/chromium/base/ |
string16.cc | 16 #include <ostream> 75 std::ostream& operator<<(std::ostream& out, const string16& str) {
|
/external/chromium/chrome/browser/sync/ |
js_test_util.cc | 12 void PrintTo(const JsArgList& args, ::std::ostream* os) { 34 virtual void DescribeTo(::std::ostream* os) const { 38 virtual void DescribeNegationTo(::std::ostream* os) const {
|
/external/chromium/chrome/browser/sync/syncable/ |
syncable_id.cc | 12 using std::ostream; 18 ostream& operator<<(ostream& out, const Id& id) {
|
/external/chromium_org/chrome/browser/password_manager/ |
password_form_data.h | 8 #include <ostream> 47 std::ostream& operator<<(std::ostream& os,
|
/external/chromium_org/sync/syncable/ |
syncable_id.cc | 11 using std::ostream; 17 ostream& operator<<(ostream& out, const Id& id) {
|
/external/chromium_org/third_party/angle_dx11/src/compiler/preprocessor/ |
Token.h | 10 #include <ostream> 103 extern std::ostream& operator<<(std::ostream& out, const Token& token);
|
/external/oprofile/libpp/ |
arrange_profiles.h | 161 std::ostream & operator<<(std::ostream &, profile_sample_files const &); 162 std::ostream & operator<<(std::ostream &, profile_dep_set const &); 163 std::ostream & operator<<(std::ostream &, profile_set const &); 164 std::ostream & operator<<(std::ostream &, profile_template const &); 165 std::ostream & operator<<(std::ostream &, profile_class const &) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.manip/ |
flush.pass.cpp | 10 // <ostream> 18 #include <ostream> 46 std::ostream os(&sb);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.unformatted/ |
flush.pass.cpp | 10 // <ostream> 17 #include <ostream> 46 std::ostream os(&sb);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
iomanip | 265 extern template ostream& operator<<(ostream&, _Setfill<char>); 266 extern template ostream& operator<<(ostream&, _Setiosflags); 267 extern template ostream& operator<<(ostream&, _Resetiosflags); 268 extern template ostream& operator<<(ostream&, _Setbase); 269 extern template ostream& operator<<(ostream&, _Setprecision) [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
iomanip | 265 extern template ostream& operator<<(ostream&, _Setfill<char>); 266 extern template ostream& operator<<(ostream&, _Setiosflags); 267 extern template ostream& operator<<(ostream&, _Resetiosflags); 268 extern template ostream& operator<<(ostream&, _Setbase); 269 extern template ostream& operator<<(ostream&, _Setprecision) [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
iomanip | 265 extern template ostream& operator<<(ostream&, _Setfill<char>); 266 extern template ostream& operator<<(ostream&, _Setiosflags); 267 extern template ostream& operator<<(ostream&, _Resetiosflags); 268 extern template ostream& operator<<(ostream&, _Setbase); 269 extern template ostream& operator<<(ostream&, _Setprecision) [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
iomanip | 265 extern template ostream& operator<<(ostream&, _Setfill<char>); 266 extern template ostream& operator<<(ostream&, _Setiosflags); 267 extern template ostream& operator<<(ostream&, _Resetiosflags); 268 extern template ostream& operator<<(ostream&, _Setbase); 269 extern template ostream& operator<<(ostream&, _Setprecision) [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
iomanip | 265 extern template ostream& operator<<(ostream&, _Setfill<char>); 266 extern template ostream& operator<<(ostream&, _Setiosflags); 267 extern template ostream& operator<<(ostream&, _Resetiosflags); 268 extern template ostream& operator<<(ostream&, _Setbase); 269 extern template ostream& operator<<(ostream&, _Setprecision) [all...] |
/art/runtime/arch/arm/ |
registers_arm.h | 52 std::ostream& operator<<(std::ostream& os, const Register& rhs); 92 std::ostream& operator<<(std::ostream& os, const SRegister& rhs);
|