Home
last modified time | relevance | path

Searched refs:finish (Results 1 – 7 of 7) sorted by relevance

/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/stlport/
Dprinters.py193 finish = self.val['_M_finish']
194 delta_n = finish['_M_node'] - start['_M_node'] - 1
196 delta_f = finish['_M_cur'] - finish['_M_first']
206 finish = self.val['_M_finish']
208 start['_M_last'], finish['_M_cur'], self.buffer_size)
406 finish = self.val['_M_finish']
407 if start == finish:
416 finish = self.val['_M_finish']
417 if start == finish:
431 def __init__ (self, start, finish, bit_vector): argument
[all …]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dlexical_cast.hpp601 CharT* lcast_put_unsigned(const T n_param, CharT* finish) in lcast_put_unsigned() argument
648 --finish; in lcast_put_unsigned()
649 Traits::assign(*finish, thousands_sep); in lcast_put_unsigned()
654 --finish; in lcast_put_unsigned()
656 Traits::assign(*finish, Traits::to_char_type(zero + digit)); in lcast_put_unsigned()
659 return finish; in lcast_put_unsigned()
666 --finish; in lcast_put_unsigned()
668 Traits::assign(*finish, Traits::to_char_type(zero + digit)); in lcast_put_unsigned()
673 return finish; in lcast_put_unsigned()
1258 CharT* finish; member in boost::detail::lexical_stream_limited_src
[all …]
/ndk/sources/host-tools/ndk-stack/regex/
Dregcomp.c707 char start, finish; in p_b_term() local
750 finish = '-'; in p_b_term()
752 finish = p_b_symbol(p); in p_b_term()
754 finish = start; in p_b_term()
756 REQUIRE(start <= finish, REG_ERANGE); in p_b_term()
757 for (i = start; i <= finish; i++) in p_b_term()
944 sopno finish = HERE(); in repeat() local
958 DROP(finish-start); /* drop the operand */ in repeat()
983 copy = dupl(p, start+1, finish+1); in repeat()
984 assert(copy == finish+4); in repeat()
[all …]
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwind-EHABI.cpp219 bool finish = false; in _Unwind_VRS_Interpret() local
220 while (offset < len && !finish) { in _Unwind_VRS_Interpret()
265 finish = true; in _Unwind_VRS_Interpret()
/ndk/sources/host-tools/make-3.81/config/
Dtexinfo.tex844 \def\inmargin#1{\parseinmargin #1,,\finish}
845 \def\parseinmargin#1,#2,#3\finish{% not perfect, but better than nothing.
1974 \def\uref#1{\douref #1,,,\finish}
1975 \def\douref#1,#2,#3,#4\finish{\begingroup
2005 \def\email#1{\doemail#1,,\finish}
2006 \def\doemail#1,#2,#3\finish{\begingroup
2045 \def\acronym#1{\doacronym #1,,\finish}
2046 \def\doacronym#1,#2,#3\finish{%
2057 \def\abbr#1{\doabbr #1,,\finish}
2058 \def\doabbr#1,#2,#3\finish{%
[all …]
/ndk/sources/host-tools/make-3.81/doc/
Dmake.info-13293 finish before executing the next. However, the `-j' or `--jobs' option
3340 finish before actually exiting.
3357 average goes below that limit, or until all the other jobs finish.
5076 For example, here is how to arrange to use `ranlib -t' to finish
Dmake.texi3943 for it to finish before executing the next. However, the @samp{-j} or
3995 running, it waits for them to finish before actually exiting.@refill
4022 average goes below that limit, or until all the other jobs finish.
6166 For example, here is how to arrange to use @samp{ranlib -t} to finish