Home
last modified time | relevance | path

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

12345678910>>...17

/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/engine/plugins/
DPluginRegistry.java48 void remove(@NonNull Class<? extends FlutterPlugin> pluginClass); in remove() method
56 void remove(@NonNull Set<Class<? extends FlutterPlugin>> plugins); in remove() method
/third_party/node/lib/internal/
Dlinkedlist.js15 function remove(item) { function
51 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/cef/libcef_dll/wrapper/
Dcef_browser_info_map.h88 bool remove = false; in Find() local
112 bool remove, keepgoing = true; in FindAll() local
160 bool remove, keepgoing; in FindAll() local
/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/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/musl/porting/liteos_m/kernel/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/typescript/tests/cases/compiler/
DcontextualTypingOfGenericFunctionTypedArguments1.ts4 remove(x: T): boolean; method
DtooFewArgumentsInGenericFunctionTypedArgument.ts4 remove(x: T, y: U): boolean; method
DgenericCombinators2.ts4 remove(x: T, y: U): boolean; method
DcallbacksDontShareTypes.ts4 remove(x: T): boolean; method
/third_party/node/deps/npm/node_modules/node-gyp/lib/
Dremove.js9 function remove (gyp, argv, callback) { function
/third_party/flutter/skia/infra/bots/assets/
Dassets.py32 def remove(args): function
/third_party/jsframework/runtime/main/app/
Dmap.ts54 public remove(instance: Page) { method in PageLinkedMap
/third_party/node/test/parallel/
Dtest-event-emitter-once.js36 function remove() { function
/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/extend/systemplugin/ohos/
Drequest.js109 remove: function (...args) { method
195 remove: function (...args) { method
/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

12345678910>>...17