Home
last modified time | relevance | path

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

12345

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.join/
H A Dend.pass.cpp61 std::ranges::join_view jv(outer); in test() local
76 std::ranges::join_view jv(outer); in test() local
91 std::ranges::join_view jv(outer); in test() local
106 std::ranges::join_view jv(outer); in test() local
119 std::ranges::join_view jv(outer); in test() local
134 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 …]
H A Dbegin.pass.cpp50 auto jv = std::ranges::join_view(ParentView{children}); in test() local
57 auto jv = std::ranges::join_view(ParentView{children}); in test() local
65 std::ranges::join_view jv(ParentView(children, 0)); in test() local
72 std::ranges::join_view jv(ParentView(children, 1)); in test() local
79 std::ranges::join_view jv(ParentView(children, 1)); in test() local
86 std::ranges::join_view jv(ParentView(children, 1)); in test() local
94 auto jv = std::ranges::join_view(ParentView{children}); in test() local
102 auto jv = std::ranges::join_view(ParentView{children}); in test() local
110 auto jv = std::ranges::join_view(ParentView{children}); in test() local
115 std::ranges::join_view jv(buffer); in test() local
[all …]
H A Dbase.pass.cpp29 auto jv = std::ranges::join_view(ParentView{children}); in test() local
37 std::ranges::join_view jv(buffer); in test() local
45 const std::ranges::join_view jv(buffer); in test() local
H A Dgeneral.pass.cpp35 auto jv = std::ranges::join_view(ParentView(children)); in main() local
42 std::ranges::join_view jv(vec); in main() local
58 std::ranges::join_view jv(y); in main() local
H A Dadaptor.pass.cpp66 auto jv = std::views::join(nested); in test() local
101 auto jv = nested | std::views::join | std::views::join; in test() local
111 auto jv = nested | join_twice; in test() local
H A Dctor.view.pass.cpp24 auto jv = std::ranges::join_view(ParentView{children}); in test() local
29 std::ranges::join_view jv(buffer); in test() local
H A Dctor.default.pass.cpp27 std::ranges::join_view<ParentView<ChildView>> jv; in test() local
33 std::ranges::join_view<DefaultView> jv; in test() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.join/range.join.iterator/
H A Dincrement.pass.cpp32 std::ranges::join_view jv(buffer1); in test() local
42 std::ranges::join_view jv(ValueView<IntView>{children}); in test() local
53 std::ranges::join_view jv(buffer1); in test() local
61 std::ranges::join_view jv(small); in test() local
71 auto jv = std::ranges::join_view(ParentView(children)); in test() local
84 std::ranges::join_view jv(ParentView(children, 0)); in test() local
91 std::ranges::join_view jv(ParentView(children, 1)); in test() local
103 std::ranges::join_view jv(ParentView(children, 1)); in test() local
112 std::ranges::join_view jv(ParentView(children, 1)); in test() local
119 auto jv = std::ranges::join_view(ParentView(children)); in test() local
[all …]
H A Ddecrement.pass.cpp35 constexpr void noDecrementTest(auto&& jv) { in noDecrementTest()
46 std::ranges::join_view jv(buffer); in test() local
55 std::ranges::join_view jv(buffer); in test() local
64 std::ranges::join_view jv(buffer); in test() local
73 std::ranges::join_view jv(buffer); in test() local
82 std::ranges::join_view jv(small); in test() local
97 std::ranges::join_view jv(inners); in test() local
109 std::ranges::join_view jv(buffer); in test() local
125 std::ranges::join_view jv(outer); in test() local
133 std::ranges::join_view jv(outer); in test() local
[all …]
H A Darrow.pass.cpp108 std::ranges::join_view jv(ValueView<ValueView<Box>>{children}); in test() local
114 std::ranges::join_view jv(buffer); in test() local
120 const std::ranges::join_view jv(buffer); in test() local
131 std::ranges::join_view jv{inners}; in test() local
142 std::ranges::join_view jv{inners}; in test() local
150 std::ranges::join_view jv{inners}; in test() local
H A Deq.pass.cpp23 std::ranges::join_view jv(buffer); in test() local
39 std::ranges::join_view jv(outer); in test() local
50 std::ranges::join_view jv(Outer{inners}); in test() local
59 std::ranges::join_view jv{inners}; in test() local
H A Dstar.pass.cpp23 std::ranges::join_view jv(buffer); in test() local
30 std::ranges::join_view jv(buffer); in test() local
37 auto jv = std::ranges::join_view(ParentView(children)); in test() local
H A Diter.swap.pass.cpp26 std::ranges::join_view jv(buffer); in test() local
41 std::ranges::join_view jv(inners); in test() local
62 std::ranges::join_view jv(inners); in test() local
H A Dctor.other.pass.cpp39 std::ranges::join_view jv(ForwardCopyableParent{children}); in test() local
55 std::ranges::join_view jv(outer); in test() local
68 std::ranges::join_view jv(outer); in test() local
H A Diter.move.pass.cpp22 std::ranges::join_view jv(buffer); in test() local
33 std::ranges::join_view jv(inners); in test() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.join/range.join.sentinel/
H A Deq.pass.cpp67 auto jv = std::ranges::join_view(ParentView(children)); in test() local
75 auto jv = std::ranges::join_view(ForwardParentView<ParentT>(children)); in test() local
84 const auto jv = std::ranges::join_view(ForwardParentView<ParentT>(children)); in test() local
92 auto jv = std::ranges::join_view(outer); in test() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/ranges/range.adaptors/range.join/range.join.iterator/
H A Dctor.parent.outer.pass.cpp26 std::ranges::join_view jv(std::move(r)); in test() local
33 std::ranges::join_view jv(std::ranges::ref_view{r}); in test() local
52 std::ranges::join_view jv(outer); in test() local
/aosp_15_r20/external/javassist/src/main/javassist/
H A 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
/aosp_15_r20/external/skia/modules/skottie/src/animator/
H A DShapeKeyframeAnimator.cpp54 static const skjson::ObjectValue* shape_root(const skjson::Value& jv) { in shape_root()
64 static bool parse_encoding_len(const skjson::Value& jv, size_t* len) { in parse_encoding_len()
74 static bool parse_encoding_data(const skjson::Value& jv, size_t data_len, float data[]) { in parse_encoding_data()
H A DVectorKeyframeAnimator.cpp253 const skjson::Value& jv, in parseKFValue()
293 [](const skjson::Value& jv, size_t* len) -> bool { in bind()
301 [](const skjson::Value& jv, size_t len, float* data) { in bind()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A 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
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A 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
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A 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
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A 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
/aosp_15_r20/external/rust/android-crates-io/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

12345