/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
fst.cpp | 74 bool FstHeader::Write(ostream &strm, const string &source) const {
|
product-weight.h | 59 ostream &Write(ostream &strm) const { 125 inline ostream &operator<<(ostream &strm, const ProductWeight<W1, W2> &w) {
|
symbol-table.h | 65 bool Write(ostream &strm) const; 67 bool WriteText(ostream &strm) const; 254 bool Write(ostream &strm) const { 268 bool WriteText(ostream &strm) const {
|
symbol-table.cpp | 128 bool SymbolTableImpl::Write(ostream &strm) const { 146 bool SymbolTableImpl::WriteText(ostream &strm) const {
|
/external/chromium/base/ |
logging.h | 361 // subtle difference between ostream member streaming functions (e.g., 362 // ostream::operator<<(int) and ostream non-member streaming functions 363 // (e.g., ::operator<<(ostream&, string&): it turns out that it's 365 // ostream. We employ a neat hack by calling the stream() member 684 // as expected. The values must have operator<<(ostream, ...) 755 std::ostream& stream() { return stream_; } [all...] |
base_paths_linux.cc | 7 #include <ostream>
|
file_descriptor_shuffle.cc | 9 #include <ostream>
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
throw_allocator.h | 52 #include <ostream> 166 friend std::ostream& 167 operator<<(std::ostream&, const throw_allocator_base&); 276 std::ostream& 277 operator<<(std::ostream& os, const throw_allocator_base& alloc)
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
throw_allocator.h | 52 #include <ostream> 166 friend std::ostream& 167 operator<<(std::ostream&, const throw_allocator_base&); 276 std::ostream& 277 operator<<(std::ostream& os, const throw_allocator_base& alloc)
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
throw_allocator.h | 52 #include <ostream> 166 friend std::ostream& 167 operator<<(std::ostream&, const throw_allocator_base&); 276 std::ostream& 277 operator<<(std::ostream& os, const throw_allocator_base& alloc)
|
/prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
throw_allocator.h | 52 #include <ostream> 166 friend std::ostream& 167 operator<<(std::ostream&, const throw_allocator_base&); 276 std::ostream& 277 operator<<(std::ostream& os, const throw_allocator_base& alloc)
|
/libcore/luni/src/test/java/tests/api/javax/net/ssl/ |
SSLSessionTest.java | 528 OutputStream ostream = clientSocket.getOutputStream(); local 529 ostream.write(testData.getBytes()); 530 ostream.flush(); 593 OutputStream ostream = socket.getOutputStream(); local 594 ostream.write(testData.getBytes()); 595 ostream.flush();
|
/external/chromium/base/debug/ |
stack_trace_win.cc | 52 // to the ostream os. The format for each line of the backtrace is: 61 std::ostream* os) { 181 void StackTrace::OutputToStream(std::ostream* os) const {
|
/external/chromium/chrome/browser/password_manager/ |
password_form_data.cc | 56 std::ostream& operator<<(std::ostream& os, const PasswordForm& form) {
|
/external/chromium/googleurl/src/ |
gurl.h | 373 GURL_API std::ostream& operator<<(std::ostream& out, const GURL& url);
|
/external/oprofile/libutil++/ |
child_reader.cpp | 205 bool child_reader::get_data(ostream & out, ostream & err)
|
/external/zlib/contrib/iostream3/ |
zfstream.h | 14 #include <ostream> 323 class gzofstream : public std::ostream
|
/external/chromium/chrome/browser/sync/engine/net/ |
server_connection_manager.cc | 9 #include <ostream> 27 using std::ostream; 362 std::ostream& operator << (std::ostream& s, const struct HttpResponse& hr) {
|
/external/zlib/contrib/iostream/ |
zfstream.h | 80 class gzofstream : public gzfilestream_common, public ostream {
|
/external/oprofile/libpp/ |
arrange_profiles.cpp | 696 ostream & operator<<(ostream & out, profile_sample_files const & sample_files) 705 ostream & operator<<(ostream & out, profile_dep_set const & pdep_set) 719 ostream & operator<<(ostream & out, profile_set const & pset) 739 ostream & operator<<(ostream & out, profile_template const & ptemplate) 750 ostream & operator<<(ostream & out, profile_class const & pclass [all...] |
/external/bison/data/ |
glr.cc | 174 std::ostream& 181 ]b4_parser_class_name[::set_debug_stream (std::ostream& o) 321 std::ostream& debug_stream () const; 323 void set_debug_stream (std::ostream &); 372 std::ostream* yycdebug_;
|
/external/chromium/chrome/browser/chromeos/ |
proxy_config_service_impl.cc | 7 #include <ostream> 37 std::ostream& operator<<(std::ostream& out, 45 std::ostream& operator<<(std::ostream& out,
|
/external/chromium/testing/gtest/test/ |
gtest-printers_test.cc | 80 std::ostream& operator<<(std::ostream& os, EnumWithStreaming e) { 89 void PrintTo(EnumWithPrintTo e, std::ostream* os) { 114 inline void operator<<(::std::ostream& os, const StreamableInGlobal& /* x */) { 118 void operator<<(::std::ostream& os, const StreamableInGlobal* /* x */) { 139 void PrintTo(const PrintableViaPrintTo& x, ::std::ostream* os) { 147 ::std::ostream& operator<<(::std::ostream& os, 164 void PrintTo(const PrintableViaPrintToTemplate<T>& x, ::std::ostream* os) { 180 inline ::std::ostream& operator<<(::std::ostream& os [all...] |
/external/protobuf/src/google/protobuf/io/ |
coded_stream_unittest.cc | 78 // ostream::operator<<. 150 inline std::ostream& operator<<(std::ostream& os, const VarintCase& c) { 375 inline std::ostream& operator<<(std::ostream& os, const VarintErrorCase& c) { 426 inline std::ostream& operator<<(std::ostream& os, const VarintSizeCase& c) { 470 inline std::ostream& operator<<(std::ostream& os, const Fixed32Case& c) { 474 inline std::ostream& operator<<(std::ostream& os, const Fixed64Case& c) [all...] |
/external/astl/include/ |
string | 40 class ostream; 330 ostream& operator<<(ostream& os, const string& str);
|