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

<<11121314151617181920>>

  /external/chromium_org/third_party/mesa/src/src/glsl/
ralloc.c 68 void (*destructor)(void *); member in struct:ralloc_header
241 /* Free the block itself. Call the destructor first, if any. */
242 if (info->destructor != NULL)
243 info->destructor(PTR_FROM_HEADER(info));
295 ralloc_set_destructor(const void *ptr, void(*destructor)(void *))
298 info->destructor = destructor;
  /external/mesa3d/src/glsl/
ralloc.c 68 void (*destructor)(void *); member in struct:ralloc_header
241 /* Free the block itself. Call the destructor first, if any. */
242 if (info->destructor != NULL)
243 info->destructor(PTR_FROM_HEADER(info));
295 ralloc_set_destructor(const void *ptr, void(*destructor)(void *))
298 info->destructor = destructor;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
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/5/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/6/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/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 47 "destructors should declare their destructor virtual.";
54 "[chromium-style] No explicit destructor for %0 defined";
56 "[chromium-style] Public destructor declared here";
58 "[chromium-style] Protected non-virtual destructor declared here";
167 // Prints errors if the constructor/destructor weight is too heavy.
180 // destructor can be inlined.
246 // The destructor side is equivalent except that we don't check for
247 // trivial members; 20 ints don't need a destructor.
253 "destructor.");
257 "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/base/message_loop/
message_loop_test.h 77 /* destructor. */ \
83 /* destructor. */ \
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bubble_view.h 138 // When the destructor is invoked should the bookmark be removed?
141 // When the destructor is invoked should edits be applied?
  /external/chromium_org/chrome/common/local_discovery/
service_discovery_client.h 61 // Listening will automatically stop when the destructor is called.
87 // Listening will automatically stop when the destructor is called.
  /external/chromium_org/content/public/test/
mock_render_process_host.h 86 // Attaches the factory object so we can remove this object in its destructor
135 // 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.

Completed in 2311 milliseconds

<<11121314151617181920>>