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

/system/netd/server/
H A DUidRanges.h34 void remove(const UidRanges& other);
H A DVirtualNetwork.cpp59 ALOGE("failed to remove users on interface %s of netId %u", interface.c_str(), mNetId);
63 mUidRanges.remove(uidRanges);
90 ALOGE("failed to remove interface %s from VPN netId %u", interface.c_str(), mNetId);
H A DUidRanges.cpp79 void UidRanges::remove(const UidRanges& other) { function in class:UidRanges
/system/extras/tests/bionic/libstdc++/
H A Dtest_cstdio.cpp132 using std::remove;
/system/core/include/utils/
H A DLruCache.h48 bool remove(const TKey& key);
163 bool LruCache<TKey, TValue>::remove(const TKey& key) { function in class:android::LruCache
181 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 DBasicHashtable_test.cpp134 static bool remove(BasicHashtable<TKey, key_value_pair_t<TKey, TValue> >& h, function in namespace:android
229 ASSERT_TRUE(remove(h, 8));
256 ASSERT_TRUE(remove(h, int(i))) << "i = " << i;
295 ASSERT_TRUE(remove(h, K)) << "i = " << i;
353 ASSERT_TRUE(remove(h, ComplexKey(0)));
356 ASSERT_TRUE(remove(h, ComplexKey(1)));
461 ASSERT_TRUE(remove(h, ComplexKey(0)));
554 // remove copies shared contents
/system/core/libpixelflinger/codeflinger/tinyutils/
H A DSortedVector.h118 ssize_t remove(const TYPE&);
120 //! remove several items
122 //! remove one item
232 ssize_t SortedVector<TYPE>::remove(const TYPE& item) {
233 return SortedVectorImpl::remove(&item);
H A DKeyedVector.h85 * remove items
161 mVector.remove(pair);
176 return mVector.remove(key_value_pair_t<KEY,VALUE>(key));
H A DVectorImpl.h84 /*! remove items */
157 ssize_t remove(const void* item);
H A DVectorImpl.cpp199 "[%p] remove: index=%d, count=%d, size=%d",
532 ssize_t SortedVectorImpl::remove(const void* item) function in class:SortedVectorImpl
/system/media/camera/docs/
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/core/adb/
H A Dcommandline.c141 " adb forward --remove <local> - remove a specific forward socket connection\n"
142 " adb forward --remove-all - remove all forward socket connections\n"
153 " adb reverse --remove <remote>\n"
154 " - remove a specific reversed socket connection\n"
155 " adb reverse --remove-all - remove all reversed socket connections from device\n"
166 " adb uninstall [-k] <package> - remove this app package from the device\n"
1506 char remove local
[all...]
/system/core/libutils/
H A DString16.cpp385 status_t String16::remove(size_t len, size_t begin) function in class:android::String16
H A DVectorImpl.cpp275 "[%p] remove: index=%d, count=%d, size=%d",
625 ssize_t SortedVectorImpl::remove(const void* item)

Completed in 306 milliseconds