Home
last modified time | relevance | path

Searched defs:remove (Results 1 – 25 of 317) sorted by relevance

12345678910>>...13

/third_party/node/lib/internal/
Dlinkedlist.js16 function remove(item) { function
52 remove, property
/third_party/node/tools/icu/
Dicutrim.py197 remove = None variable
200 remove = set(config["remove"]) variable
202 remove = set() variable
/third_party/skia/src/sksl/analysis/
DSkSLProgramUsage.cpp146 void ProgramUsage::remove(const Expression* expr) { in remove() function in SkSL::ProgramUsage
151 void ProgramUsage::remove(const Statement* stmt) { in remove() function in SkSL::ProgramUsage
156 void ProgramUsage::remove(const ProgramElement& element) { in remove() function in SkSL::ProgramUsage
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
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() { in remove() method in SmallSortedMap.DescendingEntryIterator
DAbstractProtobufList.java137 public E remove(int index) { in remove() method in AbstractProtobufList
143 public boolean remove(Object o) { in remove() method in AbstractProtobufList
DUnmodifiableLazyStringList.java147 public void remove() { in listIterator() method
179 public void remove() { in iterator() method
DBooleanArrayList.java271 public boolean remove(Object o) { in remove() method in BooleanArrayList
285 public Boolean remove(int index) { in remove() method in BooleanArrayList
/third_party/musl/porting/liteos_m/kernel/src/stdio/
Dremove.c6 int remove(const char *path) in remove() function
/third_party/musl/porting/uniproton/kernel/src/stdio/
Dremove.c6 int remove(const char *path) in remove() function
/third_party/musl/porting/liteos_a/kernel/src/stdio/
Dremove.c6 int remove(const char *path) in remove() function
/third_party/musl/src/stdio/
Dremove.c6 int remove(const char *path) in remove() function
/third_party/jsframework/runtime/main/extend/systemplugin/napi/bundle/
DbundleStatusCallback.js26 remove: function(){ method
/third_party/node/deps/npm/node_modules/node-gyp/lib/
Dremove.js8 async function remove (gyp, argv) { function
/third_party/typescript/tests/cases/compiler/
DcontextualTypingOfGenericFunctionTypedArguments1.ts4 remove(x: T): boolean; method
DgenericCombinators2.ts4 remove(x: T, y: U): boolean; method
DtooFewArgumentsInGenericFunctionTypedArgument.ts4 remove(x: T, y: U): boolean; method
DcallbacksDontShareTypes.ts4 remove(x: T): boolean; method
/third_party/node/test/parallel/
Dtest-event-emitter-once.js36 function remove() { function
/third_party/jsframework/runtime/main/app/
Dmap.ts54 public remove(instance: Page) { method in PageLinkedMap
/third_party/ntfs-3g/libfuse-lite/
Dfuse_signals.c25 static int set_one_signal_handler(int sig, void (*handler)(int), int remove) in set_one_signal_handler() argument
/third_party/jsframework/runtime/main/manage/event/
DCallbackManager.ts55 public remove(callbackId: number): Function { method in CallbackManager
/third_party/libfuse/lib/
Dfuse_signals.c39 static int set_one_signal_handler(int sig, void (*handler)(int), int remove) in set_one_signal_handler() argument
/third_party/node/lib/internal/cluster/
Dshared_handle.js33 SharedHandle.prototype.remove = function(worker) { method in SharedHandle
/third_party/skia/src/gpu/
DGrHashMapWithCache.h63 void remove(K key) { in remove() function
/third_party/jsframework/runtime/main/extend/systemplugin/ohos/
Drequest.js109 remove: function (...args) { method
195 remove: function (...args) { method

12345678910>>...13