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
464
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
FrameworkPerfActivity.java
106
cleanup
();
method
110
void
cleanup
() {
method in class:FrameworkPerfActivity.TestConnection
345
conn.
cleanup
();
/frameworks/wilhelm/tests/examples/
slesTestFeedback.cpp
321
goto
cleanup
;
359
goto
cleanup
;
414
cleanup
:
/bionic/libc/netbsd/nameser/
ns_name.c
532
goto
cleanup
;
549
goto
cleanup
;
553
goto
cleanup
;
561
cleanup
:
/cts/tests/tests/os/src/android/os/cts/
TokenWatcherTest.java
147
// test dump() and
cleanup
()
153
mMockTokenWatcher.
cleanup
(token, true);
/cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_PhotoTest.java
57
mBuilder.
cleanup
();
/external/clang/include/clang/Analysis/Visitors/
CFGStmtVisitor.h
72
NullifyStmt
cleanup
(CurrentBlkStmt);
/external/e2fsprogs/e2fsck/
util.c
480
goto
cleanup
;
483
goto
cleanup
;
486
goto
cleanup
;
513
cleanup
:
/external/e2fsprogs/lib/ext2fs/
test_io.c
196
goto
cleanup
;
201
goto
cleanup
;
216
goto
cleanup
;
251
cleanup
:
/external/icu4c/i18n/
tznames_impl.h
198
void
cleanup
();
/external/icu4c/test/intltest/
caltztst.cpp
234
void CalendarTimeZoneTest::
cleanup
()
function in class:CalendarTimeZoneTest
/external/jmonkeyengine/engine/src/core/com/jme3/shadow/
BasicShadowRenderer.java
208
public void
cleanup
() {
method in class:BasicShadowRenderer
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
LwjglOffscreenBuffer.java
138
renderer.
cleanup
();
/external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
NiftyJmeDisplay.java
176
public void
cleanup
() {
method in class:NiftyJmeDisplay
/external/jmonkeyengine/engine/src/test/jme3test/tools/
TestOctree.java
163
public void
cleanup
() {
method in class:TestOctree
/external/llvm/include/llvm/CodeGen/PBQP/
HeuristicSolver.h
179
/// this class), and
cleanup
.
185
h.
cleanup
();
186
cleanup
();
587
void
cleanup
() {
function in class:PBQP::HeuristicSolverImpl
588
h.
cleanup
();
/external/openssh/
cipher-3des1.c
177
ssh1_3des.
cleanup
= ssh1_3des_cleanup;
cipher-aes.c
156
rijndal_cbc.
cleanup
= ssh_rijndael_cleanup;
/external/ppp/pppd/plugins/pppoatm/
pppoatm.c
224
cleanup
: NULL
/external/webkit/LayoutTests/storage/
test-authorizer.js
13
function
cleanup
(db)
function
20
}, function(error) { logAndTerminateTest("
Cleanup
failed", error); });
150
cleanup
(db);
/external/webkit/Source/WebCore/platform/audio/mac/
FFTFrameMac.cpp
169
void FFTFrame::
cleanup
()
/external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_dict_helpers.c
883
goto
cleanup
;
890
goto
cleanup
;
897
goto
cleanup
;
905
cleanup
:
/frameworks/base/tests/RenderScriptTests/tests_v11/src/com/android/rs/test/
RSTestCore.java
159
public void
cleanup
() {
method in class:RSTestCore
/frameworks/base/tests/RenderScriptTests/tests_v14/src/com/android/rs/test/
RSTestCore.java
163
public void
cleanup
() {
method in class:RSTestCore
/frameworks/base/tools/obbtool/
mkobb.sh
87
cleanup
() {
function
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PreviewIconFactory.java
481
private static String
cleanup
(String name) {
method in class:PreviewIconFactory
517
String dirName = String.format("palette-preview-r16b-%s-%s-%s",
cleanup
(targetName),
518
cleanup
(themeName),
cleanup
(mPalette.getCurrentDevice()));
Completed in 1262 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>