HomeSort by relevance Sort by last modified time
    Searched full:destroy (Results 626 - 650 of 5200) sorted by null

<<21222324252627282930>>

  /frameworks/webview/chromium/java/com/android/webview/chromium/
DrawGLFunctor.java 30 // destroy() or will clean itself up as required via finalizer / CleanupReference.
44 public void destroy() { method in class:DrawGLFunctor
  /libcore/luni/src/test/java/libcore/java/lang/
ProcessBuilderTest.java 62 process.destroy();
90 process.destroy();
  /packages/apps/Browser/src/com/android/browser/
TabControl.java 254 // destroy the tab
255 t.destroy();
265 * Destroy all the tabs and subwindows
267 void destroy() { method in class:TabControl
269 t.destroy();
461 // destroy the tab
462 t.destroy();
606 t.destroy();
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapResponseParser.java 65 * time to time to destroy them and clear it.
138 * Destroy all the {@link ImapResponse}s stored in the internal storage and clear it.
144 r.destroy();
155 * {@link #destroyResponses} should be called to destroy all the responses in the array.
181 response.destroy();
249 // We need to destroy the response if we get an exception.
253 // If responseToDestroy is not null in finally, we destroy it because that means
323 responseToDestroy.destroy();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
array_allocator.h 85 destroy(_Up* __p) { __p->~_Up(); } function in class:array_allocator_base
94 destroy(pointer __p) { __p->~_Tp(); } function in class:array_allocator_base
malloc_allocator.h 119 destroy(_Up* __p) { __p->~_Up(); } function in class:malloc_allocator
128 destroy(pointer __p) { __p->~_Tp(); } function in class:malloc_allocator
new_allocator.h 114 destroy(_Up* __p) { __p->~_Up(); } function in class:new_allocator
123 destroy(pointer __p) { __p->~_Tp(); } function in class:new_allocator
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
array_allocator.h 85 destroy(_Up* __p) { __p->~_Up(); } function in class:array_allocator_base
94 destroy(pointer __p) { __p->~_Tp(); } function in class:array_allocator_base
malloc_allocator.h 119 destroy(_Up* __p) { __p->~_Up(); } function in class:malloc_allocator
128 destroy(pointer __p) { __p->~_Tp(); } function in class:malloc_allocator
new_allocator.h 114 destroy(_Up* __p) { __p->~_Up(); } function in class:new_allocator
123 destroy(pointer __p) { __p->~_Tp(); } function in class:new_allocator
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
malloc_allocator.h 126 destroy(_Up* __p) { __p->~_Up(); } function in class:malloc_allocator
135 destroy(pointer __p) { __p->~_Tp(); } function in class:malloc_allocator
new_allocator.h 124 destroy(_Up* __p) { __p->~_Up(); } function in class:new_allocator
133 destroy(pointer __p) { __p->~_Tp(); } function in class:new_allocator
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ScrolledList.py 32 self.frame.destroy()
124 root.protocol("WM_DELETE_WINDOW", root.destroy)
ToolTip.py 60 tw.destroy()
82 b = Button(root, text="Hello", command=root.destroy)
configSectionNameDialog.py 82 self.destroy()
86 self.destroy()
textView.py 59 self.destroy()
97 close = Button(root, text='Close', command=root.destroy)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ScrolledList.py 32 self.frame.destroy()
124 root.protocol("WM_DELETE_WINDOW", root.destroy)
ToolTip.py 60 tw.destroy()
82 b = Button(root, text="Hello", command=root.destroy)
configSectionNameDialog.py 82 self.destroy()
86 self.destroy()
textView.py 59 self.destroy()
97 close = Button(root, text='Close', command=root.destroy)
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Tabs3.java 46 .setIndicator("destroy")
  /development/samples/BluetoothHDP/res/values/
strings.xml 38 <string name="status_destroy_channel">Destroy channel status: %d</string>
  /development/samples/JetBoy/
_index.html 8 hit several asteroids in a row, or destroy enough of them in the allotted time.</p>
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
Process2Test.java 46 p.destroy();
  /external/chromium/chrome/browser/ui/cocoa/
browser_test_helper.cc 32 // Make sure any pending tasks run before we destroy other threads.

Completed in 455 milliseconds

<<21222324252627282930>>