OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:destructor
(Results
601 - 625
of
4057
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/libcxxabi/test/
test_vector2.cpp
64
// Try throwing from a
destructor
while unwinding the stack -- should abort
/external/libselinux/src/
init.c
119
static void fini_lib(void) __attribute__ ((
destructor
));
/external/lzma/CPP/7zip/Common/
StreamObjects.h
125
virtual ~CCachedInStream() { Free(); } // the
destructor
must be virtual (release calls it) !!!
/external/mesa3d/src/gallium/auxiliary/util/
u_handle_table.h
57
* Set an optional
destructor
callback.
/external/qemu/android/base/memory/
ScopedPtr.h
47
//
Destructor
will call reset() automatically.
/external/qemu/distrib/libselinux/src/
init.c
119
static void fini_lib(void) __attribute__ ((
destructor
));
/external/skia/include/core/
SkComposeShader.h
41
// When this object gets destroyed, it will call contextA and contextB's
destructor
/external/skia/src/core/
SkBitmapProcShader.h
39
// The context takes ownership of the state. It will call its
destructor
SkTLS.h
81
static void
Destructor
(void* ptr);
/external/skia/tests/
DocumentTest.cpp
42
// Make sure doc's
destructor
is called to flush.
RefDictTest.cpp
72
// be sure d's
destructor
lowered data0's owner count back to 1
/external/stlport/stlport/stl/
_sstream.h
67
public: // Constructors,
destructor
.
130
public: // Constructors,
destructor
.
173
public: // Constructors,
destructor
.
219
public: // Constructors,
destructor
.
/external/webrtc/test/testsupport/
frame_reader.h
39
// to use anymore. Will also be invoked by the
destructor
.
/frameworks/av/include/drm/
DrmRights.h
62
*
Destructor
for DrmRights
/frameworks/av/include/media/nbaio/
Pipe.h
37
// If a buffer was specified in the constructor, it is not automatically freed by
destructor
.
/frameworks/av/media/img_utils/src/
FileOutput.cpp
28
ALOGW("%s:
Destructor
called with %s still open.", __FUNCTION__, mPath.string());
/frameworks/base/tools/aapt/tests/
MockDirectoryWalker.h
29
// Default copy constructor, and
destructor
are fine
/frameworks/compile/mclinker/templates/
implTest.cpp
21
//
Destructor
can do clean-up work that doesn't throw exceptions here.
/frameworks/compile/mclinker/unittests/
DirIteratorTest.cpp
30
//
Destructor
can do clean-up work that doesn't throw exceptions here.
ELFReaderTest.h
34
//
Destructor
can do clean-up work that doesn't throw exceptions here.
GCFactoryListTraitsTest.h
74
//
Destructor
can do clean-up work that doesn't throw exceptions here.
LinearAllocatorTest.h
56
//
Destructor
can do clean-up work that doesn't throw exceptions here.
MCRegionFragmentTest.cpp
26
//
Destructor
can do clean-up work that doesn't throw exceptions here.
StringTableTest.cpp
26
//
Destructor
can do clean-up work that doesn't throw exceptions here.
SymbolTableTest.cpp
23
//
Destructor
can do clean-up work that doesn't throw exceptions here.
Completed in 2048 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>