/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | set-mode-acl.c | 37 chmod_or_fchmod (const char *name, int desc, mode_t mode) in chmod_or_fchmod() 54 qset_acl (char const *name, int desc, mode_t mode) in qset_acl() 484 set_acl (char const *name, int desc, mode_t mode) in set_acl()
|
D | copy-acl.c | 43 int dest_desc, mode_t mode) in qcopy_acl() 537 int dest_desc, mode_t mode) in copy_acl()
|
D | acl-internal.h | 51 # define fchmod(fd, mode) (-1) argument 117 # define acl_from_mode(mode) (NULL) argument
|
/ndk/tests/abcc/jni/mman-win32/ |
D | test.c | 98 mode_t mode = S_IRUSR | S_IWUSR; in test_file_map_readwrite() local 128 mode_t mode = S_IRUSR | S_IWUSR; in test_file_map_mlock_munlock() local 178 mode_t mode = S_IRUSR | S_IWUSR; in test_file_map_msync() local
|
/ndk/sources/android/support/src/stdio/ |
D | wcio.h | 46 #define _SET_ORIENTATION(fp, mode) ((void)0) argument
|
D | strtod.c | 2358 (_d, mode, ndigits, decpt, sign, rve) in __dtoa() argument
|
/ndk/sources/cxx-stl/stlport/src/ |
D | strstream.cpp | 193 ios_base::seekdir dir, ios_base::openmode mode) { in seekoff() 256 strstreambuf::seekpos(pos_type pos, ios_base::openmode mode) { in seekpos() 330 ostrstream::ostrstream(char* s, int n, ios_base::openmode mode) in ostrstream() 363 strstream::strstream(char* s, int n, ios_base::openmode mode) in strstream()
|
D | iostream.cpp | 168 _Stl_create_filebuf(_Tp x, ios_base::openmode mode ) { in _Stl_create_filebuf() 180 _Stl_create_wfilebuf(FILE* f, ios_base::openmode mode) { in _Stl_create_wfilebuf()
|
/ndk/sources/cxx-stl/stlport/src/details/ |
D | fstream_unistd.cpp | 78 static ios_base::openmode flag_to_openmode(int mode) in flag_to_openmode() 232 int mode = fcntl(file_no, F_GETFL); in _M_open() local
|
D | fstream_win32io.cpp | 46 static ios_base::openmode flag_to_openmode(int mode) { in flag_to_openmode() 137 int mode = 0; variable
|
D | fstream_stdio.cpp | 281 int mode = buf.st_mode; in _M_open() local
|
/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() 1857 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf16_to_utf8() 1934 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf8_to_utf16() 2055 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf8_to_utf16() 2176 codecvt_mode mode = codecvt_mode(0)) in utf8_to_utf16_length() 2277 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in ucs4_to_utf8() 2332 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf8_to_ucs4() 2446 codecvt_mode mode = codecvt_mode(0)) in utf8_to_ucs4_length() 2544 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in ucs2_to_utf8() 2590 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0)) in utf8_to_ucs2() [all …]
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
D | utils.c | 152 ck_fopen(name, mode, fail) in ck_fopen() argument 174 ck_fdopen(fd, name, mode, fail) in ck_fdopen() argument
|
D | compile.c | 378 get_openfile(file_ptrs, mode, fail) in get_openfile() argument
|
/ndk/sources/android/crazy_linker/src/ |
D | crazy_linker_wrappers.cpp | 70 void* WrapDlopen(const char* path, int mode) { in WrapDlopen()
|
/ndk/sources/host-tools/make-3.81/ |
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
|
D | arscan.c | 821 long int date, int uid, int gid, int mode) in describe_member()
|
/ndk/sources/android/crazy_linker/tests/ |
D | test_util.h | 182 void Open(const char* path, const char* mode) { in Open()
|
/ndk/sources/host-tools/nawk-20071023/ |
D | run.c | 398 int mode; in getline() local 577 int (*mf)(fa *, const char *) = match, mode = 0; in matchop() local 1615 int mode; /* '|', 'a', 'w' => LE/LT, GT */ member
|
/ndk/sources/host-tools/make-3.81/glob/ |
D | glob.c | 239 # define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) argument
|
/ndk/tests/build/issue20862-libpng-O0/jni/ |
D | pngrtran.c | 243 png_set_alpha_mode_fixed(png_structp png_ptr, int mode, in png_set_alpha_mode_fixed() 353 png_set_alpha_mode(png_structp png_ptr, int mode, double output_gamma) in png_set_alpha_mode()
|
D | pngstruct.h | 62 png_uint_32 mode; /* tells us where we are in the PNG file */ member
|