/ndk/sources/cxx-stl/llvm-libc++/patches.android/ |
D | 0010-Add-enough-symlink-to-rename-file-path-with-replace-.patch | 38 …create mode 120000 test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inse… 39 …create mode 120000 test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.in… 40 …create mode 120000 test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op… 41 create mode 120000 test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+EQ 42 create mode 120000 test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-EQ 43 create mode 120000 test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.opEQ 44 …create mode 120000 test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter… 45 …create mode 120000 test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter… 46 …create mode 120000 test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter… 47 …create mode 120000 test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter… [all …]
|
/ndk/sources/cxx-stl/stlport/src/details/ |
D | fstream_win32io.cpp | 46 static ios_base::openmode flag_to_openmode(int mode) { in flag_to_openmode() argument 49 switch (mode & O_ACCMODE) { in flag_to_openmode() 58 if (mode & O_APPEND) in flag_to_openmode() 61 if (mode & O_BINARY) in flag_to_openmode() 137 int mode = 0; variable 139 mode |= O_APPEND; 142 mode |= O_TEXT; 144 mode |= O_BINARY; 151 mode |= O_RDWR; 153 mode |= O_RDONLY; [all …]
|
D | fstream_unistd.cpp | 78 static ios_base::openmode flag_to_openmode(int mode) in flag_to_openmode() argument 82 switch ( mode & O_ACCMODE ) { in flag_to_openmode() 94 if ( mode & O_APPEND ) in flag_to_openmode() 232 int mode = fcntl(file_no, F_GETFL); in _M_open() local 234 if (mode == -1) in _M_open() 237 _M_openmode = flag_to_openmode(mode); in _M_open()
|
/ndk/sources/cxx-stl/stlport/src/ |
D | strstream.cpp | 193 ios_base::seekdir dir, ios_base::openmode mode) { in seekoff() argument 197 if ((mode & (ios_base::in | ios_base::out)) == in seekoff() 201 else if (mode & ios_base::in) in seekoff() 203 else if (mode & ios_base::out) in seekoff() 256 strstreambuf::seekpos(pos_type pos, ios_base::openmode mode) { in seekpos() argument 257 return seekoff(pos - pos_type(off_type(0)), ios_base::beg, mode); in seekpos() 330 ostrstream::ostrstream(char* s, int n, ios_base::openmode mode) in ostrstream() argument 332 _M_buf(s, n, mode & ios_base::app ? s + strlen(s) : s) { in ostrstream() 363 strstream::strstream(char* s, int n, ios_base::openmode mode) in strstream() argument 365 _M_buf(s, n, mode & ios_base::app ? s + strlen(s) : s) { in strstream()
|
D | iostream.cpp | 168 _Stl_create_filebuf(_Tp x, ios_base::openmode mode ) { in _Stl_create_filebuf() argument 170 result->open(_Stl_extract_open_param(x), mode); in _Stl_create_filebuf() 180 _Stl_create_wfilebuf(FILE* f, ios_base::openmode mode) { in _Stl_create_wfilebuf() argument 182 result->_M_open(_FILE_fd(f), mode); in _Stl_create_wfilebuf()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/android/test/ |
D | config.py | 73 mode = self.lit_config.params.get('android_mode', 'device') 74 if mode == 'device': 81 elif mode == 'host': 88 raise RuntimeError('Invalid android_mode: {}'.format(mode))
|
/ndk/sources/android/support/src/stdio/ |
D | wcio.h | 46 #define _SET_ORIENTATION(fp, mode) ((void)0) argument
|
/ndk/sources/host-tools/make-3.81/ |
D | ar.c | 76 long int datapos, long int size, long int date, int uid, int gid, int mode, char *name)); 126 int uid UNUSED, int gid UNUSED, int mode UNUSED, char *name) in ar_member_date_1() 214 int gid UNUSED, int mode UNUSED, struct ar_glob_state *state) in ar_glob_match()
|
D | make.h | 184 # define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) argument 187 # define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) argument
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
D | compat.h | 78 # error STLport do not support anymore the wrapper mode. If you want to use STLport \
|
/ndk/sources/cxx-stl/stlport/stlport/ |
D | unordered_map | 38 // mode:C++
|
D | unordered_set | 38 // mode:C++
|
D | cstddef | 46 // mode:C++
|
D | cwchar | 47 // mode:C++
|
D | cstdarg | 46 // mode:C++
|
D | csetjmp | 46 // mode:C++
|
D | cwctype | 46 // mode:C++
|
D | csignal | 46 // mode:C++
|
D | ciso646 | 44 // mode:C++
|
D | cassert | 45 // mode:C++
|
D | cctype | 46 // mode:C++
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | locale.cpp | 1780 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf16_to_utf8() argument 1784 if (mode & generate_header) in utf16_to_utf8() 1857 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf16_to_utf8() argument 1861 if (mode & generate_header) in utf16_to_utf8() 1934 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf8_to_utf16() argument 1938 if (mode & consume_header) in utf8_to_utf16() 2055 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf8_to_utf16() argument 2059 if (mode & consume_header) in utf8_to_utf16() 2176 codecvt_mode mode = codecvt_mode(0)) in utf8_to_utf16_length() argument 2179 if (mode & consume_header) in utf8_to_utf16_length() [all …]
|
/ndk/sources/host-tools/make-3.81/tests/scripts/options/ |
D | general | 16 …(-j) are not supported on this platform.\n$make_name: Resetting to single job (-j1) mode.\n1foo\n";
|
/ndk/sources/host-tools/nawk-20071023/ |
D | run.c | 398 int mode; in getline() local 407 mode = ptoi(a[1]); in getline() 408 if (mode == '|') /* input pipe */ in getline() 409 mode = LE; /* arbitrary flag */ in getline() 410 fp = openfile(mode, getsval(x)); in getline() 577 int (*mf)(fa *, const char *) = match, mode = 0; in matchop() local 581 mode = 1; in matchop() 590 pfa = makedfa(t, mode); in matchop() 1615 int mode; /* '|', 'a', 'w' => LE/LT, GT */ member 1639 if (a == files[i].mode || (a==APPEND && files[i].mode==GT)) in openfile() [all …]
|
/ndk/build/core/ |
D | add-application.mk | 262 $(call ndk_log,Selecting optimization mode through Application.mk: $(APP_OPTIM)) 265 $(call ndk_log,Selecting debug optimization mode (app is debuggable)) 268 $(call ndk_log,Selecting release optimization mode (app is not debuggable))
|