/external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.adaptors/range.join.view/ |
D | end.pass.cpp | 59 std::ranges::join_view jv(outer); in test() local 74 std::ranges::join_view jv(outer); in test() local 89 std::ranges::join_view jv(outer); in test() local 104 std::ranges::join_view jv(outer); in test() local 117 std::ranges::join_view jv(outer); in test() local 132 std::ranges::join_view jv(outer); in test() local 147 std::ranges::join_view jv(outer); in test() local 162 std::ranges::join_view jv(outer); in test() local 177 std::ranges::join_view jv(outer); in test() local 192 std::ranges::join_view jv(outer); in test() local [all …]
|
D | begin.pass.cpp | 48 auto jv = std::ranges::join_view(ParentView{children}); in test() local 55 auto jv = std::ranges::join_view(ParentView{children}); in test() local 63 std::ranges::join_view jv(ParentView(children, 0)); in test() local 70 std::ranges::join_view jv(ParentView(children, 1)); in test() local 77 std::ranges::join_view jv(ParentView(children, 1)); in test() local 84 std::ranges::join_view jv(ParentView(children, 1)); in test() local 92 auto jv = std::ranges::join_view(ParentView{children}); in test() local 100 auto jv = std::ranges::join_view(ParentView{children}); in test() local 108 auto jv = std::ranges::join_view(ParentView{children}); in test() local 113 std::ranges::join_view jv(buffer); in test() local [all …]
|
D | base.pass.cpp | 30 auto jv = std::ranges::join_view(ParentView{children}); in test() local 38 std::ranges::join_view jv(buffer); in test() local 46 const std::ranges::join_view jv(buffer); in test() local
|
D | general.pass.cpp | 36 auto jv = std::ranges::join_view(ParentView(children)); in main() local 43 std::ranges::join_view jv(vec); in main() local 59 std::ranges::join_view jv(y); in main() local
|
D | adaptor.pass.cpp | 71 auto jv = std::views::join(nested); in test() local 106 auto jv = nested | std::views::join | std::views::join; in test() local 116 auto jv = nested | join_twice; in test() local
|
D | ctor.view.pass.cpp | 25 auto jv = std::ranges::join_view(ParentView{children}); in test() local 30 std::ranges::join_view jv(buffer); in test() local
|
D | ctor.default.pass.cpp | 28 std::ranges::join_view<ParentView<ChildView>> jv; in test() local 34 std::ranges::join_view<DefaultView> jv; in test() local
|
D | ctad.compile.pass.cpp | 76 std::ranges::join_view jv(n); in testCTAD() local
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.adaptors/range.join.view/iterator/ |
D | increment.pass.cpp | 33 std::ranges::join_view jv(buffer1); in test() local 43 std::ranges::join_view jv(ValueView<IntView>{children}); in test() local 54 std::ranges::join_view jv(buffer1); in test() local 62 std::ranges::join_view jv(small); in test() local 72 auto jv = std::ranges::join_view(ParentView(children)); in test() local 85 std::ranges::join_view jv(ParentView(children, 0)); in test() local 92 std::ranges::join_view jv(ParentView(children, 1)); in test() local 104 std::ranges::join_view jv(ParentView(children, 1)); in test() local 113 std::ranges::join_view jv(ParentView(children, 1)); in test() local 120 auto jv = std::ranges::join_view(ParentView(children)); in test() local [all …]
|
D | decrement.pass.cpp | 33 constexpr void noDecrementTest(auto&& jv) { in noDecrementTest() 44 std::ranges::join_view jv(buffer); in test() local 53 std::ranges::join_view jv(buffer); in test() local 62 std::ranges::join_view jv(buffer); in test() local 71 std::ranges::join_view jv(buffer); in test() local 80 std::ranges::join_view jv(small); in test() local 95 std::ranges::join_view jv(inners); in test() local 107 std::ranges::join_view jv(buffer); in test() local 123 std::ranges::join_view jv(outer); in test() local 131 std::ranges::join_view jv(outer); in test() local [all …]
|
D | eq.pass.cpp | 24 std::ranges::join_view jv(buffer); in test() local 40 std::ranges::join_view jv(outer); in test() local 51 std::ranges::join_view jv(Outer{inners}); in test() local 62 std::ranges::join_view jv{inners}; in test() local
|
D | star.pass.cpp | 24 std::ranges::join_view jv(buffer); in test() local 31 std::ranges::join_view jv(buffer); in test() local 38 auto jv = std::ranges::join_view(ParentView(children)); in test() local
|
D | iter.swap.pass.cpp | 27 std::ranges::join_view jv(buffer); in test() local 42 std::ranges::join_view jv(inners); in test() local 63 std::ranges::join_view jv(inners); in test() local
|
D | arrow.pass.cpp | 109 std::ranges::join_view jv(ValueView<ValueView<Box>>{children}); in test() local 115 std::ranges::join_view jv(buffer); in test() local 121 const std::ranges::join_view jv(buffer); in test() local 132 std::ranges::join_view jv{inners}; in test() local 143 std::ranges::join_view jv{inners}; in test() local 151 std::ranges::join_view jv{inners}; in test() local
|
D | ctor.other.pass.cpp | 40 std::ranges::join_view jv(CopyableParent{children}); in test() local 56 std::ranges::join_view jv(outer); in test() local 69 std::ranges::join_view jv(outer); in test() local
|
D | iter.move.pass.cpp | 23 std::ranges::join_view jv(buffer); in test() local 34 std::ranges::join_view jv(inners); in test() local
|
D | ctor.parent.outer.pass.cpp | 31 std::ranges::join_view jv(parent); in test() local 44 std::ranges::join_view jv(outer); in test() local
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.adaptors/range.join.view/sentinel/ |
D | eq.pass.cpp | 66 auto jv = std::ranges::join_view(ParentView(children)); in test() local 75 const auto jv = std::ranges::join_view(ParentView(children)); in test() local 83 auto jv = std::ranges::join_view(outer); in test() local
|
D | ctor.parent.pass.cpp | 25 std::ranges::join_view jv(parent); in test() local
|
/external/skia/modules/skottie/src/animator/ |
D | ShapeKeyframeAnimator.cpp | 42 static const skjson::ObjectValue* shape_root(const skjson::Value& jv) { in shape_root() 52 static bool parse_encoding_len(const skjson::Value& jv, size_t* len) { in parse_encoding_len() 62 static bool parse_encoding_data(const skjson::Value& jv, size_t data_len, float data[]) { in parse_encoding_data()
|
D | VectorKeyframeAnimator.cpp | 240 const skjson::Value& jv, in parseKFValue() 280 [](const skjson::Value& jv, size_t* len) -> bool { in bind() 288 [](const skjson::Value& jv, size_t len, float* data) { in bind()
|
/external/rust/crates/libm/src/math/ |
D | rem_pio2_large.rs | 250 let mut jv = div!(e0 - 3, 24); in rem_pio2_large() localVariable 255 let jv = jv as usize; in rem_pio2_large() localVariable
|
/external/javassist/src/main/javassist/ |
D | CtBehavior.java | 462 Javac jv = new Javac(cc); in setBody() local 779 Javac jv = new Javac(cc); in insertBefore() local 853 Javac jv = new Javac(b, cc); in insertAfter() local 916 private int insertAfterAdvice(Bytecode code, Javac jv, String src, in insertAfterAdvice() 1112 Javac jv = new Javac(b, cc); in addCatch() local 1218 Javac jv = new Javac(cc); in insertAt() local
|
/external/skia/modules/skottie/src/text/ |
D | TextValue.cpp | 16 bool Parse(const skjson::Value& jv, const internal::AnimationBuilder& abuilder, TextValue* v) { in Parse()
|
/external/musl/src/math/ |
D | __rem_pio2_large.c | 275 int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; in __rem_pio2_large() local
|