Home
last modified time | relevance | path

Searched refs:previous (Results 1 – 25 of 85) sorted by relevance

1234

/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0008-Remove-gcc-warning-about-redefinition-of-putchar-wit.patch11 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/docs/text/
DDEVELOPMENT.text63 ### 1. From a previous NDK release package:
65 By far the easiest thing to do is to copy the binaries from a previous
156 tarball that was created in the previous section with the --package
247 ### 2. Using a previous NDK release package:
251 from the previous package.
258 Where <file> points to a previous NDK package (i.e. archive file).
DNDK-GDB.text38 previous versions of the system. That does not mean that your
220 (as in previous NDK releases). You will also see the following message
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
D_slist.h220 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/cxx-stl/stlport/src/
Dios.cpp126 locale previous = _M_locale; in imbue() local
129 return previous; in imbue()
/ndk/
DREADME.TXT8 See docs/CHANGES.html for a list of changes since the previous release.
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dreinvoke58 # including: this and the previous one test different parts of the code.
Dpatspecific_vars118 run_make_test(undef, # reuse previous makefile
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
D_slist.h224 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/tests/device/test-stlport/unit/
Dslist_test.cpp301 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-gnustl-full/unit/
Dslist_test.cpp301 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/host-tools/make-3.81/tests/scripts/functions/
Deval136 # Clean out previous information to allow new run_make_test() interface.
/ndk/sources/host-tools/sed-4.2.1/m4/
Dgnulib-common.m491 "#define restrict _Restrict" in the previous line. Perhaps some future
/ndk/build/tools/toolchain-patches/gcc/
D0003-gcc-prevent-crash-on-Eclair-and-older-platforms.patch15 On Eclair and previous release, the weak symbol is not resolved
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_slist.h458 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/
Dfdl.texi197 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.
/ndk/sources/host-tools/sed-4.2.1/po/
Dsed.pot183 msgid "no previous regular expression"
463 msgid "No previous regular expression"
Deu.po184 msgid "no previous regular expression"
468 msgid "No previous regular expression"
Dzh_CN.po183 msgid "no previous regular expression"
499 msgid "No previous regular expression"
Dru.po182 msgid "no previous regular expression"
509 msgid "No previous regular expression"
Dja.po185 msgid "no previous regular expression"
509 msgid "No previous regular expression"
Dzh_TW.po182 msgid "no previous regular expression"
495 msgid "No previous regular expression"
Dhe.po195 msgid "no previous regular expression"
485 msgid "No previous regular expression"
Dko.po195 msgid "no previous regular expression"
485 msgid "No previous regular expression"
/ndk/sources/host-tools/sed-4.2.1/
DCOPYING.DOC189 from that of the Document, and from those of previous versions
191 of the Document). You may use the same title as a previous version
215 Version as stated in the previous sentence.
218 the network locations given in the Document for previous versions
257 permission from the previous publisher that added the old one.

1234