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

12

/frameworks/base/libs/hwui/
H A DTexture.h82 bool cleanup; member in class:android::uirenderer::Texture
120 if (mTexture && mTexture->cleanup) {
H A DTexture.cpp28 cleanup(false), bitmapSize(0), mipMap(false), uvMapper(NULL),
35 cleanup(false), bitmapSize(0), mipMap(false), uvMapper(NULL),
H A DPathTessellator.h60 mCleanupMethod = &(cleanup<TYPE>);
91 static void cleanup(void* buffer) { function in class:android::uirenderer::VertexBuffer
H A DTextureCache.cpp155 texture->cleanup = true;
167 texture->cleanup = true;
H A DSkiaShader.h245 void cleanup() { function in struct:android::uirenderer::SkiaComposeShader
H A DTextDropShadowCache.cpp228 texture->cleanup = true;
/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/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGSMTestHandler.java77 public void cleanup() { method in class:GSMTestHandler
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DRSTestView.java69 mRender.cleanup();
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
H A DRSTestView.java69 mRender.cleanup();
H A DRSTestCore.java159 public void cleanup() { method in class:RSTestCore
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
H A DRSTestView.java69 mRender.cleanup();
H A DRSTestCore.java163 public void cleanup() { method in class:RSTestCore
/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.java116 cleanup();
128 private void cleanup() { method in class:VolumePreference
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DRSTestCore.java177 public void cleanup() { method in class:RSTestCore

Completed in 526 milliseconds

12