Home
last modified time | relevance | path

Searched refs:Destructor (Results 1 – 15 of 15) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DJSGlobalObject.h66 typedef void (*Destructor)(void*); typedef
68 JSGlobalObjectData(Destructor destructor) in JSGlobalObjectData()
96 Destructor destructor;
/external/skia/src/xml/
DSkJSDisplayable.cpp70 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/
DCodecBase.cs118 #region Destructor & IDisposable stuff
DGZipStream.cs112 #region Destructor & IDispose stuff
/external/webkit/WebCore/bindings/js/
DJSDOMGlobalObject.h75 …JSDOMGlobalObjectData(DOMWrapperWorld* world, Destructor destructor = destroyJSDOMGlobalObjectData)
/external/bison/tests/
Dglr-regression.at518 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/
Dusage.dox195 \section usage_xma_seg_basedtor Segment Base Address and Destructor
/external/bison/doc/
Dbison.info184 * 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 …]
Dbison.texinfo222 * 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/
DChangeLog681 (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/
Dsqlite3.h.orig3419 ** CAPI3REF: Constants Defining Special Destructor Behavior
Dsqlite3.c.orig3943 ** 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/
DChangeLog1958 unprotected objects alive. Destructor order is not guaranteed, so it's
/external/webkit/WebCore/
DChangeLog-2003-10-259408 * kwq/KWQPixmap.h: Destructor needed to become virtual.
DChangeLog-2010-01-2926540 (WebCore::V8CustomPositionCallback::~V8CustomPositionCallback): Added. Destructor.
26546 (WebCore::V8CustomPositionErrorCallback::~V8CustomPositionErrorCallback): Added. Destructor.
61576 (WebCore::GeolocationServiceMock::~GeolocationServiceMock): Added. Destructor.