OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:destructor
(Results
126 - 150
of
3464
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/ndk/tests/standalone/init-fini-arrays/
README
7
- The address of functions with __attribute__((
destructor
)) are placed in
/external/bison/src/
symtab.c
49
| Default %
destructor
's and %printer's. |
78
code_props_none_init (&res->
destructor
);
108
code_props_none_init (&res->
destructor
);
134
SYMBOL_CODE_PRINT (
destructor
);
190
| Set the
DESTRUCTOR
associated with SYM. |
194
symbol_destructor_set (symbol *sym, code_props const *
destructor
)
196
if (sym->
destructor
.code)
197
symbol_redeclaration (sym, "%
destructor
", sym->
destructor
.location,
198
destructor
->location)
231
code_props const *
destructor
=
local
[
all
...]
/device/generic/goldfish/camera/
EmulatedCameraCommon.h
29
* in its
destructor
. Use LOGRE() macro (declared bellow) to create instances
40
/*
Destructor
that prints a "leave" trace message. */
/external/chromium_org/chrome/browser/extensions/api/storage/
value_store_cache.h
22
// the
destructor
is invoked soon after on the FILE thread. This gives
37
// performed in this method, since the
destructor
will execute later, after
/external/chromium_org/sync/engine/
commit.h
45
// This
destructor
will DCHECK if CleanUp() has not been called.
62
//
destructor
.
/external/libselinux/src/
selinux_internal.h
114
#define __selinux_key_create(KEY,
DESTRUCTOR
) \
117
pthread_key_create(KEY,
DESTRUCTOR
); \
/external/llvm/test/Feature/
memorymarkers.ll
31
;;
Destructor
is run here.
33
;;
Destructor
is done here.
/frameworks/base/core/jni/android/graphics/
MaskFilter.cpp
16
static void
destructor
(JNIEnv* env, jobject, SkMaskFilter* filter) {
function in class:SkMaskFilterGlue
59
{ "nativeDestructor", "(I)V", (void*)SkMaskFilterGlue::
destructor
}
/hardware/samsung_slsi/exynos5/libexynosutils/
ExynosMutex.h
52
//!
Destructor
96
//! Unlock on
destructor
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_key_create.c
47
pthread_key_create (pthread_key_t * key, void (PTW32_CDECL *
destructor
) (void *))
54
* thread with a non-NULL value for key terminates, '
destructor
'
66
* thread with a non-NULL value for key terminates, '
destructor
'
92
else if (
destructor
!= NULL)
102
newkey->
destructor
=
destructor
;
/external/chromium_org/tools/clang/plugins/tests/
base_refcounted.txt
14
./base_refcounted.h:73:3: warning: [chromium-style] Classes that are ref-counted and have non-private destructors should declare their
destructor
virtual.
41
./base_refcounted.h:139:3: note: [chromium-style] Public
destructor
declared here
53
./base_refcounted.h:158:7: note: [chromium-style] No explicit
destructor
for 'AnImplicitInterface' defined
59
./base_refcounted.h:204:3: warning: [chromium-style] Classes that are ref-counted and have non-private destructors should declare their
destructor
virtual.
62
./base_refcounted.h:204:3: warning: [chromium-style] Classes that are ref-counted and have non-private destructors should declare their
destructor
virtual.
72
./base_refcounted.h:73:3: warning: [chromium-style] Classes that are ref-counted and have non-private destructors should declare their
destructor
virtual.
/ndk/sources/cxx-stl/gabi++/tests/
test_vector1.cpp
145
fprintf(stderr, "Mismatched Constructor/
Destructor
calls (1)\n");
160
fprintf(stderr, "Mismatched Constructor/
Destructor
calls (2)\n");
192
// the
destructor
from the partially constructed array.
194
fprintf(stderr, "Mismatched Constructor/
Destructor
calls (1C)\n");
216
fprintf(stderr, "Mismatched Constructor/
Destructor
calls (2C)\n");
230
// Throw from within a
destructor
250
// there should be 20 calls to the
destructor
, and "three" was not cleaned up.
252
fprintf(stderr, "Unexpected Constructor/
Destructor
calls (1D)\n");
258
// Try throwing from a
destructor
- should be fine.
266
fprintf(stderr, "Mismatched Constructor/
Destructor
calls (2D)\n")
[
all
...]
/external/clang/test/CXX/special/class.ctor/
p5-0x.cpp
119
// a
destructor
that is deleted or inaccessible from the defaulted default
121
struct Deleted7a : DeletedDtor {}; // expected-note {{because base class 'DeletedDtor' has a deleted
destructor
}}
123
struct Deleted7b : virtual DeletedDtor {}; // expected-note {{because base class 'DeletedDtor' has a deleted
destructor
}}
125
struct Deleted7c { DeletedDtor a; }; // expected-note {{because field 'a' has a deleted
destructor
}}
127
struct Deleted7d { DeletedDtor a = {}; }; // expected-note {{because field 'a' has a deleted
destructor
}}
129
struct Deleted7e : PrivateDtor {}; // expected-note {{base class 'PrivateDtor' has an inaccessible
destructor
}}
131
struct Deleted7f : virtual PrivateDtor {}; // expected-note {{base class 'PrivateDtor' has an inaccessible
destructor
}}
133
struct Deleted7g { PrivateDtor a; }; // expected-note {{field 'a' has an inaccessible
destructor
}}
135
struct Deleted7h { PrivateDtor a = {}; }; // expected-note {{field 'a' has an inaccessible
destructor
}}
/external/chromium/testing/gtest/test/
gtest_catch_exceptions_test_.cc
120
ADD_FAILURE() << "CxxExceptionInConstructorTest
destructor
"
178
"CxxExceptionInSetUpTestCaseTest
destructor
"
221
"CxxExceptionInSetUpTest
destructor
"
250
"CxxExceptionInTearDownTest
destructor
"
272
"CxxExceptionInTestBodyTest
destructor
"
/external/chromium_org/content/browser/indexed_db/
indexed_db_unittest.cc
62
// Create the scope which will ensure we run the
destructor
of the context
92
// Create the scope which will ensure we run the
destructor
of the context.
111
// Make sure we wait until the
destructor
has run.
150
// Create the scope which will ensure we run the
destructor
of the context.
195
// Make sure we wait until the
destructor
has run.
/external/chromium_org/testing/gtest/test/
gtest_catch_exceptions_test_.cc
120
ADD_FAILURE() << "CxxExceptionInConstructorTest
destructor
"
181
"CxxExceptionInSetUpTestCaseTest
destructor
"
224
"CxxExceptionInSetUpTest
destructor
"
253
"CxxExceptionInTearDownTest
destructor
"
275
"CxxExceptionInTestBodyTest
destructor
"
/external/gtest/test/
gtest_catch_exceptions_test_.cc
120
ADD_FAILURE() << "CxxExceptionInConstructorTest
destructor
"
178
"CxxExceptionInSetUpTestCaseTest
destructor
"
221
"CxxExceptionInSetUpTest
destructor
"
250
"CxxExceptionInTearDownTest
destructor
"
272
"CxxExceptionInTestBodyTest
destructor
"
/ndk/sources/third_party/googletest/googletest/test/
gtest_catch_exceptions_test_.cc
120
ADD_FAILURE() << "CxxExceptionInConstructorTest
destructor
"
181
"CxxExceptionInSetUpTestCaseTest
destructor
"
224
"CxxExceptionInSetUpTest
destructor
"
253
"CxxExceptionInTearDownTest
destructor
"
275
"CxxExceptionInTestBodyTest
destructor
"
/bionic/libc/arch-arm/bionic/
eabi.c
38
* variable from the shared object that contains the constructor/
destructor
44
__aeabi_atexit (void *object, void (*
destructor
) (void *), void *dso_handle)
46
return __cxa_atexit(
destructor
, object, dso_handle);
/external/chromium/base/
openssl_util.h
17
template <typename T, void (*
destructor
)(T*)>
29
if (ptr_) (*
destructor
)(ptr_);
102
// the constructor call as it's not possible to trace a
destructor
's callsite.
/external/chromium/base/threading/
thread_checker_unittest.cc
15
// Both the
destructor
and DoStuff should verify that they were
80
// Verify that the
destructor
doesn't assert.
88
// Verify that the
destructor
doesn't assert
/external/chromium/crypto/
openssl_util.h
16
template <typename T, void (*
destructor
)(T*)>
28
if (ptr_) (*
destructor
)(ptr_);
96
// the constructor call as it's not possible to trace a
destructor
's callsite.
/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_);
102
// the constructor call as it's not possible to trace a
destructor
's callsite.
/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");
Completed in 2014 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>