Home
last modified time | relevance | path

Searched defs:insert (Results 51 - 75 of 357) sorted by relevance

12345678910>>...15

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-priority-queue.hh58 void insert (int64_t priority, unsigned value) in insert() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DBinaryByteStream.h157 void insert(uint32_t Offset, ArrayRef<uint8_t> Bytes) { in insert() function in llvm::AppendingBinaryByteStream
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp214 BT::RegisterCell &BT::RegisterCell::insert(const BT::RegisterCell &RC, in insert() function in BT::RegisterCell
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DPriorityWorklist.h91 bool insert(const T &X) { in insert() function in llvm::PriorityWorklist
114 insert(SequenceT &&Input) { in insert() function in llvm::PriorityWorklist
H A DSmallSet.h180 std::pair<NoneType, bool> insert(const T &V) { in insert() function in llvm::SmallSet
202 void insert(IterT I, IterT E) { in insert() function in llvm::SmallSet
/third_party/python/Lib/turtledemo/
H A Dsorting_animate.py74 def insert(self, key, b): member in Shelf
/third_party/rust/crates/cxx/gen/lib/src/gen/
H A Dinclude.rs51 pub fn insert(&mut self, include: impl Into<Include>) { in insert() functions
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dset.rs28 pub fn insert(&mut self, value: &'a T) -> bool { in insert() functions
89 pub fn insert(&mut self, value: T) -> bool { in insert() functions
/third_party/rust/crates/cxx/syntax/
H A Dset.rs28 pub fn insert(&mut self, value: &'a T) -> bool { in insert() functions
89 pub fn insert(&mut self, value: T) -> bool { in insert() functions
/third_party/skia/experimental/xform/
H A DSkShape.h93 void insert(int index, sk_sp<Shape> s) { in insert() function in GroupShape
/third_party/rust/crates/regex/src/
H A Dsparse.rs47 pub fn insert(&mut self, value: usize) { in insert() functions
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeSTLUtil.hpp112 bool insert (M& map, const typename M::key_type& key, const typename M::mapped_type& value) in insert() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DAttributeMap.cpp22 void AttributeMap::insert(EGLAttrib key, EGLAttrib value) in insert() function in egl::AttributeMap
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
H A Dpost_proc_slr.h103 std::shared_ptr<SLRWeightTuple> insert(uint32_t key, std::shared_ptr<SLRWeightTuple> weightTuple) in insert() function in OHOS::Media::SkSLRCacheMgr
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
H A Dblob_test.cpp311 Entry insert, update, del; in HWTEST_F() local
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/capabilityinfomanager_fuzzer/
H A Dcapabilityinfomanager_fuzzer.cpp35 DistributedKv::Entry insert; in CapabilityInfoManagerFuzzTest() local
/kernel/linux/linux-5.10/tools/testing/selftests/timers/
H A Dleap-a-day.c184 int insert = 1; in main() local
/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dsdhci-bcm-kona.c123 static int sdhci_bcm_kona_sd_card_emulate(struct sdhci_host *host, int insert) in sdhci_bcm_kona_sd_card_emulate() argument
/kernel/linux/linux-5.10/net/rds/
H A Dcong.c104 rds_cong_tree_walk(const struct in6_addr *addr, struct rds_cong_map *insert) rds_cong_tree_walk() argument
/kernel/linux/linux-5.10/include/linux/
H A Dbtree-type.h44 static inline int BTREE_FN(insert)(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE key, in insert() function
87 static inline int BTREE_FN(insert)(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE key, in insert() function
/kernel/linux/linux-6.6/include/linux/
H A Dbtree-type.h44 static inline int BTREE_FN(insert)(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE key, in insert() function
87 static inline int BTREE_FN(insert)(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE key, in insert() function
/kernel/linux/linux-6.6/net/rds/
H A Dcong.c104 rds_cong_tree_walk(const struct in6_addr *addr, struct rds_cong_map *insert) rds_cong_tree_walk() argument
/kernel/linux/linux-6.6/tools/testing/selftests/timers/
H A Dleap-a-day.c184 int insert = 1; in main() local
/third_party/gn/src/gn/
H A Dhash_table_base_unittest.cc141 bool insert(int x) { in insert() function in TestHashTable
[all...]
H A Dpointer_set.h127 void insert(T* ptr) { add(ptr); } in insert() function in PointerSet
131 void insert(InputIter first, InputIter last) { in insert() function in PointerSet
139 void insert(const PointerSet& other) { in insert() function in PointerSet

Completed in 12 milliseconds

12345678910>>...15