/frameworks/compile/libbcc/runtime/test/Unit/ |
D | gcc_personality_test.c | 32 int x __attribute__((cleanup(bar_clean))) = 0; in bar() 38 int x __attribute__((cleanup(foo_clean))) = 0; in foo()
|
/frameworks/av/libvideoeditor/osal/src/ |
D | LVOSA_FileReader_optim.c | 555 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/ |
D | Texture.h | 30 cleanup = false; in Texture() 112 bool cleanup; member 139 if (mTexture && mTexture->cleanup) { in ~AutoTexture()
|
D | TextureCache.cpp | 154 texture->cleanup = true; in get() 166 texture->cleanup = true; in getTransient()
|
D | TextDropShadowCache.cpp | 153 texture->cleanup = true; in get()
|
D | SkiaShader.h | 254 void cleanup() { in cleanup() function
|
/frameworks/base/core/java/android/os/ |
D | TokenWatcher.java | 90 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/ |
D | rsdPath.cpp | 65 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/ |
D | test.py | 25 cleanup = 1 variable in Options 157 if Options.cleanup: 194 Options.cleanup = 0
|
/frameworks/av/libvideoeditor/vss/src/ |
D | M4AMRR_CoreReader.c | 226 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()
|
D | M4PCMR_CoreReader.c | 148 goto cleanup; in M4PCMR_openRead() 156 cleanup: in M4PCMR_openRead()
|
/frameworks/base/test-runner/src/android/test/ |
D | InstrumentationCoreTestRunner.java | 118 cleanup((TestCase)test); in getAndroidTestRunner() 169 private void cleanup(TestCase test) { in getAndroidTestRunner()
|
/frameworks/wilhelm/tests/examples/ |
D | slesTestFeedback.cpp | 321 goto cleanup; in main() 359 goto cleanup; in main() 414 cleanup: in main()
|
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/ |
D | FrameworkPerfActivity.java | 106 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/ |
D | GSMTestHandler.java | 77 public void cleanup() { in cleanup() method in GSMTestHandler
|
/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/ |
D | RSTestView.java | 69 mRender.cleanup(); in onDetachedFromWindow()
|
D | RSTestCore.java | 180 public void cleanup() { in cleanup() method in RSTestCore
|
/frameworks/base/tests/RenderScriptTests/tests_v14/src/com/android/rs/test/ |
D | RSTestView.java | 69 mRender.cleanup(); in onDetachedFromWindow()
|
D | RSTestCore.java | 163 public void cleanup() { in cleanup() method in RSTestCore
|
/frameworks/base/tests/RenderScriptTests/tests_v11/src/com/android/rs/test/ |
D | RSTestView.java | 69 mRender.cleanup(); in onDetachedFromWindow()
|
D | RSTestCore.java | 159 public void cleanup() { in cleanup() method in RSTestCore
|
/frameworks/base/core/java/android/preference/ |
D | VolumePreference.java | 113 cleanup(); in onDialogClosed() 125 private void cleanup() { in cleanup() method in VolumePreference
|
/frameworks/base/core/java/android/webkit/ |
D | HTML5VideoViewProxy.java | 501 cleanup(); in endData() 527 cleanup(); in error() 536 private void cleanup() { in cleanup() method in HTML5VideoViewProxy.PosterDownloader
|
/frameworks/base/tools/obbtool/ |
D | mkobb.sh | 87 cleanup() { function
|
/frameworks/base/core/java/com/android/internal/util/ |
D | StateMachine.java | 598 void cleanup() { in cleanup() method in StateMachine.ProcessedMessages 844 mProcessedMessages.cleanup(); in cleanupAfterQuitting()
|