HomeSort by relevance Sort by last modified time
    Searched full:inputiter (Results 1 - 24 of 24) sorted by null

  /external/deqp/framework/delibs/decpp/
deRandom.hpp 57 template <class InputIter, class OutputIter>
58 void choose (InputIter first, InputIter last, OutputIter result, int numItems);
60 template <typename T, class InputIter>
61 T choose (InputIter first, InputIter last);
64 template <typename T, class InputIter, class WeightIter>
65 T chooseWeighted (InputIter first, InputIter last, WeightIter weight);
102 template <class InputIter, class OutputIter
    [all...]
  /external/libcxx/test/std/experimental/filesystem/class.path/path.nonmember/
path.factory.pass.cpp 16 // template <class InputIter>
17 // path u8path(InputIter, InputIter);
  /external/clang/test/Analysis/Inputs/
system-header-simulator-cxx.h 163 template<class InputIter, class OutputIter>
164 OutputIter __copy(InputIter II, InputIter IE, OutputIter OI) {
187 template<class InputIter, class OutputIter>
188 OutputIter copy(InputIter II, InputIter IE, OutputIter OI) {
221 template<class InputIter, class OutputIter>
222 OutputIter copy_backward(InputIter II, InputIter IE, OutputIter OI) {
  /external/libcxx/test/std/experimental/filesystem/class.path/path.member/
path.append.pass.cpp 82 using InputIter = input_iterator<Ptr>;
141 InputIter RHS(R);
151 InputIter RHS(R);
152 InputIter REnd(StrEnd(R));
169 using InputIter = input_iterator<Ptr>;
228 InputIter RHS(R);
234 path LHS(L); InputIter RHS(R);
241 InputIter RHS(R);
242 InputIter REnd(StrEnd(R));
path.concat.pass.cpp 89 using InputIter = input_iterator<Ptr>;
142 InputIter RHS(R);
152 InputIter RHS(R);
153 InputIter REnd(StrEnd(R));
170 using InputIter = input_iterator<Ptr>;
229 InputIter RHS(R);
235 path LHS(L); InputIter RHS(R);
242 InputIter RHS(R);
243 InputIter REnd(StrEnd(R));
  /external/libcxx/test/std/containers/sequences/vector.bool/
construct_iter_iter.pass.cpp 13 // template <class InputIter> vector(InputIter first, InputIter last);
construct_iter_iter_alloc.pass.cpp 13 // template <class InputIter> vector(InputIter first, InputIter last,
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/
construct_iter_iter.pass.cpp 13 // template <class InputIter> vector(InputIter first, InputIter last);
construct_iter_iter_alloc.pass.cpp 13 // template <class InputIter> vector(InputIter first, InputIter last,
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/vector.bool/
construct_iter_iter.pass.cpp 13 // template <class InputIter> vector(InputIter first, InputIter last);
construct_iter_iter_alloc.pass.cpp 13 // template <class InputIter> vector(InputIter first, InputIter last,
  /external/libcxx/test/std/containers/sequences/vector/vector.cons/
construct_iter_iter.pass.cpp 12 // template <class InputIter> vector(InputIter first, InputIter last);
construct_iter_iter_alloc.pass.cpp 12 // template <class InputIter> vector(InputIter first, InputIter last,
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/
construct_iter_iter.pass.cpp 12 // template <class InputIter> vector(InputIter first, InputIter last);
construct_iter_iter_alloc.pass.cpp 12 // template <class InputIter> vector(InputIter first, InputIter last,
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/vector/vector.cons/
construct_iter_iter.pass.cpp 12 // template <class InputIter> vector(InputIter first, InputIter last);
construct_iter_iter_alloc.pass.cpp 12 // template <class InputIter> vector(InputIter first, InputIter last,
  /external/deqp/framework/opengl/
gluDrawUtil.cpp 219 template<typename InputIter, typename OutputIter>
220 static OutputIter namedBindingsToProgramLocations (const glw::Functions& gl, deUint32 program, InputIter first, InputIter end, OutputIter out)
222 for (InputIter cur = first; cur != end; ++cur)
  /frameworks/compile/libbcc/lib/
RSCompilerDriver.cpp 364 auto inputIter = toFuse.begin();
366 auto inputKernels = *inputIter++;
  /external/googletest/googlemock/include/gmock/
gmock-matchers.h     [all...]
  /external/v8/testing/gmock/include/gmock/
gmock-matchers.h     [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-matchers.h     [all...]
  /hardware/interfaces/camera/provider/2.4/vts/functional/
VtsHalCameraProviderV2_4TargetTest.cpp     [all...]
  /external/fmtlib/test/gmock/
gmock.h     [all...]

Completed in 1749 milliseconds