Searched refs:remove (Results 1 – 16 of 16) sorted by relevance
/system/netd/server/ |
D | UidRanges.h | 34 void remove(const UidRanges& other);
|
D | UidRanges.cpp | 79 void UidRanges::remove(const UidRanges& other) { in remove() function in UidRanges
|
D | VirtualNetwork.cpp | 63 mUidRanges.remove(uidRanges); in removeUsers()
|
/system/core/libutils/tests/ |
D | BasicHashtable_test.cpp | 134 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/ |
D | SortedVector.h | 119 ssize_t remove(const TYPE&); 231 ssize_t SortedVector<TYPE>::remove(const TYPE& item) { 232 return SortedVectorImpl::remove(&item);
|
D | LruCache.h | 48 bool remove(const TKey& key); 163 bool LruCache<TKey, TValue>::remove(const TKey& key) { in remove() function 181 return remove(mOldest->key); in removeOldest()
|
D | KeyedVector.h | 183 mVector.remove(pair); 198 return mVector.remove(key_value_pair_t<KEY,VALUE>(key));
|
D | VectorImpl.h | 154 ssize_t remove(const void* item);
|
D | String16.h | 101 status_t remove(size_t len, size_t begin=0);
|
/system/extras/tests/bionic/libstdc++/ |
D | test_cstdio.cpp | 132 using std::remove;
|
/system/media/camera/docs/ |
D | metadata_model.py | 344 p.parent._entries.remove(p) 347 ancestor._leafs.remove(p) 350 self._clones.remove(p) 352 self._entries_ordered.remove(p)
|
/system/core/adb/ |
D | commandline.c | 1506 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()
|
D | SYNC.TXT | 33 ULNK - Unlink (remove) a file. (Not currently supported)
|
D | SERVICES.TXT | 128 This is used to implement 'adb forward --remove <local>' 132 This is used to implement 'adb forward --remove-all'.
|
/system/core/libutils/ |
D | String16.cpp | 385 status_t String16::remove(size_t len, size_t begin) in remove() function in android::String16
|
D | VectorImpl.cpp | 661 ssize_t SortedVectorImpl::remove(const void* item) in remove() function in android::SortedVectorImpl
|