HomeSort by relevance Sort by last modified time
    Searched refs:destroy (Results 1 - 25 of 1658) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p20.cpp 5 void destroy(T* ptr) { function
12 destroy(&lambda);
  /external/jetty/src/java/org/eclipse/jetty/util/component/
Destroyable.java 25 * resources over multiple start/stop cycles. A call to destroy will release all
30 void destroy(); method in interface:Destroyable
  /external/selinux/libsepol/tests/policies/test-deps/
modreq-obj-global.conf 4 class sem { create destroy };
12 allow mod_foo_t mod_bar_t : sem { create destroy };
modreq-obj-opt.conf 14 class sem { create destroy };
19 allow mod_foo_t mod_bar_t : sem { create destroy };
  /libcore/ojluni/src/main/java/javax/security/auth/
Destroyable.java 30 * to provide the capability to destroy its contents.
37 * Destroy this <code>Object</code>.
46 * @exception DestroyFailedException if the destroy operation fails. <p>
49 * to destroy this <code>Object</code>.
51 void destroy() throws DestroyFailedException; method in interface:Destroyable
  /external/clang/test/CodeGenCXX/
microsoft-compatibility.cpp 14 void destroy(T *p) { function
20 destroy((void*)&a);
24 // CHECK: call void @"\01??$destroy@X@@YAXPAX@Z"
27 // CHECK-LABEL: define linkonce_odr void @"\01??$destroy@X@@YAXPAX@Z"(i8* %p)
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
GlobalTest.java 27 lg.destroy();
  /hardware/intel/common/libva/va/wayland/
va_wayland_private.h 37 VADisplayContextDestroyFunc destroy; member in struct:va_wayland_context
  /libcore/ojluni/src/main/java/java/lang/
Process.java 145 abstract public void destroy(); method in class:Process
  /external/harfbuzz_ng/src/
hb-ft.h 49 * When the returned hb-face is destroyed, the destroy
58 * In particular, if you are going to pass NULL as destroy, you
64 hb_destroy_func_t destroy);
103 hb_destroy_func_t destroy);
test-size-params.cc 57 hb_destroy_func_t destroy; local
65 destroy = (hb_destroy_func_t) g_mapped_file_unref;
76 destroy = free;
82 blob = hb_blob_create (font_data, len, mm, user_data, destroy);
test-would-substitute.cc 61 hb_destroy_func_t destroy; local
69 destroy = (hb_destroy_func_t) g_mapped_file_unref;
80 destroy = free;
86 blob = hb_blob_create (font_data, len, mm, user_data, destroy);
  /external/libcxxabi/test/
test_vector3.pass.cpp 43 void destroy(void* v) function
55 __cxxabiv1::__cxa_vec_dtor(a, 10, sizeof(test1::A), destroy<test1::A>);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/auth/
DestroyableTest.java 33 * javax.security.auth.Destroyable#destroy()
40 md.destroy();
54 public void destroy() throws DestroyFailedException { method in class:DestroyableTest.myDestroyable
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
test_vector3.pass.cpp 43 void destroy(void* v) function
55 __cxxabiv1::__cxa_vec_dtor(a, 10, sizeof(test1::A), destroy<test1::A>);
  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapElement.java 51 @Override public void destroy() {
52 // Don't call super.destroy().
88 public void destroy() { method in class:ImapElement
ImapSimpleString.java 35 public void destroy() { method in class:ImapSimpleString
37 super.destroy();
  /packages/services/Telephony/src/com/android/phone/common/mail/store/imap/
ImapElement.java 51 @Override public void destroy() {
52 // Don't call super.destroy().
88 public void destroy() { method in class:ImapElement
  /external/jetty/src/java/org/eclipse/jetty/webapp/
AbstractConfiguration.java 39 public void destroy(WebAppContext context) throws Exception method in class:AbstractConfiguration
Configuration.java 68 /** Destroy WebApp.
69 * This method is called to destroy a webappcontext. It is typically called when a context
74 public void destroy (WebAppContext context) throws Exception; method in interface:Configuration
  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_buffer_fenced.h 73 void (*destroy)( struct pb_fence_ops *ops ); member in struct:pb_fence_ops
  /frameworks/compile/mclinker/include/mcld/ADT/
HashEntryFactory.h 29 void destroy(entry_type*& pEntry) { HashEntryTy::Destroy(pEntry); } function in class:mcld::HashEntryFactory
  /frameworks/compile/mclinker/include/mcld/Script/
FileToken.h 38 static void destroy(FileToken*& pToken);
NameSpec.h 38 static void destroy(NameSpec*& pToken);
  /frameworks/minikin/sample/
MinikinSkia.h 15 const void* GetTable(uint32_t tag, size_t* size, MinikinDestroyFunc* destroy);

Completed in 484 milliseconds

1 2 3 4 5 6 7 8 91011>>