HomeSort by: relevance | last modified time | path
    Searched defs:ostream (Results 1 - 24 of 24) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/
gm-std.h 31 std::ostream *stream;
42 typedef basic_ostream<char> ostream; typedef in namespace:gm_std
47 extern template ostream& operator<< (ostream&, const char*);
49 extern ostream cerr;
gm-std.h 31 std::ostream *stream;
42 typedef basic_ostream<char> ostream; typedef in namespace:gm_std
47 extern template ostream& operator<< (ostream&, const char*);
49 extern ostream cerr;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.perf/
gm-std.h 31 std::ostream *stream;
42 typedef basic_ostream<char> ostream; typedef in namespace:gm_std
47 extern template ostream& operator<< (ostream&, const char*);
49 extern ostream cerr;
gm-std.h 31 std::ostream *stream;
42 typedef basic_ostream<char> ostream; typedef in namespace:gm_std
47 extern template ostream& operator<< (ostream&, const char*);
49 extern ostream cerr;
  /src/external/gpl2/gettext/dist/gettext-tools/src/gnu/gettext/
GetURL.java 62 OutputStream ostream = new BufferedOutputStream(System.out); local
66 ostream.write(b);
68 ostream.close();
GetURL.java 62 OutputStream ostream = new BufferedOutputStream(System.out); local
66 ostream.write(b);
68 ostream.close();
  /src/external/bsd/zstd/dist/contrib/gen_html/
gen_html.cpp 89 ofstream ostream; local
104 ostream.open(argv[3], ifstream::out);
105 if (!ostream.is_open()) {
212 ostream << "<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\">\n<title>" << version << "</title>\n</head>\n<body>" << endl;
213 ostream << "<h1>" << version << "</h1>\n";
215 ostream << "<hr>\n<a name=\"Contents\"></a><h2>Contents</h2>\n<ol>\n";
217 ostream << "<li><a href=\"#Chapter" << i+1 << "\">" << chapters[i].c_str() << "</a></li>\n";
218 ostream << "</ol>\n<hr>\n";
220 ostream << sout.str();
221 ostream << "</html>" << endl << "</body>" << endl
    [all...]
gen_html.cpp 89 ofstream ostream; local
104 ostream.open(argv[3], ifstream::out);
105 if (!ostream.is_open()) {
212 ostream << "<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\">\n<title>" << version << "</title>\n</head>\n<body>" << endl;
213 ostream << "<h1>" << version << "</h1>\n";
215 ostream << "<hr>\n<a name=\"Contents\"></a><h2>Contents</h2>\n<ol>\n";
217 ostream << "<li><a href=\"#Chapter" << i+1 << "\">" << chapters[i].c_str() << "</a></li>\n";
218 ostream << "</ol>\n<hr>\n";
220 ostream << sout.str();
221 ostream << "</html>" << endl << "</body>" << endl
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/comp/
c_zlib.c 114 z_stream ostream; member in struct:zlib_state
134 state->ostream.zalloc = zlib_zalloc;
135 state->ostream.zfree = zlib_zfree;
136 state->ostream.opaque = Z_NULL;
137 state->ostream.next_in = Z_NULL;
138 state->ostream.next_out = Z_NULL;
139 err = deflateInit_(&state->ostream, Z_DEFAULT_COMPRESSION,
155 deflateEnd(&state->ostream);
169 state->ostream.next_in = in;
170 state->ostream.avail_in = ilen
    [all...]
c_zlib.c 114 z_stream ostream; member in struct:zlib_state
134 state->ostream.zalloc = zlib_zalloc;
135 state->ostream.zfree = zlib_zfree;
136 state->ostream.opaque = Z_NULL;
137 state->ostream.next_in = Z_NULL;
138 state->ostream.next_out = Z_NULL;
139 err = deflateInit_(&state->ostream, Z_DEFAULT_COMPRESSION,
155 deflateEnd(&state->ostream);
169 state->ostream.next_in = in;
170 state->ostream.avail_in = ilen
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/comp/
c_zlib.c 120 z_stream ostream; member in struct:zlib_state
140 state->ostream.zalloc = zlib_zalloc;
141 state->ostream.zfree = zlib_zfree;
142 state->ostream.opaque = Z_NULL;
143 state->ostream.next_in = Z_NULL;
144 state->ostream.next_out = Z_NULL;
145 err = deflateInit_(&state->ostream, Z_DEFAULT_COMPRESSION,
161 deflateEnd(&state->ostream);
175 state->ostream.next_in = in;
176 state->ostream.avail_in = ilen
    [all...]
c_zlib.c 120 z_stream ostream; member in struct:zlib_state
140 state->ostream.zalloc = zlib_zalloc;
141 state->ostream.zfree = zlib_zfree;
142 state->ostream.opaque = Z_NULL;
143 state->ostream.next_in = Z_NULL;
144 state->ostream.next_out = Z_NULL;
145 err = deflateInit_(&state->ostream, Z_DEFAULT_COMPRESSION,
161 deflateEnd(&state->ostream);
175 state->ostream.next_in = in;
176 state->ostream.avail_in = ilen
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/comp/
c_zlib.c 120 z_stream ostream; member in struct:zlib_state
140 state->ostream.zalloc = zlib_zalloc;
141 state->ostream.zfree = zlib_zfree;
142 state->ostream.opaque = Z_NULL;
143 state->ostream.next_in = Z_NULL;
144 state->ostream.next_out = Z_NULL;
145 err = deflateInit_(&state->ostream, Z_DEFAULT_COMPRESSION,
161 deflateEnd(&state->ostream);
175 state->ostream.next_in = in;
176 state->ostream.avail_in = ilen
    [all...]
c_zlib.c 120 z_stream ostream; member in struct:zlib_state
140 state->ostream.zalloc = zlib_zalloc;
141 state->ostream.zfree = zlib_zfree;
142 state->ostream.opaque = Z_NULL;
143 state->ostream.next_in = Z_NULL;
144 state->ostream.next_out = Z_NULL;
145 err = deflateInit_(&state->ostream, Z_DEFAULT_COMPRESSION,
161 deflateEnd(&state->ostream);
175 state->ostream.next_in = in;
176 state->ostream.avail_in = ilen
    [all...]
  /src/external/bsd/elftosb/dist/common/
options.cpp 57 // Implement just enough of ostream to get this file to compile
62 class ostream { class
64 ostream(FILE * fileptr) : fp(fileptr) {} function in class:ostream
66 ostream &
69 ostream &
72 ostream &
79 ostream &
80 ostream::operator<<(char ch) {
85 ostream &
86 ostream::operator<<(const char * str)
    [all...]
options.cpp 57 // Implement just enough of ostream to get this file to compile
62 class ostream { class
64 ostream(FILE * fileptr) : fp(fileptr) {} function in class:ostream
66 ostream &
69 ostream &
72 ostream &
79 ostream &
80 ostream::operator<<(char ch) {
85 ostream &
86 ostream::operator<<(const char * str)
    [all...]
  /src/external/gpl2/texinfo/dist/util/
texindex.c 118 void writelines (char **linearray, int nlines, FILE *ostream);
746 FILE *ostream = stdout;
839 ostream = fopen (outfile, "w");
840 if (!ostream)
844 writelines (linearray, nextline - linearray, ostream);
846 fclose (ostream);
977 indexify (char *line, FILE *ostream)
1024 fputs ("}\n", ostream);
1034 fprintf (ostream, "\\initial {");
1035 fwrite (initial, 1, initiallength, ostream);
742 FILE *ostream = stdout; local
    [all...]
texindex.c 118 void writelines (char **linearray, int nlines, FILE *ostream);
746 FILE *ostream = stdout;
839 ostream = fopen (outfile, "w");
840 if (!ostream)
844 writelines (linearray, nextline - linearray, ostream);
846 fclose (ostream);
977 indexify (char *line, FILE *ostream)
1024 fputs ("}\n", ostream);
1034 fprintf (ostream, "\\initial {");
1035 fwrite (initial, 1, initiallength, ostream);
742 FILE *ostream = stdout; local
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
ar.c 1151 FILE * ostream = fopen (output_filename, FOPEN_WB);
1152 if (ostream == NULL)
1158 return ostream;
1149 FILE * ostream = fopen (output_filename, FOPEN_WB); local
ar.c 1151 FILE * ostream = fopen (output_filename, FOPEN_WB);
1152 if (ostream == NULL)
1158 return ostream;
1149 FILE * ostream = fopen (output_filename, FOPEN_WB); local
  /src/external/gpl3/binutils.old/dist/binutils/
ar.c 1174 FILE * ostream = fopen (output_filename, FOPEN_WB);
1175 if (ostream == NULL)
1181 return ostream;
1171 FILE * ostream = fopen (output_filename, FOPEN_WB); local
ar.c 1174 FILE * ostream = fopen (output_filename, FOPEN_WB);
1175 if (ostream == NULL)
1181 return ostream;
1171 FILE * ostream = fopen (output_filename, FOPEN_WB); local
  /src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
ItaniumDemangle.h 1349 ostream, member in class:SpecialSubKind
1372 case SpecialSubKind::ostream:
1395 case SpecialSubKind::ostream:
1424 case SpecialSubKind::ostream:
1425 return StringView("ostream");
1446 case SpecialSubKind::ostream:
1447 S += "std::ostream";
3088 case SpecialSubKind::ostream:
5424 SpecialSub = make<SpecialSubstitution>(SpecialSubKind::ostream);
ItaniumDemangle.h 1349 ostream, member in class:SpecialSubKind
1372 case SpecialSubKind::ostream:
1395 case SpecialSubKind::ostream:
1424 case SpecialSubKind::ostream:
1425 return StringView("ostream");
1446 case SpecialSubKind::ostream:
1447 S += "std::ostream";
3088 case SpecialSubKind::ostream:
5424 SpecialSub = make<SpecialSubstitution>(SpecialSubKind::ostream);

Completed in 39 milliseconds