Searched defs:__out_first (Results 1 - 4 of 4) sorted by relevance

/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_algo.c651 _RandomAccessIter __out_first, _RandomAccessIter __out_last) {
653 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__out_first, __out_last))
655 __out_first, __out_last - __out_first);
661 _RandomAccessIter __out_first, _RandomAccessIter __out_last,
664 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__out_first, __out_last))
666 __out_first, __rand,
667 __out_last - __out_first);
650 random_sample(_InputIter __first, _InputIter __last, _RandomAccessIter __out_first, _RandomAccessIter __out_last) argument
660 random_sample(_InputIter __first, _InputIter __last, _RandomAccessIter __out_first, _RandomAccessIter __out_last, _RandomNumberGenerator& __rand) argument
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
H A D_algo.c651 _RandomAccessIter __out_first, _RandomAccessIter __out_last) {
653 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__out_first, __out_last))
655 __out_first, __out_last - __out_first);
661 _RandomAccessIter __out_first, _RandomAccessIter __out_last,
664 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__out_first, __out_last))
666 __out_first, __rand,
667 __out_last - __out_first);
650 random_sample(_InputIter __first, _InputIter __last, _RandomAccessIter __out_first, _RandomAccessIter __out_last) argument
660 random_sample(_InputIter __first, _InputIter __last, _RandomAccessIter __out_first, _RandomAccessIter __out_last, _RandomNumberGenerator& __rand) argument
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
H A D_algo.c651 _RandomAccessIter __out_first, _RandomAccessIter __out_last) {
653 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__out_first, __out_last))
655 __out_first, __out_last - __out_first);
661 _RandomAccessIter __out_first, _RandomAccessIter __out_last,
664 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__out_first, __out_last))
666 __out_first, __rand,
667 __out_last - __out_first);
650 random_sample(_InputIter __first, _InputIter __last, _RandomAccessIter __out_first, _RandomAccessIter __out_last) argument
660 random_sample(_InputIter __first, _InputIter __last, _RandomAccessIter __out_first, _RandomAccessIter __out_last, _RandomNumberGenerator& __rand) argument
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
H A D_algo.c651 _RandomAccessIter __out_first, _RandomAccessIter __out_last) {
653 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__out_first, __out_last))
655 __out_first, __out_last - __out_first);
661 _RandomAccessIter __out_first, _RandomAccessIter __out_last,
664 _STLP_DEBUG_CHECK(_STLP_PRIV __check_range(__out_first, __out_last))
666 __out_first, __rand,
667 __out_last - __out_first);
650 random_sample(_InputIter __first, _InputIter __last, _RandomAccessIter __out_first, _RandomAccessIter __out_last) argument
660 random_sample(_InputIter __first, _InputIter __last, _RandomAccessIter __out_first, _RandomAccessIter __out_last, _RandomNumberGenerator& __rand) argument

Completed in 60 milliseconds