/external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.nonmodifying/alg.adjacent.find/ |
D | ranges.adjacent_find.pass.cpp | 111 auto proj = [&](int i) { ++projectionCount; return i; }; in test() local 122 auto proj = [&](int i) { ++projectionCount; return i; }; in test() local 136 auto proj = [&](int i) { ++projectionCount; return i; }; in test() local 147 auto proj = [&](int i) { ++projectionCount; return i; }; in test() local
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.nonmodifying/alg.equal/ |
D | ranges.equal.pass.cpp | 304 auto proj = [&](int i) { ++projCount; return i; }; in test() local 316 auto proj = [&](int i) { ++projCount; return i; }; in test() local 331 auto proj = [&](int i) { ++projCount; return i; }; in test() local 343 auto proj = [&](int i) { ++projCount; return i; }; in test() local 360 auto proj = [&](int i) { ++projCount; return i; }; in test() local 372 auto proj = [&](int i) { ++projCount; return i; }; in test() local
|
/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | projection.inl | 7 GLM_FUNC_QUALIFIER vecType proj(vecType const & x, vecType const & Normal) function
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.modifying.operations/alg.remove/ |
D | ranges.remove.pass.cpp | 137 auto proj = [&](CompCounter i) { in test() local 151 auto proj = [&](CompCounter i) { in test() local
|
D | ranges.remove_if.pass.cpp | 152 auto proj = [&](int i) { in test() local 169 auto proj = [&](int i) { in test() local
|
/external/cronet/buildtools/third_party/libc++/trunk/test/support/ |
D | counting_projection.h | 26 constexpr counting_projection(Proj proj, int& count) : proj_(std::move(proj)), count_(&count) {} in counting_projection()
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.modifying.operations/alg.replace/ |
D | ranges.replace.pass.cpp | 175 auto proj = [&](int i) { ++projectionCount; return i; }; in test() local 183 auto proj = [&](int i) { ++projectionCount; return i; }; in test() local
|
D | ranges.replace_if.pass.cpp | 159 auto proj = [&](int i) { ++projectionCount; return i; }; in test() local 170 auto proj = [&](int i) { ++projectionCount; return i; }; in test() local
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.nonmodifying/alg.any_of/ |
D | ranges.any_of.pass.cpp | 94 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/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.nonmodifying/alg.all_of/ |
D | ranges.all_of.pass.cpp | 94 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/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.nonmodifying/alg.none_of/ |
D | ranges.none_of.pass.cpp | 94 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/ |
D | nine_ff.h | 86 … unsigned proj = !!(context->ff.tex_stage[s][D3DTSS_TEXTURETRANSFORMFLAGS] & D3DTTFF_PROJECTED); in nine_ff_get_projected_key() local
|
/external/angle/src/compiler/translator/hlsl/ |
D | TextureFunctionHLSL.h | 52 bool proj; member
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.modifying.operations/alg.copy/ |
D | ranges.copy_if.pass.cpp | 189 auto proj = [&](int i) { ++projectionCount; return i; }; in test() local 201 auto proj = [&](int i) { ++projectionCount; return i; }; in test() local
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.modifying.operations/alg.transform/ |
D | ranges.transform.unary.pass.cpp | 154 auto proj = [&](int) { ++projCount; return 0; }; in test_iterators() local 166 auto proj = [&](int) { ++projCount; return 0; }; in test_iterators() local
|
/external/eigen/test/ |
D | geo_homogeneous.cpp | 78 Transform<Scalar, Size, Projective> proj; in homogeneous() local
|
/external/skia/gm/ |
D | crbug_224618.cpp | 57 SkM44 proj{1.f, 0.f, 0.f, 0.f, in onDraw() local
|
D | postercircle.cpp | 84 SkM44 proj; in onDraw() local
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.sorting/alg.min.max/ |
D | ranges.min.pass.cpp | 127 auto proj = [](int i) { return i == 5 ? -100 : i; }; in test_initializer_list() local 211 auto proj = [](int& i) { return i == 5 ? -100 : i; }; in test_range() local
|
D | ranges.max.pass.cpp | 128 auto proj = [](int i) { return i == 5 ? 100 : i; }; in test_initializer_list() local 215 auto proj = [](int& i) { return i == 5 ? 100 : i; }; in test_range() local
|
D | ranges.minmax.pass.cpp | 132 auto proj = [](int i) { return i == 5 ? -100 : i; }; in test_initializer_list() local 212 auto proj = [](int& i) { return i == 5 ? -100 : i; }; in test_range_types() local
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_vertex.c | 46 GLvector4f proj; member
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.sorting/alg.binary.search/equal.range/ |
D | ranges_equal_range.pass.cpp | 203 const auto proj = [](const Data& d) { return d.data; }; in test() local
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.modifying.operations/alg.unique/ |
D | ranges_unique.pass.cpp | 186 const auto proj = &Data::data; in test() local
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.modifying.operations/alg.partitions/ |
D | ranges_partition_copy.pass.cpp | 278 counting_projection proj(proj_count); in test() local
|