Home
last modified time | relevance | path

Searched refs:cleanup (Results 1 – 25 of 50) sorted by relevance

12

/frameworks/compile/libbcc/runtime/test/Unit/
Dgcc_personality_test.c32 int x __attribute__((cleanup(bar_clean))) = 0; in bar()
38 int x __attribute__((cleanup(foo_clean))) = 0; in foo()
/frameworks/av/libvideoeditor/osal/src/
DLVOSA_FileReader_optim.c555 goto cleanup; in M4OSA_fileReadOpen_optim()
601 if (M4NO_ERROR != err) goto cleanup; in M4OSA_fileReadOpen_optim()
607 if (M4NO_ERROR != err) goto cleanup; in M4OSA_fileReadOpen_optim()
626 if (M4NO_ERROR != err) goto cleanup; in M4OSA_fileReadOpen_optim()
630 cleanup: in M4OSA_fileReadOpen_optim()
691 goto cleanup; in M4OSA_fileReadData_optim()
722 goto cleanup; in M4OSA_fileReadData_optim()
727 goto cleanup; in M4OSA_fileReadData_optim()
779 goto cleanup; in M4OSA_fileReadData_optim()
792 goto cleanup; in M4OSA_fileReadData_optim()
[all …]
/frameworks/base/libs/hwui/
DTexture.h30 cleanup = false; in Texture()
112 bool cleanup; member
139 if (mTexture && mTexture->cleanup) { in ~AutoTexture()
DTextureCache.cpp154 texture->cleanup = true; in get()
166 texture->cleanup = true; in getTransient()
DTextDropShadowCache.cpp153 texture->cleanup = true; in get()
DSkiaShader.h254 void cleanup() { in cleanup() function
/frameworks/base/core/java/android/os/
DTokenWatcher.java90 public void cleanup(IBinder token, boolean unlink) in cleanup() method in TokenWatcher
108 cleanup(token, true); in release()
193 cleanup(token, false); in binderDied()
/frameworks/rs/driver/
DrsdPath.cpp65 static void cleanup(const Context *rsc, const Path *m) { in cleanup() function
75 cleanup(rsc, m); in rsdPathInitStatic()
99 cleanup(rsc, m); in rsdPathDestroy()
/frameworks/compile/slang/tests/
Dtest.py25 cleanup = 1 variable in Options
157 if Options.cleanup:
194 Options.cleanup = 0
/frameworks/av/libvideoeditor/vss/src/
DM4AMRR_CoreReader.c226 goto cleanup; in M4AMRR_openRead()
233 goto cleanup; in M4AMRR_openRead()
249 goto cleanup; in M4AMRR_openRead()
253 goto cleanup; in M4AMRR_openRead()
257 goto cleanup; in M4AMRR_openRead()
272 cleanup: in M4AMRR_openRead()
DM4PCMR_CoreReader.c148 goto cleanup; in M4PCMR_openRead()
156 cleanup: in M4PCMR_openRead()
/frameworks/base/test-runner/src/android/test/
DInstrumentationCoreTestRunner.java118 cleanup((TestCase)test); in getAndroidTestRunner()
169 private void cleanup(TestCase test) { in getAndroidTestRunner()
/frameworks/wilhelm/tests/examples/
DslesTestFeedback.cpp321 goto cleanup; in main()
359 goto cleanup; in main()
414 cleanup: in main()
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
DFrameworkPerfActivity.java106 cleanup(); in binderDied()
110 void cleanup() { in cleanup() method in FrameworkPerfActivity.TestConnection
345 conn.cleanup(); in disconnect()
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGSMTestHandler.java77 public void cleanup() { in cleanup() method in GSMTestHandler
/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
DRSTestView.java69 mRender.cleanup(); in onDetachedFromWindow()
DRSTestCore.java180 public void cleanup() { in cleanup() method in RSTestCore
/frameworks/base/tests/RenderScriptTests/tests_v14/src/com/android/rs/test/
DRSTestView.java69 mRender.cleanup(); in onDetachedFromWindow()
DRSTestCore.java163 public void cleanup() { in cleanup() method in RSTestCore
/frameworks/base/tests/RenderScriptTests/tests_v11/src/com/android/rs/test/
DRSTestView.java69 mRender.cleanup(); in onDetachedFromWindow()
DRSTestCore.java159 public void cleanup() { in cleanup() method in RSTestCore
/frameworks/base/core/java/android/preference/
DVolumePreference.java113 cleanup(); in onDialogClosed()
125 private void cleanup() { in cleanup() method in VolumePreference
/frameworks/base/core/java/android/webkit/
DHTML5VideoViewProxy.java501 cleanup(); in endData()
527 cleanup(); in error()
536 private void cleanup() { in cleanup() method in HTML5VideoViewProxy.PosterDownloader
/frameworks/base/tools/obbtool/
Dmkobb.sh87 cleanup() { function
/frameworks/base/core/java/com/android/internal/util/
DStateMachine.java598 void cleanup() { in cleanup() method in StateMachine.ProcessedMessages
844 mProcessedMessages.cleanup(); in cleanupAfterQuitting()

12