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

<<31323334353637383940>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
yasm.pyx 100 def __cinit__(self, destroy, print_):
102 self.cb.destroy = <void (*) (void *)>PyCObject_AsVoidPtr(destroy)
  /external/chromium_org/ui/gfx/
gtk_native_view_id_manager.h 80 // GtkWidget or destroy a GdkWindow.
83 // to destroy the associated XID when it wants. Otherwise, destroy the
  /external/chromium_org/ui/gl/
gl_context_cgl.cc 115 Destroy();
123 void GLContextCGL::Destroy() {
297 Destroy();
  /external/clang/include/clang/Lex/
MacroArgs.h 66 /// destroy - Destroy and deallocate the memory for this object.
68 void destroy(Preprocessor &PP);
  /external/freetype/src/base/
ftutil.c 388 FT_List_Destructor destroy,
402 if ( destroy )
403 destroy( memory, data, user );
  /external/harfbuzz_ng/contrib/python/lib/
harfbuzz.pyx 97 hb_face_t * hb_face_create_for_tables(hb_get_table_func_t get_table, hb_destroy_func_t destroy, void *user_data)
115 hb_face_t *hb_ft_face_create (FT_Face ft_face, hb_destroy_func_t destroy)
116 hb_font_t *hb_ft_font_create (FT_Face ft_face, hb_destroy_func_t destroy)
  /external/kernel-headers/original/linux/
textsearch.h 36 * @destroy: destroy algorithm specific parts of a search configuration
47 void (*destroy)(struct ts_config *); member in struct:ts_ops
  /external/mesa3d/src/gallium/drivers/i915/
i915_winsys.h 131 * Destroy a batchbuffer.
245 * Destroy the winsys.
247 void (*destroy)(struct i915_winsys *iws); member in struct:i915_winsys
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_screen.c 48 screen->destroy(screen);
267 rb_screen->base.destroy = rbug_screen_destroy;
298 rb_screen->private_context->destroy(rb_screen->private_context);
  /external/opencv/otherlibs/highgui/
image.cpp 60 void CvvImage::Destroy()
67 Destroy();
85 Destroy();
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_mutex.h 76 /** Destroy a mutex */
92 /** Destroy a semaphore */
140 /** Destroy a condition variable */
  /external/smack/src/org/jivesoftware/smackx/packet/
MUCUser.java 38 private Destroy destroy; field in class:MUCUser
130 public Destroy getDestroy() {
131 return destroy;
189 * @param destroy the notification that the room has been destroyed.
191 public void setDestroy(Destroy destroy) {
192 this.destroy = destroy;
566 public static class Destroy {
    [all...]
  /frameworks/compile/mclinker/include/mcld/Support/
MemoryRegion.h 82 /// Destroy - To destroy the region
87 static void Destroy(MemoryRegion*& pRegion);
  /hardware/qcom/media/mm-video-legacy/vidc/common/src/
vidc_color_converter.cpp 114 void omx_c2d_conv::destroy() function in class:omx_c2d_conv
116 DEBUG_PRINT_ERROR("\n Destroy C2D instance");
129 destroy();
  /hardware/qcom/media/mm-video-v4l2/vidc/common/src/
vidc_color_converter.cpp 127 void omx_c2d_conv::destroy() function in class:omx_c2d_conv
129 DEBUG_PRINT_ERROR("\n Destroy C2D instance");
145 destroy();
  /hardware/samsung_slsi/exynos5/include/
ExynosJpegApi.h 141 int destroy(int iInBufs, int iOutBufs);
171 int destroy(void);
205 int destroy(void);
  /hardware/samsung_slsi/exynos5/libexynosutils/
ExynosMutex.cpp 55 this->destroy();
95 void ExynosMutex::destroy(void) function in class:ExynosMutex
208 ((ExynosMutex *)handle)->destroy();
  /libcore/luni/src/main/java/libcore/icu/
AlphabeticIndex.java 40 destroy(peer);
86 destroy(peer);
162 private static native void destroy(long peer); method in class:AlphabeticIndex
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
boost_sp_counted_base.h 141 // There must be a memory barrier between dispose() and destroy()
143 // thread that runs destroy().
169 // destroy() must observe results of dispose()
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
mainloop-api.h 66 /** A IO event destroy callback prototype \ since 0.9.3 */
73 /** A time event destroy callback prototype \ since 0.9.3 */
80 /** A defer event destroy callback prototype \ since 0.9.3 */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
mainloop-api.h 66 /** A IO event destroy callback prototype \ since 0.9.3 */
73 /** A time event destroy callback prototype \ since 0.9.3 */
80 /** A defer event destroy callback prototype \ since 0.9.3 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
mainloop-api.h 66 /** A IO event destroy callback prototype \ since 0.9.3 */
73 /** A time event destroy callback prototype \ since 0.9.3 */
80 /** A defer event destroy callback prototype \ since 0.9.3 */
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
boost_sp_counted_base.h 141 // There must be a memory barrier between dispose() and destroy()
143 // thread that runs destroy().
169 // destroy() must observe results of dispose()
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
boost_sp_counted_base.h 141 // There must be a memory barrier between dispose() and destroy()
143 // thread that runs destroy().
169 // destroy() must observe results of dispose()
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
boost_sp_counted_base.h 141 // There must be a memory barrier between dispose() and destroy()
143 // thread that runs destroy().
169 // destroy() must observe results of dispose()

Completed in 918 milliseconds

<<31323334353637383940>>