Home
last modified time | relevance | path

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

12

/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.cpp139 static bool remove(BasicHashtable<TKey, key_value_pair_t<TKey, TValue> >& h, in remove() function
234 ASSERT_TRUE(remove(h, 8)); in TEST_F()
261 ASSERT_TRUE(remove(h, int(i))) << "i = " << i; in TEST_F()
300 ASSERT_TRUE(remove(h, K)) << "i = " << i; in TEST_F()
358 ASSERT_TRUE(remove(h, ComplexKey(0))); in TEST_F()
361 ASSERT_TRUE(remove(h, ComplexKey(1))); in TEST_F()
466 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/core/libpixelflinger/codeflinger/tinyutils/
DSortedVector.h118 ssize_t remove(const TYPE&);
232 ssize_t SortedVector<TYPE>::remove(const TYPE& item) { in remove() function
233 return SortedVectorImpl::remove(&item); in remove()
DKeyedVector.h161 mVector.remove(pair); in replaceValueFor()
176 return mVector.remove(key_value_pair_t<KEY,VALUE>(key)); in removeItem()
DVectorImpl.h157 ssize_t remove(const void* item);
/system/core/fingerprintd/
DFingerprintDaemonProxy.h42 virtual int32_t remove(int32_t fingerId, int32_t groupId);
DIFingerprintDaemon.h62 virtual int32_t remove(int32_t fingerId, int32_t groupId) = 0;
DFingerprintDaemonProxy.cpp156 int32_t FingerprintDaemonProxy::remove(int32_t fingerId, int32_t groupId) { in remove() function in android::FingerprintDaemonProxy
158 return mDevice->remove(mDevice, groupId, fingerId); in remove()
DIFingerprintDaemon.cpp123 const int32_t ret = remove(fingerId, groupId); in onTransact()
/system/extras/ext4_utils/
Dunencrypted_properties.cpp87 if (remove((folder_ + "/" + name).c_str()) in 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/vold/
DVolumeBase.cpp151 mVolumes.remove(volume); in removeVolume()
/system/core/adb/
Dcommandline.cpp1276 char remove = 0; in adb_commandline() local
1286 remove = 1; in adb_commandline()
1299 if (list + remove + remove_all + no_rebind > 1) { in adb_commandline()
1336 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/extras/perfprofd/
Dperfprofdcore.cc674 remove(file_path.c_str()); in cleanup_destination_dir()
705 if (remove(android::base::StringPrintf( in post_process()
/system/vold/bench/
Dbenchgen.py191 active.remove(handle)
/system/core/gatekeeperd/
Dgatekeeperd.cpp125 if (remove(filename) < 0) { in clear_sid()

12