Home
last modified time | relevance | path

Searched defs:proj (Results 1 – 25 of 102) sorted by relevance

12345

/external/cronet/tot/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.adjacent.find/
Dranges.adjacent_find.pass.cpp110 auto proj = [&](int i) { ++projectionCount; return i; }; in test() local
121 auto proj = [&](int i) { ++projectionCount; return i; }; in test() local
135 auto proj = [&](int i) { ++projectionCount; return i; }; in test() local
146 auto proj = [&](int i) { ++projectionCount; return i; }; in test() local
/external/cronet/stable/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.adjacent.find/
Dranges.adjacent_find.pass.cpp110 auto proj = [&](int i) { ++projectionCount; return i; }; in test() local
121 auto proj = [&](int i) { ++projectionCount; return i; }; in test() local
135 auto proj = [&](int i) { ++projectionCount; return i; }; in test() local
146 auto proj = [&](int i) { ++projectionCount; return i; }; in test() local
/external/cronet/tot/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.equal/
Dranges.equal.pass.cpp305 auto proj = [&](int i) { ++projCount; return i; }; in test() local
317 auto proj = [&](int i) { ++projCount; return i; }; in test() local
332 auto proj = [&](int i) { ++projCount; return i; }; in test() local
344 auto proj = [&](int i) { ++projCount; return i; }; in test() local
361 auto proj = [&](int i) { ++projCount; return i; }; in test() local
373 auto proj = [&](int i) { ++projCount; return i; }; in test() local
/external/cronet/stable/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.equal/
Dranges.equal.pass.cpp305 auto proj = [&](int i) { ++projCount; return i; }; in test() local
317 auto proj = [&](int i) { ++projCount; return i; }; in test() local
332 auto proj = [&](int i) { ++projCount; return i; }; in test() local
344 auto proj = [&](int i) { ++projCount; return i; }; in test() local
361 auto proj = [&](int i) { ++projCount; return i; }; in test() local
373 auto proj = [&](int i) { ++projCount; return i; }; in test() local
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dprojection.inl7 GLM_FUNC_QUALIFIER vecType proj(vecType const & x, vecType const & Normal) function
/external/cronet/tot/third_party/libc++/src/test/std/algorithms/alg.modifying.operations/alg.remove/
Dranges.remove.pass.cpp136 auto proj = [&](CompCounter i) { in test() local
150 auto proj = [&](CompCounter i) { in test() local
Dranges.remove_if.pass.cpp151 auto proj = [&](int i) { in test() local
168 auto proj = [&](int i) { in test() local
/external/cronet/stable/third_party/libc++/src/test/std/algorithms/alg.modifying.operations/alg.remove/
Dranges.remove.pass.cpp136 auto proj = [&](CompCounter i) { in test() local
150 auto proj = [&](CompCounter i) { in test() local
Dranges.remove_if.pass.cpp151 auto proj = [&](int i) { in test() local
168 auto proj = [&](int i) { in test() local
/external/cronet/stable/base/containers/
Dcontains.h56 Proj proj) { in Contains()
/external/cronet/tot/base/containers/
Dcontains.h56 Proj proj) { in Contains()
/external/cronet/stable/third_party/libc++/src/test/std/algorithms/alg.modifying.operations/alg.replace/
Dranges.replace.pass.cpp165 auto proj = [&](int i) { ++projectionCount; return i; }; in test() local
173 auto proj = [&](int i) { ++projectionCount; return i; }; in test() local
Dranges.replace_if.pass.cpp145 auto proj = [&](int i) { ++projectionCount; return i; }; in test() local
156 auto proj = [&](int i) { ++projectionCount; return i; }; in test() local
/external/cronet/tot/third_party/libc++/src/test/std/algorithms/alg.modifying.operations/alg.replace/
Dranges.replace.pass.cpp165 auto proj = [&](int i) { ++projectionCount; return i; }; in test() local
173 auto proj = [&](int i) { ++projectionCount; return i; }; in test() local
/external/cronet/stable/third_party/libc++/src/test/support/
Dcounting_projection.h26 constexpr counting_projection(Proj proj, int& count) : proj_(std::move(proj)), count_(&count) {} in counting_projection()
/external/cronet/tot/third_party/libc++/src/test/support/
Dcounting_projection.h26 constexpr counting_projection(Proj proj, int& count) : proj_(std::move(proj)), count_(&count) {} in counting_projection()
/external/cronet/stable/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.all_of/
Dranges.all_of.pass.cpp94 auto proj = [&](int i) { ++projectionCount; return i; }; in test_iterators() local
104 auto proj = [&](int i) { ++projectionCount; return i; }; in test_iterators() local
/external/cronet/tot/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.all_of/
Dranges.all_of.pass.cpp94 auto proj = [&](int i) { ++projectionCount; return i; }; in test_iterators() local
104 auto proj = [&](int i) { ++projectionCount; return i; }; in test_iterators() local
/external/cronet/tot/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.none_of/
Dranges.none_of.pass.cpp94 auto proj = [&](int i) { ++projectionCount; return i; }; in test_iterators() local
104 auto proj = [&](int i) { ++projectionCount; return i; }; in test_iterators() local
/external/cronet/stable/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.none_of/
Dranges.none_of.pass.cpp94 auto proj = [&](int i) { ++projectionCount; return i; }; in test_iterators() local
104 auto proj = [&](int i) { ++projectionCount; return i; }; in test_iterators() local
/external/cronet/tot/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.any_of/
Dranges.any_of.pass.cpp94 auto proj = [&](int i) { ++projectionCount; return i; }; in test_iterators() local
104 auto proj = [&](int i) { ++projectionCount; return i; }; in test_iterators() local
/external/cronet/stable/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.any_of/
Dranges.any_of.pass.cpp94 auto proj = [&](int i) { ++projectionCount; return i; }; in test_iterators() local
104 auto proj = [&](int i) { ++projectionCount; return i; }; in test_iterators() local
/external/mesa3d/src/gallium/frontends/nine/
Dnine_ff.h92 … unsigned proj = !!(context->ff.tex_stage[s][D3DTSS_TEXTURETRANSFORMFLAGS] & D3DTTFF_PROJECTED); in nine_ff_get_projected_key() local
/external/angle/src/compiler/translator/hlsl/
DTextureFunctionHLSL.h52 bool proj; member
/external/eigen/test/
Dgeo_homogeneous.cpp78 Transform<Scalar, Size, Projective> proj; in homogeneous() local

12345