Searched refs:ostream (Results 251 - 275 of 682) sorted by relevance

<<11121314151617181920>>

/external/deqp/modules/gles2/functional/
H A Des2fImplementationLimitTests.cpp61 std::ostream& operator<< (std::ostream& str, const NegInt& v) { return str << v.value; }
70 std::ostream& operator<< (std::ostream& str, const FloatRange& range) { return str << range.min << ", " << range.max; }
79 std::ostream& operator<< (std::ostream& str, const Boolean& boolean) { return str << (boolean.value ? "GL_TRUE" : "GL_FALSE"); }
/external/openfst/src/include/fst/script/
H A Dweight-class.h35 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);
H A Dprint-impl.h56 void Print(ostream *ostrm, const string &dest) {
141 ostream *ostrm_; // text FST destination
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
H A Dgenpyx.py385 def pyxsym(self, ostream, names=None, tag_lookup=None, cprefix="", modname=None, cobjects=None):
387 ostream.putln( '# ' + self.cstr() )
390 #ostream.putln( 'cdef %s %s' % ( self.pyx_adaptor_decl(cobjects), self.name ) ) # _CObject
391 #ostream.putln( '%s = %s()' % (self.name, self.pyx_adaptor_name(cobjects)) )
392 #ostream.putln( '%s.p = <void*>&%s' % (self.name, cprefix+self.name) )
394 #ostream.putln( '%s.%s = %s' % (modname,self.name, self.name) )
395 ostream.putln( '%s = %s( addr = <long>&%s )' % (self.name, self.pyx_adaptor_name(cobjects), cprefix+self.name) )
396 return ostream
494 ostream = OStream()
496 ostream
[all...]
/external/chromium_org/base/
H A Dvalues.h511 BASE_EXPORT std::ostream& operator<<(std::ostream& out, const Value& value);
513 BASE_EXPORT inline std::ostream& operator<<(std::ostream& out,
518 BASE_EXPORT inline std::ostream& operator<<(std::ostream& out,
523 BASE_EXPORT inline std::ostream& operator<<(std::ostream& out,
528 BASE_EXPORT inline std::ostream& operator<<(std::ostream
[all...]
/external/oprofile/libpp/
H A Dxml_utils.cpp282 void xml_utils::build_subclasses(ostream & out)
373 xml_utils::output_symbol_bytes(ostream & out, symbol_entry const * symb,
395 xml_utils::output_summary_data(ostream & out, count_array_t const & summary, size_t pclass)
426 void output(ostream & out);
429 void output_summary(ostream & out);
430 void output_symbols(ostream & out, bool is_module);
454 void output(ostream & out);
472 void output(ostream & out);
489 void output_process_symbols(ostream & out);
500 void output(ostream
[all...]
H A Dformat_output.cpp159 void formatter::output_header(ostream & out)
224 output_field(ostream & out, field_datum const & datum,
248 output_header_field(ostream & out, format_flags fl, size_t padding)
369 do_output(ostream & out, symbol_entry const & symb, sample_entry const & sample,
450 void opreport_formatter::output(ostream & out, symbol_entry const * symb)
460 output(ostream & out, symbol_collection const & syms)
472 output_details(ostream & out, symbol_entry const * symb)
500 void cg_formatter::output(ostream & out, symbol_collection const & syms)
558 void diff_formatter::output(ostream & out, diff_collection const & syms)
627 void xml_formatter::output(ostream
[all...]
/external/chromium_org/base/strings/
H A Dstring16.h132 BASE_EXPORT extern std::ostream& operator<<(std::ostream& out,
136 BASE_EXPORT extern void PrintTo(const string16& str, std::ostream* out);
/external/chromium_org/content/child/webcrypto/test/
H A Dtest_helpers.h8 #include <ostream>
43 void PrintTo(const Status& status, ::std::ostream* os);
47 void PrintTo(const CryptoData& data, ::std::ostream* os);
/external/chromium_org/third_party/libaddressinput/src/cpp/src/
H A Daddress_data.cc24 #include <ostream>
131 std::ostream& operator<<(std::ostream& o,
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl.h255 // A ZeroCopyOutputStream which writes to a C++ ostream.
261 // Creates a stream that writes to the given C++ ostream.
265 explicit OstreamOutputStream(ostream* stream, int block_size = -1);
276 CopyingOstreamOutputStream(ostream* output);
284 ostream* output_;
/external/chromium_org/tools/gn/
H A Dparse_tree.h98 virtual void Print(std::ostream& out, int indent) const = 0;
102 void PrintComments(std::ostream& out, int indent) const;
146 virtual void Print(std::ostream& out, int indent) const OVERRIDE;
189 virtual void Print(std::ostream& out, int indent) const OVERRIDE;
226 virtual void Print(std::ostream& out, int indent) const OVERRIDE;
265 virtual void Print(std::ostream& out, int indent) const OVERRIDE;
310 virtual void Print(std::ostream& out, int indent) const OVERRIDE;
343 virtual void Print(std::ostream& out, int indent) const OVERRIDE;
367 virtual void Print(std::ostream& out, int indent) const OVERRIDE;
402 virtual void Print(std::ostream
[all...]
/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl.h255 // A ZeroCopyOutputStream which writes to a C++ ostream.
261 // Creates a stream that writes to the given C++ ostream.
265 explicit OstreamOutputStream(ostream* stream, int block_size = -1);
276 CopyingOstreamOutputStream(ostream* output);
284 ostream* output_;
/external/chromium_org/components/autofill/core/browser/
H A Dcredit_card.h154 std::ostream& operator<<(std::ostream& os, const CreditCard& credit_card);
/external/chromium_org/device/bluetooth/
H A Dbluetooth_remote_gatt_descriptor_chromeos.cc20 std::ostream& operator<<(std::ostream& out, const std::vector<uint8> bytes) {
/external/chromium_org/sync/api/
H A Dsync_error.cc7 #include <ostream>
162 void PrintTo(const SyncError& sync_error, std::ostream* os) {
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dinvalid_file_test.cc33 std::ostream &operator<<(std::ostream &os, const DecodeParam &dp) {
/external/chromium_org/third_party/re2/util/
H A Dstringpiece.cc10 std::ostream& operator<<(std::ostream& o, const StringPiece& piece) {
H A Dutil.h28 #include <ostream>
42 using std::ostream;
/external/chromium_org/third_party/webrtc/base/
H A Dprofiler.h156 std::ostream& operator<<(std::ostream& stream,
H A Dsocketaddress.h125 friend std::ostream& operator<<(std::ostream& os, const SocketAddress& addr);
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dlogging.h22 // LOG(...) an ostream target that can be used to send formatted
80 std::ostream& stream() { return print_stream_; }
83 // The ostream that buffers the formatted message before output
107 void operator&(std::ostream&) { }
/external/chromium_org/v8/src/compiler/
H A Dgraph-unittest.cc7 #include <ostream> // NOLINT(readability/streams)
22 inline std::ostream& operator<<(std::ostream& os, const Unique<T>& value) {
25 inline std::ostream& operator<<(std::ostream& os,
122 virtual void DescribeTo(std::ostream* os) const OVERRIDE {
153 virtual void DescribeTo(std::ostream* os) const OVERRIDE {
185 virtual void DescribeTo(std::ostream* os) const OVERRIDE {
215 virtual void DescribeTo(std::ostream* os) const OVERRIDE {
242 virtual void DescribeTo(std::ostream* o
[all...]
/external/clang/INPUTS/
H A Dall-std-headers.cpp39 #include <ostream>
/external/deqp/modules/glshared/
H A DglsStateQueryUtil.hpp170 std::ostream& operator<< (std::ostream& str, const StateQueryMemoryWriteGuard<T>& guard)

Completed in 6331 milliseconds

<<11121314151617181920>>