/external/chromium_org/third_party/libjingle/source/talk/base/ |
win32windowpicker_unittest.cc | 30 visible_window_.Destroy(); 31 invisible_window_.Destroy();
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_cache.h | 58 * @param destroy destruction callback (optional) 64 void (*destroy)(void *key, void *value),
|
/external/chromium_org/ui/gl/ |
gl_surface_cgl.cc | 78 void NoOpGLSurfaceCGL::Destroy() { 103 Destroy();
|
gl_surface_osmesa.cc | 22 void GLSurfaceOSMesa::Destroy() { 82 Destroy();
|
/external/markdown/tests/extensions-x-tables/ |
tables.html | 73 <td><code>destroy()</code></td> 74 <td><strong>Destroy your computer!</strong></td>
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_cache.h | 58 * @param destroy destruction callback (optional) 64 void (*destroy)(void *key, void *value),
|
/frameworks/wilhelm/tests/sandbox/ |
dual.c | 68 (*xaEngineObject)->Destroy(xaEngineObject); 71 (*slEngineObject)->Destroy(slEngineObject);
|
configbq.c | 208 // destroy audio player 209 (*playerObject)->Destroy(playerObject); 216 // destroy output mix 217 (*outputMixObject)->Destroy(outputMixObject); 219 // destroy engine 220 (*engineObject)->Destroy(engineObject);
|
outputmix.c | 123 // destroy output mix 124 (*outputMixObject)->Destroy(outputMixObject); 193 // destroy output mix 194 (*outputMixObject)->Destroy(outputMixObject); 195 // destroy engine 196 (*engineObject)->Destroy(engineObject);
|
urimime.c | 154 // destroy audio player 155 (*playerObject)->Destroy(playerObject); 157 // destroy output mix 158 (*outputMixObject)->Destroy(outputMixObject); 160 // destroy engine 161 (*engineObject)->Destroy(engineObject);
|
/hardware/samsung_slsi/exynos5/libexynosutils/ |
ExynosMutex.h | 58 //! Destroy Mutex 59 void destroy(void);
|
/ndk/sources/cxx-stl/gabi++/tests/ |
test_vector3.cpp | 51 CTOR_RETURN_TYPE destroy(void* v) function 64 __cxxabiv1::__cxa_vec_dtor(a, 10, sizeof(test1::A), destroy<test1::A>);
|
/packages/apps/Email/src/com/android/email/mail/store/imap/ |
ImapMemoryLiteral.java | 52 public void destroy() { method in class:ImapMemoryLiteral 54 super.destroy();
|
/external/chromium/chrome/common/extensions/docs/examples/api/bookmarks/basic/ |
popup.html | 75 $(this).dialog('destroy'); 78 $(this).dialog('destroy'); 91 $(this).dialog('destroy'); 95 $(this).dialog('destroy'); 110 $(this).dialog('destroy'); 113 $(this).dialog('destroy');
|
/external/llvm/lib/IR/ |
LLVMContextImpl.cpp | 98 // Destroy attributes. 105 // Destroy attribute lists. 112 // Destroy attribute node lists. 119 // Destroy MDNodes. ~MDNode can move and remove nodes between the MDNodeSet 129 (*I)->destroy(); 133 // Destroy MDStrings.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
stl_construct.h | 1 // nonstandard construct and destroy functions -*- C++ -*- 89 * Destroy the object pointed to by a pointer type. 117 * Destroy a range of objects. If the value_type of the object has 132 * Destroy a range of objects using the supplied allocator. For 134 * destroy() even if _Tp has a trivial destructor. 145 __alloc.destroy(std::__addressof(*__first));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
stl_construct.h | 1 // nonstandard construct and destroy functions -*- C++ -*- 89 * Destroy the object pointed to by a pointer type. 117 * Destroy a range of objects. If the value_type of the object has 132 * Destroy a range of objects using the supplied allocator. For 134 * destroy() even if _Tp has a trivial destructor. 145 __alloc.destroy(std::__addressof(*__first));
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_construct.h | 1 // nonstandard construct and destroy functions -*- C++ -*- 89 * Destroy the object pointed to by a pointer type. 117 * Destroy a range of objects. If the value_type of the object has 132 * Destroy a range of objects using the supplied allocator. For 134 * destroy() even if _Tp has a trivial destructor. 145 __alloc.destroy(std::__addressof(*__first));
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_construct.h | 1 // nonstandard construct and destroy functions -*- C++ -*- 90 * Destroy the object pointed to by a pointer type. 118 * Destroy a range of objects. If the value_type of the object has 133 * Destroy a range of objects using the supplied allocator. For 135 * destroy() even if _Tp has a trivial destructor. 147 __traits::destroy(__alloc, std::__addressof(*__first));
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
alloc_traits.h | 127 using _Base_type::destroy; 147 // overload destroy for non-standard pointer types 150 destroy(_Alloc& __a, _Ptr __p) function in struct:__alloc_traits 151 { _Base_type::destroy(__a, std::addressof(*__p)); } 204 static void destroy(_Alloc& __a, pointer __p) function in struct:__alloc_traits 205 { __a.destroy(__p); }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_construct.h | 1 // nonstandard construct and destroy functions -*- C++ -*- 89 * Destroy the object pointed to by a pointer type. 117 * Destroy a range of objects. If the value_type of the object has 132 * Destroy a range of objects using the supplied allocator. For 134 * destroy() even if _Tp has a trivial destructor. 145 __alloc.destroy(std::__addressof(*__first));
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_construct.h | 1 // nonstandard construct and destroy functions -*- C++ -*- 90 * Destroy the object pointed to by a pointer type. 118 * Destroy a range of objects. If the value_type of the object has 133 * Destroy a range of objects using the supplied allocator. For 135 * destroy() even if _Tp has a trivial destructor. 147 __traits::destroy(__alloc, std::__addressof(*__first));
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
alloc_traits.h | 127 using _Base_type::destroy; 147 // overload destroy for non-standard pointer types 150 destroy(_Alloc& __a, _Ptr __p) function in struct:__alloc_traits 151 { _Base_type::destroy(__a, std::addressof(*__p)); } 204 static void destroy(_Alloc& __a, pointer __p) function in struct:__alloc_traits 205 { __a.destroy(__p); }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
stl_construct.h | 1 // nonstandard construct and destroy functions -*- C++ -*- 88 * Destroy the object pointed to by a pointer type. 116 * Destroy a range of objects. If the value_type of the object has 131 * Destroy a range of objects using the supplied allocator. For 133 * destroy() even if _Tp has a trivial destructor. 143 __traits::destroy(__alloc, std::__addressof(*__first));
|
/external/chromium/chrome/browser/prerender/ |
prerender_contents.cc | 249 Destroy(FINAL_STATUS_HTTPS); 279 Destroy(FINAL_STATUS_JAVASCRIPT_ALERT); 293 Destroy(FINAL_STATUS_PROFILE_DESTROYED); 297 Destroy(FINAL_STATUS_APP_TERMINATING); 312 Destroy(FINAL_STATUS_AUTH_NEEDED); 327 Destroy(FINAL_STATUS_DOWNLOAD); 346 Destroy(FINAL_STATUS_HTTPS); 386 Destroy(FINAL_STATUS_CLOSED); 406 Destroy(FINAL_STATUS_CREATE_NEW_WINDOW); 455 Destroy(FINAL_STATUS_HTTPS) [all...] |