HomeSort by relevance Sort by last modified time
    Searched defs:destroy (Results 26 - 50 of 1439) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_buffer_fenced.h 73 void (*destroy)( struct pb_fence_ops *ops ); member in struct:pb_fence_ops
pb_bufmgr.h 70 (*destroy)( struct pb_manager *mgr ); member in struct:pb_manager
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_pipe.h 54 void (*destroy)(struct quad_stage *qs); member in struct:quad_stage
  /external/python/cpython2/Lib/lib-tk/
Dialog.py 23 try: Widget.destroy(self)
25 def destroy(self): pass member in class:Dialog
  /external/python/cpython3/Lib/tkinter/
dialog.py 20 try: Widget.destroy(self)
22 def destroy(self): pass member in class:Dialog
  /frameworks/compile/mclinker/include/mcld/ADT/
HashEntryFactory.h 29 void destroy(entry_type*& pEntry) { HashEntryTy::Destroy(pEntry); } function in class:mcld::HashEntryFactory
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
UT_alloc.java 76 T.destroy();
77 s.get_a().destroy();
78 mAFaces.destroy();
79 mALOD.destroy();
80 mAFacesLOD.destroy();
81 mTFaces.destroy();
82 mTLOD.destroy();
83 mTFacesLOD.destroy();
84 s.destroy();
85 pRS.destroy();
    [all...]
UT_array_alloc.java 48 Arr[i].destroy(); method
50 T.destroy();
51 s.destroy();
52 pRS.destroy();
UT_refcount.java 49 mA.destroy();
50 mT.destroy();
51 s.destroy();
52 pRS.destroy();
UT_static_globals.java 40 A.destroy();
41 t.destroy();
42 s.destroy();
43 pRS.destroy();
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
UT_alloc_supportlib.java 76 T.destroy();
77 s.get_a().destroy();
78 mAFaces.destroy();
79 mALOD.destroy();
80 mAFacesLOD.destroy();
81 mTFaces.destroy();
82 mTLOD.destroy();
83 mTFacesLOD.destroy();
84 s.destroy();
85 pRS.destroy();
    [all...]
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
UT_alloc.java 78 T.destroy();
79 s.get_a().destroy();
80 mAFaces.destroy();
81 mALOD.destroy();
82 mAFacesLOD.destroy();
83 mTFaces.destroy();
84 mTLOD.destroy();
85 mTFacesLOD.destroy();
86 s.destroy();
87 pRS.destroy();
    [all...]
UT_alloc_supportlib.java 78 T.destroy();
79 s.get_a().destroy();
80 mAFaces.destroy();
81 mALOD.destroy();
82 mAFacesLOD.destroy();
83 mTFaces.destroy();
84 mTLOD.destroy();
85 mTFacesLOD.destroy();
86 s.destroy();
87 pRS.destroy();
    [all...]
UT_array_alloc.java 50 Arr[i].destroy(); method
52 T.destroy();
53 s.destroy();
54 pRS.destroy();
UT_refcount.java 51 mA.destroy();
52 mT.destroy();
53 s.destroy();
54 pRS.destroy();
UT_static_globals.java 42 A.destroy();
43 t.destroy();
44 s.destroy();
45 pRS.destroy();
  /hardware/intel/common/libva/va/wayland/
va_wayland_private.h 37 VADisplayContextDestroyFunc destroy; member in struct:va_wayland_context
  /libcore/ojluni/src/main/java/javax/security/auth/
Destroyable.java 30 * to provide the capability to destroy its contents.
37 * Destroy this {@code Object}.
53 * @exception DestroyFailedException if the destroy operation fails. <p>
56 * to destroy this {@code Object}.
58 public default void destroy() throws DestroyFailedException { method in interface:Destroyable
  /packages/services/BuiltInPrintService/jni/include/
ifc_printer_capabilities.h 49 void (*destroy)(const struct ifc_printer_capabilities_st *this_p); member in struct:ifc_printer_capabilities_st
  /packages/services/BuiltInPrintService/jni/plugins/
wprint_mupdf.h 55 void (*destroy)(pdf_render_ifc_t *self); member in struct:pdf_render_ifc
71 * call destroy on this instance.
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Dialog.py 23 try: Widget.destroy(self)
25 def destroy(self): pass member in class:Dialog
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Dialog.py 23 try: Widget.destroy(self)
25 def destroy(self): pass member in class:Dialog
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Dialog.py 23 try: Widget.destroy(self)
25 def destroy(self): pass member in class:Dialog
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Dialog.py 23 try: Widget.destroy(self)
25 def destroy(self): pass member in class:Dialog
  /system/chre/util/include/chre/util/
memory_impl.h 30 inline void destroy(ElementType *first, size_t count) { function in namespace:chre

Completed in 331 milliseconds

12 3 4 5 6 7 8 91011>>