Home
last modified time | relevance | path

Searched refs:mode (Results 1 – 25 of 147) sorted by relevance

123456

/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0010-Add-enough-symlink-to-rename-file-path-with-replace-.patch38 …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/
Dfstream_win32io.cpp46 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 …]
Dfstream_unistd.cpp78 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/
Dstrstream.cpp193 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()
Diostream.cpp168 _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/
Dconfig.py73 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/
Dwcio.h46 #define _SET_ORIENTATION(fp, mode) ((void)0) argument
/ndk/sources/host-tools/make-3.81/
Dar.c76 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()
Dmake.h184 # 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/
Dcompat.h78 # error STLport do not support anymore the wrapper mode. If you want to use STLport \
/ndk/sources/cxx-stl/stlport/stlport/
Dunordered_map38 // mode:C++
Dunordered_set38 // mode:C++
Dcstddef46 // mode:C++
Dcwchar47 // mode:C++
Dcstdarg46 // mode:C++
Dcsetjmp46 // mode:C++
Dcwctype46 // mode:C++
Dcsignal46 // mode:C++
Dciso64644 // mode:C++
Dcassert45 // mode:C++
Dcctype46 // mode:C++
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dlocale.cpp1780 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/
Dgeneral16 …(-j) are not supported on this platform.\n$make_name: Resetting to single job (-j1) mode.\n1foo\n";
/ndk/sources/host-tools/nawk-20071023/
Drun.c398 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/
Dadd-application.mk262 $(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))

123456