OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cleanup
(Results
176 - 200
of
783
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/lldb/test/functionalities/data-formatter/data-formatter-python-synth/
TestDataFormatterPythonSynth.py
65
def
cleanup
():
function in function:PythonSynthDataFormatterTestCase.data_formatter_commands
71
# Execute the
cleanup
function during test case tear down.
72
self.addTearDownHook(
cleanup
)
221
def
cleanup
():
function in function:PythonSynthDataFormatterTestCase.rdar10960550_formatter_commands
227
# Execute the
cleanup
function during test case tear down.
228
self.addTearDownHook(
cleanup
)
/external/openssl/crypto/evp/
digest.c
275
if (ctx->digest->
cleanup
)
277
ctx->digest->
cleanup
(ctx);
383
if (ctx->digest && ctx->digest->
cleanup
385
ctx->digest->
cleanup
(ctx);
/external/openssl/crypto/rand/
rand.h
85
void (*
cleanup
)(void);
member in struct:rand_meth_st
/external/openssl/include/openssl/
rand.h
85
void (*
cleanup
)(void);
member in struct:rand_meth_st
/external/qemu/distrib/sdl-1.2.15/test/
testfile.c
25
static void
cleanup
( void ) {
function
37
cleanup
();
50
cleanup
();
180
cleanup
();
/external/smack/src/org/xbill/DNS/
Client.java
53
cleanup
() throws IOException {
method in class:Client
/frameworks/native/services/sensorservice/
BatteryService.h
60
static void
cleanup
(uid_t uid) {
function in class:android::BatteryService
/hardware/libhardware/include/hardware/
bt_hl.h
116
void (*
cleanup
)(void);
member in struct:__anon40373
/hardware/qcom/audio/legacy/alsa_sound/
acoustics_default.cpp
67
dev->
cleanup
= s_cleanup;
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpService.java
71
protected boolean
cleanup
() {
method in class:A2dpService
73
mStateMachine.
cleanup
();
76
mAvrcp.
cleanup
();
229
public boolean
cleanup
() {
method in class:A2dpService.BluetoothA2dpBinder
/build/tools/atree/
files.cpp
195
goto
cleanup
;
203
goto
cleanup
;
213
goto
cleanup
;
221
goto
cleanup
;
228
goto
cleanup
;
291
goto
cleanup
;
319
cleanup
:
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
tasm.c
85
static void
cleanup
(/*@null@*/ /*@only@*/ yasm_object *object);
323
cleanup
(object);
342
cleanup
(object);
382
cleanup
(object);
406
cleanup
(object);
421
cleanup
(object);
532
cleanup
(NULL);
543
cleanup
(NULL);
595
cleanup
(object);
608
cleanup
(yasm_object *object
function
[
all
...]
/external/lldb/test/functionalities/data-formatter/data-formatter-objc/
TestDataFormatterObjC.py
243
def
cleanup
():
function in function:ObjCDataFormatterTestCase.rdar11106605_commands
249
# Execute the
cleanup
function during test case tear down.
250
self.addTearDownHook(
cleanup
)
274
def
cleanup
():
function in function:ObjCDataFormatterTestCase.plain_data_formatter_commands
279
# Execute the
cleanup
function during test case tear down.
280
self.addTearDownHook(
cleanup
)
339
def
cleanup
():
function in function:ObjCDataFormatterTestCase.appkit_common_data_formatters_command
344
# Execute the
cleanup
function during test case tear down.
345
self.addTearDownHook(
cleanup
)
519
def
cleanup
()
function in function:ObjCDataFormatterTestCase.expr_objc_data_formatter_commands
562
def
cleanup
():
function in function:ObjCDataFormatterTestCase.cf_data_formatter_commands
616
def
cleanup
():
function in function:ObjCDataFormatterTestCase.kvo_data_formatter_commands
[
all
...]
/external/valgrind/main/tests/
vg_regtest
78
# -
cleanup
: <post-test
cleanup
cmd> (default: none)
152
my $
cleanup
; #
cleanup
command to run
277
($prereq, $post, $
cleanup
) = (undef, undef, undef);
325
} elsif ($line =~ /^\s*
cleanup
:\s*(.*)$/) {
326
$
cleanup
= $1;
548
if (defined $
cleanup
) {
549
(system("$
cleanup
") == 0) or
550
print("(
cleanup
operation failed: $cleanup)\n")
[
all
...]
vg_regtest.in
78
# -
cleanup
: <post-test
cleanup
cmd> (default: none)
152
my $
cleanup
; #
cleanup
command to run
277
($prereq, $post, $
cleanup
) = (undef, undef, undef);
325
} elsif ($line =~ /^\s*
cleanup
:\s*(.*)$/) {
326
$
cleanup
= $1;
548
if (defined $
cleanup
) {
549
(system("$
cleanup
") == 0) or
550
print("(
cleanup
operation failed: $cleanup)\n")
[
all
...]
/external/checkpolicy/
module_compiler.c
764
goto
cleanup
;
774
goto
cleanup
;
780
goto
cleanup
;
786
goto
cleanup
;
792
goto
cleanup
;
830
goto
cleanup
;
836
goto
cleanup
;
846
goto
cleanup
;
853
goto
cleanup
;
861
cleanup
[
all
...]
/device/samsung/manta/libsensors/
IioSensorBase.cpp
133
goto
cleanup
;
141
cleanup
:
/external/bison/build-aux/
gnu-web-doc-update
139
cleanup
()
function
148
trap
cleanup
0
/external/chromium_org/chrome/installer/linux/rpm/
build.sh
164
cleanup
() {
function
268
# call
cleanup
() on exit
269
trap
cleanup
0
/external/chromium_org/chrome/installer/mac/
dirpatcher.sh
109
cleanup
() {
function
318
trap
cleanup
EXIT HUP INT QUIT TERM
/external/chromium_org/remoting/host/installer/mac/
do_signing.sh
191
cleanup
() {
function
245
cleanup
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
metered_stream.py
77
self.
cleanup
()
79
def
cleanup
(self):
member in class:MeteredStream
/external/chromium_org/third_party/openssl/openssl/crypto/evp/
pmeth_lib.c
214
pmeth->
cleanup
= 0;
255
dst->
cleanup
= src->
cleanup
;
369
if (ctx->pmeth && ctx->pmeth->
cleanup
)
370
ctx->pmeth->
cleanup
(ctx);
494
void (*
cleanup
)(EVP_PKEY_CTX *ctx))
496
pmeth->
cleanup
=
cleanup
;
/external/chromium_org/third_party/openssl/openssl/crypto/rand/
rand_lib.c
141
if (meth && meth->
cleanup
)
142
meth->
cleanup
();
/external/clang/lib/CodeGen/
CGBlocks.h
154
EHScopeStack::stable_iterator
Cleanup
;
166
return
Cleanup
;
168
void setCleanup(EHScopeStack::stable_iterator
cleanup
) {
170
Cleanup
=
cleanup
;
Completed in 1434 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>