/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 | 139 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/ |
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/core/libpixelflinger/codeflinger/tinyutils/ |
D | SortedVector.h | 118 ssize_t remove(const TYPE&); 232 ssize_t SortedVector<TYPE>::remove(const TYPE& item) { in remove() function 233 return SortedVectorImpl::remove(&item); in remove()
|
D | KeyedVector.h | 161 mVector.remove(pair); in replaceValueFor() 176 return mVector.remove(key_value_pair_t<KEY,VALUE>(key)); in removeItem()
|
D | VectorImpl.h | 157 ssize_t remove(const void* item);
|
/system/core/fingerprintd/ |
D | FingerprintDaemonProxy.h | 42 virtual int32_t remove(int32_t fingerId, int32_t groupId);
|
D | IFingerprintDaemon.h | 62 virtual int32_t remove(int32_t fingerId, int32_t groupId) = 0;
|
D | FingerprintDaemonProxy.cpp | 156 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()
|
D | IFingerprintDaemon.cpp | 123 const int32_t ret = remove(fingerId, groupId); in onTransact()
|
/system/extras/ext4_utils/ |
D | unencrypted_properties.cpp | 87 if (remove((folder_ + "/" + name).c_str()) in 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/vold/ |
D | VolumeBase.cpp | 151 mVolumes.remove(volume); in removeVolume()
|
/system/core/adb/ |
D | commandline.cpp | 1276 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()
|
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/extras/perfprofd/ |
D | perfprofdcore.cc | 674 remove(file_path.c_str()); in cleanup_destination_dir() 705 if (remove(android::base::StringPrintf( in post_process()
|
/system/vold/bench/ |
D | benchgen.py | 191 active.remove(handle)
|
/system/core/gatekeeperd/ |
D | gatekeeperd.cpp | 125 if (remove(filename) < 0) { in clear_sid()
|