Searched
full:destructor (Results
301 -
325 of
4057) sorted by null
<<11121314151617181920>>
/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
nacl_subprocess.cc | 92 // SrpcParam's destructor *should* free the allocated array 121 // SrpcParam's destructor *should* free the dup'ed string.
|
/external/chromium_org/sync/engine/ |
directory_commit_contribution.h | 39 // This destructor will DCHECK if UnsetSyncingBits() has not been called yet. 102 // called. This flag must be unset by the time our destructor is called.
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
V8ValueCache.cpp | 52 // which will only work while the destructor has not yet finished. Thus, 53 // we need to clear the map before the destructor has completed.
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
SVGRenderingContext.h | 95 // To properly revert partially successful initializtions in the destructor, we record all successful steps. 104 // List of those flags which require actions during the destructor.
|
/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
HRTFDatabaseLoader.h | 52 // Both constructor and destructor must be called from the main thread. 69 // Both constructor and destructor must be called from the main thread.
|
/external/chromium_org/third_party/icu/source/test/letest/ |
cmaps.cpp | 161 // parent destructor does it all 198 // parent destructor does it all
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
asyncinvoker.cc | 37 // Messages for this need to be cleared *before* our destructor is complete. 101 // destructor of the dying object here by waiting until the callback
|
worker.h | 46 // The destructor may not be called if the worker is currently running 48 // destructor.
|
/external/chromium_org/third_party/skia/tests/ |
LayerRasterizerTest.cpp | 16 // Dummy class to place on a paint just to ensure the paint's destructor 48 // Check to make sure that the SkPaint in the layer has its destructor called.
|
/external/chromium_org/ui/aura/ |
window_delegate.h | 73 // Called from Window's destructor before OnWindowDestroyed and before the 80 // Called when the Window has been destroyed (i.e. from its destructor). This
|
/external/chromium_org/v8/src/ |
smart-pointers.h | 79 // When the destructor of the scoped pointer is executed the plain pointer 89 // destructor is called.
|
/external/clang/include/clang/AST/ |
GlobalDecl.h | 26 /// a CXXDestructorDecl and the destructor type (Base, Complete) or 118 // copy assignment operator, and destructor are all trivial.
|
/external/clang/test/CodeGenCXX/ |
destructors.cpp | 22 // Base with non-trivial destructor 29 // Field with non-trivial destructor 81 // destructor throws, the remaining destructors aren't run. Fix it, 97 // complete destructor alias tested above 129 struct A { ~A(); char ***m; }; // non-trivial destructor 130 struct B { ~B(); }; // non-trivial destructor 131 struct Empty { }; // trivial destructor, empty 132 struct NonEmpty { int x; }; // trivial destructor, non-empty
|
microsoft-abi-methods.cpp | 78 // Make sure that the Base destructor call in the Child denstructor uses 84 // Make sure that the Base destructor definition uses the right CC:
|
/external/clang/test/SemaCXX/ |
cxx0x-deleted-default-ctor.cpp | 77 no_dtor nd; // expected-note {{field 'nd' has a deleted destructor}} 80 struct bad_base_dtor : no_dtor { // expected-note {{base class 'no_dtor' has a deleted destructor}}
|
deprecated.cpp | 64 // expected-warning@-1 {{definition of implicit copy constructor for 'Dtor' is deprecated because it has a user-declared destructor}} 65 // expected-warning@-2 {{definition of implicit copy assignment operator for 'Dtor' is deprecated because it has a user-declared destructor}}
|
discrim-union.cpp | 79 // FIXME: declare a destructor iff any element has a nontrivial destructor
|
return-noreturn.cpp | 4 // A destructor may be marked noreturn and should still influence the CFG. 83 // destructor instead of temporaries.
|
/external/compiler-rt/lib/asan/ |
asan_posix.cc | 60 void AsanTSDInit(void (*destructor)(void *tsd)) { 63 CHECK_EQ(0, pthread_key_create(&tsd_key, destructor));
|
asan_win.cc | 43 void AsanTSDInit(void (*destructor)(void *tsd)) { 44 // FIXME: we're ignoring the destructor for now.
|
/external/icu/icu4c/source/layout/ |
LEInsertionList.h | 43 * The destructor 77 * The destructor.
|
/external/icu/icu4c/source/samples/layout/ |
cmaps.cpp | 167 // parent destructor does it all 204 // parent destructor does it all
|
/external/libcxx/test/thread/thread.condition/thread.condition.condvar/ |
Android.mk | 31 test_name := thread/thread.condition/thread.condition.condvar/destructor 32 test_src := destructor.pass.cpp
|
/external/libcxx/test/thread/thread.condition/thread.condition.condvarany/ |
Android.mk | 35 test_name := thread/thread.condition/thread.condition.condvarany/destructor 36 test_src := destructor.pass.cpp
|
/external/skia/tests/ |
LayerRasterizerTest.cpp | 16 // Dummy class to place on a paint just to ensure the paint's destructor 48 // Check to make sure that the SkPaint in the layer has its destructor called.
|
Completed in 1239 milliseconds
<<11121314151617181920>>