/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
vector-fst.h | 198 static VectorFstImpl<A> *Read(istream &strm, const FstReadOptions &opts); 350 VectorFstImpl<A> *VectorFstImpl<A>::Read(istream &strm, 524 static VectorFst<A> *Read(istream &strm, const FstReadOptions &opts) {
|
/external/stlport/stlport/stl/ |
_bitset.h | 760 istream& _STLP_CALL 761 operator>>(istream& __is, bitset<_Nb>& __x) { 767 typename istream::sentry __sentry(__is);
|
_ostream.h | 216 // Helper functions for istream<>::sentry constructor.
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_bitset.h | 760 istream& _STLP_CALL 761 operator>>(istream& __is, bitset<_Nb>& __x) { 767 typename istream::sentry __sentry(__is);
|
_ostream.h | 216 // Helper functions for istream<>::sentry constructor.
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_bitset.h | 760 istream& _STLP_CALL 761 operator>>(istream& __is, bitset<_Nb>& __x) { 767 typename istream::sentry __sentry(__is);
|
_ostream.h | 216 // Helper functions for istream<>::sentry constructor.
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_bitset.h | 760 istream& _STLP_CALL 761 operator>>(istream& __is, bitset<_Nb>& __x) { 767 typename istream::sentry __sentry(__is);
|
_ostream.h | 216 // Helper functions for istream<>::sentry constructor.
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/include/ |
gmp.h | 24 #include <iosfwd> /* for std::istream, std::ostream, std::string */ [all...] |
/external/icu4c/test/intltest/ |
msfmrgts.cpp | 415 ObjectInputStream istream = null; 432 istream = new ObjectInputStream(new ByteArrayInputStream(bytes)); 433 format2 = (MessageFormat)istream.readObject(); [all...] |
/external/protobuf/src/google/protobuf/ |
message.h | 264 // Parse a protocol buffer from a C++ istream. If successful, the entire 266 bool ParseFromIstream(istream* input); 269 bool ParsePartialFromIstream(istream* input); [all...] |
/external/chromium/net/base/ |
filter.h | 7 // IStream* pre_filter_source;
|
/external/stlport/src/ |
locale_catalog.cpp | 24 #include <istream>
|
/external/webkit/Source/WebKit/win/Interfaces/ |
IWebFrame.idl | 121 HRESULT loadData([in] IStream* data, [in] BSTR mimeType, [in] BSTR textEncodingName, [in] BSTR url);
|
/external/webkit/Source/WebKit/win/ |
WebFrame.h | 116 /* [in] */ IStream *data,
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/Borland.old/ |
Borland-2.4 | 111 "class istream;",
|
/frameworks/base/libs/rs/ |
rsElement.cpp | 93 Element *Element::createFromStream(Context *rsc, IStream *stream) {
|
rsMesh.cpp | 106 Mesh *Mesh::createFromStream(Context *rsc, IStream *stream) {
|
/ndk/sources/cxx-stl/stlport/src/ |
locale_catalog.cpp | 24 #include <istream>
|
/external/oprofile/pp/ |
opannotate.cpp | 590 void do_output_one_file(ostream & out, istream & in, debug_name_id filename, 627 void output_one_file(istream & in, debug_name_id filename,
|
/external/tinyxml/ |
readme.txt | 93 uses the std::string class, and fully supports std::istream, std::ostream, 241 - based on std::istream
|
changes.txt | 120 - A suggestion by Ronald Fenner Jr (dormlock) to add #include <istream> and <ostream> for Apple's Project Builder
|
/prebuilt/linux-x86/flex/ |
flex-2.5.4a | |
/external/llvm/examples/BrainF/ |
BrainF.cpp | 40 Module *BrainF::parse(std::istream *in1, int mem, CompileFlags cf,
|