OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cleanup
(Results
51 - 75
of
464
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/system/extras/tests/directiotest/
directiotest.c
194
goto
cleanup
;
197
goto
cleanup
;
202
goto
cleanup
;
206
goto
cleanup
;
215
goto
cleanup
;
243
goto
cleanup
;
248
goto
cleanup
;
258
goto
cleanup
;
265
cleanup
:
/bootable/recovery/
verifier_test.sh
52
cleanup
() {
function
84
# ---------------
cleanup
----------------------
86
cleanup
/external/qemu/distrib/sdl-1.2.12/src/main/epoc/
SDL_main.cpp
69
CTrapCleanup*
cleanup
= CTrapCleanup::New();
local
113
delete
cleanup
;
/external/webkit/Source/WebKit/qt/tests/benchmarks/loading/
tst_loading.cpp
57
void
cleanup
();
78
void tst_Loading::
cleanup
()
function in class:tst_Loading
/external/webkit/Source/WebKit2/UIProcess/API/qt/tests/qgraphicswkview/
tst_qgraphicswkview.cpp
36
void
cleanup
();
77
void tst_QGraphicsWKView::
cleanup
()
function in class:tst_QGraphicsWKView
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-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.7-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))) \
/external/valgrind/main/perf/
vg_perf.in
42
# -
cleanup
: <post-test
cleanup
cmd to run> (default: none)
75
my $
cleanup
; #
cleanup
command to run
166
($vgopts, $prog, $args, $prereq, $
cleanup
)
182
} elsif ($line =~ /^\s*
cleanup
:\s*(.*)$/) {
183
$
cleanup
= $1;
307
if (defined $
cleanup
) {
308
(system("$
cleanup
") == 0) or
309
print(" ($name
cleanup
operation failed: $cleanup)\n")
[
all
...]
/external/dropbear/
listener.c
78
*
cleanup
(void* typedata) happens when cleaning up */
82
void (*
cleanup
)(struct Listener*)) {
127
newlisten->
cleanup
=
cleanup
;
155
if (listener->
cleanup
) {
156
listener->
cleanup
(listener);
/external/e2fsprogs/lib/ext2fs/
get_pathname.c
99
goto
cleanup
;
102
goto
cleanup
;
108
goto
cleanup
;
120
goto
cleanup
;
134
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/icu4c/common/
ustr_wcs.c
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
:
/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
/system/extras/fatblock/
fatblock.c
125
static void
cleanup
(void)
function
127
WARN("
cleanup
: clearing USB mass storage file\n");
129
WARN("
cleanup
: destroying block device\n");
136
cleanup
();
147
cleanup
();
/external/icu4c/test/intltest/
caltztst.h
26
static void
cleanup
();
/external/llvm/utils/
makellvm
4
onintr
cleanup
5
alias usage 'echo "USAGE: $0:t [-h] [-n] [-obj obj-root] [gmake-flags] [VAR=...] [toolname (default: opt)]"; set pstatus = 1; goto
cleanup
'
144
cleanup
:
/external/webkit/Source/WebCore/platform/audio/
FFTFrameStub.cpp
86
void FFTFrame::
cleanup
()
function in class:WebCore::FFTFrame
/external/webkit/Source/WebCore/svg/
SVGPathBuilder.h
43
virtual void
cleanup
() { m_path = 0; }
function in class:WebCore::SVGPathBuilder
SVGPathConsumer.h
50
virtual void
cleanup
() = 0;
SVGPathParser.h
44
void
cleanup
();
SVGPathSegListBuilder.h
46
virtual void
cleanup
()
function in class:WebCore::SVGPathSegListBuilder
SVGPathTraversalStateBuilder.h
40
virtual void
cleanup
() { m_traversalState = 0; }
function in class:WebCore::SVGPathTraversalStateBuilder
/external/webkit/Source/WebKit/android/WebCoreSupport/
WebCookieJar.h
40
static void
cleanup
(bool isPrivateBrowsing);