Home
last modified time | relevance | path

Searched defs:extend (Results 101 – 125 of 1103) sorted by relevance

12345678910>>...45

/aosp_15_r20/external/python/cpython3/Lib/distutils/
Dfilelist.py54 def extend(self, items): member in FileList
/aosp_15_r20/external/python/cpython2/Lib/distutils/
Dfilelist.py55 def extend(self, items): member in FileList
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/distutils/
Dfilelist.py54 def extend(self, items): member in FileList
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/reflect/
Dprotobuf_type_box.rs122 fn extend<V: ProtobufValue>(repeated: &mut ReflectRepeatedMut, mut v: Vec<V>) { in read_repeated_into() function
/aosp_15_r20/external/swiftshader/src/Vulkan/Debug/
H A DVariable.hpp198 void VariableContainer::extend(const std::shared_ptr<Variables> &base) in extend() function in vk::dbg::VariableContainer
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/distutils/
Dfilelist.py54 def extend(self, items): member in FileList
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/distutils/
H A Dfilelist.py54 def extend(self, items): member in FileList
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/bytes-1.6.0/src/
H A Dbytes_mut.rs1274 fn extend<T>(&mut self, iter: T) in extend() method
1292 fn extend<T>(&mut self, iter: T) in extend() method
1301 fn extend<T>(&mut self, iter: T) in extend() method
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpython_list.h172 void extend(const at::IValue& iterable) { in extend() function
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/mapper/
H A DStaticTableSchema.java184 public Builder<T> extend(StaticTableSchema<? super T> superTableSchema) { in extend() method in StaticTableSchema.Builder
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/internal/
H A Dcontainers.py160 def extend(self, elem_seq: Iterable[_T]) -> None: member in RepeatedScalarFieldContainer
301 def extend(self, elem_seq: Iterable[_T]) -> None: member in RepeatedCompositeFieldContainer
/aosp_15_r20/external/protobuf/python/google/protobuf/internal/
H A Dcontainers.py160 def extend(self, elem_seq: Iterable[_T]) -> None: member in RepeatedScalarFieldContainer
301 def extend(self, elem_seq: Iterable[_T]) -> None: member in RepeatedCompositeFieldContainer
/aosp_15_r20/external/sg3_utils/examples/
H A Dsg__sat_phy_event.c162 int extend = 0; in main() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/
H A Dbuild.rs170 fn extend(&mut self, sources: &[(&'static str, &'static str)]) { in extend() method
/aosp_15_r20/external/pytorch/functorch/csrc/dim/
H A Darena.h79 void extend(Arena& arena, const T* begin, const T* end) { in extend() function
/aosp_15_r20/external/rust/android-crates-io/crates/async-task/src/
Dutils.rs89 pub(crate) const fn extend(self, other: Layout) -> Option<(Layout, usize)> { in extend() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/
H A Dbuild.rs170 fn extend(&mut self, sources: &[(&'static str, &'static str)]) { in extend() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/
H A Dbuild.rs170 fn extend(&mut self, sources: &[(&'static str, &'static str)]) { in extend() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/compiler_builtins/
H A Dbuild.rs170 fn extend(&mut self, sources: &[(&'static str, &'static str)]) { in extend() method
/aosp_15_r20/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dbuffer_with_extendable_buffer.cpp54 bool BufferWithExtendableBuffer::extend(const int size) { in extend() function in latinime::BufferWithExtendableBuffer
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/
H A Dbuild.rs170 fn extend(&mut self, sources: &[(&'static str, &'static str)]) { in extend() method
/aosp_15_r20/external/rust/cxx/syntax/
Dattrs.rs293 pub(crate) fn extend(&mut self, other: Self) { in extend() method
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dcontainers.py105 def extend(self, lines: Iterable["Text"]) -> None: member in Lines
/aosp_15_r20/build/make/tools/releasetools/
H A Drangelib.py279 def extend(self, n): member in RangeSet
/aosp_15_r20/external/mesa3d/src/panfrost/midgard/
H A Dmidgard_address.c204 mir_match_offset(nir_def *offset, bool first_free, bool extend) in mir_match_offset()

12345678910>>...45