/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
pycapsule.h | 31 PyCapsule_Destructor destructor); 45 PyAPI_FUNC(int) PyCapsule_SetDestructor(PyObject *capsule, PyCapsule_Destructor destructor);
|
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
EglThreadInfo.cpp | 26 EglThreadInfoStore() : emugl::ThreadStore(&destructor) {} 28 static void destructor(void* value) { function in class:__anon81130::EglThreadInfoStore
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/ |
p5-cxx0x.cpp | 45 pd(), // expected-error {{private destructor}} 46 pd()) pd1; // expected-error {{private destructor}} 52 pd(), // expected-error {{temporary of type 'PD' has private destructor}} 61 decltype(pd_ref) pd_ref2 = pd_ref; // expected-error {{private destructor}} 119 decltype(0, *pd_ptr) *dd_ptr2; // expected-error {{private destructor}}
|
/external/llvm/include/llvm/Support/ |
FileOutputBuffer.h | 29 /// not committed, the file will be deleted in the FileOutputBuffer destructor. 65 /// buffer. If commit() is not called before this object's destructor 66 /// is called, the file is deleted in the destructor. The optional parameter 71 /// If this object was previously committed, the destructor just deletes 72 /// this object. If this object was not committed, the destructor
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
ThreadSpecific.h | 34 * @ In pthread implementation, the destructor function will be called 36 * @ In Windows native implementation, the destructor function will be called 81 // a destructor defined can be confusing, given that it has such strong pre-requisites to work correctly. 96 void (*destructor)(void*); member in struct:WTF::ThreadSpecific::Data 111 inline void threadSpecificKeyCreate(ThreadSpecificKey* key, void (*destructor)(void *)) 113 int error = pthread_key_create(key, destructor); 197 // Does not invoke destructor functions. They will be called from ThreadSpecificThreadExit when the thread is detached. 213 data->destructor = &ThreadSpecific<T>::destroy; 230 // We want get() to keep working while data destructor works, because it can be called indirectly by the destructor [all...] |
/external/clang/lib/CodeGen/ |
CGCXX.cpp | 31 /// Try to emit a base destructor as an alias to its primary 32 /// base-class destructor. 42 // If the destructor doesn't have a trivial body, we have to emit it 61 // If any field has a non-trivial destructor, we have to emit the 62 // destructor separately. 67 // Try to find a unique base class with a non-trivial destructor. 71 // We're in the base destructor, so skip virtual bases. 80 // destructor, give up. 85 // If we didn't find any bases with a non-trivial destructor, then 86 // the base destructor is actually effectively trivial, which ca [all...] |
/external/chromium_org/base/threading/ |
thread_local_storage.h | 63 // Since Windows which doesn't support TLS destructor, the implementation 81 // Prototype for the TLS destructor function, which can be optionally used to 99 // 'destructor' is a pointer to a function to perform per-thread cleanup of 102 bool Initialize(TLSDestructorFunc destructor); 105 // If a destructor was set for this slot, removes 106 // the destructor so that remaining threads exiting 130 explicit Slot(TLSDestructorFunc destructor = NULL);
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
ptw32_callUserDestroyRoutines.c | 101 * the assoc destructor in pthread_key_delete can adjust it 114 void (*destructor) (void *); 166 destructor = k->destructor; 170 // Every assoc->key exists and has a destructor 174 * Unlock both locks before the destructor runs. 192 destructor (value); 198 * running the user's destructor. 213 destructor (value);
|
/external/chromium_org/chrome/browser/ui/libgtk2ui/ |
g_object_destructor_filo.cc | 43 LOG(DFATAL) << "Unable to disconnect destructor hook for object " << object 49 LOG(DFATAL) << "Destructor list is empty for specified object " << object 78 // Save destructor list for given object into local copy to avoid reentrancy
|
/external/clang/test/SemaTemplate/ |
virtual-member-functions.cpp | 68 class Inner : public A { }; // expected-error{{base class 'PR7114::A' has private destructor}} 76 void test_typeid(B<float>::Inner bfi) { // expected-note{{implicit destructor}} 80 (void)typeid(bfi); // expected-note{{implicit destructor}}
|
/packages/apps/OMA-DM/engine/xpl/hdr/ |
dmThreadHelper.h | 46 * Destructor 91 * Destructor 178 * Destructor
|
/external/clang/test/Analysis/ |
temp-obj-dtors-cfg-output.cpp | 207 // CHECK: 6: ~A() (Temporary object destructor) 265 // CHECK: 6: ~A() (Temporary object destructor) 288 // CHECK: 15: ~B() (Temporary object destructor) 289 // CHECK: 16: ~A() (Temporary object destructor) 306 // CHECK: 33: ~B() (Temporary object destructor) 307 // CHECK: 34: ~A() (Temporary object destructor) 316 // CHECK: 1: ~A() (Temporary object destructor) 321 // CHECK: 1: ~B() (Temporary object destructor) 339 // CHECK: 1: ~A() (Temporary object destructor) 351 // CHECK: 1: ~B() (Temporary object destructor) [all...] |
/external/bison/tests/ |
actions.at | 404 %destructor 408 %destructor 412 %destructor 416 %destructor 420 %destructor 425 %destructor 763 ## Default tagless %printer and %destructor. ## 766 # Check that the right %printer and %destructor are called, that they're not 769 AT_SETUP([Default tagless %printer and %destructor]) 791 %destructor { [all...] |
/bionic/libc/bionic/ |
__cxa_pure_virtual.cpp | 20 __libc_fatal("Pure virtual function called. Are you calling virtual methods from a destructor?");
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
p2p_invalidation_forwarder.h | 23 // It register and unregisters in its constructor and destructor. This is
|
/external/chromium_org/components/usb_service/ |
usb_context.h | 23 // Destructor must be called on FILE thread.
|
/external/chromium_org/ppapi/cpp/ |
graphics_3d_client.h | 30 /// Destructor.
|
/external/chromium_org/sync/syncable/ |
syncable_read_transaction.h | 15 // Locks db in constructor, unlocks in destructor.
|
/external/chromium_org/third_party/icu/source/i18n/ |
tolowtrn.cpp | 34 * Destructor.
|
tolowtrn.h | 38 * Destructor.
|
toupptrn.cpp | 34 * Destructor.
|
toupptrn.h | 38 * Destructor.
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
apicoll.h | 29 * - constructor/destructor 39 * - constructor/destructor 62 * - constructor/destructor 89 * - constructor/destructor
|
/external/chromium_org/third_party/libxml/src/include/libxml/ |
dict.h | 28 * Constructor and destructor.
|
/external/chromium_org/third_party/skia/src/core/ |
SkFilterShader.h | 24 // Takes ownership of shaderContext and calls its destructor.
|