/system/firewalld/ |
D | iptables_unittest.cc | 214 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/ |
D | UidRanges.h | 43 void remove(const UidRanges& other);
|
D | VirtualNetwork.cpp | 91 mUidRanges.remove(uidRanges); in removeUsers()
|
D | UidRanges.cpp | 92 void UidRanges::remove(const UidRanges& other) { in remove() function in UidRanges
|
/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 | 51 bool remove(const TKey& key); 197 bool LruCache<TKey, TValue>::remove(const TKey& key) { in remove() function 215 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/libutils/tests/ |
D | LruCache_test.cpp | 382 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/ |
D | LinkedList.h | 35 void remove() { in remove() function
|
D | Allocator.cpp | 356 chunk->node_.remove(); in ~HeapImpl() 361 chunk->node_.remove(); in ~HeapImpl() 440 chunk->node_.remove(); in MoveToList()
|
/system/core/fingerprintd/ |
D | FingerprintDaemonProxy.h | 42 virtual int32_t remove(int32_t fingerId, int32_t groupId);
|
D | IFingerprintDaemon.h | 63 virtual int32_t remove(int32_t fingerId, int32_t groupId) = 0;
|
D | FingerprintDaemonProxy.cpp | 166 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()
|
D | IFingerprintDaemon.cpp | 123 const int32_t ret = remove(fingerId, groupId); in onTransact()
|
/system/ca-certificates/google/ |
D | extract_from_pem.py | 72 os.remove(os.path.join(args.output_dir, existing_file))
|
/system/core/adb/ |
D | fdevent.cpp | 161 g_pending_list.remove(fde); in fdevent_remove() 204 g_pending_list.remove(fde); in fdevent_set()
|
D | test_device.py | 514 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/ |
D | variable.h | 103 observer_list_.remove(observer); in RemoveObserver()
|
/system/sepolicy/ |
D | Android.mk | 14 $(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/ |
D | BUILD.gn | 74 # workaround until we can remove all Android-specific dependencies.
|
/system/connectivity/shill/bin/ |
D | ff_debug | 110 # First check/remove instances where it lies between +'s 111 # Then check/remove instances where it lies at the ends
|
/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()
|