/external/clang/test/SemaCXX/ |
pseudo-destructors.cpp | 26 a->~foo(); // expected-error{{identifier 'foo' in object destruction expression does not name a type}} 28 a->~Bar(); // expected-error{{destructor type 'Bar' (aka 'Foo') in object destruction expression does not match the type 'A' of the object being destroyed}}
|
/external/llvm/include/llvm/Support/ |
UniqueLock.h | 11 // upon construction and released upon destruction. 24 /// and unlocked after destruction. unique_lock can also unlock the mutex
|
ThreadPool.h | 75 /// used to wait for the task to finish and is *non-blocking* on destruction. 93 /// used to wait for the task to finish and is *non-blocking* on destruction. 109 /// used to wait for the task to finish and is *non-blocking* on destruction. 130 /// Signal for the destruction of the pool, asking thread to exit.
|
/external/mesa3d/src/gallium/auxiliary/pipebuffer/ |
pb_buffer_fenced.h | 38 * - the ability for the destruction to be delayed by a fence; 44 * Between the handle's destruction, and the fence signalling, the buffer is
|
/external/parameter-framework/upstream/xmlserializer/ |
XmlSerializingContext.h | 45 * _after_ destruction. 47 * construction and destruction and should not be accessed in between.
|
/external/compiler-rt/test/tsan/ |
cond_destruction.cc | 7 // Test for destruction of pthread_cond_t.
|
/external/libchrome/base/ |
auto_reset.h | 12 // original value upon destruction, making it an alternative to writing
|
/external/libchrome/base/test/ |
sequenced_worker_pool_owner.cc | 24 // Spin the current message loop until SWP destruction verified in OnDestruct.
|
/external/libchrome/base/win/ |
scoped_propvariant.h | 17 // construction and destruction of this class.
|
/external/pdfium/core/src/fxcodec/jbig2/ |
JBig2_List.h | 15 // Owns all the pointers contained within and deletes them on destruction.
|
/external/skia/bench/ |
ImageBench.cpp | 43 // Release the image and raster surface here to prevent out of order destruction
|
/external/valgrind/drd/tests/ |
pth_barrier_race.stderr.exp | 2 Destruction of barrier not synchronized with barrier wait call: barrier 0x........
|
bar_bad.stderr.exp | 28 Destruction of a barrier with active waiters: barrier 0x........ 41 Destruction of barrier that is being waited upon: barrier 0x........
|
/external/valgrind/helgrind/tests/ |
pth_cond_destroy_busy.stderr.exp-solaris | 8 Thread #x: pthread_cond_destroy: destruction of condition variable being waited upon
|
pth_destroy_cond.stderr.exp | 10 Thread #x: pthread_cond_destroy: destruction of condition variable being waited upon
|
/frameworks/compile/libbcc/lib/Core/ |
BCCContextImpl.cpp | 29 // are going to destroy. Since the destruction of Source object will call
|
/frameworks/native/include/private/binder/ |
Static.h | 18 // destruction order in the library.
|
/frameworks/opt/net/voip/src/jni/rtp/ |
AudioCodec.h | 26 // Needed by destruction through base class pointers.
|
/prebuilts/misc/windows/sdl2/test/ |
README | 27 torturethread Simple test for thread creation/destruction
|
/system/core/include/utils/ |
NativeHandle.h | 31 // handle upon destruction) or not.
|
/external/compiler-rt/test/msan/ |
dtor-multiple-inheritance.cc | 82 // since the virtual base table is inaccessible after destruction. 88 // Order of destruction: Derived, C, B, A
|
/external/skia/include/core/ |
SkMallocPixelRef.h | 53 * rowBytes, and optional colortable. On destruction, ReleaseProc 74 * The SkData will be ref()ed and on destruction of the PielRef,
|
/external/v8/src/regexp/ |
regexp-macro-assembler-irregexp.h | 25 // owned by the assembler and deallocated upon destruction of the assembler. 30 // upon destruction of the assembler.
|
/external/webrtc/webrtc/base/ |
sec_buffer.h | 57 // of initialization and destruction. 150 // initialization and destruction
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
register_state_check.h | 36 // destruction. These registers should be preserved by the callee on 98 // destruction. These registers should be preserved by the callee on
|