/external/chromium_org/extensions/browser/api/storage/ |
value_store_cache.h | 22 // the destructor is invoked soon after on the FILE thread. This gives 37 // performed in this method, since the destructor will execute later, after
|
/external/chromium_org/mojo/system/ |
raw_shared_buffer.cc | 19 // We can't just delete it directly, due to the "in destructor" (debug) 35 // We can't just delete it directly, due to the "in destructor" (debug)
|
/external/chromium_org/sync/engine/ |
commit.h | 45 // This destructor will DCHECK if CleanUp() has not been called. 63 // destructor.
|
/external/libselinux/src/ |
selinux_internal.h | 114 #define __selinux_key_create(KEY, DESTRUCTOR) \ 117 pthread_key_create(KEY, DESTRUCTOR); \
|
/external/llvm/test/Feature/ |
memorymarkers.ll | 31 ;; Destructor is run here. 33 ;; Destructor is done here.
|
/external/qemu/android/base/files/ |
ScopedHandle.h | 32 // Default destructor is used to wrap an invalid handle value. 38 // Destructor calls close() method.
|
/external/qemu/distrib/libselinux/src/ |
selinux_internal.h | 114 #define __selinux_key_create(KEY, DESTRUCTOR) \ 117 pthread_key_create(KEY, DESTRUCTOR); \
|
/hardware/samsung_slsi/exynos5/libexynosutils/ |
ExynosMutex.h | 52 //! Destructor 96 //! Unlock on destructor
|
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
ThreadInfo.cpp | 38 ThreadInfoStore() : ::emugl::ThreadStore(&destructor) {} 43 static void destructor(void* value) { function in class:__anon81135::ThreadInfoStore
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
pthread_key_create.c | 47 pthread_key_create (pthread_key_t * key, void (PTW32_CDECL *destructor) (void *)) 54 * thread with a non-NULL value for key terminates, 'destructor' 66 * thread with a non-NULL value for key terminates, 'destructor' 92 else if (destructor != NULL) 102 newkey->destructor = destructor;
|
/external/chromium_org/tools/clang/plugins/tests/ |
base_refcounted.txt | 14 ./base_refcounted.h:73:3: warning: [chromium-style] Classes that are ref-counted and have non-private destructors should declare their destructor virtual. 41 ./base_refcounted.h:139:3: note: [chromium-style] Public destructor declared here 53 ./base_refcounted.h:158:7: note: [chromium-style] No explicit destructor for 'AnImplicitInterface' defined 59 ./base_refcounted.h:204:3: warning: [chromium-style] Classes that are ref-counted and have non-private destructors should declare their destructor virtual. 62 ./base_refcounted.h:204:3: warning: [chromium-style] Classes that are ref-counted and have non-private destructors should declare their destructor virtual. 72 ./base_refcounted.h:73:3: warning: [chromium-style] Classes that are ref-counted and have non-private destructors should declare their destructor virtual.
|
/external/clang/test/Analysis/ |
dtor.cpp | 36 // destructor called here 49 // destructor called here 66 // destructor called here 83 // destructor called here 94 // destructor called here 105 // destructor called here 123 // destructor called here 248 // inlined destructor kept us from finding the return statement, 371 // destructor called here 462 // destructor called her [all...] |
new.cpp | 210 // Test modelling destructor call on call to delete 223 delete b; // This results in divide by zero in destructor 266 delete p; // Calls the base destructor which aborts, checked below 279 delete foo; // should not call destructor, checked below 286 delete s; // should not call destructor, checked below 301 delete foo; // should assume non-null and call noreturn destructor 307 delete[] fooArray; // should not call destructor, checked below 313 delete[] p; // Calls the base destructor which aborts, checked below 318 // Invalidate Region even in case of default destructor
|
/external/libcxxabi/test/ |
test_vector1.cpp | 125 std::cerr << "Mismatched Constructor/Destructor calls (1)" << std::endl; 140 std::cerr << "Mismatched Constructor/Destructor calls (2)" << std::endl; 172 // the destructor from the partially constructed array. 174 std::cerr << "Mismatched Constructor/Destructor calls (1C)" << std::endl; 196 std::cerr << "Mismatched Constructor/Destructor calls (2C)" << std::endl; 210 // Throw from within a destructor 230 // there should be 20 calls to the destructor, and "three" was not cleaned up. 232 std::cerr << "Unexpected Constructor/Destructor calls (1D)" << std::endl; 238 // Try throwing from a destructor - should be fine. 246 std::cerr << "Mismatched Constructor/Destructor calls (2D)" << std::endl [all...] |
/ndk/sources/cxx-stl/gabi++/tests/ |
test_vector1.cpp | 145 fprintf(stderr, "Mismatched Constructor/Destructor calls (1)\n"); 160 fprintf(stderr, "Mismatched Constructor/Destructor calls (2)\n"); 192 // the destructor from the partially constructed array. 194 fprintf(stderr, "Mismatched Constructor/Destructor calls (1C)\n"); 216 fprintf(stderr, "Mismatched Constructor/Destructor calls (2C)\n"); 230 // Throw from within a destructor 250 // there should be 20 calls to the destructor, and "three" was not cleaned up. 252 fprintf(stderr, "Unexpected Constructor/Destructor calls (1D)\n"); 258 // Try throwing from a destructor - should be fine. 266 fprintf(stderr, "Mismatched Constructor/Destructor calls (2D)\n") [all...] |
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
test_vector1.cpp | 125 std::cerr << "Mismatched Constructor/Destructor calls (1)" << std::endl; 140 std::cerr << "Mismatched Constructor/Destructor calls (2)" << std::endl; 172 // the destructor from the partially constructed array. 174 std::cerr << "Mismatched Constructor/Destructor calls (1C)" << std::endl; 196 std::cerr << "Mismatched Constructor/Destructor calls (2C)" << std::endl; 210 // Throw from within a destructor 230 // there should be 20 calls to the destructor, and "three" was not cleaned up. 232 std::cerr << "Unexpected Constructor/Destructor calls (1D)" << std::endl; 238 // Try throwing from a destructor - should be fine. 246 std::cerr << "Mismatched Constructor/Destructor calls (2D)" << std::endl [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/ |
_testcapi.so | |
/external/clang/test/CXX/special/class.ctor/ |
p5-0x.cpp | 119 // a destructor that is deleted or inaccessible from the defaulted default 121 struct Deleted7a : DeletedDtor {}; // expected-note {{because base class 'DeletedDtor' has a deleted destructor}} 123 struct Deleted7b : virtual DeletedDtor {}; // expected-note {{because base class 'DeletedDtor' has a deleted destructor}} 125 struct Deleted7c { DeletedDtor a; }; // expected-note {{because field 'a' has a deleted destructor}} 127 struct Deleted7d { DeletedDtor a = {}; }; // expected-note {{because field 'a' has a deleted destructor}} 129 struct Deleted7e : PrivateDtor {}; // expected-note {{base class 'PrivateDtor' has an inaccessible destructor}} 131 struct Deleted7f : virtual PrivateDtor {}; // expected-note {{base class 'PrivateDtor' has an inaccessible destructor}} 133 struct Deleted7g { PrivateDtor a; }; // expected-note {{field 'a' has an inaccessible destructor}} 135 struct Deleted7h { PrivateDtor a = {}; }; // expected-note {{field 'a' has an inaccessible destructor}}
|
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_unittest.cc | 61 // Create the scope which will ensure we run the destructor of the context 91 // Create the scope which will ensure we run the destructor of the context. 110 // Make sure we wait until the destructor has run. 157 // Create the scope which will ensure we run the destructor of the context. 208 // Make sure we wait until the destructor has run.
|
/external/chromium_org/testing/gtest/test/ |
gtest_catch_exceptions_test_.cc | 120 ADD_FAILURE() << "CxxExceptionInConstructorTest destructor " 181 "CxxExceptionInSetUpTestCaseTest destructor " 224 "CxxExceptionInSetUpTest destructor " 253 "CxxExceptionInTearDownTest destructor " 275 "CxxExceptionInTestBodyTest destructor "
|
/external/chromium_org/third_party/skia/src/core/ |
SkSmallAllocator.h | 14 // Used by SkSmallAllocator to call the destructor for objects it has 28 * heap. This class's destructor will handle calling the destructor for each 112 * Either way, this class will call ~T() in its destructor and free the heap 147 * Free the memory reserved last without calling the destructor.
|
/external/gtest/test/ |
gtest_catch_exceptions_test_.cc | 120 ADD_FAILURE() << "CxxExceptionInConstructorTest destructor " 181 "CxxExceptionInSetUpTestCaseTest destructor " 224 "CxxExceptionInSetUpTest destructor " 253 "CxxExceptionInTearDownTest destructor " 275 "CxxExceptionInTestBodyTest destructor "
|
/external/skia/src/core/ |
SkSmallAllocator.h | 14 // Used by SkSmallAllocator to call the destructor for objects it has 28 * heap. This class's destructor will handle calling the destructor for each 112 * Either way, this class will call ~T() in its destructor and free the heap 147 * Free the memory reserved last without calling the destructor.
|
/ndk/sources/third_party/googletest/googletest/test/ |
gtest_catch_exceptions_test_.cc | 120 ADD_FAILURE() << "CxxExceptionInConstructorTest destructor " 181 "CxxExceptionInSetUpTestCaseTest destructor " 224 "CxxExceptionInSetUpTest destructor " 253 "CxxExceptionInTearDownTest destructor " 275 "CxxExceptionInTestBodyTest destructor "
|
/bionic/libc/arch-arm/bionic/ |
__aeabi.c | 47 * variable from the shared object that contains the constructor/destructor 52 __aeabi_atexit(void *object, void (*destructor) (void *), void *dso_handle) { 53 return __cxa_atexit(destructor, object, dso_handle);
|