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

<<31323334353637383940>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
af_vfs.h 38 void (*destroy)(AFvirtualfile *vfile); member in struct:_AFvirtualfile
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atm_tcp.h 55 #define ATMTCP_REMOVE _IO('a',ATMIOC_ITF+15) /* destroy persistent ATMTCP
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
af_vfs.h 38 void (*destroy)(AFvirtualfile *vfile); member in struct:_AFvirtualfile
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atm_tcp.h 55 #define ATMTCP_REMOVE _IO('a',ATMIOC_ITF+15) /* destroy persistent ATMTCP
  /system/extras/tests/bionic/libc/common/
test_pthread_mutex.c 110 /* perform a simple init/lock/unlock/destroy test on a mutex of given attributes */
131 /* simple init/lock/unlock/destroy on all mutex types */
170 /* perform init/trylock/unlock/destroy then init/lock/trylock/destroy */
  /cts/tests/tests/nativemedia/xa/src/
XAObjectCreationTest.cpp 94 (*mediaPlayerObj)->Destroy(mediaPlayerObj);
98 (*outputMixObj)->Destroy(outputMixObj);
102 (*engineObj)->Destroy(engineObj);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
IsolatedService.java 126 void destroy() { method in class:IsolatedService.Controller.ServiceInfo
202 mService1.destroy();
203 mService2.destroy();
  /external/chromium/chrome/browser/prefs/
pref_member.h 90 void Destroy();
149 void Destroy() {
150 subtle::PrefMemberBase::Destroy();
  /external/chromium_org/chrome/browser/chromeos/drive/
resource_metadata.h 58 void Destroy();
127 // Note: Use Destroy() to delete this object.
133 // Used to implement Destroy().
resource_metadata_storage.h 133 void Destroy();
185 // To destruct this object, use Destroy().
188 // Used to implement Destroy().
  /external/chromium_org/chrome/browser/ui/gtk/
avatar_menu_bubble_gtk.cc 64 g_signal_connect(contents_, "destroy",
71 // We are self deleting, we have a destroy signal setup to catch when we
214 // Destroy the old inner contents to allow replacing it.
  /external/chromium_org/content/common/gpu/client/
gpu_video_decode_accelerator_host.cc 136 void GpuVideoDecodeAcceleratorHost::Destroy() {
152 DCHECK(!client_) << "destructor called without Destroy being called!";
232 // Client::NotifyError() may Destroy() |this|, so calling it needs to be the
  /external/chromium_org/content/common/gpu/media/
vaapi_wrapper.h 67 // Cancel and destroy all buffers queued to the HW decoder via SubmitBuffer.
71 // Execute decode in hardware into |va_surface_id} and destroy pending
92 // Execute decode in hardware and destroy pending buffers. Return false if
  /external/chromium_org/gpu/command_buffer/service/
context_group_unittest.cc 97 group_->Destroy(decoder_.get(), false);
120 group_->Destroy(decoder_.get(), false);
129 group_->Destroy(decoder2_.get(), false);
vertex_attrib_manager_unittest.cc 129 buffer_manager.Destroy(false);
189 buffer_manager.Destroy(false);
224 buffer_manager.Destroy(false);
  /external/chromium_org/media/cdm/ppapi/
cdm_helpers.h 38 virtual void Destroy() OVERRIDE { delete this; }
107 virtual ~DecryptedBlockImpl() { if (buffer_) buffer_->Destroy(); }
198 buffer_->Destroy();
  /external/chromium_org/mojo/system/
message_pipe.cc 135 message->Destroy();
141 message->Destroy();
224 message->Destroy();
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerThread.cpp 134 // The below assignment will destroy the context, which will in turn notify messaging proxy.
135 // We cannot let any objects survive past thread exit, because no other thread will run GC or otherwise destroy them.
139 PlatformThreadData::current().destroy();
  /external/chromium_org/third_party/WebKit/public/platform/
WebVector.h 68 destroy();
117 destroy();
179 void destroy()
  /external/chromium_org/third_party/freetype/src/base/
ftutil.c 388 FT_List_Destructor destroy,
402 if ( destroy )
403 destroy( memory, data, user );
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-set.cc 108 * @destroy (closure data):
119 hb_destroy_func_t destroy,
122 return hb_object_set_user_data (set, key, data, destroy, replace);
  /external/chromium_org/third_party/libjingle/source/talk/base/
proxyserver.cc 111 Destroy();
133 Destroy();
157 void ProxyBinding::Destroy() {
signalthread_unittest.cc 135 signal_thread->Destroy(true);
200 thread_->Destroy(true);
209 thread_->Destroy(false);
  /external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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);

Completed in 2166 milliseconds

<<31323334353637383940>>