/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 | 143 bool ArrayQueueCore<ElementType, StorageType>::remove(size_t index) { in remove() function
|
D | segmented_queue_impl.h | 157 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 | 132 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 343 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/binder/ |
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/authgraph/core/src/ |
D | keyexchange.rs | 101 fn remove(&mut self, opened_session: SessionDigest) -> Result<(), Error> { in remove() method
|
/system/extras/simpleperf/scripts/ |
D | simpleperf_utils.py | 395 def remove(dir_or_file: Union[Path, str]): function
|
/system/media/audio_utils/include/audio_utils/ |
D | mutex.h | 719 bool remove(const Item& item) { in remove() function
|