Home
last modified time | relevance | path

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

123

/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.cpp124 locale previous = _M_locale; in imbue() local
127 return previous; in imbue()
/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-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/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/
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/build/tools/toolchain-patches/gcc/
D0002-gcc-prevent-crash-on-Eclair-and-older-platforms.patch15 On Eclair and previous release, the weak symbol is not resolved
/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/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/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/sed-4.2.1/m4/
Dgnulib-common.m491 "#define restrict _Restrict" in the previous line. Perhaps some future
/ndk/sources/host-tools/sed-4.2.1/po/
Dsed.pot183 msgid "no previous regular expression"
463 msgid "No previous regular expression"
Dja.po185 msgid "no previous regular expression"
509 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"
Dzh_TW.po182 msgid "no previous regular expression"
495 msgid "No previous regular expression"
Deu.po184 msgid "no previous regular expression"
468 msgid "No previous regular expression"
Dko.po195 msgid "no previous regular expression"
485 msgid "No previous regular expression"
Dhe.po195 msgid "no previous regular expression"
485 msgid "No previous regular expression"
Dsr.po182 msgid "no previous regular expression"
502 msgid "No previous regular expression"
Dnl.po184 msgid "no previous regular expression"
510 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.
/ndk/build/tools/
DDEV-SCRIPTS-USAGE.TXT108 that were not already defined for the previous API level.
312 as described in the previous section.
508 the previous section. You can use it as:
540 prebuilt tarballs described in section V. Following our previous example, one

123