/external/webkit/JavaScriptCore/wtf/ |
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))
|
ThreadIdentifierDataPthreads.h | 63 static void destruct(void* data);
|
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);
|
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]);
|
FastAllocBase.h | 321 // No need to destruct the objects in this case. 375 // No need to destruct the objects in this case.
|
/libcore/luni/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/svox/pico/lib/ |
picorsrc.h | 92 * construct/destruct resource manager
|
/external/chromium/base/ |
ref_counted.h | 108 static void Destruct(T* x) { 140 Traits::Destruct(static_cast<T*>(this));
|
event_trace_provider_win_unittest.cc | 53 // Destruct the instance, this should unregister it.
|
timer_unittest.cc | 352 } // OneShotTimers destruct. SHOULD NOT CRASH, of course.
|
/external/chromium/third_party/icu/source/i18n/ |
tmunit.cpp | 27 * Also, Measure can clone and destruct the "unit" pointer.
|
/external/icu4c/i18n/ |
tmunit.cpp | 27 * Also, Measure can clone and destruct the "unit" pointer.
|
/external/skia/include/core/ |
SkRefCnt.h | 38 /** Destruct, asserting that the reference count is 1.
|
/external/webkit/WebCore/bindings/v8/ |
V8LazyEventListener.cpp | 104 // base/fast/overflow/onscroll-layer-self-destruct.html
|
/external/skia/src/ports/ |
SkFontHost_android.cpp | 60 void destruct() { function in struct:NameFamilyPair 228 pair->destruct();
|
/external/kernel-headers/original/linux/netfilter_ipv4/ |
ip_conntrack.h | 77 /* Usage count in here is 1 for hash table/destruct timer, 1 per skb,
|
/external/bluetooth/glib/gobject/ |
gparam.h | 334 * required to initialize and destruct (finalize) a parameter's class and
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/ |
M4vH263Encoder.cpp | 87 LOGV("Destruct software M4vH263Encoder");
|
/hardware/qcom/media/mm-core/omxcore/src/common/ |
omx_core_cmp.cpp | 98 // in case of error, please destruct the component created
|
/dalvik/vm/ |
UtfString.c | 38 * really tried to use String. In that case we basically self-destruct.
|
/frameworks/base/media/libstagefright/codecs/avc/enc/ |
AVCEncoder.cpp | 123 LOGV("Destruct software AVCEncoder");
|
/external/chromium/net/disk_cache/ |
sparse_control.cc | 272 // The object will self destruct when finished.
|
/external/icu4c/common/ |
locid.cpp | 948 delete [] tLocaleCache; // Fancy array delete will destruct each member.
|