/external/webkit/JavaScriptCore/wtf/ |
ThreadIdentifierDataPthreads.h | 63 static void destruct(void* data);
|
ThreadIdentifierDataPthreads.cpp | 66 void ThreadIdentifierData::destruct(void* data) function in class:WTF::ThreadIdentifierData 77 // Re-setting the value for key causes another destruct() call after all other thread-specific destructors were called. 83 if (pthread_key_create(&m_key, destruct))
|
Deque.h | 344 TypeOperations::destruct(m_buffer.buffer() + m_start, m_buffer.buffer() + m_end); 346 TypeOperations::destruct(m_buffer.buffer(), m_buffer.buffer() + m_end); 347 TypeOperations::destruct(m_buffer.buffer() + m_start, m_buffer.buffer() + m_buffer.capacity()); 462 TypeOperations::destruct(&m_buffer.buffer()[m_start], &m_buffer.buffer()[m_start + 1]); 494 TypeOperations::destruct(&buffer[position], &buffer[position + 1]);
|
Vector.h | 80 static void destruct(T*, T*) {} function in struct:WTF::VectorDestructor 86 static void destruct(T* begin, T* end) function in struct:WTF::VectorDestructor 242 static void destruct(T* begin, T* end) function in struct:WTF::VectorTypeOperations 244 VectorDestructor<VectorTraits<T>::needsDestruction, T>::destruct(begin, end); 756 TypeOperations::destruct(begin() + size, end()); 771 TypeOperations::destruct(begin() + size, end()); 971 TypeOperations::destruct(beginSpot, endSpot);
|
/dalvik/libcore/xml/src/main/java/org/apache/xpath/objects/ |
DTMXRTreeFrag.java | 41 public final void destruct(){ method in class:DTMXRTreeFrag
|
XRTreeFrag.java | 120 m_DTMXRTreeFrag.destruct();
|
XObject.java | 118 public void destruct() method in class:XObject
|
/external/skia/src/ports/ |
SkFontHost_android.cpp | 60 void destruct() { function in struct:NameFamilyPair 228 pair->destruct();
|
/dalvik/libcore/xml/src/main/java/org/apache/xpath/ |
XPathContext.java | [all...] |