Home
last modified time | relevance | path

Searched defs:jv (Results 1 – 25 of 43) sorted by relevance

12

/external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.adaptors/range.join.view/
Dend.pass.cpp59 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 …]
Dbegin.pass.cpp48 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 …]
Dbase.pass.cpp30 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
Dgeneral.pass.cpp36 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
Dadaptor.pass.cpp71 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
Dctor.view.pass.cpp25 auto jv = std::ranges::join_view(ParentView{children}); in test() local
30 std::ranges::join_view jv(buffer); in test() local
Dctor.default.pass.cpp28 std::ranges::join_view<ParentView<ChildView>> jv; in test() local
34 std::ranges::join_view<DefaultView> jv; in test() local
Dctad.compile.pass.cpp76 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/
Dincrement.pass.cpp33 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 …]
Ddecrement.pass.cpp33 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 …]
Deq.pass.cpp24 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
Dstar.pass.cpp24 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
Diter.swap.pass.cpp27 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
Darrow.pass.cpp109 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
Dctor.other.pass.cpp40 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
Diter.move.pass.cpp23 std::ranges::join_view jv(buffer); in test() local
34 std::ranges::join_view jv(inners); in test() local
Dctor.parent.outer.pass.cpp31 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/
Deq.pass.cpp66 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
Dctor.parent.pass.cpp25 std::ranges::join_view jv(parent); in test() local
/external/skia/modules/skottie/src/animator/
DShapeKeyframeAnimator.cpp42 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()
DVectorKeyframeAnimator.cpp240 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/
Drem_pio2_large.rs250 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/
DCtBehavior.java462 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/
DTextValue.cpp16 bool Parse(const skjson::Value& jv, const internal::AnimationBuilder& abuilder, TextValue* v) { in Parse()
/external/musl/src/math/
D__rem_pio2_large.c275 int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; in __rem_pio2_large() local

12