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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGenCXX/
microsoft-compatibility.cpp 4 void destroy(T *p) { function
10 destroy((void*)&a);
14 // CHECK: call void @"\01??$destroy@X@@YAXPAX@Z"
17 // CHECK-LABEL: define linkonce_odr void @"\01??$destroy@X@@YAXPAX@Z"(i8* %p)
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p20.cpp 5 void destroy(T* ptr) { function
12 destroy(&lambda);
  /external/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/luni/src/main/java/javax/security/auth/
Destroyable.java 34 void destroy() throws DestroyFailedException; method in interface:Destroyable
  /external/smack/src/org/apache/harmony/javax/security/auth/
Destroyable.java 34 void destroy() throws DestroyFailedException; method in interface:Destroyable
  /external/smack/src/com/kenai/jbosh/
HTTPSender.java 38 void destroy(); method in interface:HTTPSender
  /external/chromium_org/third_party/WebKit/public/web/
WebHelperPlugin.h 45 // non-null, the caller must free it by calling destroy().
53 virtual void destroy() = 0;
68 plugin->destroy();
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ft.h 41 hb_destroy_func_t destroy);
48 hb_destroy_func_t destroy);
  /external/harfbuzz_ng/src/
hb-ft.h 41 hb_destroy_func_t destroy);
48 hb_destroy_func_t destroy);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
GlobalTest.java 27 lg.destroy();
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/banners/
AppDetailsDelegate.java 34 * Destroy the delegate, cleaning up any open hooks.
36 public abstract void destroy(); method in class:AppDetailsDelegate
  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformThreadData.h 51 void destroy();
  /external/chromium_org/third_party/libva/va/wayland/
va_wayland_private.h 37 VADisplayContextDestroyFunc destroy; member in struct:va_wayland_context
  /hardware/intel/common/libva/va/wayland/
va_wayland_private.h 37 VADisplayContextDestroyFunc destroy; member in struct:va_wayland_context
  /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
  /external/chromium_org/third_party/WebKit/public/platform/
WebMessagePortChannel.h 45 // is signalled that its not needed anymore with the destroy() call.
49 virtual void destroy() = 0;
70 channel->destroy();
  /frameworks/base/core/java/android/service/voice/
IVoiceInteractionSession.aidl 28 void destroy();
  /libcore/luni/src/main/java/libcore/icu/
Transliterator.java 34 destroy(peer);
54 private static native void destroy(long peer); method in class:Transliterator
  /sdk/emulator/opengl/shared/emugl/common/
thread_store.cpp 43 // such threads are expected to destroy all TLS values explicitely.
76 // |destroy| is the destructor function for the key.
77 int registerKey(ThreadStore::Destructor* destroy) {
78 D("Entering destroy=%p\n", destroy);
83 mDestructors[ret] = destroy;
133 // Call this when a thread exits to destroy all its thread-local values.
151 ThreadStore::Destructor* destroy = mDestructors[n]; local
153 if (destroy) {
155 destroy, (int)n, value)
    [all...]
  /external/chromium_org/third_party/WebKit/ManualTests/resources/
ArrayParameterTestApplet.class 
  /external/libcxxabi/test/
test_vector3.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.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

Completed in 763 milliseconds

1 2 3 4 5 6 7 8 91011>>