OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cleanup
(Results
76 - 100
of
783
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/lldb/test/functionalities/data-formatter/rdar-11628688/
TestFormattersBoolRefPtr.py
51
def
cleanup
():
function in function:DataFormatterOSTypeTestCase.ostype_data_formatter_commands
56
# Execute the
cleanup
function during test case tear down.
57
self.addTearDownHook(
cleanup
)
/external/lldb/test/functionalities/data-formatter/rdar-11773899/
TestFormattersBoolRefPtr.py
51
def
cleanup
():
function in function:DataFormatterBoolRefPtr.boolrefptr_data_formatter_commands
56
# Execute the
cleanup
function during test case tear down.
57
self.addTearDownHook(
cleanup
)
/external/lldb/test/functionalities/data-formatter/rdar-13338477/
Test-rdar-13338477.py
50
def
cleanup
():
function in function:Radar13338477DataFormatterTestCase.data_formatter_commands
54
# Execute the
cleanup
function during test case tear down.
55
self.addTearDownHook(
cleanup
)
/external/lldb/test/functionalities/data-formatter/rdar-9973865/
Test-rdar-9973865.py
51
def
cleanup
():
function in function:Radar9973865DataFormatterTestCase.data_formatter_commands
54
# Execute the
cleanup
function during test case tear down.
55
self.addTearDownHook(
cleanup
)
/external/lldb/test/functionalities/data-formatter/rdar-9973992/
Test-rdar-9973992.py
50
def
cleanup
():
function in function:Radar9973992DataFormatterTestCase.data_formatter_commands
53
# Execute the
cleanup
function during test case tear down.
54
self.addTearDownHook(
cleanup
)
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA1/
SDL_main.cpp
80
CTrapCleanup*
cleanup
= CTrapCleanup::New();
local
118
//that
cleanup
below is not called at all - why?
125
delete
cleanup
;
/external/skia/experimental/AndroidPathRenderer/
AndroidPathRenderer.h
37
mCleanupMethod = &(
cleanup
<TYPE>);
47
static void
cleanup
(void* buffer) {
function in class:android::uirenderer::VertexBuffer
/frameworks/base/libs/hwui/
Texture.h
82
bool
cleanup
;
member in class:android::uirenderer::Texture
126
if (mTexture && mTexture->
cleanup
) {
/hardware/qcom/bt/libbt-vendor/src/
bt_vendor_qcom.c
193
static void
cleanup
( void )
function
195
ALOGI("
cleanup
");
207
cleanup
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
stdio-lock.h
94
__attribute__((
cleanup
(_IO_acquire_lock_fct))) \
100
__attribute__((
cleanup
(_IO_acquire_lock_clear_flags2_fct))) \
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
stdio-lock.h
94
__attribute__((
cleanup
(_IO_acquire_lock_fct))) \
100
__attribute__((
cleanup
(_IO_acquire_lock_clear_flags2_fct))) \
/system/core/libprocessgroup/
Android.mk
15
LOCAL_SRC_FILES :=
cleanup
.cpp
/external/icu/icu4c/source/i18n/
uspoof_wsconf.cpp
138
goto
cleanup
;
146
goto
cleanup
;
152
goto
cleanup
;
175
goto
cleanup
;
178
goto
cleanup
;
202
goto
cleanup
;
206
goto
cleanup
;
233
goto
cleanup
;
243
goto
cleanup
;
252
goto
cleanup
;
[
all
...]
/packages/services/Telephony/src/com/android/services/telephony/
EmergencyCallHelper.java
129
cleanup
();
method
167
cleanup
();
method
212
cleanup
();
method
222
cleanup
();
method
274
* The exact
cleanup
steps are:
287
private void
cleanup
() {
method in class:EmergencyCallHelper
288
Log.d(this, "
cleanup
()");
/external/e2fsprogs/e2fsck/
profile_helpers.c
159
goto
cleanup
;
166
goto
cleanup
;
172
cleanup
:
200
goto
cleanup
;
208
cleanup
:
236
goto
cleanup
;
248
cleanup
:
/external/chromium_org/third_party/icu/source/common/
ustr_wcs.c
107
goto
cleanup
;
120
goto
cleanup
;
129
goto
cleanup
;
209
cleanup
:
313
goto
cleanup
;
365
goto
cleanup
;
386
goto
cleanup
;
431
goto
cleanup
;
460
cleanup
:
/external/icu/icu4c/source/common/
ustr_wcs.cpp
114
goto
cleanup
;
127
goto
cleanup
;
136
goto
cleanup
;
216
cleanup
:
320
goto
cleanup
;
372
goto
cleanup
;
393
goto
cleanup
;
438
goto
cleanup
;
467
cleanup
:
/external/android-clat/
getaddr.c
117
goto
cleanup
;
129
goto
cleanup
;
134
cleanup
:
/external/glide/library/src/main/java/com/bumptech/glide/load/model/
ImageVideoModelLoader.java
79
public void
cleanup
() {
method in class:ImageVideoModelLoader.ImageVideoFetcher
82
streamFetcher.
cleanup
();
85
fileDescriptorFetcher.
cleanup
();
/frameworks/base/core/java/android/os/
TokenWatcher.java
90
public void
cleanup
(IBinder token, boolean unlink)
method in class:TokenWatcher
108
cleanup
(token, true);
method
193
cleanup
(token, false);
method
/bionic/tests/
stack_unwinding_test_impl.c
51
char c1 __attribute__((
cleanup
(foo_cleanup))) unused;
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathBuilder.h
43
virtual void
cleanup
() OVERRIDE { m_path = 0; }
SVGPathByteStreamBuilder.h
40
virtual void
cleanup
() OVERRIDE { m_byteStream = 0; }
SVGPathStringBuilder.h
34
virtual void
cleanup
() OVERRIDE { m_stringBuilder.clear(); }
SVGPathTraversalStateBuilder.h
43
virtual void
cleanup
() OVERRIDE { m_traversalState = 0; }
Completed in 906 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>