Searched defs:clear (Results 1 - 22 of 22) sorted by relevance

/system/core/include/utils/
H A DStrongPointer.h83 void clear();
195 void sp<T>::clear() { function in class:android::sp
H A DKeyedVector.h47 inline void clear() { mVector.clear(); } function in class:android::KeyedVector
H A DBitSet.h40 inline void clear() { value = 0; } function in struct:android::BitSet32
H A DBasicHashtable.h66 void clear();
251 inline void clear() { function in class:android::BasicHashtable
252 BasicHashtableImpl::clear();
H A DLruCache.h50 void clear();
183 void LruCache<TKey, TValue>::clear() { function in class:android::LruCache
191 mTable->clear();
H A DSortedVector.h58 inline void clear() { VectorImpl::clear(); } function in class:android::SortedVector
H A DList.h171 clear();
245 void clear() { function in class:android::List
308 * The simplest way to do this would be to clear out the target list and
H A DVector.h68 inline void clear() { VectorImpl::clear(); } function in class:android::Vector
/system/core/libpixelflinger/codeflinger/tinyutils/
H A Dsmartpointer.h70 void clear();
165 void sp<T>::clear() function in class:android::tinyutils::sp
H A DSortedVector.h55 inline void clear() { VectorImpl::clear(); } function in class:android::tinyutils::SortedVector
H A DKeyedVector.h46 inline void clear() { mVector.clear(); } function in class:android::tinyutils::KeyedVector
H A DVector.h63 inline void clear() { VectorImpl::clear(); } function in class:android::tinyutils::Vector
/system/core/libutils/
H A DCallStack.cpp90 void CallStack::clear() { function in class:android::CallStack
H A DPropertyMap.cpp46 void PropertyMap::clear() { function in class:android::PropertyMap
47 mProperties.clear();
H A DBasicHashtable.cpp81 void BasicHashtableImpl::clear() { function in class:android::BasicHashtableImpl
H A DProcessCallStack.cpp121 void ProcessCallStack::clear() { function in class:android::ProcessCallStack
122 mThreadMap.clear();
140 clear();
H A DVectorImpl.cpp291 void VectorImpl::clear() function in class:android::VectorImpl
H A DString8.cpp228 void String8::clear() { function in class:android::String8
/system/core/include/sysutils/
H A DList.h172 clear();
246 void clear() { function in class:android::sysutils::List
309 * The simplest way to do this would be to clear out the target list and
/system/netd/
H A DList.h172 clear();
246 void clear() { function in class:android::netd::List
309 * The simplest way to do this would be to clear out the target list and
/system/core/include/pixelflinger/
H A Dpixelflinger.h170 // clear bits
294 // clear
295 void (*clear)(void* c, GGLbitfield mask); member in struct:__anon57
/system/core/include/private/pixelflinger/
H A Dggl_context.h516 clear_state_t clear; member in struct:android::state_t

Completed in 2002 milliseconds