HomeSort by relevance Sort by last modified time
    Searched full:destructor (Results 251 - 275 of 3416) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h 70 __cxa_cdtor_type destructor);
75 __cxa_cdtor_type destructor, void *(*__alloc) (size_t),
81 __cxa_cdtor_type destructor, void *(*__alloc) (size_t),
88 __cxa_cdtor_type destructor);
94 __cxa_cdtor_type destructor);
99 size_t __element_size, __cxa_cdtor_type destructor);
103 size_t __element_size, __cxa_cdtor_type destructor);
108 size_t __padding_size, __cxa_cdtor_type destructor);
112 size_t __padding_size, __cxa_cdtor_type destructor,
117 size_t __padding_size, __cxa_cdtor_type destructor,
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cxxabi.h 70 __cxa_cdtor_type destructor);
75 __cxa_cdtor_type destructor, void *(*__alloc) (size_t),
81 __cxa_cdtor_type destructor, void *(*__alloc) (size_t),
88 __cxa_cdtor_type destructor);
94 __cxa_cdtor_type destructor);
99 size_t __element_size, __cxa_cdtor_type destructor);
103 size_t __element_size, __cxa_cdtor_type destructor);
108 size_t __padding_size, __cxa_cdtor_type destructor);
112 size_t __padding_size, __cxa_cdtor_type destructor,
117 size_t __padding_size, __cxa_cdtor_type destructor,
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-spi.h 45 // Don't inherit from TestPartResult as its destructor is not virtual.
106 // Don't inherit from TestPartResultArray as its destructor is not
170 // EXPECT_NONFATAL_FAILURE(). Its destructor verifies that the given
198 // Implementation note: The verification is done in the destructor of
230 // Implementation note: The verification is done in the destructor of
  /external/icu4c/test/intltest/
colldata.h 66 * the destructor.
71 * The destructor.
135 * the destructor.
140 * The destructor.
219 * The destructor.
  /external/chromium_org/tools/clang/plugins/
FindBadConstructs.cpp 45 "destructors should declare their destructor virtual.";
49 "[chromium-style] No explicit destructor for %0 defined";
51 "[chromium-style] Public destructor declared here";
53 "[chromium-style] Protected non-virtual destructor declared here";
148 // Prints errors if the constructor/destructor weight is too heavy.
161 // destructor can be inlined.
227 // The destructor side is equivalent except that we don't check for
228 // trivial members; 20 ints don't need a destructor.
234 "destructor.");
238 "Complex destructor has an inline body.")
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
parse.y 403 %destructor select {sqlite3SelectDelete(pParse->db, $$);}
405 %destructor oneselect {sqlite3SelectDelete(pParse->db, $$);}
442 %destructor selcollist {sqlite3ExprListDelete(pParse->db, $$);}
444 %destructor sclp {sqlite3ExprListDelete(pParse->db, $$);}
473 %destructor seltablist {sqlite3SrcListDelete(pParse->db, $$);}
475 %destructor stl_prefix {sqlite3SrcListDelete(pParse->db, $$);}
477 %destructor from {sqlite3SrcListDelete(pParse->db, $$);}
521 // %destructor seltablist_paren {sqlite3SelectDelete(pParse->db, $$);}
534 %destructor fullname {sqlite3SrcListDelete(pParse->db, $$);}
546 %destructor on_opt {sqlite3ExprDelete(pParse->db, $$);
    [all...]
  /external/clang/lib/CodeGen/
CGCXXABI.h 100 /// Returns true if the given constructor or destructor is one of the
104 /// There currently is no way to indicate if a destructor returns 'this'
240 /// Build the signature of the given destructor variant by adding
250 /// Returns true if the given destructor type should be emitted as a linkonce
256 /// Emit destructor variants required by this ABI.
282 /// Emit the ABI-specific virtual destructor call.
377 /// Emits the guarded initializer and destructor setup for the given
388 /// Emit code to force the execution of a destructor during global
392 /// \param addr - a pointer to pass to the destructor function.
  /external/clang/test/CodeGenCXX/
partial-destruction.cpp 64 // Primary EH destructor.
71 // Partial destructor for primary normal destructor.
73 // the partial destroy for the primary normal destructor to fall
74 // within the primary EH destructor.
85 // Back to the primary EH destructor.
  /frameworks/base/libs/hwui/
ResourceCache.cpp 204 void ResourceCache::destructor(SkPath* resource) { function in class:android::uirenderer::ResourceCache
226 void ResourceCache::destructor(SkBitmap* resource) { function in class:android::uirenderer::ResourceCache
248 void ResourceCache::destructor(SkiaShader* resource) { function in class:android::uirenderer::ResourceCache
267 void ResourceCache::destructor(SkiaColorFilter* resource) { function in class:android::uirenderer::ResourceCache
286 void ResourceCache::destructor(Res_png_9patch* resource) { function in class:android::uirenderer::ResourceCache
346 * by the various destructor() and recycle() methods which call this method).
  /external/chromium_org/third_party/sqlite/src/doc/
lemon.html 520 <li><tt>%destructor</tt>
553 <p>The %default_destructor directive specifies a destructor to
554 use for non-terminals that do not have their own destructor
555 specified by a separate %destructor directive. See the documentation
556 on the %destructor directive below for additional information.</p>
559 same datatype and hence the same destructor. This directive is
560 a convenience way to specify the same destructor for all those
570 <h4>The <tt>%destructor</tt> directive</h4>
572 <p>The %destructor directive is used to specify a destructor fo
    [all...]
  /development/host/windows/usb/api/
adb_io_completion.h 42 released in the destructor.
56 We hide destructor in order to prevent ourseves from accidentaly allocating
  /external/bison/src/
symlist.h 121 /** Set the \c \%destructor for \c node as \c code at \c loc. */
123 code_props const *destructor);
  /external/chromium/chrome/browser/prefs/
pref_change_registrar_unittest.cc 76 // worked (rather than the registrar destructor doing the work).
116 // worked (rather than the registrar destructor doing the work).
  /external/chromium/chrome/browser/sync/
js_event_handler_list_unittest.cc 35 // Once from the second RemoveHandler(), once from the destructor.
73 // Let destructor of |event_handlers| call RemoveBackend().
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bubble_view.h 147 // When the destructor is invoked should the bookmark be removed?
150 // When the destructor is invoked should edits be applied?
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bubble_view.h 137 // When the destructor is invoked should the bookmark be removed?
140 // When the destructor is invoked should edits be applied?
  /external/chromium_org/chrome/common/local_discovery/
service_discovery_client.h 60 // Listening will automatically stop when the destructor is called.
86 // Listening will automatically stop when the destructor is called.
  /external/chromium_org/content/public/test/
mock_render_process_host.h 82 // Attaches the factory object so we can remove this object in its destructor
123 // the destructor and prevent them from being leaked.
  /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/third_party/WebKit/Source/core/platform/audio/
HRTFDatabaseLoader.h 51 // Both constructor and destructor must be called from the main thread.
68 // Both constructor and destructor must be called from the main thread.
  /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/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/
worker.h 46 // The destructor may not be called if the worker is currently running
48 // destructor.
  /external/chromium_org/tools/valgrind/tsan/
suppressions_win32.txt 159 fun:google_breakpad::CrashGenerationServer::`scalar deleting destructor'
163 fun:remoting::BreakpadWinDeathTest_TestAccessViolation_Test::`scalar deleting destructor'
  /external/chromium_org/ui/aura/
window_delegate.h 72 // Called from Window's destructor before OnWindowDestroyed and before the
77 // Called when the Window has been destroyed (i.e. from its destructor). This

Completed in 934 milliseconds

<<11121314151617181920>>