Searched refs:remove (Results 1 - 25 of 36) sorted by relevance

12

/system/firewalld/
H A Diptables_unittest.cc214 const bool remove = false; local
235 EXPECT_CALL(mock_iptables, ApplyMasquerade(interface, remove))
240 ApplyMarkForUserTraffic(usernames[0], remove))
244 ApplyMarkForUserTraffic(usernames[1], remove))
247 EXPECT_CALL(mock_iptables, ApplyRuleForUserTraffic(remove))
258 const bool remove = false; local
272 EXPECT_CALL(mock_iptables, ApplyMasquerade(interface, remove))
276 EXPECT_CALL(mock_iptables, ApplyRuleForUserTraffic(remove))
287 const bool remove = false; local
297 EXPECT_CALL(mock_iptables, ApplyRuleForUserTraffic(remove))
305 const bool remove = false; local
329 const bool remove = false; local
[all...]
/system/netd/server/
H A DUidRanges.h43 void remove(const UidRanges& other);
H A DUidRanges.cpp92 void UidRanges::remove(const UidRanges& other) { function in class:UidRanges
H A DVirtualNetwork.cpp87 ALOGE("failed to remove users on interface %s of netId %u", interface.c_str(), mNetId);
91 mUidRanges.remove(uidRanges);
118 ALOGE("failed to remove interface %s from VPN netId %u", interface.c_str(), mNetId);
/system/core/fingerprintd/
H A DFingerprintDaemonProxy.h42 virtual int32_t remove(int32_t fingerId, int32_t groupId);
H A DIFingerprintDaemon.h63 virtual int32_t remove(int32_t fingerId, int32_t groupId) = 0;
H A DFingerprintDaemonProxy.cpp166 int32_t FingerprintDaemonProxy::remove(int32_t fingerId, int32_t groupId) { function in class:android::FingerprintDaemonProxy
167 ALOG(LOG_VERBOSE, LOG_TAG, "remove(fid=%d, gid=%d)\n", fingerId, groupId);
168 return mDevice->remove(mDevice, groupId, fingerId);
233 // Sanity check - remove
H A DIFingerprintDaemon.cpp123 const int32_t ret = remove(fingerId, groupId);
/system/core/libmemunreachable/
H A DLinkedList.h35 void remove() { function in class:LinkedList
H A DAllocator.cpp356 chunk->node_.remove();
361 chunk->node_.remove();
440 chunk->node_.remove();
/system/ca-certificates/google/
H A Dextract_from_pem.py72 os.remove(os.path.join(args.output_dir, existing_file))
/system/core/include/utils/
H A DLruCache.h51 bool remove(const TKey& key);
197 bool LruCache<TKey, TValue>::remove(const TKey& key) { function in class:android::LruCache
215 return remove(mOldest->key);
H A DSortedVector.h119 ssize_t remove(const TYPE&);
121 //! remove several items
123 //! remove one item
231 ssize_t SortedVector<TYPE>::remove(const TYPE& item) { function in class:android::SortedVector
232 return SortedVectorImpl::remove(&item);
H A DKeyedVector.h90 * remove items
183 mVector.remove(pair);
198 return mVector.remove(key_value_pair_t<KEY,VALUE>(key));
H A DVectorImpl.h86 /*! remove items */
154 ssize_t remove(const void* item);
H A DString16.h101 status_t remove(size_t len, size_t begin=0);
/system/core/libutils/tests/
H A DLruCache_test.cpp382 cache.remove(1);
398 cache.remove(2);
414 cache.remove(3);
430 cache.remove(7);
/system/update_engine/update_manager/
H A Dvariable.h103 observer_list_.remove(observer);
/system/core/adb/
H A Dfdevent.cpp161 g_pending_list.remove(fde);
204 g_pending_list.remove(fde);
/system/sepolicy/
H A DAndroid.mk14 $(error BOARD_SEPOLICY_REPLACE is no longer supported; please remove from your BoardConfig.mk or other .mk file.)
18 $(error BOARD_SEPOLICY_IGNORE is no longer supported; please remove from your BoardConfig.mk or other .mk file.)
22 $(warning BOARD_SEPOLICY_UNION is no longer required - all files found in BOARD_SEPOLICY_DIRS are implicitly unioned; please remove from your BoardConfig.mk or other .mk file.)
/system/bt/btif/src/
H A Dbtif_config.c509 // We remove these now and cache them in memory instead.
586 remove(CONFIG_FILE_PATH);
587 remove(CONFIG_BACKUP_PATH);
/system/media/camera/docs/
H A Dndk_camera_metadata_tags.mako29 * Do not remove methods.
H A Dmetadata_model.py342 # remove from parent's entries list
344 p.parent._entries.remove(p)
345 # remove from parents' _leafs list
347 ancestor._leafs.remove(p)
349 # remove from global list
350 self._clones.remove(p)
352 self._entries_ordered.remove(p)
/system/vold/
H A DVolumeBase.cpp151 mVolumes.remove(volume);
/system/vold/bench/
H A Dbenchgen.py191 active.remove(handle)

Completed in 964 milliseconds

12