Home
last modified time | relevance | path

Searched defs:remove (Results 26 - 50 of 294) sorted by relevance

12345678910>>...12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A Dilist_base.h80 template <class T> static void remove(T &N) { removeImpl(N); } in remove() function in llvm::ilist_base
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DGISelWorkList.h85 void remove(const MachineInstr *I) { in remove() function in llvm::GISelWorkList
/third_party/skia/modules/skplaintexteditor/src/
H A Dstringslice.cpp60 void StringSlice::remove(std::size_t offset, std::size_t length) { in remove() function in StringSlice
/base/request/request/services/src/service/command/
H A Dmod.rs21 mod remove; modules
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DCollectionSet.java61 public boolean remove(Object o) { in remove() method in CollectionSet
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DCollectionSet.java63 public boolean remove(Object o) { in remove() method in CollectionSet
/third_party/icu/icu4c/source/common/unicode/
H A Denumset.h42 inline void remove(T toRemove) { set(toRemove, 0); } in remove() function in EnumSet
/third_party/icu/icu4c/source/i18n/
H A Dnfrlist.h54 NFRule* remove(uint32_t index) { in remove() function in NFRuleList
/third_party/nghttp2/src/
H A Dtemplate.h119 void remove(T *t) { in remove() function
/third_party/node/deps/icu-small/source/common/unicode/
H A Denumset.h42 inline void remove(T toRemove) { set(toRemove, 0); } in remove() function in EnumSet
/third_party/node/deps/icu-small/source/i18n/
H A Dnfrlist.h54 NFRule* remove(uint32_t index) { in remove() function in NFRuleList
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DAbstractProtobufList.java137 public E remove(int index) { in remove() method in AbstractProtobufList
143 public boolean remove(Object o) { in remove() method in AbstractProtobufList
H A DProtobufArrayList.java130 public E remove(int index) { in remove() method in ProtobufArrayList
/third_party/skia/src/core/
H A DSkTDynamicHash.h45 void remove(const Key& key) { fTable.remove(key); } in remove() function in SkTDynamicHash
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
H A DNameSpace.hpp87 ObjectType *remove(GLuint name) in remove() function in gl::NameSpace
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnfrlist.h54 NFRule* remove(uint32_t index) { in remove() function in NFRuleList
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A Dilist_base.h83 template <class T> static void remove(T &N) { removeImpl(N); } in remove() function in llvm::ilist_base
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Denumset.h42 inline void remove(T toRemove) { set(toRemove, 0); } in remove() function in EnumSet
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/
H A Dnode.js44 _proto.remove = function remove() { function
/base/request/request/services/src/manage/events/
H A Dmod.rs30 mod remove; modules
/base/security/asset/interfaces/inner_kits/rs/src/
H A Dplugin_interface.rs103 fn remove(&mut self, attributes: &ExtDbMap) -> Result<i32, u32>; in remove() functions
/base/security/asset/services/core_service/src/
H A Dlib.rs176 fn remove(&self, calling_info: &CallingInfo, query: &AssetMap) -> Result<()> { in remove() functions
/device/soc/rockchip/common/sdk_linux/drivers/mmc/core/
H A Dcore.h24 void (*remove)(struct mmc_host *); member
/foundation/multimodalinput/input/service/libinput_adapter/test/
H A Dhotplug_detector_test.cpp112 auto remove = [&removeCalled, &removePath](std::string path) { in HWTEST_F() local
/foundation/resourceschedule/ffrt/src/sync/
H A Ddelayed_worker.cpp205 bool DelayedWorker::remove(const TimePoint& to, WaitEntry* we) in remove() function in ffrt::DelayedWorker

Completed in 9 milliseconds

12345678910>>...12