OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:destructor
(Results
151 - 175
of
4057
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/base/threading/
thread_checker_unittest.cc
25
// Both the
destructor
and DoStuff should verify that they were
93
// Verify that the
destructor
doesn't assert.
101
// Verify that the
destructor
doesn't assert
/external/chromium_org/crypto/
openssl_util.h
16
template <typename T, void (*
destructor
)(T*)>
33
if (ptr_) (*
destructor
)(ptr_);
103
// the constructor call as it's not possible to trace a
destructor
's callsite.
scoped_capi_types.h
17
// Simple
destructor
for the Free family of CryptoAPI functions, such as
29
//
Destructor
for the Close/Release family of CryptoAPI functions, which take
/external/chromium_org/device/bluetooth/
bluetooth_discovery_session.h
33
//
Destructor
automatically terminates the discovery session. If this
38
// instead of relying on the
destructor
.
55
//
destructor
, so that they can be notified of the result via the callback
/external/chromium_org/third_party/webrtc/base/
thread_checker_unittest.cc
33
// Both the
destructor
and DoStuff should verify that they were
115
// Verify that the
destructor
doesn't assert.
123
// Verify that the
destructor
doesn't assert
asyncinvoker.cc
20
// Messages for this need to be cleared *before* our
destructor
is complete.
84
//
destructor
of the dying object here by waiting until the callback
worker.h
29
// The
destructor
may not be called if the worker is currently running
31
//
destructor
.
/external/clang/test/SemaCXX/
microsoft-dtor-lookup.cpp
44
struct B : public A { // expected-note {{
destructor
of 'B' is implicitly deleted because base class 'Test2::A' has an inaccessible
destructor
}}
80
bar(*a); // expected-error {{temporary of type 'Test3::A' has private
destructor
}}
return.cpp
101
return 42; // expected-error {{
destructor
'~S' should not return a value}}
112
~S() { return f(); } // expected-error {{
destructor
'~S' must not return void expression}}
/packages/apps/OMA-DM/engine/dmlib/portlib/lj/hdr/
dmThreadHelper.h
54
*
Destructor
99
*
Destructor
186
*
Destructor
/system/extras/tests/bionic/libc/common/
test_executable_destructor.c
35
/* A very simple program used to test constructor and
destructor
functions
51
static void __attribute__((
destructor
))
96
fprintf(stderr, "
Destructor
not called!!\n");
/bionic/libc/bionic/
pthread_key.cpp
55
* and its
destructor
, and will also clear the key data in the TLS area of
133
// from this thread's TLS area. This must call the
destructor
of all keys
134
// that have a non-NULL data value and a non-NULL
destructor
.
149
//
destructor
(or a later one) from seeing the old value if
153
//
destructor
function might be responsible for manually
157
// because the
destructor
is free to call pthread_key_create
/external/chromium_org/testing/gtest/test/
gtest_catch_exceptions_test.py
94
'in the test fixture\'s
destructor
'
139
'in the test fixture\'s
destructor
'
155
self.assert_('CxxExceptionInSetUpTestCaseTest
destructor
'
180
self.assert_('CxxExceptionInSetUpTest
destructor
'
198
self.assert_('CxxExceptionInTearDownTest
destructor
'
209
self.assert_('CxxExceptionInTestBodyTest
destructor
'
/external/chromium_org/third_party/skia/include/core/
SkRefCnt.h
24
call, its (virtual)
destructor
is called. It is an error for the
25
destructor
to be called explicitly (or via the object going out of scope on
94
* so they can reset fRefCnt before the
destructor
is called. Should only
96
* or before calling the
destructor
.
181
* Utility class that simply unref's its argument in the
destructor
.
205
* so unref() will not be called in our
destructor
. A subsequent call to
SkTemplates.h
71
parameters, the object, and a function that is to be called in the
destructor
.
73
reference is null when the
destructor
is called, we do not call the
88
parameters, the object, and a function that is to be called in the
destructor
.
90
reference is null when the
destructor
is called, we do not call the
103
An SkAutoTDelete<T> is like a T*, except that the
destructor
of SkAutoTDelete<T>
155
// Calls ~T() in the
destructor
.
193
/** Allocate an array of T elements, and free the array in the
destructor
321
/** Manages an array of T elements, freeing the array in the
destructor
.
/external/clang/test/CXX/class/class.union/
p1.cpp
35
~Dtor() { abort(); } // expected-note 2 {{because type 'Dtor' has a user-provided
destructor
}} expected-note 2{{here}}
46
Dtor dtor; // expected-error {{union member 'dtor' has a non-trivial
destructor
}}
70
Dtor dtor; // expected-note {{because field of type 'Dtor' has a user-provided
destructor
}}
71
} m6; // expected-error {{union member 'm6' has a non-trivial
destructor
}}
90
struct s6 : Dtor { // expected-note {{because base class of type 'Dtor' has a user-provided
destructor
}}
91
} m6; // expected-error {{union member 'm6' has a non-trivial
destructor
}}
/external/gtest/test/
gtest_catch_exceptions_test.py
94
'in the test fixture\'s
destructor
'
139
'in the test fixture\'s
destructor
'
155
self.assert_('CxxExceptionInSetUpTestCaseTest
destructor
'
180
self.assert_('CxxExceptionInSetUpTest
destructor
'
198
self.assert_('CxxExceptionInTearDownTest
destructor
'
209
self.assert_('CxxExceptionInTestBodyTest
destructor
'
/external/skia/include/core/
SkRefCnt.h
24
call, its (virtual)
destructor
is called. It is an error for the
25
destructor
to be called explicitly (or via the object going out of scope on
94
* so they can reset fRefCnt before the
destructor
is called. Should only
96
* or before calling the
destructor
.
181
* Utility class that simply unref's its argument in the
destructor
.
205
* so unref() will not be called in our
destructor
. A subsequent call to
/ndk/sources/third_party/googletest/googletest/test/
gtest_catch_exceptions_test.py
81
'in the test fixture\'s
destructor
'
126
'in the test fixture\'s
destructor
'
142
self.assert_('CxxExceptionInSetUpTestCaseTest
destructor
'
167
self.assert_('CxxExceptionInSetUpTest
destructor
'
185
self.assert_('CxxExceptionInTearDownTest
destructor
'
196
self.assert_('CxxExceptionInTestBodyTest
destructor
'
/external/chromium_org/components/dom_distiller/core/
distilled_content_store.cc
101
// but since the ContentMap is cleared in the InMemoryContentStore
destructor
,
102
// this should never be called after the
destructor
.
/external/chromium_org/remoting/ios/bridge/
host_proxy.mm
23
// Override default
destructor
94
// the next statement is executed the
destructor
is called automatically.
/external/chromium_org/third_party/icu/source/common/
ustrenum.h
40
* ownership of 'uenum' and will close it in its
destructor
. The
47
*
Destructor
. This closes the UEnumeration passed in to the
/external/chromium_org/third_party/skia/src/core/
SkTLS.cpp
38
void SkTLS::
Destructor
(void* ptr) {
40
SkDebugf("SkTLS::
Destructor
(%p)\n", ptr);
/external/chromium_org/third_party/webrtc/test/channel_transport/
udp_socket_wrapper_unittest.cc
21
// will also hang if the
destructor
is called directly.
37
// Access to protected
destructor
.
/external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_posix_test.cc
28
void
destructor
(void *arg) {
function in namespace:__sanitizer
53
ASSERT_EQ(0, pthread_key_create(&key, &
destructor
));
Completed in 3241 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>