/external/icu4c/samples/translit/answers/ |
unaccent.h | 20 * Destructor
|
/ndk/sources/cxx-stl/gabi++/include/ |
cxxabi.h | 137 __cxa_vec_destructor destructor); 143 __cxa_vec_destructor destructor, 151 __cxa_vec_destructor destructor, 160 __cxa_vec_destructor destructor); 165 __cxa_vec_destructor destructor); 170 __cxa_vec_destructor destructor); 175 __cxa_vec_destructor destructor); 180 __cxa_vec_destructor destructor, 186 __cxa_vec_destructor destructor, 195 __cxa_vec_destructor destructor ); [all...] |
/external/chromium_org/base/threading/ |
thread_local_storage_win.cc | 14 // pointers to the destructor for each TLS that we allocate. 27 // instance of ThreadLocalStorage::Slot has been freed (i.e., destructor called, 39 // An array of destructor function pointers for the slots. If a slot has a 40 // destructor, it will be stored in its corresponding entry in this array. 42 // to potentially call the destructor, it does so once, and that value is tested 46 // (i.e., null out the destructor entry) that happens on a separate thread can't 101 // terminates, one of the destructor calls we make may be to shut down an 104 // the allocator and cause it to resurrect itself (with no possibly destructor 120 // destructor call. That user was able to function, and define a slot with 129 base::ThreadLocalStorage::TLSDestructorFunc destructor local [all...] |
non_thread_safe_unittest.cc | 25 // Both the destructor and DoStuff should verify that they were 93 // Verify that the destructor doesn't assert. 101 // Verify that the destructor doesn't assert when called on a different thread 141 // Verify that the destructor asserts in debug builds only
|
/external/chromium_org/mojo/public/bindings/lib/ |
buffer.h | 20 typedef void (*Destructor)(void* address); 25 virtual void* Allocate(size_t num_bytes, Destructor func = NULL) = 0; 42 virtual void* Allocate(size_t num_bytes, Destructor func = NULL) 62 Destructor func; 102 virtual void* Allocate(size_t num_bytes, Destructor func = NULL)
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
ThreadSpecificWin.cpp | 49 PlatformThreadSpecificKey(void (*destructor)(void *)) 50 : m_destructor(destructor) 90 void threadSpecificKeyCreate(ThreadSpecificKey* key, void (*destructor)(void *)) 92 *key = new PlatformThreadSpecificKey(destructor); 121 data->destructor(data);
|
/external/clang/test/SemaCXX/ |
pseudo-destructors.cpp | 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}} 45 i->N::OtherInteger::~Integer(); // expected-error{{'Integer' does not refer to a type name in pseudo-destructor expression; expected the name of type 'int'}} 46 i->N::~Integer(); // expected-error{{'Integer' does not refer to a type name in pseudo-destructor expression; expected the name of type 'int'}} 47 i->Integer::~Double(); // expected-error{{the type of object expression ('int') does not match the type being destroyed ('Double' (aka 'double')) in pseudo-destructor expression}} 78 p->~oops(); // expected-error{{expected the class name after '~' to name a destructor}}
|
warn-global-constructors.cpp | 45 A a; // expected-warning {{global destructor}} 46 A b[10]; // expected-warning {{global destructor}} 47 A c[10][10]; // expected-warning {{global destructor}}
|
uninit-variables-conditional.cpp | 15 // the destructor in Foo fouls about the minor bit of path-sensitivity in
|
warn-pure-virtual-call-from-ctor-dtor.cpp | 4 ~A() { f(); } // expected-warning {{call to pure virtual member function 'f'; overrides of 'f' in subclasses are not available in the destructor of 'A'}}
|
/external/chromium_org/jingle/notifier/base/ |
weak_xmpp_client.h | 24 // buzz::XmppClient's destructor isn't marked virtual, but it inherits 25 // from talk_base::Task, whose destructor *is* marked virtual, so we 48 // besides the destructor.
|
/external/chromium/base/threading/ |
non_thread_safe_unittest.cc | 15 // Both the destructor and DoStuff should verify that they were 80 // Verify that the destructor doesn't assert. 88 // Verify that the destructor doesn't assert when called on a different thread 128 // Verify that the destructor asserts in debug builds only
|
/external/chromium/chrome/browser/sessions/ |
tab_restore_service_observer.h | 18 // destructor is run.
|
/external/chromium/net/base/ |
keygen_handler.cc | 9 // The constructor and destructor must be defined in a .cc file so that
|
/external/chromium_org/chrome/browser/sessions/ |
tab_restore_service_observer.h | 18 // destructor is run.
|
/external/chromium_org/content/common/input/ |
scoped_web_input_event.h | 18 // blink::WebInputEvent does not provide a virtual destructor.
|
/external/chromium_org/net/base/ |
keygen_handler.cc | 13 // The constructor and destructor must be defined in a .cc file so that
|
/external/chromium_org/third_party/skia/include/gpu/ |
GrDistanceFieldTextContext.h | 30 void flushGlyphs(); // automatically called by destructor
|
/external/chromium_org/third_party/skia/src/ports/ |
SkTLS_pthread.cpp | 16 (void)pthread_key_create(&gSkTLSKey, SkTLS::Destructor);
|
/external/chromium_org/ui/base/ |
theme_provider.cc | 9 // We have the destructor here because GCC puts the vtable in the first file
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/ |
p6-0x.cpp | 3 // Our C++0x doesn't currently have specialized destructor name handling,
|
/external/clang/test/CXX/special/class.dtor/ |
p3.cpp | 3 // The exception specification of a destructor declaration is matched *before*
|
/external/skia/include/gpu/ |
GrDistanceFieldTextContext.h | 30 void flushGlyphs(); // automatically called by destructor
|
/external/skia/src/ports/ |
SkTLS_pthread.cpp | 16 (void)pthread_key_create(&gSkTLSKey, SkTLS::Destructor);
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
cobject.h | 48 destructor function. If the second argument is non-null, then it 58 and an optional destructor function. If the third argument is non-null, 74 /* Modify a C object. Fails (==0) if object has a destructor. */ 82 void (*destructor)(void *); member in struct:__anon60430
|