Home
last modified time | relevance | path

Searched defs:extend (Results 1 – 25 of 1103) sorted by relevance

12345678910>>...45

/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/iter/traits/
H A Dcollect.rs450 fn extend<T: IntoIterator<Item = A>>(&mut self, iter: T); in extend() method
490 fn extend<T: IntoIterator<Item = ()>>(&mut self, iter: T) { in extend() method
522 fn extend<T: IntoIterator<Item = (A, B)>>(&mut self, into_iter: T) { in extend() function
555 fn extend<'a, A, B>( in default_extend_tuple() function
575 fn extend(self, a: &mut A, b: &mut B); in extend() method
584 default fn extend(self, a: &mut ExtendA, b: &mut ExtendB) { in extend() function
595 fn extend(self, a: &mut ExtendA, b: &mut ExtendB) { in extend() function
596 fn extend<'a, A, B>( in extend() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/iter/traits/
H A Dcollect.rs450 fn extend<T: IntoIterator<Item = A>>(&mut self, iter: T); in extend() method
490 fn extend<T: IntoIterator<Item = ()>>(&mut self, iter: T) { in extend() method
522 fn extend<T: IntoIterator<Item = (A, B)>>(&mut self, into_iter: T) { in extend() function
555 fn extend<'a, A, B>( in default_extend_tuple() function
575 fn extend(self, a: &mut A, b: &mut B); in extend() method
584 default fn extend(self, a: &mut ExtendA, b: &mut ExtendB) { in extend() function
595 fn extend(self, a: &mut ExtendA, b: &mut ExtendB) { in extend() function
596 fn extend<'a, A, B>( in extend() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/iter/traits/
H A Dcollect.rs450 fn extend<T: IntoIterator<Item = A>>(&mut self, iter: T); in extend() method
490 fn extend<T: IntoIterator<Item = ()>>(&mut self, iter: T) { in extend() method
522 fn extend<T: IntoIterator<Item = (A, B)>>(&mut self, into_iter: T) { in extend() function
555 fn extend<'a, A, B>( in default_extend_tuple() function
575 fn extend(self, a: &mut A, b: &mut B); in extend() method
584 default fn extend(self, a: &mut ExtendA, b: &mut ExtendB) { in extend() function
595 fn extend(self, a: &mut ExtendA, b: &mut ExtendB) { in extend() function
596 fn extend<'a, A, B>( in extend() function
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-stream/src/stream_ext/
Dcollect.rs94 fn extend(_: sealed::Internal, _collection: &mut (), _item: ()) -> bool { in extend() method
110 fn extend(_: sealed::Internal, collection: &mut String, item: T) -> bool { in extend() method
129 fn extend(_: sealed::Internal, collection: &mut Vec<T>, item: T) -> bool { in extend() method
148 fn extend(_: sealed::Internal, collection: &mut Vec<T>, item: T) -> bool { in extend() method
174 fn extend( in extend() function
221 fn extend(internal: Internal, collection: &mut Self::InternalCollection, item: T) -> bool; in extend() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/skrifa-0.15.5/src/color/
H A Dinstance.rs315 let extend = color_line.extend(); in resolve_paint() localVariable
329 let extend = color_line.extend(); in resolve_paint() localVariable
344 let extend = color_line.extend(); in resolve_paint() localVariable
358 let extend = color_line.extend(); in resolve_paint() localVariable
373 let extend = color_line.extend(); in resolve_paint() localVariable
385 let extend = color_line.extend(); in resolve_paint() localVariable
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dextend.inl7 GLM_FUNC_QUALIFIER genType extend function
18 GLM_FUNC_QUALIFIER tvec2<T, P> extend function
29 GLM_FUNC_QUALIFIER tvec3<T, P> extend function
40 GLM_FUNC_QUALIFIER tvec4<T, P> extend function
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Dextend.inl7 GLM_FUNC_QUALIFIER genType extend function
18 GLM_FUNC_QUALIFIER tvec2<T, P> extend function
29 GLM_FUNC_QUALIFIER tvec3<T, P> extend function
40 GLM_FUNC_QUALIFIER tvec4<T, P> extend function
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/stats/
Dtuple.rs32 fn extend(&mut self, other: &mut Self); in extend() method
66 fn extend(&mut self, other: &mut (Vec<A>,)) { in extend() function
107 fn extend(&mut self, other: &mut (Vec<A>, Vec<B>)) { in extend() function
160 fn extend(&mut self, other: &mut (Vec<A>, Vec<B>, Vec<C>)) { in extend() function
231 fn extend(&mut self, other: &mut (Vec<A>, Vec<B>, Vec<C>, Vec<D>)) { in extend() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/iter/traits/
H A Dcollect.rs449 fn extend<T: IntoIterator<Item = A>>(&mut self, iter: T); in extend() method
468 fn extend<T: IntoIterator<Item = ()>>(&mut self, iter: T) { in extend() method
500 fn extend<T: IntoIterator<Item = (A, B)>>(&mut self, into_iter: T) { in extend() function
504 fn extend<'a, A, B>( in extend() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/iter/traits/
H A Dcollect.rs449 fn extend<T: IntoIterator<Item = A>>(&mut self, iter: T); in extend() method
468 fn extend<T: IntoIterator<Item = ()>>(&mut self, iter: T) { in extend() method
500 fn extend<T: IntoIterator<Item = (A, B)>>(&mut self, into_iter: T) { in extend() function
504 fn extend<'a, A, B>( in extend() function
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
H A Dapiviewer.js175 …;var Y=null;qx.Bootstrap.setDisplayNames(V.statics,name);if(V.members||V.extend){qx.Bootstrap.setD… property
/aosp_15_r20/frameworks/base/core/java/android/util/
H A DRange.java275 public Range<T> extend(Range<T> range) { in extend() method in Range
307 public Range<T> extend(T lower, T upper) { in extend() method in Range
336 public Range<T> extend(T value) { in extend() method in Range
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/
Dguards_dended.hpp52 void extend() {} in extend() function in boost::container::detail::null_construction_guard
97 void extend() in extend() function in boost::container::detail::construction_guard
141 void extend() in extend() function in boost::container::detail::nand_construction_guard
/aosp_15_r20/external/skia/modules/skparagraph/src/
H A DTextWrapper.h65 void extend(TextStretch& stretch) { in extend() function
77 void extend(Cluster* cluster) { in extend() function
91 void extend(Cluster* cluster, size_t pos) { in extend() function
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/nodeTypes/
H A DNodeWithExtends.java45 default N setExtendedType(int i, ClassOrInterfaceType extend) { in setExtendedType()
51 default N addExtendedType(ClassOrInterfaceType extend) { in addExtendedType()
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/analysis/interpolation/
H A DUnivariatePeriodicInterpolator.java44 private final int extend; field in UnivariatePeriodicInterpolator
59 int extend) { in UnivariatePeriodicInterpolator()
/aosp_15_r20/external/rust/android-crates-io/crates/xml-rs/src/
Dnamespace.rs447 fn extend<T>(&mut self, iterable: T) where T: IntoIterator<Item=UriMapping<'a>> { in extend() method
455 fn extend<T>(&mut self, iterable: T) where T: IntoIterator<Item=UriMapping<'a>> { in extend() method
503 fn extend<T>(&mut self, iterable: T) where T: IntoIterator<Item=UriMapping<'b>> { in extend() method
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpython_arg_flatten.h47 void extend(const autograd::variable_list& list) { in extend() function
104 void extend(const autograd::variable_list& list) { in extend() function
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/rsc.io/markdown/
Dcode.go176 func (c *preBuilder) extend(p *parseState, s line) (line, bool) { func
196 func (c *fenceBuilder) extend(p *parseState, s line) (line, bool) { func
/aosp_15_r20/external/sg3_utils/src/
H A Dsg_sat_set_features.c112 int cdb_len, bool ck_cond, bool extend, int verbose) in do_set_features()
306 bool extend = false; in main() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/
H A Dstring.rs2196 fn extend<I: IntoIterator<Item = char>>(&mut self, iter: I) { in extend() method
2217 fn extend<I: IntoIterator<Item = &'a char>>(&mut self, iter: I) { in extend() method
2235 fn extend<I: IntoIterator<Item = &'a str>>(&mut self, iter: I) { in extend() method
2248 fn extend<I: IntoIterator<Item = Box<str, A>>>(&mut self, iter: I) { in extend() method
2256 fn extend<I: IntoIterator<Item = String>>(&mut self, iter: I) { in extend() method
2269 fn extend<I: IntoIterator<Item = Cow<'a, str>>>(&mut self, iter: I) { in extend() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/
H A Dstring.rs2196 fn extend<I: IntoIterator<Item = char>>(&mut self, iter: I) { in extend() method
2217 fn extend<I: IntoIterator<Item = &'a char>>(&mut self, iter: I) { in extend() method
2235 fn extend<I: IntoIterator<Item = &'a str>>(&mut self, iter: I) { in extend() method
2248 fn extend<I: IntoIterator<Item = Box<str, A>>>(&mut self, iter: I) { in extend() method
2256 fn extend<I: IntoIterator<Item = String>>(&mut self, iter: I) { in extend() method
2269 fn extend<I: IntoIterator<Item = Cow<'a, str>>>(&mut self, iter: I) { in extend() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/
H A Dstring.rs2196 fn extend<I: IntoIterator<Item = char>>(&mut self, iter: I) { in extend() method
2217 fn extend<I: IntoIterator<Item = &'a char>>(&mut self, iter: I) { in extend() method
2235 fn extend<I: IntoIterator<Item = &'a str>>(&mut self, iter: I) { in extend() method
2248 fn extend<I: IntoIterator<Item = Box<str, A>>>(&mut self, iter: I) { in extend() method
2256 fn extend<I: IntoIterator<Item = String>>(&mut self, iter: I) { in extend() method
2269 fn extend<I: IntoIterator<Item = Cow<'a, str>>>(&mut self, iter: I) { in extend() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/
H A Dstring.rs2193 fn extend<I: IntoIterator<Item = char>>(&mut self, iter: I) { in extend() method
2214 fn extend<I: IntoIterator<Item = &'a char>>(&mut self, iter: I) { in extend() method
2232 fn extend<I: IntoIterator<Item = &'a str>>(&mut self, iter: I) { in extend() method
2245 fn extend<I: IntoIterator<Item = Box<str, A>>>(&mut self, iter: I) { in extend() method
2253 fn extend<I: IntoIterator<Item = String>>(&mut self, iter: I) { in extend() method
2266 fn extend<I: IntoIterator<Item = Cow<'a, str>>>(&mut self, iter: I) { in extend() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/
H A Dstring.rs2193 fn extend<I: IntoIterator<Item = char>>(&mut self, iter: I) { in extend() method
2214 fn extend<I: IntoIterator<Item = &'a char>>(&mut self, iter: I) { in extend() method
2232 fn extend<I: IntoIterator<Item = &'a str>>(&mut self, iter: I) { in extend() method
2245 fn extend<I: IntoIterator<Item = Box<str, A>>>(&mut self, iter: I) { in extend() method
2253 fn extend<I: IntoIterator<Item = String>>(&mut self, iter: I) { in extend() method
2266 fn extend<I: IntoIterator<Item = Cow<'a, str>>>(&mut self, iter: I) { in extend() method

12345678910>>...45