HomeSort by relevance Sort by last modified time
    Searched full:first2 (Results 76 - 100 of 150) sorted by null

1 2 34 5 6

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_algobase.h 151 * @return An iterator equal to @p first2+(last1-first1).
154 * corresponding element in the range @p [first2,(last1-first1)).
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_algobase.h 151 * @return An iterator equal to @p first2+(last1-first1).
154 * corresponding element in the range @p [first2,(last1-first1)).
    [all...]
  /external/stlport/stlport/stl/
_algobase.c 362 // Search [first2, last2) as a subsequence in [first1, last1), and return
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.transform/
binary_transform.pass.cpp 16 // transform(InIter1 first1, InIter1 last1, InIter2 first2, OutIter result, BinaryOp binary_op);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.merge/
merge.pass.cpp 17 // merge(InIter1 first1, InIter1 last1, InIter2 first2, InIter2 last2, OutIter result);
merge_comp.pass.cpp 19 // InIter2 first2, InIter2 last2, OutIter result, Compare comp);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.set.operations/set.difference/
set_difference.pass.cpp 18 // set_difference(InIter1 first1, InIter1 last1, InIter2 first2, InIter2 last2,
set_difference_comp.pass.cpp 19 // set_difference(InIter1 first1, InIter1 last1, InIter2 first2, InIter2 last2,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.set.operations/set.intersection/
set_intersection.pass.cpp 18 // set_intersection(InIter1 first1, InIter1 last1, InIter2 first2, InIter2 last2,
set_intersection_comp.pass.cpp 19 // set_intersection(InIter1 first1, InIter1 last1, InIter2 first2, InIter2 last2,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference/
set_symmetric_difference.pass.cpp 19 // InIter2 first2, InIter2 last2,
set_symmetric_difference_comp.pass.cpp 20 // InIter2 first2, InIter2 last2,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.set.operations/set.union/
set_union.pass.cpp 19 // InIter2 first2, InIter2 last2, OutIter result);
set_union_comp.pass.cpp 19 // set_union(InIter1 first1, InIter1 last1, InIter2 first2, InIter2 last2,
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algobase.c 362 // Search [first2, last2) as a subsequence in [first1, last1), and return
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_algobase.c 362 // Search [first2, last2) as a subsequence in [first1, last1), and return
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_algobase.c 362 // Search [first2, last2) as a subsequence in [first1, last1), and return
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_algobase.c 362 // Search [first2, last2) as a subsequence in [first1, last1), and return
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_algobase.c 362 // Search [first2, last2) as a subsequence in [first1, last1), and return
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_algobase.c 362 // Search [first2, last2) as a subsequence in [first1, last1), and return
  /external/libcap-ng/libcap-ng-0.7/bindings/
Makefile.in 103 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
104 if test "$$first2" = "$$first"; then \
  /external/openfst/src/
Makefile.in 81 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
82 if test "$$first2" = "$$first"; then \
  /external/openfst/src/extensions/
Makefile.in 81 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
82 if test "$$first2" = "$$first"; then \
  /external/stlport/test/unit/
codecvt_test.cpp 466 intern_type* first2, intern_type* last2,
468 for ( next1 = first1, next2 = first2; next1 < last1; next1 += 2 ) {
  /ndk/tests/device/test-gnustl-full/unit/
codecvt_test.cpp 468 intern_type* first2, intern_type* last2,
470 for ( next1 = first1, next2 = first2; next1 < last1; next1 += 2 ) {

Completed in 3304 milliseconds

1 2 34 5 6