Home
last modified time | relevance | path

Searched defs:remove (Results 351 - 375 of 672) sorted by relevance

1...<<11121314151617181920>>...27

/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DCollectionUtilities.java413 public static String remove(String source, UnicodeSet removals) { in remove() method in CollectionUtilities
505 public void remove() { in remove() method in CollectionUtilities.FilteredIterator
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_ir.cpp255 void node::remove() {parent->remove_node(this); in remove() function in r600_sb::node
/third_party/nghttp2/src/
H A Dmemchunk.h214 size_t remove(void *dest, size_t count) { in remove() function
247 size_t remove(Memchunks &dest, size_t count) { in remove() function
279 size_t remove(Memchunks &dest) { in remove() function
463 size_t remove(void *dest, size_t count) { in remove() function
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_util.h366 void remove(int& id) in remove() function in nv50_ir::ArrayList
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DRangeTable.java272 public Builder remove(RangeTree ranges) { in remove() method in RangeTable.Builder
281 public Builder remove(Column<?> column) { in remove() method in RangeTable.Builder
287 public Builder remove(Collection<Column<?>> columns) { in remove() method in RangeTable.Builder
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DConstantsContext.h666 void remove(ConstantClass *CP) { in remove() function in llvm::ConstantUniqueMap
/third_party/vk-gl-cts/executor/
H A DxeTestCase.cpp396 void TestSet::remove (const TestNode* node) in remove() function in TestSet
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DReactor.cpp77 void Variable::UnmaterializedVariables::remove(const Variable *v) in remove() function in rr::Variable::UnmaterializedVariables
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
H A DContext.cpp74 void Broadcaster<Listener>::remove(Listener *l) in remove() function in __anon22992::Broadcaster
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDevice.cpp94 void Device::SamplerIndexer::remove(const SamplerState &samplerState) in remove() function in vk::Device::SamplerIndexer
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
H A DBitmapSizeTable.java405 public void remove() { in remove() method in BitmapSizeTable.Builder.BitmapGlyphInfoIterator
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
H A DCMapFormat4.java264 public void remove() { in remove() method in CMapFormat4.CharacterIterator
/third_party/python/Lib/
H A Dweakref.py105 def remove(wr, selfref=ref(self), _atomic_removal=_remove_dead_weakref): function
369 def remove(k, selfref=ref(self)): function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A Dilist.h264 pointer remove(iterator &IT) { in remove() function in llvm::iplist_impl
271 pointer remove(const iterator &IT) { in remove() function in llvm::iplist_impl
276 pointer remove(pointer IT) { return remove(iterator(IT)); } in remove() function in llvm::iplist_impl
277 pointer remove(reference IT) { return remove(iterator(IT)); } in remove() function in llvm::iplist_impl
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A Dilist.h249 pointer remove(iterator &IT) { in remove() function in llvm::iplist_impl
256 pointer remove(const iterator &IT) { in remove() function in llvm::iplist_impl
261 pointer remove(pointer IT) { return remove(iterator(IT)); } in remove() function in llvm::iplist_impl
262 pointer remove(reference IT) { return remove(iterator(IT)); } in remove() function in llvm::iplist_impl
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DMapField.java329 public V remove(Object key) { in remove() method in MapField.MutatabilityAwareMap
427 public boolean remove(Object o) { in remove() method in MapField.MutatabilityAwareMap.MutatabilityAwareCollection
524 public boolean remove(Object o) { in remove() method in MapField.MutatabilityAwareMap.MutatabilityAwareSet
595 public void remove() { in remove() method in MapField.MutatabilityAwareMap.MutatabilityAwareIterator
H A DSmallSortedMap.java279 public V remove(Object o) { in remove() method in SmallSortedMap
507 public boolean remove(Object o) { in remove() method in SmallSortedMap.EntrySet
558 public void remove() { in remove() method in SmallSortedMap.EntryIterator
608 public void remove() { remove() method in SmallSortedMap.DescendingEntryIterator
[all...]
/third_party/skia/include/private/
H A DSkTHash.h118 void remove(const K& key) { in remove() function in SkTHashTable
451 void remove(const K& key) { in remove() function in SkTHashMap
516 void remove(const T& item) { in remove() function in SkTHashSet
/third_party/skia/modules/skplaintexteditor/src/
H A Deditor.cpp174 Editor::TextPosition Editor::remove(TextPosition pos1, TextPosition pos2) { in remove() function in Editor
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktGlobalPriorityQueueUtils.cpp135 bool QueueGlobalPriorities::remove (const Priority& prio) in remove() function in vkt::synchronization::QueueGlobalPriorities
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dlazy_for_each_builder.h412 void ProcessOffscreenNode(RefPtr<UINode> uiNode, bool remove) in ProcessOffscreenNode() argument
/kernel/linux/linux-5.10/drivers/firmware/efi/
H A Dvars.c809 efivar_entry_find(efi_char16_t *name, efi_guid_t guid, struct list_head *head, bool remove) efivar_entry_find() argument
[all...]
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Decard.h204 void (*remove)(struct expansion_card *); member
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Decard.h204 void (*remove)(struct expansion_card *); member
/kernel/linux/linux-5.10/drivers/hwtracing/intel_th/
H A Dintel_th.h162 void (*remove)(struct intel_th_device *thdev); member

Completed in 43 milliseconds

1...<<11121314151617181920>>...27