/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_construct.h | 118 * a trivial destructor, the compiler should optimize all of this 134 * destroy() even if _Tp has a trivial destructor.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_construct.h | 119 * a trivial destructor, the compiler should optimize all of this 135 * destroy() even if _Tp has a trivial destructor.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
stl_construct.h | 117 * a trivial destructor, the compiler should optimize all of this 133 * destroy() even if _Tp has a trivial destructor.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
stl_construct.h | 117 * a trivial destructor, the compiler should optimize all of this 133 * destroy() even if _Tp has a trivial destructor.
|
/sdk/emulator/opengl/shared/emugl/common/ |
smart_ptr.h | 42 // Nothing happens in this destructor, the real work must be performed 119 // Destructor, decrements reference count and destroys the object
|
/external/chromium_org/chrome/browser/net/ |
sqlite_server_bound_cert_store_unittest.cc | 114 // Make sure we wait until the destructor has run. 148 // Make sure we wait until the destructor has run. 297 // Make sure we wait until the destructor has run. 385 // Make sure we wait until the destructor has run. 471 // Make sure we wait until the destructor has run.
|
/external/chromium_org/third_party/icu/source/common/ |
servloc.h | 165 * Destructor. 218 * Destructor. 318 * Destructor. 387 * Destructor 442 * Destructor.
|
triedict.h | 70 * <p>Virtual destructor.</p> 157 * <p>Virtual destructor.</p> 313 * <p>Virtual destructor.</p>
|
/external/chromium_org/third_party/sqlite/src/src/ |
test_func.c | 76 ** result with a destructor. Function 'test_destructor' takes one argument 77 ** and returns the same argument interpreted as TEXT. A destructor is 86 static void destructor(void *p){ function 113 sqlite3_result_text(pCtx, zVal, -1, destructor); 136 sqlite3_result_text16(pCtx, zVal, -1, destructor);
|
/external/clang/test/SemaCXX/ |
new-delete.cpp | 219 X11 x11; // expected-note {{implicit destructor for 'X11' first required here}} 252 delete x; // expected-error {{calling a private destructor}} 402 struct B { B(); A a; }; // expected-error {{field of type 'ArrayNewNeedsDtor::A' has private destructor}} 404 return new B[5]; // expected-note {{implicit destructor for 'ArrayNewNeedsDtor::B' first required here}} 424 void f(A *x) { delete x; } // expected-warning {{delete called on 'PR10504::A' that is abstract but has non-virtual destructor}}
|
/external/icu/icu4c/source/common/ |
servloc.h | 165 * Destructor. 218 * Destructor. 318 * Destructor. 387 * Destructor 441 * Destructor.
|
/external/clang/include/clang/AST/ |
DeclarationName.h | 137 // destructor, or conversion function. 249 /// constructor, destructor, or conversion function), return the 363 /// getCXXDestructorName - Returns the name of a C++ destructor 372 /// of C++ name, e.g., for a constructor, destructor, or conversion 394 // Locations (if any) for the tilde (destructor) or operator keyword 464 /// the name. Assumes it is a constructor, destructor or conversion. 472 /// the name. Assumes it is a constructor, destructor or conversion.
|
/external/lldb/include/lldb/Utility/ |
PseudoTerminal.h | 46 /// Destructor 48 /// The destructor will close the master and slave file descriptors 81 /// when the destructor is called. The file handles can be released 167 /// destructor is called, it will close it. 200 /// destructor is called, it will close it. 225 /// without closing it. The destructor for this class will close the 240 /// without closing it. The destructor for this class will close the
|
/external/chromium_org/content/renderer/pepper/ |
plugin_module.h | 157 // object declares its association with this module in its destructor and 158 // releases us in its destructor. 232 // True when we're running in the destructor. This allows us to write some
|
/external/chromium_org/ppapi/shared_impl/ |
proxy_lock.h | 180 // Bind thread_checker_ to this thread so we can check in the destructor. 211 // ensures that the Resource's destructor is invoked only with the lock 327 // clearing the Callback causes a destructor (e.g., for a Resource) to run,
|
/external/chromium_org/third_party/skia/src/xml/ |
SkJSDisplayable.cpp | 62 static void Destructor(JSContext *cx, JSObject *obj); 209 gDisplayableClasses[type].finalize = SkJSDisplayable::Destructor; 214 void SkJSDisplayable::Destructor(JSContext *cx, JSObject *obj) {
|
/external/clang/include/clang/Basic/ |
TargetCXXABI.h | 63 /// - constructor/destructor signatures. 153 /// have access to the destructor, while only the caller needs the 154 /// destructor if this is false.
|
/external/deqp/framework/delibs/decpp/ |
deCommandLine.hpp | 192 DestroyFunc destructor; member in struct:de::cmdline::detail::TypedFieldMap::Entry 194 Entry (void) : value(DE_NULL), destructor(0) {} 195 Entry (void* value_, DestroyFunc destructor_) : value(value_), destructor(destructor_) {}
|
/external/skia/src/xml/ |
SkJSDisplayable.cpp | 62 static void Destructor(JSContext *cx, JSObject *obj); 209 gDisplayableClasses[type].finalize = SkJSDisplayable::Destructor; 214 void SkJSDisplayable::Destructor(JSContext *cx, JSObject *obj) {
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
_dbdao.h | 62 DESTRUCTOR ~CdbBSTR(VOID); 195 DESTRUCTOR ~CdbWide() { 208 virtual DESTRUCTOR ~CdbOleObject(VOID);
|
/external/valgrind/main/coregrind/m_demangle/ |
cplus-dem.c | 146 int destructor; member in struct:work_stuff 1174 s2 = work->destructor; 1177 work->constructor = work->destructor = 0; [all...] |
/art/compiler/utils/ |
debug_stack.h | 29 // Reference counter. No references allowed in destructor or in explicitly called CheckNoRefs().
|
/art/runtime/ |
monitor_pool.cc | 122 // Call the destructor.
|
/cts/suite/audio_quality/lib/include/task/ |
TaskGeneric.h | 76 * destructor.
|
/development/host/windows/usb/api/ |
adb_interface_enum.h | 37 We hide destructor in order to prevent ourseves from accidentaly allocating
|