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

123

/system/netd/server/
H A DUidRanges.h41 void remove(const UidRanges& other);
H A DUidRanges.cpp100 void UidRanges::remove(const UidRanges& other) { function in class:android::net::UidRanges
H A DVirtualNetwork.cpp90 ALOGE("failed to remove users on interface %s of netId %u", interface.c_str(), mNetId);
94 mUidRanges.remove(uidRanges);
121 ALOGE("failed to remove interface %s from VPN netId %u", interface.c_str(), mNetId);
/system/nfc/halimpl/bcm2079x/adaptation/
H A DNonVolatileStore.cpp200 remove(filename);
202 remove(filename);
204 remove(filename);
206 remove(filename);
208 remove(filename);
/system/nfc/src/adaptation/
H A Dlibmain.c198 remove(filename);
200 remove(filename);
202 remove(filename);
204 remove(filename);
206 remove(filename);
/system/chre/core/include/chre/core/
H A Dsensor_request_manager.h140 * @param removeIndex The index to remove the request from.
144 * @return true if the remove operation was successful.
146 bool remove(size_t removeIndex, bool *requestChanged);
/system/chre/util/include/chre/util/
H A Dpriority_queue.h145 * @param index The index to remove an element at.
147 void remove(size_t index);
H A Darray_queue.h127 bool remove(size_t index);
/system/core/libmemunreachable/
H A DLinkedList.h35 void remove() { function in class:LinkedList
H A DAllocator.cpp354 chunk->node_.remove();
359 chunk->node_.remove();
438 chunk->node_.remove();
/system/ca-certificates/google/
H A Dextract_from_pem.py72 os.remove(os.path.join(args.output_dir, existing_file))
/system/chre/util/tests/
H A Darray_queue_test.cc115 EXPECT_FALSE(q.remove(0));
122 q.remove(0);
126 q.remove(1);
272 q.remove(1);
H A Dpriority_queue_test.cc137 EXPECT_DEATH(q.remove(0), "");
145 q.remove(0);
150 q.remove(1);
/system/core/include/utils/
H A DLruCache.h51 bool remove(const TKey& key);
220 bool LruCache<TKey, TValue>::remove(const TKey& key) { function in class:android::LruCache
240 return remove(mOldest->key);
H A DSortedVector.h118 ssize_t remove(const TYPE&);
120 //! remove several items
122 //! remove one item
243 ssize_t SortedVector<TYPE>::remove(const TYPE& item) { function in class:android::SortedVector
244 return SortedVectorImpl::remove(&item);
H A DKeyedVector.h89 * remove items
175 mVector.remove(pair);
190 return mVector.remove(key_value_pair_t<KEY,VALUE>(key));
/system/core/libutils/include/utils/
H A DLruCache.h51 bool remove(const TKey& key);
220 bool LruCache<TKey, TValue>::remove(const TKey& key) { function in class:android::LruCache
240 return remove(mOldest->key);
H A DSortedVector.h118 ssize_t remove(const TYPE&);
120 //! remove several items
122 //! remove one item
243 ssize_t SortedVector<TYPE>::remove(const TYPE& item) { function in class:android::SortedVector
244 return SortedVectorImpl::remove(&item);
H A DKeyedVector.h89 * remove items
175 mVector.remove(pair);
190 return mVector.remove(key_value_pair_t<KEY,VALUE>(key));
/system/core/libutils/tests/
H A DLruCache_test.cpp395 cache.remove(1);
411 cache.remove(2);
427 cache.remove(3);
443 cache.remove(7);
/system/hwservicemanager/
H A DServiceManager.h53 bool remove(const wp<IBase>& who);
/system/bt/hci/src/
H A Dbtsnoop.cc167 remove(log_path);
168 remove(last_log_path);
/system/chre/core/
H A Dsensor_request_manager.cc145 success = requests.remove(requestIndex, &requestChanged);
225 LOGW("Attempting to remove all requests of an invalid sensor type");
295 bool SensorRequestManager::SensorRequests::remove(size_t removeIndex, function in class:chre::SensorRequestManager::SensorRequests
304 LOGE("SensorRequestManager failed to remove a request");
356 LOGE("SensorRequestManager failed to remove all request");
/system/extras/simpleperf/scripts/
H A Dbinary_cache_builder.py173 os.remove(binary_cache_file)
222 os.remove(file)
/system/update_engine/scripts/update_payload/
H A Dapplier.py434 os.remove(in_file_name)
435 os.remove(out_file_name)
438 os.remove(patch_file_name)

Completed in 427 milliseconds

123