Searched refs:Destructor (Results 1 – 15 of 15) sorted by relevance
/external/webkit/JavaScriptCore/runtime/ |
D | JSGlobalObject.h | 66 typedef void (*Destructor)(void*); typedef 68 JSGlobalObjectData(Destructor destructor) in JSGlobalObjectData() 96 Destructor destructor;
|
/external/skia/src/xml/ |
D | SkJSDisplayable.cpp | 70 static void Destructor(JSContext *cx, JSObject *obj); 217 gDisplayableClasses[type].finalize = SkJSDisplayable::Destructor; in JS_INIT() 222 void SkJSDisplayable::Destructor(JSContext *cx, JSObject *obj) { in Destructor() function in SkJSDisplayable
|
/external/zlib/contrib/dotzlib/DotZLib/ |
D | CodecBase.cs | 118 #region Destructor & IDisposable stuff
|
D | GZipStream.cs | 112 #region Destructor & IDispose stuff
|
/external/webkit/WebCore/bindings/js/ |
D | JSDOMGlobalObject.h | 75 …JSDOMGlobalObjectData(DOMWrapperWorld* world, Destructor destructor = destroyJSDOMGlobalObjectData)
|
/external/bison/tests/ |
D | glr-regression.at | 518 printf ("Destructor called.\n"); 553 [Destructor called. 584 fprintf (stderr, "Destructor called on same value twice.\n"); 926 fprintf (stderr, "Destructor calls: %d\n", destructors);
|
/external/libvpx/ |
D | usage.dox | 195 \section usage_xma_seg_basedtor Segment Base Address and Destructor
|
/external/bison/doc/ |
D | bison.info | 184 * Destructor Decl:: Declaring how symbols are freed. 3286 Freeing Discarded Symbols: Destructor Decl.). However, Bison currently 3580 * Destructor Decl:: Declaring how symbols are freed. 3761 File: bison.info, Node: Initial Action Decl, Next: Destructor Decl, Prev: Type Decl, Up: Declar… 3785 File: bison.info, Node: Destructor Decl, Next: Expect Decl, Prev: Initial Action Decl, Up: Decl… 3846 File: bison.info, Node: Expect Decl, Next: Start Decl, Prev: Destructor Decl, Up: Declarations 4024 discarded symbols. *Note Freeing Discarded Symbols: Destructor 5494 Discarded Symbols: Destructor Decl, for a means to reclaim this memory. 6520 means to avoid leaks. *Note Freeing Discarded Symbols: Destructor Decl. 7480 discarded symbols. *Note Freeing Discarded Symbols: Destructor [all …]
|
D | bison.texinfo | 222 * Destructor Decl:: Declaring how symbols are freed. 3313 Thus, @code{$<context>5} needs a destructor (@pxref{Destructor Decl, , Freeing 3662 * Destructor Decl:: Declaring how symbols are freed. 3917 @node Destructor Decl 4206 discarded symbols. @xref{Destructor Decl, , Freeing Discarded Symbols}. 5947 possible sources of memory leaks, see @ref{Destructor Decl, , Freeing 7085 only means to avoid leaks. @xref{Destructor Decl, , Freeing Discarded 8191 discarded symbols. @xref{Destructor Decl, , Freeing Discarded Symbols}.
|
/external/bison/ |
D | ChangeLog | 681 (Destructor Decl, Parser Function, Pure Calling): 1118 * doc/bison.texinfo (Destructor Decl): Complete. 2197 Destructor cleanups and regularization among the three skeletons. 2207 * doc/bison.texinfo (Destructor Decl): Mention more reasons 2209 (Destructor Decl, Decl Summary, Table of Symbols): 3672 * doc/bison.texinfo (Destructor Decl): Some rewording. 6463 * doc/bison.texinfo (Destructor Decl): New.
|
/external/sqlite/dist/ |
D | sqlite3.h.orig | 3419 ** CAPI3REF: Constants Defining Special Destructor Behavior
|
D | sqlite3.c.orig | 3943 ** CAPI3REF: Constants Defining Special Destructor Behavior 8612 void (*xDel)(void*); /* Destructor for pUser */ 17737 void (*xDelete)(void *); /* Destructor for the aux data */ 31739 void (*xCodecFree)(void*); /* Destructor for the codec */ 37218 void (*xFreeSchema)(void*); /* Destructor for BtShared.pSchema */ 46977 void (*xDel)(void*) /* Destructor function */ 47383 void (*xDel)(void*) /* Destructor for the string */ 50720 void (*xDel)(void*) /* Destructor function */ 51493 void (*xDel)(void*), /* Destructor for the data */
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog | 1958 unprotected objects alive. Destructor order is not guaranteed, so it's
|
/external/webkit/WebCore/ |
D | ChangeLog-2003-10-25 | 9408 * kwq/KWQPixmap.h: Destructor needed to become virtual.
|
D | ChangeLog-2010-01-29 | 26540 (WebCore::V8CustomPositionCallback::~V8CustomPositionCallback): Added. Destructor. 26546 (WebCore::V8CustomPositionErrorCallback::~V8CustomPositionErrorCallback): Added. Destructor. 61576 (WebCore::GeolocationServiceMock::~GeolocationServiceMock): Added. Destructor.
|