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

/system/core/include/cutils/
H A Dselector.h44 * selector by setting the 'remove' flag. The selector will remove the
62 bool remove; member in struct:SelectableFd
/system/core/libcutils/
H A Dprivate.h213 ** SunOS 4.1.1 libraries lack remove.
216 #ifndef remove
218 #define remove unlink macro
219 #endif /* !defined remove */
H A Dselector.c157 if (selectableFd->remove) {
203 if (callback != NULL && !selectableFd->remove &&
H A Dmq.c410 peerProxy->fd->remove = true;
1083 socketFd->remove = true;
/system/extras/tests/bionic/libstdc++/
H A Dtest_cstdio.cpp132 using std::remove;
/system/core/libpixelflinger/tinyutils/
H A DSortedVector.h117 ssize_t remove(const TYPE&);
119 //! remove several items
121 //! remove one item
231 ssize_t SortedVector<TYPE>::remove(const TYPE& item) {
232 return SortedVectorImpl::remove(&item);
H A DKeyedVector.h76 * remove items
152 mVector.remove(pair);
167 return mVector.remove(key_value_pair_t<KEY,VALUE>(key));
H A DVectorImpl.h75 /*! remove items */
148 ssize_t remove(const void* item);
H A DVectorImpl.cpp197 "[%p] remove: index=%d, count=%d, size=%d",
530 ssize_t SortedVectorImpl::remove(const void* item)

Completed in 981 milliseconds