HomeSort by relevance Sort by last modified time
    Searched full:istream (Results 176 - 200 of 531) sorted by null

1 2 3 4 5 6 78 91011>>

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ios.h 130 // Helper function used in istream and ostream. It is called only from
_strstream.h 100 // Class istrstream, an istream that manages a strstreambuf.
  /ndk/tests/device/test-gnustl-full/unit/
istmit_test.cpp 85 //This test check that no character is lost while reading the istream
  /ndk/tests/device/test-stlport/unit/
istmit_test.cpp 85 //This test check that no character is lost while reading the istream
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
iosfwd 129 typedef basic_istream<char> istream; ///< @isiosfwd
complex     [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
iosfwd 129 typedef basic_istream<char> istream; ///< @isiosfwd
complex     [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_ios.h 130 // Helper function used in istream and ostream. It is called only from
_strstream.h 100 // Class istrstream, an istream that manages a strstreambuf.
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
iosfwd 129 typedef basic_istream<char> istream; ///< @isiosfwd
complex     [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_ios.h 130 // Helper function used in istream and ostream. It is called only from
_strstream.h 100 // Class istrstream, an istream that manages a strstreambuf.
  /external/clang/test/
cxx-sections.data     [all...]
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.cc 271 IstreamInputStream::IstreamInputStream(istream* input, int block_size)
295 istream* input)
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
encode.h 148 bool Read(istream &strm, const string &source) {
290 static EncodeMapper<A> *Read(istream &strm,
  /external/zlib/contrib/iostream3/
zfstream.h 13 #include <istream> // not iostream, since we don't need cin/cout
234 class gzifstream : public std::istream
  /external/expat/xmlwf/
xmlwin32url.cxx 292 IStream *pStream;
  /external/webkit/Source/WebKit/win/Interfaces/
IWebDataSource.idl 80 HRESULT data([out, retval] IStream** stream);
IWebDocument.idl 205 HRESULT receivedData([in] IStream* data, [in] IWebDataSource* dataSource);
  /external/webkit/Source/WebKit/win/
WebDataSource.cpp 176 /* [retval][out] */ IStream** stream)
  /frameworks/base/libs/rs/
rsProgramVertex.cpp 139 ProgramVertex *ProgramVertex::createFromStream(Context *rsc, IStream *stream) {
rsType.cpp 166 Type *Type::createFromStream(Context *rsc, IStream *stream) {
  /libcore/luni/src/main/java/java/util/prefs/
Preferences.java 432 * @param istream
440 public static void importPreferences (InputStream istream) throws InvalidPreferencesFormatException, IOException {
441 if (istream == null){
444 XMLParser.importPrefs(istream);
    [all...]

Completed in 511 milliseconds

1 2 3 4 5 6 78 91011>>