/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
ftw.h | 137 extern int ftw (__const char *__dir, __ftw_func_t __func, int __descriptors) 141 extern int __REDIRECT (ftw, (__const char *__dir, __ftw_func_t __func, 148 extern int ftw64 (__const char *__dir, __ftw64_func_t __func, 159 extern int nftw (__const char *__dir, __nftw_func_t __func, int __descriptors, 163 extern int __REDIRECT (nftw, (__const char *__dir, __nftw_func_t __func, 171 extern int nftw64 (__const char *__dir, __nftw64_func_t __func,
|
dirent.h | 252 extern int scandir (__const char *__restrict __dir, 261 (__const char *__restrict __dir, 275 extern int scandir64 (__const char *__restrict __dir,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
ftw.h | 137 extern int ftw (__const char *__dir, __ftw_func_t __func, int __descriptors) 141 extern int __REDIRECT (ftw, (__const char *__dir, __ftw_func_t __func, 148 extern int ftw64 (__const char *__dir, __ftw64_func_t __func, 159 extern int nftw (__const char *__dir, __nftw_func_t __func, int __descriptors, 163 extern int __REDIRECT (nftw, (__const char *__dir, __nftw_func_t __func, 171 extern int nftw64 (__const char *__dir, __nftw64_func_t __func,
|
dirent.h | 256 extern int scandir (__const char *__restrict __dir, 265 (__const char *__restrict __dir, 279 extern int scandir64 (__const char *__restrict __dir, 294 extern int scandirat (int __dfd, __const char *__restrict __dir, 303 (int __dfd, __const char *__restrict __dir, 316 extern int scandirat64 (int __dfd, __const char *__restrict __dir,
|
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/ |
_num_put.c | 51 ios_base::fmtflags __dir = __flags & ios_base::adjustfield; local 53 if (__dir == ios_base::left) { 57 else if (__dir == ios_base::internal && __first != __last && 161 ios_base::fmtflags __dir = __flg & ios_base::adjustfield; local 163 if (__dir == ios_base::left) { 167 else if (__dir == ios_base::internal && __len != 0 && 173 else if (__dir == ios_base::internal && __len >= 2 && 396 ios_base::fmtflags __dir = __f.flags() & ios_base::adjustfield; local 398 if (__dir == ios_base::left) {
|
_ostream.h | 156 _Self& seekp(off_type __off, ios_base::seekdir __dir) { 158 this->rdbuf()->pubseekoff(__off, __dir, ios_base::out);
|
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/ |
_num_put.c | 51 ios_base::fmtflags __dir = __flags & ios_base::adjustfield; local 53 if (__dir == ios_base::left) { 57 else if (__dir == ios_base::internal && __first != __last && 161 ios_base::fmtflags __dir = __flg & ios_base::adjustfield; local 163 if (__dir == ios_base::left) { 167 else if (__dir == ios_base::internal && __len != 0 && 173 else if (__dir == ios_base::internal && __len >= 2 && 396 ios_base::fmtflags __dir = __f.flags() & ios_base::adjustfield; local 398 if (__dir == ios_base::left) {
|
_ostream.h | 156 _Self& seekp(off_type __off, ios_base::seekdir __dir) { 158 this->rdbuf()->pubseekoff(__off, __dir, ios_base::out);
|
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/ |
_num_put.c | 51 ios_base::fmtflags __dir = __flags & ios_base::adjustfield; local 53 if (__dir == ios_base::left) { 57 else if (__dir == ios_base::internal && __first != __last && 161 ios_base::fmtflags __dir = __flg & ios_base::adjustfield; local 163 if (__dir == ios_base::left) { 167 else if (__dir == ios_base::internal && __len != 0 && 173 else if (__dir == ios_base::internal && __len >= 2 && 396 ios_base::fmtflags __dir = __f.flags() & ios_base::adjustfield; local 398 if (__dir == ios_base::left) {
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/ |
messages_members.h | 71 const char* __dir) const 73 bindtextdomain(__s.c_str(), __dir);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/ |
messages_members.h | 71 const char* __dir) const 73 bindtextdomain(__s.c_str(), __dir);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/ |
messages_members.h | 71 const char* __dir) const 73 bindtextdomain(__s.c_str(), __dir);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/ |
messages_members.h | 71 const char* __dir) const 73 bindtextdomain(__s.c_str(), __dir);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/ |
stdio_sync_filebuf.h | 164 seekoff(std::streamoff __off, std::ios_base::seekdir __dir, 169 if (__dir == std::ios_base::beg) 171 else if (__dir == std::ios_base::cur)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/ |
stdio_sync_filebuf.h | 164 seekoff(std::streamoff __off, std::ios_base::seekdir __dir, 169 if (__dir == std::ios_base::beg) 171 else if (__dir == std::ios_base::cur)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
stdio_sync_filebuf.h | 164 seekoff(std::streamoff __off, std::ios_base::seekdir __dir, 169 if (__dir == std::ios_base::beg) 171 else if (__dir == std::ios_base::cur)
|
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
stdio_sync_filebuf.h | 164 seekoff(std::streamoff __off, std::ios_base::seekdir __dir, 169 if (__dir == std::ios_base::beg) 171 else if (__dir == std::ios_base::cur)
|
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
stdio_sync_filebuf.h | 164 seekoff(std::streamoff __off, std::ios_base::seekdir __dir, 169 if (__dir == std::ios_base::beg) 171 else if (__dir == std::ios_base::cur)
|
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
stdio_sync_filebuf.h | 164 seekoff(std::streamoff __off, std::ios_base::seekdir __dir, 169 if (__dir == std::ios_base::beg) 171 else if (__dir == std::ios_base::cur)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
ostream.tcc | 290 seekp(off_type __off, ios_base::seekdir __dir) 299 const pos_type __p = this->rdbuf()->pubseekoff(__off, __dir,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
ostream.tcc | 290 seekp(off_type __off, ios_base::seekdir __dir) 299 const pos_type __p = this->rdbuf()->pubseekoff(__off, __dir,
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
ostream.tcc | 290 seekp(off_type __off, ios_base::seekdir __dir) 299 const pos_type __p = this->rdbuf()->pubseekoff(__off, __dir,
|
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
ostream.tcc | 290 seekp(off_type __off, ios_base::seekdir __dir) 299 const pos_type __p = this->rdbuf()->pubseekoff(__off, __dir,
|
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
ostream.tcc | 290 seekp(off_type __off, ios_base::seekdir __dir) 299 const pos_type __p = this->rdbuf()->pubseekoff(__off, __dir,
|
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
ostream.tcc | 290 seekp(off_type __off, ios_base::seekdir __dir) 299 const pos_type __p = this->rdbuf()->pubseekoff(__off, __dir,
|