HomeSort by relevance Sort by last modified time
    Searched refs:closure (Results 26 - 50 of 365) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaTemplate/
array-to-pointer-decay.cpp 26 bool closure = sanitize<int>(); variable
  /external/libffi/src/s390/
ffi.c 541 /* Function - Call a FFI closure target function. */
546 ffi_closure_helper_SYSV (ffi_closure *closure,
566 p_arg = avalue = alloca (closure->cif->nargs * sizeof (void *));
572 if (closure->cif->flags == FFI390_RET_STRUCT)
577 for (ptr = closure->cif->arg_types, i = closure->cif->nargs;
682 (closure->fun) (closure->cif, rvalue, avalue, closure->user_data);
685 switch (closure->cif->rtype->type
    [all...]
  /frameworks/wilhelm/src/
ThreadPool.c 28 Closure *pClosure = ThreadPool_remove(tp);
29 // closure is NULL when thread pool is being destroyed
34 const Closure closure = *pClosure; local
37 ClosureKind kind = closure.mKind;
38 void *context1 = closure.mContext1;
39 void *context2 = closure.mContext2;
40 int parameter1 = closure.mParameter1;
44 ClosureHandler_ppi handler_ppi = closure.mHandler.mHandler_ppi;
51 ClosureHandler_ppii handler_ppii = closure.mHandler.mHandler_ppii
255 Closure *closure = (Closure *) malloc(sizeof(Closure)); local
    [all...]
  /external/libffi/src/alpha/
ffi.c 173 ffi_prep_closure_loc (ffi_closure* closure,
181 tramp = (unsigned int *) &closure->tramp[0];
188 closure->cif = cif;
189 closure->fun = fun;
190 closure->user_data = user_data;
205 ffi_closure_osf_inner(ffi_closure *closure, void *rvalue, unsigned long *argp)
212 cif = closure->cif;
217 /* Copy the caller's structure return address to that the closure
279 /* Invoke the closure. */
280 closure->fun (cif, rvalue, avalue, closure->user_data)
    [all...]
  /external/libffi/src/m68k/
ffi.c 21 unsigned int ffi_closure_SYSV_inner (ffi_closure *closure,
236 ffi_closure_SYSV_inner (ffi_closure *closure, void *resp, void *args)
241 cif = closure->cif;
246 (closure->fun) (cif, resp, arg_area, closure->user_data);
252 ffi_prep_closure_loc (ffi_closure* closure,
260 *(unsigned short *)closure->tramp = 0x207c;
261 *(void **)(closure->tramp + 2) = codeloc;
262 *(unsigned short *)(closure->tramp + 6) = 0x4ef9;
265 *(void **)(closure->tramp + 8) = ffi_closure_struct_SYSV
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
global_history_menu.cc 222 GetIndexClosure closure; local
223 closure.found = false;
224 closure.current_index = 0;
225 closure.tag = tag_id;
230 &closure); local
232 return closure.current_index;
236 ClearMenuClosure closure; local
237 closure.container = menu;
238 closure.menu_bar = this;
239 closure.tag = tag
244 &closure); local
    [all...]
  /external/chromium_org/ash/test/
ui_controls_factory_ash.cc 77 window, key, control, shift, alt, command, base::Closure());
87 const base::Closure& closure) OVERRIDE {
92 window, key, control, shift, alt, command, closure);
104 const base::Closure& closure) OVERRIDE {
108 ui_controls->SendMouseMoveNotifyWhenDone(p.x(), p.y(), closure);
118 MouseButton type, int state, const base::Closure& closure) OVERRIDE {
122 type, state, closure);
    [all...]
  /external/chromium_org/content/browser/gamepad/
gamepad_service.cc 53 void GamepadService::RegisterForUserGesture(const base::Closure& closure) {
56 provider_->RegisterForUserGesture(closure);
  /external/chromium_org/ppapi/shared_impl/
proxy_lock.cc 57 void CallWhileUnlocked(const base::Closure& closure) {
59 closure.Run();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
firewire-cdev.h 35 * @closure: For arbitrary use by userspace
41 * Data passed in the @closure field for a request will be returned in the
43 * The ioctl used to set @closure depends on the @type of event.
46 __u64 closure; member in struct:fw_cdev_event_common
52 * @closure: See &fw_cdev_event_common; set by %FW_CDEV_IOC_GET_INFO ioctl
66 __u64 closure; member in struct:fw_cdev_event_bus_reset
78 * @closure: See &fw_cdev_event_common;
91 __u64 closure; member in struct:fw_cdev_event_response
100 * @closure: See &fw_cdev_event_common; set by %FW_CDEV_IOC_ALLOCATE ioctl
118 __u64 closure; member in struct:fw_cdev_event_request
142 __u64 closure; member in struct:fw_cdev_event_iso_interrupt
234 __u64 closure; member in struct:fw_cdev_send_request
276 __u64 closure; member in struct:fw_cdev_allocate
374 __u64 closure; member in struct:fw_cdev_create_iso_context
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
firewire-cdev.h 35 * @closure: For arbitrary use by userspace
41 * Data passed in the @closure field for a request will be returned in the
43 * The ioctl used to set @closure depends on the @type of event.
46 __u64 closure; member in struct:fw_cdev_event_common
52 * @closure: See &fw_cdev_event_common; set by %FW_CDEV_IOC_GET_INFO ioctl
66 __u64 closure; member in struct:fw_cdev_event_bus_reset
78 * @closure: See &fw_cdev_event_common;
91 __u64 closure; member in struct:fw_cdev_event_response
100 * @closure: See &fw_cdev_event_common; set by %FW_CDEV_IOC_ALLOCATE ioctl
118 __u64 closure; member in struct:fw_cdev_event_request
142 __u64 closure; member in struct:fw_cdev_event_iso_interrupt
234 __u64 closure; member in struct:fw_cdev_send_request
276 __u64 closure; member in struct:fw_cdev_allocate
374 __u64 closure; member in struct:fw_cdev_create_iso_context
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
firewire-cdev.h 35 * @closure: For arbitrary use by userspace
41 * Data passed in the @closure field for a request will be returned in the
43 * The ioctl used to set @closure depends on the @type of event.
46 __u64 closure; member in struct:fw_cdev_event_common
52 * @closure: See &fw_cdev_event_common; set by %FW_CDEV_IOC_GET_INFO ioctl
66 __u64 closure; member in struct:fw_cdev_event_bus_reset
78 * @closure: See &fw_cdev_event_common;
91 __u64 closure; member in struct:fw_cdev_event_response
100 * @closure: See &fw_cdev_event_common; set by %FW_CDEV_IOC_ALLOCATE ioctl
118 __u64 closure; member in struct:fw_cdev_event_request
142 __u64 closure; member in struct:fw_cdev_event_iso_interrupt
234 __u64 closure; member in struct:fw_cdev_send_request
276 __u64 closure; member in struct:fw_cdev_allocate
374 __u64 closure; member in struct:fw_cdev_create_iso_context
    [all...]
  /external/chromium_org/media/base/
audio_decoder.h 53 virtual void Reset(const base::Closure& closure) = 0;
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
hash_table.h 188 void *closure),
189 void *closure);
276 static void delete_key(const void *key, void *data, void *closure)
279 (void) closure;
  /external/libffi/src/x86/
ffi.c 247 ffi_closure_SYSV_inner (closure, respp, args)
248 ffi_closure *closure;
256 cif = closure->cif;
267 (closure->fun) (cif, *respp, arg_area, closure->user_data);
342 ffi_prep_closure_loc (ffi_closure* closure,
350 FFI_INIT_TRAMPOLINE (&closure->tramp[0],
357 FFI_INIT_TRAMPOLINE_STDCALL (&closure->tramp[0],
367 closure->cif = cif;
368 closure->user_data = user_data
    [all...]
  /external/mesa3d/src/mesa/program/
hash_table.h 188 void *closure),
189 void *closure);
276 static void delete_key(const void *key, void *data, void *closure)
279 (void) closure;
  /external/openfst/src/include/fst/script/
closure.h 22 #include <fst/closure.h>
30 void Closure(ClosureArgs *args) {
33 Closure(fst, args->arg2);
36 void Closure(MutableFstClass *ofst, ClosureType closure_type);
  /external/valgrind/main/none/
nl_main.c 39 IRSB* nl_instrument ( VgCallbackClosure* closure,
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
eval.h 18 PyObject *closure);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
eval.h 18 PyObject *closure);
  /external/chromium_org/content/child/indexed_db/
indexed_db_message_filter.cc 32 base::Closure closure = base::Bind( local
35 main_thread_loop_proxy_->PostTask(FROM_HERE, closure);
38 if (WorkerTaskRunner::Instance()->PostTask(ipc_thread_id, closure))
  /external/chromium_org/content/child/
quota_message_filter.cc 32 base::Closure closure = base::Bind( local
44 main_thread_loop_proxy_->PostTask(FROM_HERE, closure);
47 WorkerTaskRunner::Instance()->PostTask(thread_id, closure);
  /external/libffi/src/cris/
ffi.c 282 closure data. */
286 /* This function is sibling-called (jumped to) by the closure
290 put at the appropriate place in CLOSURE which is then executed and
294 ffi_prep_closure_inner (void **params, ffi_closure* closure)
300 ffi_cif *cif = closure->cif;
304 void **avalue = alloca (closure->cif->nargs * sizeof(void *));
342 /* Invoke the closure. */
343 (closure->fun) (cif,
356 avalue, closure->user_data);
364 ffi_prep_closure_loc (ffi_closure* closure,
    [all...]
  /external/compiler-rt/BlocksRuntime/
runtime.c 361 * A closure has been copied and its fixup routine is asking us to fix up the reference to the shared byref data
621 struct Block_layout *closure = (struct Block_layout *)block; local
624 if (closure == NULL) {
628 if (! (closure->flags & BLOCK_HAS_DESCRIPTOR)) {
632 cp += sprintf(cp, "^%p (new layout) =\n", (void *)closure);
633 if (closure->isa == NULL) {
636 else if (closure->isa == _NSConcreteStackBlock) {
639 else if (closure->isa == _NSConcreteMallocBlock) {
642 else if (closure->isa == _NSConcreteAutoBlock) {
645 else if (closure->isa == _NSConcreteGlobalBlock)
    [all...]
  /external/chromium_org/ui/aura/test/
ui_controls_factory_aurax11.cc 38 // Event waiter executes the specified closure|when a matching event
45 EventWaiter(const base::Closure& closure, EventWaiterMatcher matcher)
46 : closure_(closure),
69 base::Closure closure_;
100 window, key, control, shift, alt, command, base::Closure());
109 const base::Closure& closure) OVERRIDE {
134 RunClosureAfterAllPendingUIEvents(closure); variable
140 return SendMouseMoveNotifyWhenDone(x, y, base::Closure());
158 RunClosureAfterAllPendingUIEvents(closure); variable
203 RunClosureAfterAllPendingUIEvents(closure); variable
    [all...]

Completed in 2943 milliseconds

12 3 4 5 6 7 8 91011>>