Searched defs:remove (Results 1 – 14 of 14) sorted by relevance
| /system/tools/hidl/build/ |
| D | utils.go | 35 func remove(str string, strs []string) []string { func
|
| /system/chre/util/include/chre/util/ |
| D | fixed_size_blocking_queue_impl.h | 40 bool BlockingQueueCore<ElementType, QueueStorageType>::remove(size_t index) { in remove() function
|
| D | priority_queue_impl.h | 104 void PriorityQueue<ElementType, CompareFunction>::remove(size_t index) { in remove() function
|
| D | array_queue_impl.h | 144 bool ArrayQueueCore<ElementType, StorageType>::remove(size_t index) { in remove() function
|
| D | segmented_queue_impl.h | 156 bool SegmentedQueue<ElementType, kBlockSize>::remove(size_t index) { in remove() function
|
| /system/memory/libmemunreachable/ |
| D | LinkedList.h | 35 void remove() { in remove() function
|
| /system/security/keystore2/aidl/android/security/legacykeystore/ |
| D | ILegacyKeystore.aidl | 88 void remove(in String alias, int uid); in remove() method
|
| /system/netd/server/ |
| D | UidRanges.cpp | 130 void UidRanges::remove(const UidRanges& other) { in remove() function in android::net::UidRanges
|
| /system/core/libutils/include/utils/ |
| D | LruCache.h | 220 bool LruCache<TKey, TValue>::remove(const TKey& key) { in remove() function
|
| D | SortedVector.h | 245 ssize_t SortedVector<TYPE>::remove(const TYPE& item) { in remove() function
|
| /system/security/keystore2/legacykeystore/ |
| D | lib.rs | 148 fn remove(&mut self, caller_uid: u32, alias: &str) -> Result<bool> { in remove() method 345 fn remove(&self, alias: &str, uid: i32) -> Result<()> { in remove() method 542 fn remove(&self, alias: &str, uid: i32) -> BinderResult<()> { in remove() method
|
| /system/core/libutils/ |
| D | VectorImpl.cpp | 666 ssize_t SortedVectorImpl::remove(const void* item) in remove() function in android::SortedVectorImpl
|
| /system/hwservicemanager/ |
| D | ServiceManager.cpp | 387 const sp<IBase> remove = hidlService->getService(); in addImpl() local
|
| /system/extras/simpleperf/scripts/ |
| D | simpleperf_utils.py | 393 def remove(dir_or_file: Union[Path, str]): function
|