HomeSort by relevance Sort by last modified time
    Searched refs:stdio_filebuf (Results 1 - 14 of 14) sorted by null

  /external/astl/src/
stdio_filebuf.cpp 29 #include <stdio_filebuf.h>
35 stdio_filebuf::stdio_filebuf(std::FILE* stream) function in class:android::stdio_filebuf
39 stdio_filebuf::~stdio_filebuf() {
43 stdio_filebuf::xsputn(const std::streambuf::char_type* str, std::streamsize num) {
47 int stdio_filebuf::sync() {
ios_globals.cpp 34 #include <stdio_filebuf.h>
48 typedef char stdio_filebuf_mem[sizeof(android::stdio_filebuf)]
49 __attribute__ ((aligned(__alignof__(android::stdio_filebuf))));
ios_base.cpp 34 #include <stdio_filebuf.h>
101 extern android::stdio_filebuf stdio_filebuf_cout;
102 extern android::stdio_filebuf stdio_filebuf_cerr;
110 new (&stdio_filebuf_cout) android::stdio_filebuf(stdout);
111 new (&stdio_filebuf_cerr) android::stdio_filebuf(stderr);
Android.mk 27 stdio_filebuf.cpp \
  /external/astl/include/
stdio_filebuf.h 43 class stdio_filebuf: public std::streambuf class in namespace:android
46 stdio_filebuf(std::FILE* stream);
47 virtual ~stdio_filebuf();
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
stdio_filebuf.h 25 /** @file ext/stdio_filebuf.h
44 * stdio_filebuf<char>.
47 class stdio_filebuf : public std::basic_filebuf<_CharT, _Traits> class in inherits:std::basic_filebuf
62 stdio_filebuf() : std::basic_filebuf<_CharT, _Traits>() {} function in class:stdio_filebuf
71 * closed when the stdio_filebuf is closed/destroyed.
73 stdio_filebuf(int __fd, std::ios_base::openmode __mode,
84 * stdio_filebuf is closed/destroyed.
86 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode,
94 ~stdio_filebuf();
119 stdio_filebuf<_CharT, _Traits>::~stdio_filebuf(
124 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) function in class:stdio_filebuf
140 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, function in class:stdio_filebuf
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_filebuf.h 25 /** @file ext/stdio_filebuf.h
44 * stdio_filebuf<char>.
47 class stdio_filebuf : public std::basic_filebuf<_CharT, _Traits> class in inherits:std::basic_filebuf
62 stdio_filebuf() : std::basic_filebuf<_CharT, _Traits>() {} function in class:stdio_filebuf
71 * closed when the stdio_filebuf is closed/destroyed.
73 stdio_filebuf(int __fd, std::ios_base::openmode __mode,
84 * stdio_filebuf is closed/destroyed.
86 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode,
94 ~stdio_filebuf();
119 stdio_filebuf<_CharT, _Traits>::~stdio_filebuf(
124 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) function in class:stdio_filebuf
140 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, function in class:stdio_filebuf
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_filebuf.h 25 /** @file ext/stdio_filebuf.h
44 * stdio_filebuf<char>.
47 class stdio_filebuf : public std::basic_filebuf<_CharT, _Traits> class in inherits:std::basic_filebuf
62 stdio_filebuf() : std::basic_filebuf<_CharT, _Traits>() {} function in class:stdio_filebuf
71 * closed when the stdio_filebuf is closed/destroyed.
73 stdio_filebuf(int __fd, std::ios_base::openmode __mode,
84 * stdio_filebuf is closed/destroyed.
86 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode,
94 ~stdio_filebuf();
119 stdio_filebuf<_CharT, _Traits>::~stdio_filebuf(
124 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) function in class:stdio_filebuf
140 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, function in class:stdio_filebuf
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
extc++.h 52 #include <ext/stdio_filebuf.h>
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
extc++.h 52 #include <ext/stdio_filebuf.h>
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
extc++.h 52 #include <ext/stdio_filebuf.h>
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
extc++.h 52 #include <ext/stdio_filebuf.h>
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
extc++.h 52 #include <ext/stdio_filebuf.h>
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
extc++.h 52 #include <ext/stdio_filebuf.h>

Completed in 254 milliseconds