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

<<11121314151617181920>>

  /external/chromium_org/ui/gl/
gl_surface_egl.h 58 virtual void Destroy() OVERRIDE;
96 virtual void Destroy() OVERRIDE;
124 virtual void Destroy() OVERRIDE;
  /external/jmonkeyengine/engine/src/core/com/jme3/system/
SystemListener.java 73 * initialize() has been called or after destroy() has been called.
80 * initialize() has been called or after destroy() has been called.
98 public void destroy(); method in interface:SystemListener
  /external/libvpx/libvpx/examples/
twopass_encoder.txt 75 die_codec(&codec, "Failed to destroy codec");
84 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ DESTROY
87 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ DESTROY
  /external/mesa3d/src/gallium/state_trackers/egl/null/
native_null.c 134 if (ws->destroy)
135 ws->destroy(ws);
159 null->base.destroy = null_display_destroy;
  /frameworks/compile/mclinker/include/mcld/Fragment/
Relocation.h 67 /// Destroy - destroy a relocation entry
68 static void Destroy(Relocation*& pRelocation);
  /frameworks/wilhelm/tests/sandbox/
xa.c 123 (*playerObject)->Destroy(playerObject);
126 (*outputMixObject)->Destroy(outputMixObject);
129 (*engineObject)->Destroy(engineObject);
  /hardware/samsung_slsi/exynos5/libhwjpeg/
ExynosJpegEncoder.cpp 56 this->destroy();
65 int ExynosJpegEncoder::destroy(void) function in class:ExynosJpegEncoder
67 return ExynosJpegBase::destroy(NUM_JPEG_ENC_IN_BUFS, NUM_JPEG_ENC_OUT_BUFS);
  /libcore/luni/src/main/java/java/lang/
Process.java 40 * process should be closed by calling {@link #destroy}. This will kill the
56 * process.destroy();
65 public abstract void destroy(); method in class:Process
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
sp_counted_base_gcc_mips.hpp 130 // destroy() is called when weak_count_ drops to zero.
132 virtual void destroy() // nothrow function in class:boost::detail::sp_counted_base
167 destroy();
sp_counted_base_gcc_x86.hpp 122 // destroy() is called when weak_count_ drops to zero.
124 virtual void destroy() // nothrow function in class:boost::detail::sp_counted_base
159 destroy();
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/kerberos/
KerberosKeyTest.java 163 * @tests javax.security.auth.kerberos.KerberosKey#destroy()
171 key.destroy();
174 // no exceptions for second destroy() call
175 key.destroy();
243 kerberosKey2.destroy();
245 fail("kerberosKey2 destroy failed");
  /external/chromium_org/third_party/WebKit/Source/wtf/
ThreadSpecific.h 78 // Not implemented. It's technically possible to destroy a thread specific key, but one would need
86 void static destroy(void* ptr);
138 int error = pthread_key_create(&m_key, destroy);
213 data->destructor = &ThreadSpecific<T>::destroy;
222 inline void ThreadSpecific<T>::destroy(void* ptr) function in class:WTF::ThreadSpecific
231 // Some pthreads implementations zero out the pointer before calling destroy(), so we temporarily reset it.
  /frameworks/base/core/java/android/view/
GraphicBuffer.java 134 * <p>If this method is called after {@link #destroy()}, the return value will
151 * <p>If this method is called after {@link #destroy()}, the return value will
182 * <p>This method doesn't do anything if {@link #destroy()} was
208 public void destroy() { method in class:GraphicBuffer
223 * @see #destroy()
247 * {@link #destroy()} has been previously called.</p>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
alloc_traits.h 140 using _Base_type::destroy;
160 // overload destroy for non-standard pointer types
163 destroy(_Alloc& __a, _Ptr __p) function in struct:__alloc_traits
164 { _Base_type::destroy(__a, std::addressof(*__p)); }
218 static void destroy(_Alloc& __a, pointer __p) function in struct:__alloc_traits
219 { __a.destroy(__p); }
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkSimpleDialog.py 88 def destroy(self): member in class:Dialog
89 '''Destroy the window'''
91 Toplevel.destroy(self)
145 self.destroy()
191 def destroy(self): member in class:_QueryDialog
193 Dialog.destroy(self)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkSimpleDialog.py 88 def destroy(self): member in class:Dialog
89 '''Destroy the window'''
91 Toplevel.destroy(self)
145 self.destroy()
191 def destroy(self): member in class:_QueryDialog
193 Dialog.destroy(self)
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
RenderScriptTest.java 35 mRS.destroy();
59 mRS.destroy();
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KSPasswordProtectionTest.java 48 * <code>destroy()<code>
64 ksPWP.destroy();
  /external/chromium/chrome/browser/chromeos/login/
dom_login_display.h 30 // the object, the ExistingUserController should call Destroy and not free the
52 virtual void Destroy() OVERRIDE;
login_status_consumer.h 25 DATA_REMOVAL_FAILED, // Could not destroy your old data
60 return "Could not destroy your old data.";
  /external/chromium/chrome/browser/sync/engine/net/
syncapi_server_connection_manager.cc 53 factory_->Destroy(http);
77 factory_->Destroy(http);
  /external/chromium_org/components/webdata/common/
web_data_results.h 52 virtual void Destroy() {
101 virtual void Destroy() OVERRIDE {
  /external/chromium_org/content/common/gpu/client/
gpu_video_decode_accelerator_host.h 46 virtual void Destroy() OVERRIDE;
52 // Only Destroy() should be deleting |this|.
  /external/chromium_org/content/renderer/media/
pepper_platform_video_decoder.cc 75 void PlatformVideoDecoder::Destroy() {
77 decoder_.release()->Destroy();
  /external/chromium_org/google_apis/gcm/engine/
rmq_store.h 64 // WARNING: this will permanently destroy any pending outgoing messages
66 void Destroy(const UpdateCallback& callback);

Completed in 797 milliseconds

<<11121314151617181920>>