Home
last modified time | relevance | path

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

/system/netd/server/
DUidRanges.cpp79 void UidRanges::remove(const UidRanges& other) { in remove() function in UidRanges
/system/core/include/utils/
DLruCache.h163 bool LruCache<TKey, TValue>::remove(const TKey& key) { in remove() function
/system/core/libutils/
DString16.cpp385 status_t String16::remove(size_t len, size_t begin) in remove() function in android::String16
DVectorImpl.cpp661 ssize_t SortedVectorImpl::remove(const void* item) in remove() function in android::SortedVectorImpl
/system/core/libutils/tests/
DBasicHashtable_test.cpp134 static bool remove(BasicHashtable<TKey, key_value_pair_t<TKey, TValue> >& h, in remove() function
/system/core/adb/
Dcommandline.c1506 char remove = 0; in adb_commandline() local