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

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/tests/f_preen/
name 1 preen shouldn't destroy backup superblocks
  /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 };
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-font.h 65 hb_destroy_func_t destroy,
145 * @func: (closure user_data) (destroy destroy) (scope notified):
147 * @destroy:
156 void *user_data, hb_destroy_func_t destroy);
161 * @func: (closure user_data) (destroy destroy) (scope notified):
163 * @destroy:
172 void *user_data, hb_destroy_func_t destroy);
177 * @func: (closure user_data) (destroy destroy) (scope notified)
    [all...]
hb-unicode.h 197 hb_destroy_func_t destroy,
280 * @func: (closure user_data) (destroy destroy) (scope notified):
282 * @destroy:
291 void *user_data, hb_destroy_func_t destroy);
296 * @func: (closure user_data) (destroy destroy) (scope notified):
298 * @destroy:
307 void *user_data, hb_destroy_func_t destroy);
312 * @func: (closure user_data) (destroy destroy) (scope notified)
    [all...]
  /external/harfbuzz_ng/src/
hb-font.h 65 hb_destroy_func_t destroy,
145 * @func: (closure user_data) (destroy destroy) (scope notified):
147 * @destroy:
156 void *user_data, hb_destroy_func_t destroy);
161 * @func: (closure user_data) (destroy destroy) (scope notified):
163 * @destroy:
172 void *user_data, hb_destroy_func_t destroy);
177 * @func: (closure user_data) (destroy destroy) (scope notified)
    [all...]
hb-unicode.h 197 hb_destroy_func_t destroy,
280 * @func: (closure user_data) (destroy destroy) (scope notified):
282 * @destroy:
291 void *user_data, hb_destroy_func_t destroy);
296 * @func: (closure user_data) (destroy destroy) (scope notified):
298 * @destroy:
307 void *user_data, hb_destroy_func_t destroy);
312 * @func: (closure user_data) (destroy destroy) (scope notified)
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
func3.test 22 proc destroy {} { set ::destroyed 1 }
23 sqlite3_create_function_v2 db f2 -1 any -func f2 -destroy destroy
41 proc destroy {} { set ::destroyed 1 }
42 sqlite3_create_function_v2 db f3 -1 utf8 -func f3 -destroy destroy
52 proc destroy {} { set ::destroyed 1 }
53 sqlite3_create_function_v2 db f3 -1 any -func f3 -destroy destroy
65 sqlite3_create_function_v2 db f3 -1 any -func f3 -step f3 -destroy destro
    [all...]
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p20.cpp 5 void destroy(T* ptr) { function
12 destroy(&lambda);
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_DestroyMutex.3 3 SDL_DestroyMutex \- Destroy a mutex
12 Destroy a previously \fIcreated\fR mutex\&.
SDL_DestroyCond.3 3 SDL_DestroyCond \- Destroy a condition variable
  /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/chromium_org/media/video/
mock_video_decode_accelerator.cc 12 // Delete |this| when Destroy() is called.
13 ON_CALL(*this, Destroy())
  /hardware/intel/common/libva/test/basic/
testplan.txt 19 - Create & destroy config for each profile / entrypoint
29 - Create and destroy surfaces
32 - Create 1, 4 and 16 surfaces, destroy 4, create 6 surfaces, destroy 16, 1
36 - Create and destroy surfaces of different sizes
42 - Create and destroy a context for each profile / entrypoint
48 - Create and destroy buffers
50 - For each different buffertype, create a buffer, then destroy them one by
84 - Create and destroy vaImage
  /external/chromium_org/content/browser/compositor/
owned_mailbox.cc 22 Destroy();
30 void OwnedMailbox::Destroy() {
41 Destroy();
  /external/clang/test/CodeGenObjC/
terminate.m 4 void destroy(void**);
9 void *ptr __attribute__((cleanup(destroy)));
14 // CHECK-WITH: call void @destroy(i8** [[PTR]])
16 // CHECK-WITH: invoke void @destroy(i8** [[PTR]])
23 // CHECK-WITHOUT: call void @destroy(i8** [[PTR]])
25 // CHECK-WITHOUT: invoke void @destroy(i8** [[PTR]])
  /external/compiler-rt/test/tsan/
mutex_destroy_locked.cc 13 // CHECK: WARNING: ThreadSanitizer: destroy of a locked mutex
22 // CHECK: SUMMARY: ThreadSanitizer: destroy of a locked mutex{{.*}}main
  /external/valgrind/main/docs/internals/
tm-mutexstates.dot 17 dead -> locked [ style=dotted, label="locked\nafter destroy" ];
18 dead -> free [ style=dotted, label="unlocked\nafter destroy" ];
  /ndk/tests/device/test-stlport_shared-exception/jni/
vbase4_1.cpp 8 // We need to destroy the thrown object when exiting the catch
9 // clause. That needs to destroy the original thrown object, not
  /ndk/tests/device/test-stlport_static-exception/jni/
vbase4_1.cpp 8 // We need to destroy the thrown object when exiting the catch
9 // clause. That needs to destroy the original thrown object, not
  /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/base/android/jni_generator/
testNativesLong.golden 29 static void Destroy(JNIEnv* env, jobject jcaller,
33 CHECK_NATIVE_PTR(env, jcaller, native, "Destroy");
34 return native->Destroy(env, jcaller);
44 "V", reinterpret_cast<void*>(Destroy) },
  /external/chromium_org/gpu/command_buffer/service/
async_pixel_transfer_delegate_mock.cc 13 Destroy();
  /external/libusb/
TODO 5 offer API to create/destroy handle_events thread
  /external/smack/src/org/jivesoftware/smackx/provider/
MUCOwnerProvider.java 45 else if (parser.getName().equals("destroy")) {
89 private MUCOwner.Destroy parseDestroy(XmlPullParser parser) throws Exception {
91 MUCOwner.Destroy destroy = new MUCOwner.Destroy(); local
92 destroy.setJid(parser.getAttributeValue("", "jid"));
97 destroy.setReason(parser.nextText());
101 if (parser.getName().equals("destroy")) {
106 return destroy;

Completed in 1335 milliseconds

1 2 3 4 5 6 7 8 91011>>