/ndk/sources/cxx-stl/llvm-libc++/patches.android/ |
D | 0008-Remove-gcc-warning-about-redefinition-of-putchar-wit.patch | 11 include/stdio.h:236:5: warning: conflicts with previous declaration here [-Wattributes] 32 +// include/stdio.h:236:5: warning: conflicts with previous declaration here [-Wattributes]
|
/ndk/sources/cxx-stl/stlport/src/ |
D | ios.cpp | 126 locale previous = _M_locale; in imbue() local 129 return previous; in imbue()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/ |
D | _slist.h | 220 iterator previous(const_iterator __pos) in previous() function 221 { return iterator(_M_impl.previous(_BaseConstIte(__pos._M_node))._M_node); } in previous() 222 const_iterator previous(const_iterator __pos) const in previous() function 223 …{ return const_iterator(const_cast<_Node_base*>(_M_impl.previous(_BaseConstIte(__pos._M_node))._M_… in previous()
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
D | reinvoke | 58 # including: this and the previous one test different parts of the code.
|
D | patspecific_vars | 118 run_make_test(undef, # reuse previous makefile
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | slist_test.cpp | 301 sl1.splice_after(sl1.before_begin(), sl1, sl1.begin(), sl1.previous(sl1.end())); in splice() 310 sl2.splice_after(sl2.before_begin(), sl2, sl2.before_begin(), sl2.previous(sl2.end())); in splice() 318 sl2.splice_after(sl2.previous(sl2.end()), sl2, sl2.before_begin(), slit); in splice()
|
/ndk/tests/device/test-stlport/unit/ |
D | slist_test.cpp | 301 sl1.splice_after(sl1.before_begin(), sl1, sl1.begin(), sl1.previous(sl1.end())); in splice() 310 sl2.splice_after(sl2.before_begin(), sl2, sl2.before_begin(), sl2.previous(sl2.end())); in splice() 318 sl2.splice_after(sl2.previous(sl2.end()), sl2, sl2.before_begin(), slit); in splice()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
D | _slist.h | 224 iterator previous(const_iterator __pos) { in previous() function 227 return iterator(&_M_iter_list, _M_non_dbg_impl.previous(__pos._M_iterator)); in previous() 229 const_iterator previous(const_iterator __pos) const { in previous() function 232 return const_iterator(&_M_iter_list, _M_non_dbg_impl.previous(__pos._M_iterator)); in previous()
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
D | eval | 136 # Clean out previous information to allow new run_make_test() interface.
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _slist.h | 458 iterator previous(const_iterator __pos) { 461 const_iterator previous(const_iterator __pos) const { 893 _M_iter = __x.previous(__i);
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | fdl.texi | 197 from that of the Document, and from those of previous versions 199 of the Document). You may use the same title as a previous version 239 Version as stated in the previous sentence. 244 the network locations given in the Document for previous versions 294 permission from the previous publisher that added the old one.
|
D | make.texi | 331 @comment node-name, next, previous, up 462 @comment node-name, next, previous, up 482 whether newly made or saved from previous compilations, must be linked 498 @comment node-name, next, previous, up 652 @comment node-name, next, previous, up 668 In the simple example of the previous section, the default goal is to 1211 @comment node-name, next, previous, up 1260 @comment node-name, next, previous, up 1611 In the previous section we learned that GNU @code{make} works in two 1708 files, but gives the same resulting prerequisites list as the previous [all …]
|
/ndk/build/tools/ |
D | README.md | 142 not already defined for the previous API level. 276 Here, we assume you're using the master-ndk branch as described in the previous 451 previous section. You can use it as: 482 prebuilt tarballs described in section V. Following our previous example, one
|
/ndk/ |
D | README.md | 119 Running the NDK tests requires a complete NDK package (see previous steps).
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cstdio | 134 // include/stdio.h:236:5: warning: conflicts with previous declaration here [-Wattributes]
|
/ndk/sources/host-tools/make-3.81/ |
D | README | 3 See the file NEWS for the user-visible changes from previous releases.
|
D | NEWS | 56 Some previous versions of GNU make had a bug where "#" in a function 537 opposite order from previous versions: the whole target name `LIB(MEM)' 602 to the variable's previous value. See the section `Appending More Text 822 * The `-l' switch with no argument removes any previous load-average limit.
|
D | configure | 2269 … "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 2270 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 2274 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 2284 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 2288 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
|
D | README.DOS | 27 8. Can be built without (a previous version of) Make.
|
/ndk/sources/host-tools/make-3.81/po/ |
D | de.po | 1193 # !!! Attention: concatenated with the previous messages!!! 1199 # !!! Attention: concatenated with the previous messages!!! 1215 # !!! Attention: concatenated with the previous messages!!! 1221 # !!! Attention: concatenated with the previous messages!!!
|
/ndk/sources/host-tools/make-3.81/tests/ |
D | ChangeLog | 127 previous methods. This tries to be more accurate on Windows 382 string to be undef: in that case it reuses the previous make
|
/ndk/sources/host-tools/nawk-20071023/ |
D | FIXES | 451 for debugging. previous dynamic string code removed. 740 srand now returns previous seed value (0 to start).
|
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/ |
D | COPYING | 49 authors of previous versions. 460 give under the previous paragraph, plus a right to possession of the
|
/ndk/sources/host-tools/ndk-stack/binutils/ |
D | COPYING3 | 48 authors of previous versions. 459 give under the previous paragraph, plus a right to possession of the
|
/ndk/build/tools/toolchain-licenses/ |
D | COPYING3 | 48 authors of previous versions. 459 give under the previous paragraph, plus a right to possession of the
|