/external/glide/library/src/main/java/com/bumptech/glide/manager/ |
D | SupportRequestManagerFragment.java | 64 public void onDestroy() { in onDestroy() method in SupportRequestManagerFragment 65 super.onDestroy(); in onDestroy() 66 lifecycle.onDestroy(); in onDestroy()
|
D | ActivityFragmentLifecycle.java | 37 listener.onDestroy(); in addListener() 59 void onDestroy() { in onDestroy() method in ActivityFragmentLifecycle 62 lifecycleListener.onDestroy(); in onDestroy()
|
D | RequestManagerFragment.java | 67 public void onDestroy() { in onDestroy() method in RequestManagerFragment 68 super.onDestroy(); in onDestroy() 69 lifecycle.onDestroy(); in onDestroy()
|
/external/angle/src/libANGLE/ |
D | Fence.cpp | 30 void FenceNV::onDestroy(const gl::Context *context) in onDestroy() function in gl::FenceNV 32 mFence->onDestroy(context); in onDestroy() 74 void Sync::onDestroy(const Context *context) in onDestroy() function in gl::Sync 77 mFence->onDestroy(context); in onDestroy()
|
D | Semaphore.cpp | 23 void Semaphore::onDestroy(const Context *context) in onDestroy() function in gl::Semaphore 25 mImplementation->onDestroy(context); in onDestroy()
|
D | MemoryObject.cpp | 26 void MemoryObject::onDestroy(const Context *context) in onDestroy() function in gl::MemoryObject 28 mImplementation->onDestroy(context); in onDestroy()
|
D | EGLSync.cpp | 28 void Sync::onDestroy(const Display *display) in onDestroy() function in egl::Sync 31 mFence->onDestroy(display); in onDestroy()
|
D | Query.cpp | 25 void Query::onDestroy(const Context *context) in onDestroy() function in gl::Query 28 mQuery->onDestroy(context); in onDestroy()
|
D | Image.cpp | 153 void ExternalImageSibling::onDestroy(const egl::Display *display) in onDestroy() function in egl::ExternalImageSibling 155 mImplementation->onDestroy(display); in onDestroy() 250 void Image::onDestroy(const Display *display) in onDestroy() function in egl::Image 257 mImplementation->onDestroy(display); in onDestroy() 268 externalSibling->onDestroy(display); in onDestroy()
|
D | Fence.h | 35 void onDestroy(const gl::Context *context); 59 void onDestroy(const Context *context) override;
|
/external/dexmaker/dexmaker-mockito-inline-extended-tests/src/main/java/com/android/dx/mockito/inline/extended/tests/ |
D | EmptyActivity.java | 23 public void onDestroy() { in onDestroy() method in EmptyActivity 24 super.onDestroy(); in onDestroy()
|
D | SpyOn.java | 105 a.onDestroy(); in spyOnActivity() 107 }).doCallRealMethod().when(a).onDestroy(); in spyOnActivity()
|
/external/deqp/android/package/src/com/drawelements/deqp/execserver/ |
D | ServiceStarter.java | 57 protected void onDestroy() { in onDestroy() method in ServiceStarter 58 super.onDestroy(); in onDestroy()
|
D | ExecServerActivity.java | 72 protected void onDestroy() { in onDestroy() method in ExecServerActivity 73 super.onDestroy(); in onDestroy()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/activity/ |
D | FutureActivity.java | 113 protected void onDestroy() { in onDestroy() method in FutureActivity 114 super.onDestroy(); in onDestroy() 116 mTask.onDestroy(); in onDestroy()
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowAccessibilityServiceTest.java | 37 public void onDestroy() { in onDestroy() method in ShadowAccessibilityServiceTest.MyService 38 super.onDestroy(); in onDestroy()
|
D | ShadowAccessibilityButtonControllerTest.java | 56 public void onDestroy() { in onDestroy() method in ShadowAccessibilityButtonControllerTest.MyService 57 super.onDestroy(); in onDestroy()
|
D | ShadowServiceTest.java | 117 service.onDestroy(); in onDestroyRemovesNotification() 143 public void onDestroy() { in onDestroy() method in ShadowServiceTest.MyService 144 super.onDestroy(); in onDestroy()
|
/external/angle/src/libANGLE/renderer/ |
D | ImageImpl.h | 37 virtual void onDestroy(const egl::Display *display) {} in onDestroy() function 51 virtual void onDestroy(const egl::Display *display) {} in onDestroy() function
|
/external/perfetto/test/cts/producer/src/android/perfetto/producer/ |
D | ProducerActivity.java | 68 public void onDestroy() { in onDestroy() method in ProducerActivity 69 super.onDestroy(); in onDestroy()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | FenceNVGL.h | 25 void onDestroy(const gl::Context *context) override {} in onDestroy() function 45 void onDestroy(const gl::Context *context) override {} in onDestroy() function
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
D | BluetoothHidInputCounterTask.java | 68 public void onDestroy() { in onDestroy() method in BluetoothHidInputCounterTask 69 super.onDestroy(); in onDestroy()
|
/external/deqp/framework/platform/android/ |
D | tcuAndroidTestActivity.cpp | 119 void TestActivity::onDestroy (void) in onDestroy() function in tcu::Android::TestActivity 128 RenderActivity::onDestroy(); in onDestroy()
|
D | tcuAndroidNativeActivity.cpp | 56 static_cast<tcu::Android::NativeActivity*>(activity->instance)->onDestroy(); in onDestroyCallback() 125 activity->callbacks->onDestroy = onDestroyCallback; in NativeActivity() 164 void NativeActivity::onDestroy (void) in onDestroy() function in tcu::Android::NativeActivity
|
/external/perfetto/ui/src/controller/ |
D | controller.ts | 53 onDestroy(): void {} 82 dtors.push(() => instance.onDestroy());
|