Home
last modified time | relevance | path

Searched refs:InputIter (Results 1 – 12 of 12) sorted by relevance

/external/deqp/framework/delibs/decpp/
DdeRandom.hpp57 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>
103 void Random::choose (InputIter first, InputIter last, OutputIter result, int numItems) in choose()
125 template <typename T, class InputIter>
126 T Random::choose (InputIter first, InputIter last) in choose()
[all …]
/external/clang/test/Analysis/Inputs/
Dsystem-header-simulator-cxx.h163 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/input.output/filesystems/class.path/path.member/
Dpath.append.pass.cpp92 using InputIter = input_iterator<Ptr>; in doAppendSourceAllocTest() typedef
151 InputIter RHS(R); in doAppendSourceAllocTest()
161 InputIter RHS(R); in doAppendSourceAllocTest()
162 InputIter REnd(StrEnd(R)); in doAppendSourceAllocTest()
179 using InputIter = input_iterator<Ptr>; in doAppendSourceTest() typedef
240 InputIter RHS(R); in doAppendSourceTest()
246 path LHS(L); InputIter RHS(R); in doAppendSourceTest()
253 InputIter RHS(R); in doAppendSourceTest()
254 InputIter REnd(StrEnd(R)); in doAppendSourceTest()
Dpath.concat.pass.cpp88 using InputIter = input_iterator<Ptr>; in doConcatSourceAllocTest() typedef
141 InputIter RHS(R); in doConcatSourceAllocTest()
151 InputIter RHS(R); in doConcatSourceAllocTest()
152 InputIter REnd(StrEnd(R)); in doConcatSourceAllocTest()
169 using InputIter = input_iterator<Ptr>; in doConcatSourceTest() typedef
228 InputIter RHS(R); in doConcatSourceTest()
234 path LHS(L); InputIter RHS(R); in doConcatSourceTest()
241 InputIter RHS(R); in doConcatSourceTest()
242 InputIter REnd(StrEnd(R)); in doConcatSourceTest()
/external/tensorflow/tensorflow/core/lib/gtl/
Dflatset.h66 template <typename InputIter>
67 FlatSet(InputIter first, InputIter last, size_t N = 1,
184 template <typename InputIter>
185 void insert(InputIter first, InputIter last) { in insert()
Dcompactptrset.h142 template <typename InputIter>
143 void insert(InputIter begin, InputIter end) { in insert()
Dflatmap.h83 template <typename InputIter>
84 FlatMap(InputIter first, InputIter last, size_t N = 1,
246 template <typename InputIter>
247 void insert(InputIter first, InputIter last) { in insert()
/external/tensorflow/tensorflow/core/kernels/
Dsoftmax_op_gpu.cu.cc115 template <typename T, typename Op, typename InputIter>
116 void DoRowReduction(OpKernelContext* context, T* output, InputIter input, in DoRowReduction()
123 functor::ReduceImpl<T, Op, T*, InputIter, ReductionAxes>( in DoRowReduction()
/external/deqp/framework/opengl/
DgluDrawUtil.cpp219 template<typename InputIter, typename OutputIter>
220 …oProgramLocations (const glw::Functions& gl, deUint32 program, InputIter first, InputIter end, Out… in namedBindingsToProgramLocations()
222 for (InputIter cur = first; cur != end; ++cur) in namedBindingsToProgramLocations()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-matchers.h3124 template <typename InputIter>
3125 ElementsAreMatcherImpl(InputIter first, InputIter last) {
3366 template <typename InputIter>
3367 UnorderedElementsAreMatcherImpl(InputIter first, InputIter last) {
/external/googletest/googlemock/include/gmock/
Dgmock-matchers.h2700 template <typename InputIter>
2701 ElementsAreMatcherImpl(InputIter first, InputIter last) {
2953 template <typename InputIter>
2955 InputIter first, InputIter last)
/external/google-breakpad/src/testing/include/gmock/
Dgmock-matchers.h2529 template <typename InputIter>
2530 ElementsAreMatcherImpl(InputIter first, size_t a_count) {
2532 InputIter it = first;