OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cleanup
(Results
151 - 175
of
464
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/Sema/
scope-check.c
22
int a __attribute((
cleanup
(test3clean))); // expected-note {{jump bypasses initialization of variable with __attribute__((
cleanup
))}}
/external/icu4c/i18n/
regexcmp.h
64
static void
cleanup
(); // Memory
cleanup
tridpars.h
288
static void
cleanup
();
tzgnames.h
92
void
cleanup
();
decfmtst.cpp
161
// decfmt_cleanup Memory
cleanup
function, free/delete all
166
DecimalFormatStaticSets::
cleanup
(void)
function in class:DecimalFormatStaticSets
178
return DecimalFormatStaticSets::
cleanup
();
/external/jmonkeyengine/engine/src/core/com/jme3/post/
FilterPostProcessor.java
117
filter.
cleanup
(renderer);
352
cleanup
();
method
356
public void
cleanup
() {
method in class:FilterPostProcessor
364
filter.
cleanup
(renderer);
/external/jmonkeyengine/engine/src/core/com/jme3/system/
NullRenderer.java
143
public void
cleanup
() {
method in class:NullRenderer
/external/llvm/lib/Analysis/
ProfileEstimatorPass.cpp
347
bool
cleanup
= false;
local
349
while (BBToVisit.size() > 0 && !
cleanup
) {
390
cleanup
= true;
397
if (
cleanup
) {
/external/openssh/
cipher-ctr.c
139
aes_ctr.
cleanup
= ssh_aes_ctr_cleanup;
/external/openssl/crypto/engine/
eng_int.h
96
/* Any code that will need
cleanup
operations should use these functions to
120
int engine_table_register(ENGINE_TABLE **table, ENGINE_CLEANUP_CB *
cleanup
,
eng_table.c
130
int engine_table_register(ENGINE_TABLE **table, ENGINE_CLEANUP_CB *
cleanup
,
141
/* The
cleanup
callback needs to be added */
142
engine_cleanup_add_first(
cleanup
);
259
/* Check again inside the lock otherwise we could race against
cleanup
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
worker.py
55
self.
cleanup
()
/frameworks/base/libs/hwui/
TextDropShadowCache.cpp
153
texture->
cleanup
= true;
156
//
Cleanup
shadow
TextureCache.cpp
154
texture->
cleanup
= true;
166
texture->
cleanup
= true;
/cts/tests/core/runner/src/android/test/
InstrumentationCtsTestRunner.java
150
cleanup
((TestCase)test);
203
private void
cleanup
(TestCase test) {
/external/chromium/chrome/browser/sync/engine/
syncer.cc
122
CleanupDisabledTypesCommand
cleanup
;
local
123
cleanup
.Execute(session);
/external/chromium/googleurl/base/
logging.cc
291
goto
cleanup
;
350
cleanup
:
/external/harfbuzz/tests/linebreaking/
main.cpp
58
void
cleanup
();
79
void tst_CharAttributes::
cleanup
()
function in class:tst_CharAttributes
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
LwjglCanvas.java
369
renderer.
cleanup
();
438
renderer.
cleanup
();
/external/qemu/distrib/sdl-1.2.12/src/main/win32/
SDL_win32_main.c
126
static void
cleanup
(void)
function
207
atexit(
cleanup
);
/ndk/sources/host-tools/make-3.81/
makefile.com
15
$! In case of an error do some
cleanup
16
$ on error then $ goto
cleanup
87
$ goto
cleanup
92
$
cleanup
:
/packages/apps/Calendar/src/com/android/calendar/
DayFragment.java
153
view.
cleanup
();
155
view.
cleanup
();
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDebugActivity.java
87
cleanup
();
method
96
private void
cleanup
() {
method in class:CalendarDebugActivity
/external/strace/
strace.c
129
static void
cleanup
(void);
386
* We rely on
cleanup
() from this point on.
579
cleanup
();
687
cleanup
();
1064
cleanup
();
1094
cleanup
();
1136
cleanup
();
1788
cleanup
()
function
[
all
...]
/external/tremolo/Tremolo/
vorbisfile.c
573
goto
cleanup
;
622
goto
cleanup
;
634
goto
cleanup
;
639
goto
cleanup
;
651
goto
cleanup
;
686
goto
cleanup
;
691
if(ret) goto
cleanup
;
698
if(ret) goto
cleanup
;
707
cleanup
:
[
all
...]
Completed in 1246 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>