HomeSort by relevance Sort by last modified time
    Searched refs:destroy (Results 201 - 225 of 618) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/graphics/java/android/renderscript/
RSTextureView.java 149 * Destroy the RenderScriptGL object associated with this
153 mRS.destroy();
  /frameworks/base/libs/rs/
rsFBOCache.cpp 44 rsc->mHal.funcs.framebuffer.destroy(rsc, this);
  /frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
UT_alloc.java 65 pRS.destroy();
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapString.java 41 @Override public void destroy() {
42 // Don't call super.destroy().
ImapResponseParser.java 65 * time to time to destroy them and clear it.
138 * Destroy all the {@link ImapResponse}s stored in the internal storage and clear it.
144 r.destroy();
155 * {@link #destroyResponses} should be called to destroy all the responses in the array.
181 response.destroy();
249 // We need to destroy the response if we get an exception.
253 // If responseToDestroy is not null in finally, we destroy it because that means
323 responseToDestroy.destroy();
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
malloc_allocator.h 119 destroy(pointer __p) { __p->~_Tp(); } function in class:malloc_allocator
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/mtd/
map.h 68 void (*destroy)(struct mtd_info *); member in struct:mtd_chip_driver
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/mtd/
map.h 68 void (*destroy)(struct mtd_info *); member in struct:mtd_chip_driver
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/mtd/
map.h 68 void (*destroy)(struct mtd_info *); member in struct:mtd_chip_driver
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/mtd/
map.h 68 void (*destroy)(struct mtd_info *); member in struct:mtd_chip_driver
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/mtd/
map.h 68 void (*destroy)(struct mtd_info *); member in struct:mtd_chip_driver
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/mtd/
map.h 68 void (*destroy)(struct mtd_info *); member in struct:mtd_chip_driver
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/mtd/
map.h 68 void (*destroy)(struct mtd_info *); member in struct:mtd_chip_driver
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
malloc_allocator.h 119 destroy(pointer __p) { __p->~_Tp(); } function in class:malloc_allocator
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/mtd/
map.h 68 void (*destroy)(struct mtd_info *); member in struct:mtd_chip_driver
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/mtd/
map.h 68 void (*destroy)(struct mtd_info *); member in struct:mtd_chip_driver
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
malloc_allocator.h 119 destroy(pointer __p) { __p->~_Tp(); } function in class:malloc_allocator
  /cts/libs/vogar-expect/src/vogar/commands/
Command.java 177 destroy(); method
202 public void destroy() { method in class:Command
207 process.destroy();
214 Log.warn("couldn't destroy " + this);
216 Log.warn("couldn't destroy " + this);
  /external/chromium/third_party/libjingle/source/talk/base/
messagequeue.cc 76 // If this is the last MessageQueue, destroy the manager as well so that
80 bool destroy = false; local
89 destroy = message_queues_.empty();
91 if (destroy) {
  /external/clang/include/clang/Sema/
DeclSpec.h 845 /// \brief Destroy this unqualified-id.
1005 void destroy() { function in struct:clang::DeclaratorChunk::PointerTypeInfo
1014 void destroy() { function in struct:clang::DeclaratorChunk::ReferenceTypeInfo
1033 void destroy() {} function in struct:clang::DeclaratorChunk::ArrayTypeInfo
1157 void destroy() { function in struct:clang::DeclaratorChunk::FunctionTypeInfo
1217 void destroy() { function in struct:clang::DeclaratorChunk::BlockPointerTypeInfo
1236 void destroy() { function in struct:clang::DeclaratorChunk::MemberPointerTypeInfo
1251 void destroy() { function in struct:clang::DeclaratorChunk
    [all...]
  /packages/apps/Browser/src/com/android/browser/
TabControl.java 260 // destroy the tab
261 t.destroy();
271 * Destroy all the tabs and subwindows
273 void destroy() { method in class:TabControl
275 t.destroy();
467 // destroy the tab
468 t.destroy();
612 t.destroy();
  /system/vold/
VolumeManager.cpp 250 SLOGE("ASEC file '%s' currently exists - destroy it first! (%s)",
313 Devmapper::destroy(idHash);
324 Devmapper::destroy(idHash);
335 Devmapper::destroy(idHash);
351 Devmapper::destroy(idHash);
364 Devmapper::destroy(idHash);
376 Devmapper::destroy(idHash);
552 if (Devmapper::destroy(idHash) && errno != ENXIO) {
553 SLOGE("Failed to destroy devmapper instance (%s)", strerror(errno));
587 SLOGD("Unmounting container before destroy");
    [all...]
  /external/bluetooth/bluez/gdbus/
watch.c 309 GDBusDestroyFunction destroy,
319 cb->destroy_func = destroy;
655 void *user_data, GDBusDestroyFunction destroy)
682 void *user_data, GDBusDestroyFunction destroy)
685 user_data, destroy);
692 GDBusDestroyFunction destroy)
702 cb = filter_data_add_callback(data, NULL, NULL, function, destroy,
  /external/bluetooth/bluez/health/
mcap.c 57 GDestroyNotify destroy; /* Destroy callback */ member in struct:connect_mcl
70 GDestroyNotify destroy; /* Destroy callback */ member in struct:mcap_mdl_op_cb
268 if (op->destroy)
269 op->destroy(op->user_data);
471 GDestroyNotify destroy,
495 con->destroy = destroy;
520 GDestroyNotify destroy,
    [all...]
  /external/bluetooth/bluez/attrib/
gattrib.c 52 GDestroyNotify destroy; member in struct:_GAttrib
200 if (attrib->destroy)
201 attrib->destroy(attrib->destroy_user_data);
238 GDestroyNotify destroy, gpointer user_data)
243 attrib->destroy = destroy;

Completed in 1577 milliseconds

1 2 3 4 5 6 7 891011>>