Home
last modified time | relevance | path

Searched defs:extend (Results 126 – 150 of 1103) sorted by relevance

12345678910>>...45

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dfilelist.py58 def extend(self, items): member in FileList
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dcontainers.py105 def extend(self, lines: Iterable["Text"]) -> None: member in Lines
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.121/src/syntax/
H A Dattrs.rs293 pub(crate) fn extend(&mut self, other: Self) { in extend() method
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dfilelist.py58 def extend(self, items): member in FileList
/aosp_15_r20/external/python/setuptools/setuptools/_distutils/
Dfilelist.py57 def extend(self, items): member in FileList
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dcontainers.py105 def extend(self, lines: Iterable["Text"]) -> None: member in Lines
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/
Dextend.hpp42 namespace extend { namespace
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dfilelist.py58 def extend(self, items): member in FileList
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.120/src/syntax/
H A Dattrs.rs293 pub(crate) fn extend(&mut self, other: Self) { in extend() method
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dfilelist.py58 def extend(self, items): member in FileList
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dcontainers.py105 def extend(self, lines: Iterable["Text"]) -> None: member in Lines
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v5/
Dregex_raw_buffer.hpp139 void* extend(size_type n) in extend() function in boost::BOOST_REGEX_DETAIL_NS::raw_storage
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/modules/container/
H A Dsequential.h242 void extend(const Container& container) { in extend() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v4/
Dregex_raw_buffer.hpp150 void* BOOST_REGEX_CALL extend(size_type n) in extend() function in boost::BOOST_REGEX_DETAIL_NS::raw_storage
/aosp_15_r20/external/rust/android-crates-io/crates/bytes/src/
Dbytes_mut.rs1367 fn extend<T>(&mut self, iter: T) in extend() method
1385 fn extend<T>(&mut self, iter: T) in extend() method
1394 fn extend<T>(&mut self, iter: T) in extend() method
/aosp_15_r20/external/sg3_utils/src/
H A Dsg_sat_read_gplog.c130 const bool extend = true; in do_read_gplog() local
/aosp_15_r20/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
H A DFileUseMap.java353 void extend(long size) { in extend() method in FileUseMap
/aosp_15_r20/external/mesa3d/meson_to_hermetic/
H A Dmeson_build_state.py167 def extend(self, proj_config): member in ProjectConfig
/aosp_15_r20/external/mesa3d/src/asahi/compiler/
H A Dagx_pack.c418 uint16_t extend = 0; in agx_pack_alu() local
874 uint32_t extend = ((U & BITFIELD_MASK(5)) << 0) | (kill << 5) | in agx_pack_instr() local
/aosp_15_r20/external/angle/src/libANGLE/
H A Dangletypes.cpp823 void ExtendRectangle(const Rectangle &source, const Rectangle &extend, Rectangle *extended) in ExtendRectangle()
928 void Box::extend(const Box &other) in extend() function in gl::Box
/aosp_15_r20/external/rust/android-crates-io/crates/proc-macro2/src/
Dwrapper.rs223 fn extend<I: IntoIterator<Item = TokenTree>>(&mut self, stream: I) { in extend() method
237 fn extend<I: IntoIterator<Item = TokenStream>>(&mut self, streams: I) { in extend() method
/aosp_15_r20/external/igt-gpu-tools/tools/null_state_gen/
H A Dintel_renderstate_gen6.c385 sampler_extend_t extend) in gen6_create_sampler()
/aosp_15_r20/development/vndk/tools/elfcheck/elfcheck/
H A Drewriter.py74 def extend(self, lines): member in StashedLines
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Dmessageformat2_checker.cpp80 void TypeEnvironment::extend(const VariableName& var, TypeEnvironment::Type t, UErrorCode& status) { in extend() function in message2::TypeEnvironment
/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/src/
Darray_of_tables.rs118 fn extend<T: IntoIterator<Item = Table>>(&mut self, iter: T) { in extend() method

12345678910>>...45