Searched defs:ostream (Results 1 - 10 of 10) sorted by relevance

/external/stlport/stlport/stl/
H A D_iosfwd.h121 typedef basic_ostream<char, char_traits<char> > ostream; typedef
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Dcompat.hpp233 class ostream { class in namespace:clover::compat
237 ostream(buffer_t &buf) : buf(buf), offset(buf.size()) {} function in class:clover::compat::ostream
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dcompat.hpp233 class ostream { class in namespace:clover::compat
237 ostream(buffer_t &buf) : buf(buf), offset(buf.size()) {} function in class:clover::compat::ostream
/external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
H A DPreferencesTest.java301 public void exportNode(OutputStream ostream) throws IOException, argument
306 public void exportSubtree(OutputStream ostream) throws IOException, argument
/external/chromium_org/third_party/openssl/openssl/crypto/comp/
H A Dc_zlib.c134 z_stream ostream; member in struct:zlib_state
160 state->ostream.zalloc = zlib_zalloc;
161 state->ostream.zfree = zlib_zfree;
162 state->ostream.opaque = Z_NULL;
163 state->ostream.next_in = Z_NULL;
164 state->ostream.next_out = Z_NULL;
165 state->ostream.avail_in = 0;
166 state->ostream.avail_out = 0;
167 err = deflateInit_(&state->ostream,Z_DEFAULT_COMPRESSION,
186 deflateEnd(&state->ostream);
[all...]
/external/clang/test/SemaTemplate/
H A Ddependent-names.cpp142 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
[all...]
/external/openssl/crypto/comp/
H A Dc_zlib.c134 z_stream ostream; member in struct:zlib_state
160 state->ostream.zalloc = zlib_zalloc;
161 state->ostream.zfree = zlib_zfree;
162 state->ostream.opaque = Z_NULL;
163 state->ostream.next_in = Z_NULL;
164 state->ostream.next_out = Z_NULL;
165 state->ostream.avail_in = 0;
166 state->ostream.avail_out = 0;
167 err = deflateInit_(&state->ostream,Z_DEFAULT_COMPRESSION,
186 deflateEnd(&state->ostream);
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkPaint.cpp2314 SkDynamicMemoryWStream ostream; local
2315 typeface->serialize(&ostream);
2316 SkAutoTUnref<SkData> data(ostream.copyToData());
/external/skia/src/core/
H A DSkPaint.cpp2325 SkDynamicMemoryWStream ostream; local
2326 typeface->serialize(&ostream);
2327 SkAutoTUnref<SkData> data(ostream.copyToData());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 729 milliseconds