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
3464
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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/base/
lazy_instance.h
12
//
destructor
will be called on program exit.
59
// Explicitly call the
destructor
.
93
// Declaring a
destructor
(even if it's empty) will cause MSVC to register a
94
// static initializer to register the empty
destructor
with atexit().
123
// Declaring a
destructor
(even if it's empty) will cause MSVC to register a
124
// static initializer to register the empty
destructor
with atexit().
/external/chromium/testing/gtest/test/
gtest_catch_exceptions_test.py
81
'in the test fixture\'s
destructor
'
123
'in the test fixture\'s
destructor
'
139
self.assert_('CxxExceptionInSetUpTestCaseTest
destructor
'
164
self.assert_('CxxExceptionInSetUpTest
destructor
'
182
self.assert_('CxxExceptionInTearDownTest
destructor
'
193
self.assert_('CxxExceptionInTestBodyTest
destructor
'
/external/chromium_org/testing/gtest/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/third_party/skia/include/core/
SkRefCnt.h
23
call, its (virtual)
destructor
is called. It is an error for the
24
destructor
to be called explicitly (or via the object going out of scope on
91
* so they can reset fRefCnt before the
destructor
is called. Should only
93
* or before calling the
destructor
.
178
* Utility class that simply unref's its argument in the
destructor
.
202
* so unref() will not be called in our
destructor
. A subsequent call to
SkTemplates.h
70
parameters, the object, and a function that is to be called in the
destructor
.
72
reference is null when the
destructor
is called, we do not call the
87
parameters, the object, and a function that is to be called in the
destructor
.
89
reference is null when the
destructor
is called, we do not call the
102
An SkAutoTDelete<T> is like a T*, except that the
destructor
of SkAutoTDelete<T>
150
// Calls ~T() in the
destructor
.
181
/** Allocate an array of T elements, and free the array in the
destructor
309
/** 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
81
'in the test fixture\'s
destructor
'
123
'in the test fixture\'s
destructor
'
139
self.assert_('CxxExceptionInSetUpTestCaseTest
destructor
'
164
self.assert_('CxxExceptionInSetUpTest
destructor
'
182
self.assert_('CxxExceptionInTearDownTest
destructor
'
193
self.assert_('CxxExceptionInTestBodyTest
destructor
'
/external/skia/include/core/
SkRefCnt.h
23
call, its (virtual)
destructor
is called. It is an error for the
24
destructor
to be called explicitly (or via the object going out of scope on
91
* so they can reset fRefCnt before the
destructor
is called. Should only
93
* or before calling the
destructor
.
178
* Utility class that simply unref's its argument in the
destructor
.
202
* so unref() will not be called in our
destructor
. A subsequent call to
SkTemplates.h
70
parameters, the object, and a function that is to be called in the
destructor
.
72
reference is null when the
destructor
is called, we do not call the
87
parameters, the object, and a function that is to be called in the
destructor
.
89
reference is null when the
destructor
is called, we do not call the
102
An SkAutoTDelete<T> is like a T*, except that the
destructor
of SkAutoTDelete<T>
150
// Calls ~T() in the
destructor
.
181
/** Allocate an array of T elements, and free the array in the
destructor
309
/** Manages an array of T elements, freeing the array in the
destructor
.
/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/crypto/
scoped_capi_types.h
18
// Simple
destructor
for the Free family of CryptoAPI functions, such as
30
//
Destructor
for the Close/Release family of CryptoAPI functions, which take
/external/chromium_org/crypto/
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/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/clang/test/SemaTemplate/
virtual-member-functions.cpp
67
class Inner : public A { }; // expected-error{{base class 'PR7114::A' has private
destructor
}}
75
(void)typeid(bfi); // expected-note{{implicit
destructor
}}
/external/icu4c/common/
ustrenum.h
31
* ownership of 'uenum' and will close it in its
destructor
. The
38
*
Destructor
. This closes the UEnumeration passed in to the
/external/skia/src/core/
SkTLS.cpp
38
void SkTLS::
Destructor
(void* ptr) {
40
SkDebugf("SkTLS::
Destructor
(%p)\n", ptr);
/frameworks/base/core/jni/android/graphics/
PathEffect.cpp
14
static void
destructor
(JNIEnv* env, jobject, SkPathEffect* effect) {
function in class:SkPathEffectGlue
64
{ "nativeDestructor", "(I)V", (void*)SkPathEffectGlue::
destructor
}
/frameworks/compile/libbcc/include/bcc/
Source.h
35
// If true,
destructor
won't destroy the mModule.
51
// is true,
destructor
won't call delete on the given module.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/cc_hash_table_map_/
cond_key_dtor_entry_dealtor.hpp
38
* Contains a conditional key
destructor
, used for exception handling.
50
* A conditional key
destructor
, used for exception handling.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/cc_hash_table_map_/
cond_key_dtor_entry_dealtor.hpp
38
* Contains a conditional key
destructor
, used for exception handling.
50
* A conditional key
destructor
, used for exception handling.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/cc_hash_table_map_/
cond_key_dtor_entry_dealtor.hpp
38
* Contains a conditional key
destructor
, used for exception handling.
50
* A conditional key
destructor
, used for exception handling.
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
cond_key_dtor_entry_dealtor.hpp
38
* Contains a conditional key
destructor
, used for exception handling.
50
* A conditional key
destructor
, used for exception handling.
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
cond_key_dtor_entry_dealtor.hpp
38
* Contains a conditional key
destructor
, used for exception handling.
50
* A conditional key
destructor
, used for exception handling.
Completed in 2461 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>