/development/ndk/platforms/android-14/arch-arm/symbols/ |
libc.so.functions.txt | 851 setbuf
|
/development/ndk/platforms/android-17/arch-arm/symbols/ |
libc.so.functions.txt | 848 setbuf
|
/development/ndk/platforms/android-18/arch-arm/symbols/ |
libc.so.functions.txt | 845 setbuf
|
/development/ndk/platforms/android-19/arch-arm/symbols/ |
libc.so.functions.txt | 855 setbuf
|
/development/ndk/platforms/android-8/arch-arm/symbols/ |
libc.so.functions.txt | 846 setbuf
|
/development/ndk/platforms/android-9/arch-arm/symbols/ |
libc.so.functions.txt | 870 setbuf
|
/development/ndk/platforms/android-L/arch-arm/symbols/ |
libc.so.functions.txt | 973 setbuf
|
/development/ndk/platforms/android-L/arch-mips/symbols/ |
libc.so.functions.txt | 862 setbuf
|
/development/ndk/platforms/android-L/arch-x86/symbols/ |
libc.so.functions.txt | 858 setbuf
|
/external/libcxx/test/input.output/file.streams/c.files/ |
cstdio.disabled.cpp | 99 static_assert((std::is_same<decltype(std::setbuf(fp,cp)), void>::value), "");
|
/external/oprofile/include/ |
sstream | 127 setbuf(char_type* s, streamsize n)
|
/external/stlport/src/ |
stdio_streambuf.cpp | 64 _STLP_STD::streambuf* stdio_streambuf_base::setbuf(char* s, streamsize n) { function in class:stdio_streambuf_base
|
strstream.cpp | 187 strstreambuf::setbuf(char*, streamsize) { function in class:strstreambuf
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/ |
read_device_node.c | 47 setbuf(stdin, NULL);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/ |
cstdio.pass.cpp | 99 static_assert((std::is_same<decltype(std::setbuf(fp,cp)), void>::value), "");
|
/ndk/sources/cxx-stl/stlport/src/ |
stdio_streambuf.cpp | 64 _STLP_STD::streambuf* stdio_streambuf_base::setbuf(char* s, streamsize n) { function in class:stdio_streambuf_base
|
/system/core/toolbox/upstream-netbsd/bin/cat/ |
cat.c | 110 setbuf(stdout, NULL);
|
/external/libcxx/include/ |
fstream | 50 virtual basic_streambuf<char_type, traits_type>* setbuf(char_type* s, streamsize n); 218 virtual basic_streambuf<char_type, traits_type>* setbuf(char_type* __s, streamsize __n); 271 setbuf(0, 4096); 731 basic_filebuf<_CharT, _Traits>::setbuf(char_type* __s, streamsize __n) [all...] |
strstream | 50 virtual streambuf* setbuf(char* s, streamsize n);
|
/external/lldb/tools/driver/ |
Driver.cpp | [all...] |
/external/stlport/src/details/ |
fstream_stdio.cpp | 241 setbuf(_M_file, 0);
|
/external/stlport/stlport/stl/ |
_sstream.h | 89 virtual _Base* setbuf(_CharT* __buf, streamsize __n);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
fstream | 50 virtual basic_streambuf<char_type, traits_type>* setbuf(char_type* s, streamsize n); 218 virtual basic_streambuf<char_type, traits_type>* setbuf(char_type* __s, streamsize __n); 271 setbuf(0, 4096); 731 basic_filebuf<_CharT, _Traits>::setbuf(char_type* __s, streamsize __n) [all...] |
strstream | 50 virtual streambuf* setbuf(char* s, streamsize n);
|
/ndk/sources/cxx-stl/stlport/src/details/ |
fstream_stdio.cpp | 241 setbuf(_M_file, 0);
|