Home
last modified time | relevance | path

Searched refs:remove (Results 1 – 16 of 16) sorted by relevance

/system/netd/server/
DUidRanges.h34 void remove(const UidRanges& other);
DUidRanges.cpp79 void UidRanges::remove(const UidRanges& other) { in remove() function in UidRanges
DVirtualNetwork.cpp63 mUidRanges.remove(uidRanges); in removeUsers()
/system/core/libutils/tests/
DBasicHashtable_test.cpp134 static bool remove(BasicHashtable<TKey, key_value_pair_t<TKey, TValue> >& h, in remove() function
229 ASSERT_TRUE(remove(h, 8)); in TEST_F()
256 ASSERT_TRUE(remove(h, int(i))) << "i = " << i; in TEST_F()
295 ASSERT_TRUE(remove(h, K)) << "i = " << i; in TEST_F()
353 ASSERT_TRUE(remove(h, ComplexKey(0))); in TEST_F()
356 ASSERT_TRUE(remove(h, ComplexKey(1))); in TEST_F()
461 ASSERT_TRUE(remove(h, ComplexKey(0))); in TEST_F()
/system/core/include/utils/
DSortedVector.h119 ssize_t remove(const TYPE&);
231 ssize_t SortedVector<TYPE>::remove(const TYPE& item) {
232 return SortedVectorImpl::remove(&item);
DLruCache.h48 bool remove(const TKey& key);
163 bool LruCache<TKey, TValue>::remove(const TKey& key) { in remove() function
181 return remove(mOldest->key); in removeOldest()
DKeyedVector.h183 mVector.remove(pair);
198 return mVector.remove(key_value_pair_t<KEY,VALUE>(key));
DVectorImpl.h154 ssize_t remove(const void* item);
DString16.h101 status_t remove(size_t len, size_t begin=0);
/system/extras/tests/bionic/libstdc++/
Dtest_cstdio.cpp132 using std::remove;
/system/media/camera/docs/
Dmetadata_model.py344 p.parent._entries.remove(p)
347 ancestor._leafs.remove(p)
350 self._clones.remove(p)
352 self._entries_ordered.remove(p)
/system/core/adb/
Dcommandline.c1506 char remove = 0; in adb_commandline() local
1516 remove = 1; in adb_commandline()
1529 if (list + remove + remove_all + no_rebind > 1) { in adb_commandline()
1572 else if (remove) { in adb_commandline()
DSYNC.TXT33 ULNK - Unlink (remove) a file. (Not currently supported)
DSERVICES.TXT128 This is used to implement 'adb forward --remove <local>'
132 This is used to implement 'adb forward --remove-all'.
/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