Home
last modified time | relevance | path

Searched defs:remove (Results 151 - 175 of 271) sorted by relevance

1234567891011

/third_party/rust/crates/nix/src/sys/
H A Dselect.rs44 pub fn remove(&mut self, fd: RawFd) { in remove() functions
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A DvksStructsVKSC.hpp79 void remove () in remove() function
/third_party/ffmpeg/libavformat/
H A Dhdsenc.c477 int remove = os->nb_fragments - c->window_size - c->extra_window_size; in hds_flush() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DXCldrStub.java177 public void remove() { in remove() method in XCldrStub.MultimapIterator
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DTransliteratorRegistry.java377 public void remove(String ID) { in remove() method in TransliteratorRegistry
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/
H A DCollectionUtilities.java416 public static String remove(String source, UnicodeSet removals) { in remove() method in CollectionUtilities
508 public void remove() { in remove() method in CollectionUtilities.FilteredIterator
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DTrieMap.java190 public void remove() { in remove() method in TrieMap.BytesTrieMap.BytesIterator
376 public void remove() { in remove() method in TrieMap.CharsTrieMap.CharsIterator
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DTransliteratorRegistry.java378 public void remove(String ID) { in remove() method in TransliteratorRegistry
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
H A DXCldrStub.java185 public void remove() { in remove() method in XCldrStub.MultimapIterator
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DTrieMap.java189 public void remove() { in remove() method in TrieMap.BytesTrieMap.BytesIterator
375 public void remove() { in remove() method in TrieMap.CharsTrieMap.CharsIterator
/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...]

Completed in 40 milliseconds

1234567891011