Home
last modified time | relevance | path

Searched refs:onDestroy (Results 1 – 25 of 1986) sorted by relevance

12345678910>>...80

/dports/x11-toolkits/gnocl/gnocl-0.9.96/demo/
H A Dtest-selectors.tcl87 -modal 0 -opacity 1 -palette 0 -onDestroy {puts "destroying %w"} \
94 -onDestroy {puts "destroying %w"} -color red]
100 -onDestroy {puts "destroying %w"} \
111 -onDestroy {puts "destroying %w"} \
121 -onDestroy {puts "destroying %w"} \
127 set win [gnocl::plug -socketID [lindex $argv 0] -child $mainBox -onDestroy exit]
130 -defaultWidth 300 -defaultHeight 200 -onDestroy exit]
H A Dtest-eventBox.tcl29 -onDestroy {puts "eventBox %w is destroyed"} \
68 set win [gnocl::plug -socketID [lindex $argv 0] -child $mainBox -onDestroy exit]
70 set win [gnocl::window -child $mainBox -allowShrink 0 -onDestroy exit]
H A Dtest-window.tcl44 -onDelete -onDestroy -onDragData -onDropData -onKeyPress \
84 -onDestroy { puts "destroying %w" } \
127 set win [gnocl::plug -socketID [lindex $argv 0] -child $box -onDestroy exit]
129 set win [gnocl::window -child $box -onDestroy exit]
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/test/android/java/src/org/chromium/base/
H A DMultiprocessTestClientService.java28 public void onDestroy() { in onDestroy() method in MultiprocessTestClientService
29 super.onDestroy(); in onDestroy()
30 mService.onDestroy(); in onDestroy()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/android/java/src/org/chromium/content/app/
H A DContentChildProcessService.java42 public void onDestroy() { in onDestroy() method in ContentChildProcessService
43 super.onDestroy(); in onDestroy()
44 mService.onDestroy(); in onDestroy()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/base/
H A DSplitCompatService.java46 public void onDestroy() { in onDestroy() method in SplitCompatService
47 super.onDestroy(); in onDestroy()
48 mImpl.onDestroy(); in onDestroy()
107 public void onDestroy() {} in onDestroy() method in SplitCompatService.Impl
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/metal/
H A DSyncMtl.h43 void onDestroy();
66 void onDestroy() { UNREACHABLE(); }
102 void onDestroy(const gl::Context *context) override;
118 void onDestroy(const gl::Context *context) override;
140 void onDestroy(const egl::Display *display) override;
H A DSyncMtl.mm29 void Sync::onDestroy()
87 // onDestroy(), but the callback might still not be fired yet.
129 void FenceNVMtl::onDestroy(const gl::Context *context)
131 mSync.onDestroy();
174 void SyncMtl::onDestroy(const gl::Context *context)
176 mSync.onDestroy();
226 void EGLSyncMtl::onDestroy(const egl::Display *display)
228 mSync.onDestroy();
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikdroid/app/src/main/java/io/casey/musikcube/remote/ui/shared/mixin/
H A DViewModelMixin.kt46 override fun onDestroy() { in onDestroy() method in io.casey.musikcube.remote.ui.shared.mixin.ViewModelMixin
47 super.onDestroy() in onDestroy()
48 viewModel?.onDestroy() in onDestroy()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/
H A DFence.cpp30 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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/
H A DFence.cpp30 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()
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/libANGLE/
H A DFence.cpp30 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()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/libANGLE/
H A DFence.cpp30 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()
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/libANGLE/
H A DFence.cpp30 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()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/libANGLE/
H A DFence.cpp30 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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/junit/src/org/chromium/chrome/browser/feed/
H A DNtpStreamLifecycleManagerTest.java161 verify(mStream, times(1)).onDestroy(); in testDestroy()
170 verify(mStream, times(1)).onDestroy(); in testDestroyAfterCreate()
180 verify(mStream, times(1)).onDestroy(); in testDestroyAfterCreate()
198 inOrder.verify(mStream).onDestroy(); in testDestroyAfterActivate()
200 verify(mStream, times(1)).onDestroy(); in testDestroyAfterActivate()
237 inOrder.verify(mStream).onDestroy(); in testFullActivityLifecycle()
239 verify(mStream, times(1)).onDestroy(); in testFullActivityLifecycle()
289 inOrder.verify(mStream).onDestroy(); in testFullTabLifecycle()
291 verify(mStream, times(1)).onDestroy(); in testFullTabLifecycle()
/dports/x11-toolkits/p5-Prima/Prima-1.63/t/Object/
H A DComponent.t16 onDestroy => $sub_ref,
34 ok(get_flag, "onDestroy" );
37 Prima::Drawable-> create( onDestroy => \&set_flag );
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/suggestions/
H A DSuggestionsUiDelegateImpl.java64 public void onDestroy() { in onDestroy() method in SuggestionsUiDelegateImpl
67 mImageFetcher.onDestroy(); in onDestroy()
69 for (DestructionObserver observer : mDestructionObservers) observer.onDestroy(); in onDestroy()
/dports/misc/mnn/MNN-1.2.0/demo/android/app/src/main/java/com/taobao/android/mnndemo/
H A DOpenGLTestActivity.java49 protected void onDestroy() { in onDestroy() method in OpenGLTestActivity
50 super.onDestroy(); in onDestroy()
51 mRenderer.onDestroy(); in onDestroy()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/ui_android/java/com/virtualapplications/play/
H A DSettingsActivity.java31 public void onDestroy() in onDestroy() method in SettingsActivity
35 super.onDestroy(); in onDestroy()
133 public void onDestroy() in onDestroy() method in SettingsActivity.EmulatorSettingsFragment
136 super.onDestroy(); in onDestroy()
215 public void onDestroy() in onDestroy() method in SettingsActivity.UISettingsFragment
217 super.onDestroy(); in onDestroy()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/sdk/android/api/org/webrtc/
H A DTextureBufferImpl.java25 void onDestroy(TextureBufferImpl textureBuffer); in onDestroy() method
55 public void onDestroy(TextureBufferImpl textureBuffer) { in TextureBufferImpl()
81 this.refCountDelegate = new RefCountDelegate(() -> refCountMonitor.onDestroy(this)); in TextureBufferImpl()
197 public void onDestroy(TextureBufferImpl textureBuffer) { in applyTransformMatrix() method in TextureBufferImpl
/dports/net-im/tg_owt/tg_owt-d578c76/src/sdk/android/api/org/webrtc/
H A DTextureBufferImpl.java25 void onDestroy(TextureBufferImpl textureBuffer); in onDestroy() method
55 public void onDestroy(TextureBufferImpl textureBuffer) { in TextureBufferImpl()
81 this.refCountDelegate = new RefCountDelegate(() -> refCountMonitor.onDestroy(this)); in TextureBufferImpl()
197 public void onDestroy(TextureBufferImpl textureBuffer) { in applyTransformMatrix() method in TextureBufferImpl
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/sdk/android/api/org/webrtc/
H A DTextureBufferImpl.java25 void onDestroy(TextureBufferImpl textureBuffer); in onDestroy() method
55 public void onDestroy(TextureBufferImpl textureBuffer) { in TextureBufferImpl()
81 this.refCountDelegate = new RefCountDelegate(() -> refCountMonitor.onDestroy(this)); in TextureBufferImpl()
197 public void onDestroy(TextureBufferImpl textureBuffer) { in applyTransformMatrix() method in TextureBufferImpl
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/sdk/android/api/org/webrtc/
H A DTextureBufferImpl.java25 void onDestroy(TextureBufferImpl textureBuffer); in onDestroy() method
55 public void onDestroy(TextureBufferImpl textureBuffer) { in TextureBufferImpl()
81 this.refCountDelegate = new RefCountDelegate(() -> refCountMonitor.onDestroy(this)); in TextureBufferImpl()
197 public void onDestroy(TextureBufferImpl textureBuffer) { in applyTransformMatrix() method in TextureBufferImpl
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/sdk/android/api/org/webrtc/
H A DTextureBufferImpl.java25 void onDestroy(TextureBufferImpl textureBuffer); in onDestroy() method
55 public void onDestroy(TextureBufferImpl textureBuffer) { in TextureBufferImpl()
81 this.refCountDelegate = new RefCountDelegate(() -> refCountMonitor.onDestroy(this)); in TextureBufferImpl()
197 public void onDestroy(TextureBufferImpl textureBuffer) { in applyTransformMatrix() method in TextureBufferImpl

12345678910>>...80