Home
last modified time | relevance | path

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

123

/system/firewalld/
Diptables_unittest.cc214 const bool remove = false; in TEST_F() local
235 EXPECT_CALL(mock_iptables, ApplyMasquerade(interface, remove)) in TEST_F()
240 ApplyMarkForUserTraffic(usernames[0], remove)) in TEST_F()
244 ApplyMarkForUserTraffic(usernames[1], remove)) in TEST_F()
247 EXPECT_CALL(mock_iptables, ApplyRuleForUserTraffic(remove)) in TEST_F()
258 const bool remove = false; in TEST_F() local
272 EXPECT_CALL(mock_iptables, ApplyMasquerade(interface, remove)) in TEST_F()
276 EXPECT_CALL(mock_iptables, ApplyRuleForUserTraffic(remove)) in TEST_F()
287 const bool remove = false; in TEST_F() local
297 EXPECT_CALL(mock_iptables, ApplyRuleForUserTraffic(remove)).Times(1); in TEST_F()
[all …]
/system/netd/server/
DUidRanges.h43 void remove(const UidRanges& other);
DVirtualNetwork.cpp91 mUidRanges.remove(uidRanges); in removeUsers()
DUidRanges.cpp92 void UidRanges::remove(const UidRanges& other) { in remove() function in UidRanges
/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.h51 bool remove(const TKey& key);
197 bool LruCache<TKey, TValue>::remove(const TKey& key) { in remove() function
215 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/libutils/tests/
DLruCache_test.cpp382 cache.remove(1); in TEST_F()
398 cache.remove(2); in TEST_F()
414 cache.remove(3); in TEST_F()
430 cache.remove(7); in TEST_F()
/system/core/libmemunreachable/
DLinkedList.h35 void remove() { in remove() function
DAllocator.cpp356 chunk->node_.remove(); in ~HeapImpl()
361 chunk->node_.remove(); in ~HeapImpl()
440 chunk->node_.remove(); in MoveToList()
/system/core/fingerprintd/
DFingerprintDaemonProxy.h42 virtual int32_t remove(int32_t fingerId, int32_t groupId);
DIFingerprintDaemon.h63 virtual int32_t remove(int32_t fingerId, int32_t groupId) = 0;
DFingerprintDaemonProxy.cpp166 int32_t FingerprintDaemonProxy::remove(int32_t fingerId, int32_t groupId) { in remove() function in android::FingerprintDaemonProxy
168 return mDevice->remove(mDevice, groupId, fingerId); in remove()
DIFingerprintDaemon.cpp123 const int32_t ret = remove(fingerId, groupId); in onTransact()
/system/ca-certificates/google/
Dextract_from_pem.py72 os.remove(os.path.join(args.output_dir, existing_file))
/system/core/adb/
Dfdevent.cpp161 g_pending_list.remove(fde); in fdevent_remove()
204 g_pending_list.remove(fde); in fdevent_set()
Dtest_device.py514 os.remove(tf.name)
674 os.remove(tmp.name)
794 os.remove(tmp_write.name)
1066 os.remove(tf.name)
1077 os.remove(tf.name)
/system/update_engine/update_manager/
Dvariable.h103 observer_list_.remove(observer); in RemoveObserver()
/system/sepolicy/
DAndroid.mk14 $(error BOARD_SEPOLICY_REPLACE is no longer supported; please remove from your BoardConfig.mk or ot…
18 $(error BOARD_SEPOLICY_IGNORE is no longer supported; please remove from your BoardConfig.mk or oth…
22 … - all files found in BOARD_SEPOLICY_DIRS are implicitly unioned; please remove from your BoardCon…
/system/bt/build/
DBUILD.gn74 # workaround until we can remove all Android-specific dependencies.
/system/connectivity/shill/bin/
Dff_debug110 # First check/remove instances where it lies between +'s
111 # Then check/remove instances where it lies at the ends
/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()

123