/art/runtime/gc/space/ |
space.h | 61 std::ostream& operator<<(std::ostream& os, const GcRetentionPolicy& policy); 69 std::ostream& operator<<(std::ostream& os, const SpaceType& space_type); 75 virtual void Dump(std::ostream& os) const; 143 std::ostream& operator<<(std::ostream& os, const Space& space);
|
/external/clang/test/SemaTemplate/ |
dependent-names.cpp | 142 typedef basic_ostream<char> ostream; typedef in namespace:std 143 extern ostream cout; 144 std::ostream &operator<<(std::ostream &out, const char *); 213 std::ostream& operator<<(std::ostream& out, ns::Data data) { // expected-note {{should be declared prior to the call site or in namespace 'PR10053::my_file2::ns'}} 235 std::ostream &print(std::ostream &out, int); // expected-note-re {{should be declared prior to the call site$}} 236 std::ostream &print(std::ostream &out, ns::Data); // expected-note {{should be declared prior to the call site or in namespace 'PR1 (…) [all...] |
/external/openfst/src/include/fst/script/ |
weight-class.h | 35 virtual void Print(ostream *o) const = 0; 54 virtual void Print(ostream *o) const { 147 friend ostream &operator << (ostream &o, const WeightClass &c); 189 ostream& operator << (ostream &o, const WeightClass &c);
|
/external/stlport/stlport/ |
iostream | 71 extern _STLP_DECLSPEC ostream cout; 72 extern _STLP_DECLSPEC ostream cerr; 73 extern _STLP_DECLSPEC ostream clog;
|
/ndk/sources/cxx-stl/stlport/stlport/ |
iostream | 71 extern _STLP_DECLSPEC ostream cout; 72 extern _STLP_DECLSPEC ostream cerr; 73 extern _STLP_DECLSPEC ostream clog;
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/ |
iostream | 71 extern _STLP_DECLSPEC ostream cout; 72 extern _STLP_DECLSPEC ostream cerr; 73 extern _STLP_DECLSPEC ostream clog;
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/ |
iostream | 71 extern _STLP_DECLSPEC ostream cout; 72 extern _STLP_DECLSPEC ostream cerr; 73 extern _STLP_DECLSPEC ostream clog;
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/ |
iostream | 71 extern _STLP_DECLSPEC ostream cout; 72 extern _STLP_DECLSPEC ostream cerr; 73 extern _STLP_DECLSPEC ostream clog;
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/ |
iostream | 71 extern _STLP_DECLSPEC ostream cout; 72 extern _STLP_DECLSPEC ostream cerr; 73 extern _STLP_DECLSPEC ostream clog;
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/ |
iostream | 71 extern _STLP_DECLSPEC ostream cout; 72 extern _STLP_DECLSPEC ostream cerr; 73 extern _STLP_DECLSPEC ostream clog;
|
/art/runtime/base/ |
timing_logger.h | 42 void Dump(std::ostream& os) LOCKS_EXCLUDED(lock_); 55 void DumpHistogram(std::ostream &os) EXCLUSIVE_LOCKS_REQUIRED(lock_); 94 void Dump(std::ostream& os) const;
|
mutex.h | 75 virtual void Dump(std::ostream& os) const = 0; 77 static void DumpAll(std::ostream& os); 91 void DumpContention(std::ostream& os) const; 138 std::ostream& operator<<(std::ostream& os, const Mutex& mu); 185 virtual void Dump(std::ostream& os) const; 220 std::ostream& operator<<(std::ostream& os, const ReaderWriterMutex& mu); 296 virtual void Dump(std::ostream& os) const;
|
/art/runtime/gc/accounting/ |
mod_union_table.h | 77 virtual void Dump(std::ostream& os) = 0; 113 void Dump(std::ostream& os); 144 void Dump(std::ostream& os);
|
/external/bison/examples/calc++/ |
calc++-parser.hh | 118 std::ostream& debug_stream () const; 120 void set_debug_stream (std::ostream &); 240 std::ostream* yycdebug_;
|
/external/chromium/chrome/browser/autofill/ |
credit_card.h | 9 #include <ostream> 131 std::ostream& operator<<(std::ostream& os, const CreditCard& credit_card);
|
/external/chromium_org/components/autofill/core/common/ |
password_form.cc | 5 #include <ostream> 56 std::ostream& operator<<(std::ostream& os, const PasswordForm& form) {
|
/external/chromium/base/mac/ |
mac_util.h | 182 extern std::ostream& operator<<(std::ostream& o, const CFErrorRef err); 183 extern std::ostream& operator<<(std::ostream& o, const CFStringRef str);
|
/external/chromium/sdch/open-vcdiff/src/ |
logging.h | 46 inline std::ostream& LogMessage(LogLevel level, const char* level_name) {
|
/external/chromium_org/base/debug/ |
stack_trace.h | 62 void OutputToStream(std::ostream* os) const;
|
/external/chromium_org/extensions/common/ |
install_warning.cc | 26 void PrintTo(const InstallWarning& warning, ::std::ostream* os) {
|
/external/chromium_org/printing/ |
page_number.h | 8 #include <ostream>
|
/external/chromium_org/sync/api/ |
sync_change.h | 74 SYNC_EXPORT void PrintTo(const SyncChange& sync_change, std::ostream* os);
|
/external/chromium_org/sync/internal_api/public/base/ |
object_id_invalidation_map_test_util.cc | 29 virtual void DescribeTo(::std::ostream* os) const; 30 virtual void DescribeNegationTo(::std::ostream* os) const; 112 void ObjectIdInvalidationMapEqMatcher::DescribeTo(::std::ostream* os) const { 117 ::std::ostream* os) const {
|
/external/chromium_org/tools/gn/ |
gyp_target_writer.cc | 24 std::ostream& out) 96 std::ostream& GypTargetWriter::Indent(int spaces) { 101 std::ostream& GypTargetWriter::Indent(std::ostream& out, int spaces) {
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
progress_monitor.hpp | 23 #include <iosfwd> // for std::ostream& 53 void set_stream( std::ostream& );
|