Home
last modified time | relevance | path

Searched defs:insert (Results 176 – 200 of 3376) sorted by relevance

12345678910>>...136

/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DSmallSet.h80 std::pair<NoneType, bool> insert(const T &V) { in insert() function
102 void insert(IterT I, IterT E) { in insert() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/ranges/range.utility/range.utility.conv/
H A Dto.internal_constraints.verify.cpp32 int* insert(int*, int) in insert() function
37 int* insert() in insert() function
/aosp_15_r20/external/aws-sdk-java-v2/services/kms/target/generated-sources/sdk/software/amazon/awssdk/services/kms/endpoints/internal/
H A DScope.java40 public void insert(String name, T value) { in insert() method in Scope
44 public void insert(Identifier name, T value) { in insert() method in Scope
/aosp_15_r20/external/llvm/include/llvm/ADT/
H A DSmallSet.h75 std::pair<NoneType, bool> insert(const T &V) { in insert() function
97 void insert(IterT I, IterT E) { in insert() function
/aosp_15_r20/external/eigen/Eigen/src/StlSupport/
H A DStdVector.h95 iterator insert(const_iterator position, const value_type& x) in insert() function
97 void insert(const_iterator position, size_type new_size, const value_type& x) in insert() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/hashbrown/src/
H A Drustc_entry.rs152 pub fn insert(self, value: V) -> RustcOccupiedEntry<'a, K, V, A> { in insert() method
434 pub fn insert(&mut self, value: V) -> V { in insert() method
574 pub fn insert(self, value: V) -> &'a mut V { in insert() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/hashbrown/src/
H A Drustc_entry.rs152 pub fn insert(self, value: V) -> RustcOccupiedEntry<'a, K, V, A> { in insert() method
434 pub fn insert(&mut self, value: V) -> V { in insert() method
574 pub fn insert(self, value: V) -> &'a mut V { in insert() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/hashbrown/src/
H A Drustc_entry.rs152 pub fn insert(self, value: V) -> RustcOccupiedEntry<'a, K, V, A> { in insert() method
434 pub fn insert(&mut self, value: V) -> V { in insert() method
574 pub fn insert(self, value: V) -> &'a mut V { in insert() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/hashbrown/src/
H A Drustc_entry.rs152 pub fn insert(self, value: V) -> RustcOccupiedEntry<'a, K, V, A> { in insert() method
434 pub fn insert(&mut self, value: V) -> V { in insert() method
574 pub fn insert(self, value: V) -> &'a mut V { in insert() method
/aosp_15_r20/external/rust/android-crates-io/crates/hashbrown/src/
Drustc_entry.rs152 pub fn insert(self, value: V) -> RustcOccupiedEntry<'a, K, V, A> { in insert() method
434 pub fn insert(&mut self, value: V) -> V { in insert() method
574 pub fn insert(self, value: V) -> &'a mut V { in insert() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/hashbrown/src/
H A Drustc_entry.rs152 pub fn insert(self, value: V) -> RustcOccupiedEntry<'a, K, V, A> { in insert() method
434 pub fn insert(&mut self, value: V) -> V { in insert() method
574 pub fn insert(self, value: V) -> &'a mut V { in insert() method
/aosp_15_r20/frameworks/base/media/java/android/media/
H A DMediaInserter.java49 public void insert(Uri tableUri, ContentValues values) throws RemoteException { in insert() method in MediaInserter
57 … private void insert(Uri tableUri, ContentValues values, boolean priority) throws RemoteException { in insert() method in MediaInserter
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/db/
DBatteryEventDao.kt30 fun insert(event: BatteryEventEntity) method
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/display/data/repository/
H A DFakeDisplayWindowPropertiesRepository.kt58 fun insert(instance: DisplayWindowProperties) { in insert() method
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libartbase/base/
Dhash_set.h487 std::pair<iterator, bool> insert(const_iterator hint ATTRIBUTE_UNUSED, const T& element) { in insert() function
490 std::pair<iterator, bool> insert(const_iterator hint ATTRIBUTE_UNUSED, T&& element) { in insert() function
495 std::pair<iterator, bool> insert(const T& element) { in insert() function
498 std::pair<iterator, bool> insert(T&& element) { in insert() function
/aosp_15_r20/prebuilts/module_sdk/art/1/host-exports/include/art/libartbase/base/
Dhash_set.h487 std::pair<iterator, bool> insert(const_iterator hint ATTRIBUTE_UNUSED, const T& element) { in insert() function
490 std::pair<iterator, bool> insert(const_iterator hint ATTRIBUTE_UNUSED, T&& element) { in insert() function
495 std::pair<iterator, bool> insert(const T& element) { in insert() function
498 std::pair<iterator, bool> insert(T&& element) { in insert() function
/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/async/
DSubscriberList.h99 SubscriptionToken insert(SubscriberInfo&& info) { in insert() function
104 SubscriptionToken insert(const SubscriberInfo& info) { in insert() function
/aosp_15_r20/external/rust/android-crates-io/crates/smallvec/benches/
Dbench.rs17 fn insert(&mut self, n: usize, val: T); in insert() method
39 fn insert(&mut self, n: usize, val: T) { in insert() method
69 fn insert(&mut self, n: usize, val: T) { in insert() method
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/include/boost/multi_index/
Dsequenced_index.hpp322 std::pair<iterator,bool> insert(iterator position,BOOST_RV_REF(value_type) x) in insert() function in boost::multi_index::detail::sequenced_index
334 void insert(iterator position,size_type n,value_param_type x) in insert() function in boost::multi_index::detail::sequenced_index
343 void insert(iterator position,InputIterator first,InputIterator last) in insert() function in boost::multi_index::detail::sequenced_index
349 void insert(iterator position,std::initializer_list<value_type> list) in insert() function in boost::multi_index::detail::sequenced_index
355 insert_return_type insert(const_iterator position,BOOST_RV_REF(node_type) nh) in insert() function in boost::multi_index::detail::sequenced_index
/aosp_15_r20/external/python/cpython2/Lib/idlelib/
DPercolator.py23 def insert(self, index, chars, tags=None): member in Percolator
62 def insert(self, *args): member in _percolator.Tracer
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/FlowSensitive/
DMapLattice.h58 insert(const std::pair<const key_type, mapped_type> &P) { in insert() function
62 std::pair<iterator, bool> insert(std::pair<const key_type, mapped_type> &&P) { in insert() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/FlowSensitive/
DMapLattice.h58 insert(const std::pair<const key_type, mapped_type> &P) { in insert() function
62 std::pair<iterator, bool> insert(std::pair<const key_type, mapped_type> &&P) { in insert() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Analysis/FlowSensitive/
DMapLattice.h58 insert(const std::pair<const key_type, mapped_type> &P) { in insert() function
62 std::pair<iterator, bool> insert(std::pair<const key_type, mapped_type> &&P) { in insert() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/FlowSensitive/
DMapLattice.h58 insert(const std::pair<const key_type, mapped_type> &P) { in insert() function
62 std::pair<iterator, bool> insert(std::pair<const key_type, mapped_type> &&P) { in insert() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/
Dunordered_set.hpp203 BOOST_INTRUSIVE_FORCEINLINE std::pair<iterator, bool> insert(reference value) in insert() function in boost::intrusive::unordered_set_impl
208 BOOST_INTRUSIVE_FORCEINLINE void insert(Iterator b, Iterator e) in insert() function in boost::intrusive::unordered_set_impl
704 BOOST_INTRUSIVE_FORCEINLINE iterator insert(reference value) in insert() function in boost::intrusive::unordered_multiset_impl
709 BOOST_INTRUSIVE_FORCEINLINE void insert(Iterator b, Iterator e) in insert() function in boost::intrusive::unordered_multiset_impl

12345678910>>...136