Searched refs:cleanup (Results 1 - 25 of 30) sorted by relevance

12

/frameworks/compile/libbcc/runtime/test/Unit/
H A Dgcc_personality_test.c26 * main() will catch the exception and verify that the cleanup
32 int x __attribute__((cleanup(bar_clean))) = 0;
38 int x __attribute__((cleanup(foo_clean))) = 0;
/frameworks/base/libs/hwui/
H A DTexture.h30 cleanup = false;
102 bool cleanup; member in struct:android::uirenderer::Texture
129 if (mTexture && mTexture->cleanup) {
H A DTextDropShadowCache.cpp153 texture->cleanup = true;
H A DSkiaShader.h254 void cleanup() { function in struct:android::uirenderer::SkiaComposeShader
H A DTextureCache.cpp153 texture->cleanup = true;
H A DShapeCache.h558 texture->cleanup = true;
H A DSkiaShader.cpp382 copy->cleanup();
/frameworks/base/core/java/android/os/
H A DTokenWatcher.java88 public void cleanup(IBinder token, boolean unlink) method in class:TokenWatcher
106 cleanup(token, true);
175 cleanup(token, false);
/frameworks/compile/slang/tests/
H A Dtest.py25 cleanup = 1 variable in class:Options
139 if Options.cleanup:
157 ' -n, --no-cleanup Don\'t clean up after running tests\n'
173 elif arg in ('-n', '--no-cleanup'):
174 Options.cleanup = 0
/frameworks/media/libvideoeditor/osal/src/
H A DLVOSA_FileReader_optim.c555 goto cleanup;
601 if (M4NO_ERROR != err) goto cleanup;
607 if (M4NO_ERROR != err) goto cleanup;
626 if (M4NO_ERROR != err) goto cleanup;
630 cleanup:
691 goto cleanup;
722 goto cleanup;
727 goto cleanup;
779 goto cleanup;
792 goto cleanup;
[all...]
/frameworks/base/test-runner/src/android/test/
H A DInstrumentationCoreTestRunner.java118 cleanup((TestCase)test);
169 private void cleanup(TestCase test) {
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGSMTestHandler.java77 public void cleanup() { method in class:GSMTestHandler
/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
H A DRSTestView.java69 mRender.cleanup();
H A DRSTestCore.java163 public void cleanup() { method in class:RSTestCore
/frameworks/media/libvideoeditor/vss/src/
H A DM4AMRR_CoreReader.c226 goto cleanup;
233 goto cleanup;
249 goto cleanup;
253 goto cleanup;
257 goto cleanup;
272 cleanup:
H A DM4PCMR_CoreReader.c148 goto cleanup;
156 cleanup:
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DFrameworkPerfActivity.java106 cleanup();
110 void cleanup() { method in class:FrameworkPerfActivity.TestConnection
345 conn.cleanup();
/frameworks/base/tools/obbtool/
H A Dmkobb.sh87 cleanup() { function
/frameworks/base/core/java/android/preference/
H A DVolumePreference.java113 cleanup();
125 private void cleanup() { method in class:VolumePreference
/frameworks/base/core/java/android/webkit/
H A DHTML5VideoViewProxy.java455 cleanup();
481 cleanup();
486 // mPosterBytes will never be created, so no need to call cleanup.
490 private void cleanup() { method in class:HTML5VideoViewProxy.PosterDownloader
/frameworks/base/core/java/com/android/internal/util/
H A DStateMachine.java39 * cleanup of the state respectively. The <code>getName</code> method returns the
574 void cleanup() { method in class:StateMachine.ProcessedMessages
820 mProcessedMessages.cleanup();
/frameworks/base/libs/utils/
H A DBackupHelpers.cpp556 goto cleanup;
595 goto cleanup;
715 cleanup:
/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDatabase.cpp94 void cleanup(JNIEnv *env);
210 void MyMtpDatabase::cleanup(JNIEnv *env) { function in class:MyMtpDatabase
1082 database->cleanup(env);
/frameworks/media/libvideoeditor/vss/3gpwriter/src/
H A DM4MP4W_Writer.c61 #define CLEANUPonERR(func) if ((err = func) != M4NO_ERROR) goto cleanup
2894 goto cleanup;
2909 goto cleanup;
2913 goto cleanup;
2959 goto cleanup;
3164 goto cleanup;
3196 goto cleanup;
3359 goto cleanup;
4519 cleanup:
4539 /* Remove safety file if still present (here it is cleanup i
[all...]
/frameworks/base/services/jni/
H A Dcom_android_server_location_GpsLocationProvider.cpp307 sGpsInterface->cleanup();

Completed in 974 milliseconds

12