Home
last modified time | relevance | path

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

/tools/external/fat32lib/src/main/java/de/waldheinz/fs/
DFsDirectory.java74 public void remove(String name) throws IOException; in remove() method
/tools/tradefederation/core/src/com/android/tradefed/util/
DGCSBucketUtil.java568 public CommandResult remove(String pattern, boolean force) throws IOException { in remove() method in GCSBucketUtil
608 public CommandResult remove(String pattern) throws IOException { in remove() method in GCSBucketUtil
618 public CommandResult remove(Path path, boolean force) throws IOException { in remove() method in GCSBucketUtil
627 public CommandResult remove(Path path) throws IOException { in remove() method in GCSBucketUtil
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/invoker/
DExecutionProperties.java112 public String remove(String key) { in remove() method in ExecutionProperties
DExecutionFiles.java186 public File remove(String key) { in remove() method in ExecutionFiles
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DFatLfnDirectory.java333 public void remove() { in iterator() method
347 public void remove(String name) in remove() method
/tools/tradefederation/core/src/com/android/tradefed/result/
DTestDescriptionsFile.java118 public void remove(TestDescription test) { in remove() method in TestDescriptionsFile
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
DSdkFileWriter.kt161 val remove = in generate() constant
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/collections/
DSparseArray.kt77 fun remove(key: Int) { in remove() method
/tools/tradefederation/core/common_util/com/android/tradefed/util/
DMultiMap.java161 public List<V> remove(K key) { in remove() method in MultiMap
DConditionPriorityBlockingQueue.java373 public boolean remove(T object) { in remove() method in ConditionPriorityBlockingQueue
/tools/netsim/rust/daemon/src/uwb/
Dranging_estimator.rs50 pub fn remove(&self, pica_id: &Handle) { in remove() method
/tools/security/gdb/heap_print/
Dheap_print_script.py73 def remove(address): member in HeapMapping
/tools/netsim/rust/daemon/src/captures/
Dcapture.rs239 pub fn remove(&mut self, key: &ChipIdentifier) { in remove() method
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandFileParser.java165 public boolean remove(int idx) { in remove() method in CommandFileParser.Bitmask
/tools/tradefederation/core/src/com/android/tradefed/build/
DFileDownloadCache.java601 public V remove(Object key) { in remove() method in FileDownloadCache.CollapsedKeyMap
/tools/netsim/rust/daemon/src/wifi/
Dmedium.rs111 pub fn remove(&self, client_id: u32) { in remove() method
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/lint/
DApiLint.kt1067 val remove = "remove" + name.substring(3) // "add".length in <lambda>() constant