Home
last modified time | relevance | path

Searched refs:closure (Results 1 – 4 of 4) sorted by relevance

/frameworks/wilhelm/src/
DThreadPool.c34 const Closure closure = *pClosure; in ThreadPool_start() local
37 ClosureKind kind = closure.mKind; in ThreadPool_start()
38 void *context1 = closure.mContext1; in ThreadPool_start()
39 void *context2 = closure.mContext2; in ThreadPool_start()
40 int parameter1 = closure.mParameter1; in ThreadPool_start()
44 ClosureHandler_ppi handler_ppi = closure.mHandler.mHandler_ppi; in ThreadPool_start()
51 ClosureHandler_ppii handler_ppii = closure.mHandler.mHandler_ppii; in ThreadPool_start()
53 int parameter2 = closure.mParameter2; in ThreadPool_start()
59 ClosureHandler_piipp handler_piipp = closure.mHandler.mHandler_piipp; in ThreadPool_start()
61 int parameter2 = closure.mParameter2; in ThreadPool_start()
[all …]
/frameworks/compile/libbcc/runtime/BlocksRuntime/
Druntime.c622 struct Block_layout *closure = (struct Block_layout *)block; in _Block_dump() local
625 if (closure == NULL) { in _Block_dump()
629 if (! (closure->flags & BLOCK_HAS_DESCRIPTOR)) { in _Block_dump()
633 cp += sprintf(cp, "^%p (new layout) =\n", (void *)closure); in _Block_dump()
634 if (closure->isa == NULL) { in _Block_dump()
637 else if (closure->isa == _NSConcreteStackBlock) { in _Block_dump()
640 else if (closure->isa == _NSConcreteMallocBlock) { in _Block_dump()
643 else if (closure->isa == _NSConcreteAutoBlock) { in _Block_dump()
646 else if (closure->isa == _NSConcreteGlobalBlock) { in _Block_dump()
649 else if (closure->isa == _NSConcreteFinalizingBlock) { in _Block_dump()
[all …]
/frameworks/base/tests/DumpRenderTree/assets/results/
Dlayout_tests_failed.txt263 /sdcard/android/layout_tests/fast/dom/Window/dom-access-from-closure-window.html
265 /sdcard/android/layout_tests/fast/dom/Window/closure-access-after-navigation-window.html
275 /sdcard/android/layout_tests/fast/dom/Window/dom-access-from-closure-iframe.html
Dlayout_tests_passed.txt1438 /sdcard/android/layout_tests/fast/js/exception-thrown-from-eval-inside-closure.html
1563 /sdcard/android/layout_tests/fast/js/closure-inside-extra-arg-call.html
1911 /sdcard/android/layout_tests/fast/dom/Window/closure-access-after-navigation-iframe.html