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

<<11121314151617181920>>

  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
LwjglAbstractDisplay.java 86 * Destroy the context.
120 Display.destroy();
194 listener.destroy();
260 public void destroy(boolean waitFor){ method in class:LwjglAbstractDisplay
LwjglOffscreenBuffer.java 114 pbuffer.destroy();
137 listener.destroy();
139 pbuffer.destroy();
152 public void destroy(boolean waitFor){ method in class:LwjglOffscreenBuffer
  /external/libsepol/include/sepol/
handle.h 24 /* Destroy a sepol handle. */
node_record.h 83 /* Create/Clone/Destroy */
port_record.h 57 /* Create/Clone/Destroy */
user_record.h 67 /* Create/Clone/Destroy */
  /external/libvpx/libvpx/vp8/common/
onyxd.h 16 /* Create/destroy static data structures. */
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_device.c 123 stw_dev->stapi->destroy(stw_dev->stapi);
175 stw_dev->stapi->destroy(stw_dev->stapi);
177 stw_dev->screen->destroy(stw_dev->screen);
179 /* glapi is statically linked: we can call the local destroy function. */
  /external/mesa3d/src/gallium/winsys/i915/drm/
i915_drm_winsys.c 61 idws->base.destroy = i915_drm_winsys_destroy;
  /external/mesa3d/src/mesa/program/
string_to_uint_map.cpp 26 * \brief Dumb wrapprs so that C code can create and destroy maps.
  /external/pixman/test/
glyph-test.c 123 pixman_image_destroy_func_t destroy; local
152 destroy = destroy_fenced;
158 destroy = destroy_malloced;
162 pixman_image_set_destroy_function (image, destroy, data);
  /external/qemu/android/utils/
dirscanner.h 25 /* Destroy a given directory scanner. You must always call
  /external/qemu/
qbool.c 22 .destroy = qbool_destroy_obj,
qfloat.c 22 .destroy = qfloat_destroy_obj,
qint.c 21 .destroy = qint_destroy_obj,
  /external/sepolicy/
global_macros 40 define(`create_ipc_perms', `{ create setattr destroy rw_ipc_perms }')
  /external/smack/src/org/apache/harmony/javax/security/auth/
DestroyFailedException.java 21 * Signals that the {@link Destroyable#destroy()} method failed.
Destroyable.java 34 void destroy() throws DestroyFailedException; method in interface:Destroyable
  /external/webrtc/src/modules/audio_processing/
processing_component.h 27 virtual int Destroy();
  /frameworks/av/services/audioflinger/
RecordTracks.h 38 void destroy();
  /frameworks/base/core/java/android/view/
SurfaceSession.java 52 * Unlike destroy(), after this call any surfaces that were created
  /frameworks/compile/libbcc/include/bcc/Support/
OutputFile.h 41 // use delete operator to destroy it by itself.
  /frameworks/compile/libbcc/lib/Core/
BCCContextImpl.cpp 29 // are going to destroy. Since the destruction of Source object will call
  /frameworks/compile/mclinker/lib/Fragment/
Relocation.cpp 54 /// Destroy - destroy a relocation entry
55 void Relocation::Destroy(Relocation*& pRelocation)
57 g_RelocationFactory->destroy(pRelocation);
  /frameworks/native/include/android/
obb.h 40 * Destroy the AObbInfo object. You must call this when finished with the object.

Completed in 510 milliseconds

<<11121314151617181920>>