Searched refs:cleanup (Results 1 - 25 of 39) 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 DPathRenderer.h47 mCleanupMethod = &(cleanup<TYPE>);
57 static void cleanup(void* buffer) { function in class:android::uirenderer::VertexBuffer
H A DTexture.h30 cleanup = false;
118 bool cleanup; member in struct:android::uirenderer::Texture
149 if (mTexture && mTexture->cleanup) {
H A DTextDropShadowCache.cpp155 texture->cleanup = true;
H A DTextureCache.cpp155 texture->cleanup = true;
167 texture->cleanup = true;
H A DSkiaShader.h242 void cleanup() { function in struct:android::uirenderer::SkiaComposeShader
/frameworks/base/core/java/android/os/
H A DTokenWatcher.java90 public void cleanup(IBinder token, boolean unlink) method in class:TokenWatcher
108 cleanup(token, true);
193 cleanup(token, false);
/frameworks/av/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/compile/slang/tests/
H A Dtest.py25 cleanup = 1 variable in class:Options
159 if Options.cleanup:
178 ' -n, --no-cleanup Don\'t clean up after running tests\n'
195 elif arg in ('-n', '--no-cleanup'):
196 Options.cleanup = 0
/frameworks/rs/driver/
H A DrsdPath.cpp65 static void cleanup(const Context *rsc, const Path *m) { function
75 cleanup(rsc, m);
99 cleanup(rsc, m);
/frameworks/native/services/sensorservice/
H A DBatteryService.h64 static void cleanup(uid_t uid) { function in class:android::BatteryService
/frameworks/base/test-runner/src/android/test/
H A DInstrumentationCoreTestRunner.java118 cleanup((TestCase)test);
169 private void cleanup(TestCase test) {
/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
H A DRSTestView.java69 mRender.cleanup();
/frameworks/base/tests/RenderScriptTests/tests_v11/src/com/android/rs/test/
H A DRSTestView.java69 mRender.cleanup();
H A DRSTestCore.java159 public void cleanup() { method in class:RSTestCore
/frameworks/base/tests/RenderScriptTests/tests_v14/src/com/android/rs/test/
H A DRSTestView.java69 mRender.cleanup();
H A DRSTestCore.java163 public void cleanup() { method in class:RSTestCore
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGSMTestHandler.java77 public void cleanup() { method in class:GSMTestHandler
/frameworks/av/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/wilhelm/tests/examples/
H A DslesTestFeedback.cpp321 goto cleanup;
359 goto cleanup;
414 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.java523 cleanup();
552 cleanup();
558 // mPosterBytes will never be created, so no need to call cleanup.
562 private void cleanup() { method in class:HTML5VideoViewProxy.PosterDownloader

Completed in 9197 milliseconds

12