Searched refs:closure (Results 1 - 25 of 138) sorted by relevance

123456

/external/v8/test/webkit/
H A Dnamed-function-expression.js65 (function closure() { return closure == arguments.callee && !this.closure; })(),
66 "(function closure() { return closure == arguments.callee && !this.closure; })()"
71 (function closure() { closure = 1; return closure == arguments.callee && !this.closure; })(),
[all...]
/external/compiler-rt/test/BlocksRuntime/
H A Dbyrefaccess.c19 void callVoidVoid(void (^closure)(void)) { argument
20 closure();
H A Dbyrefcopy.c20 void callVoidVoid(void (^closure)(void)) { argument
21 closure();
H A Dnestedimport.c23 void callVoidVoid(void (^closure)(void)) { argument
24 closure();
H A Dbyrefcopyint.c37 void callVoidVoid(voidVoid closure) { argument
38 closure();
/external/bison/src/
H A Dclosure.h27 data so that closure can be called. n is the number of elements to
47 void closure (item_number *items, size_t n);
/external/harfbuzz_ng/util/
H A Dhelper-cairo-ansi.hh36 void *closure);
H A Dhelper-cairo.cc46 void *closure,
52 surface = cairo_ps_surface_create_for_stream (write_func, closure, width, height);
136 void *closure; member in struct:finalize_closure_t
142 finalize_ansi (finalize_closure_t *closure) argument
145 status = helper_cairo_surface_write_to_ansi_stream (closure->surface,
146 closure->write_func,
147 closure->closure);
155 void *closure,
185 ansi_closure->closure
45 _cairo_eps_surface_create_for_stream(cairo_write_func_t write_func, void *closure, double width, double height) argument
154 _cairo_ansi_surface_create_for_stream(cairo_write_func_t write_func, void *closure, double width, double height, cairo_content_t content) argument
200 finalize_png(finalize_closure_t *closure) argument
212 _cairo_png_surface_create_for_stream(cairo_write_func_t write_func, void *closure, double width, double height, cairo_content_t content) argument
257 stdio_write_func(void *closure, const unsigned char *data, unsigned int size) argument
407 finalize_closure_t *closure = (finalize_closure_t *) local
[all...]
/external/v8/test/mjsunit/
H A Dstack-traces-custom-lazy.js28 function testPrepareStackTrace(closure) {
31 closure();
H A Ddebug-script-breakpoints-closure.js51 // Create closure before break point is set.
52 var closure = makeClosure();
60 // Ensure the closure actually triggers a break point hit.
61 closure();
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon_unittest.cc203 Closure* closure = NewCallback(&SetA123Function); local
205 closure->Run();
210 Closure* closure = NewCallback(current_instance_, local
213 closure->Run();
218 Closure* closure = NewCallback(&SetAFunction, 456); local
220 closure->Run();
225 Closure* closure = NewCallback(current_instance_, local
228 closure->Run();
233 Closure* closure = NewCallback(&SetCFunction, string("test")); local
235 closure
240 Closure* closure = NewCallback(current_instance_, local
249 Closure* closure = NewCallback(&SetABFunction, 789, cstr); local
259 Closure* closure = NewCallback(current_instance_, local
271 Closure* closure = NewPermanentCallback(&SetA123Function); local
282 Closure* closure = NewPermanentCallback(current_instance_, local
294 Closure* closure = NewPermanentCallback(&SetAFunction, 456); local
305 Closure* closure = NewPermanentCallback(current_instance_, local
318 Closure* closure = NewPermanentCallback(&SetABFunction, 789, cstr); local
334 Closure* closure = NewPermanentCallback(current_instance_, local
[all...]
H A Donce.cc65 void GoogleOnceInitImpl(ProtobufOnceType* once, Closure* closure) { argument
67 // Fast path. The provided closure was already executed.
71 // The closure execution did not complete yet. The once object can be in one
74 // - EXECUTING_CLOSURE: Another thread is already executing the closure.
82 // closure.
83 closure->Run();
86 // Another thread has already started executing the closure. We need to
/external/v8/test/mjsunit/compiler/
H A Dinline-construct.js32 function TestInlinedConstructor(constructor, closure) {
38 result = closure(constructor, 11, noDeopt, counter);
42 result = closure(constructor, 23, noDeopt, counter);
46 %OptimizeFunctionOnNextCall(closure);
47 result = closure(constructor, 42, noDeopt, counter);
51 result = closure(constructor, 127, forceDeopt, counter);
55 %DeoptimizeFunction(closure);
56 %ClearFunctionTypeFeedback(closure);
/external/clang/test/SemaTemplate/
H A Darray-to-pointer-decay.cpp26 bool closure = sanitize<int>(); variable
/external/kernel-headers/original/uapi/linux/
H A Dfirewire-cdev.h51 * @closure: For arbitrary use by userspace
57 * Data passed in the @closure field for a request will be returned in the
59 * The ioctl used to set @closure depends on the @type of event.
62 __u64 closure; member in struct:fw_cdev_event_common
68 * @closure: See &fw_cdev_event_common; set by %FW_CDEV_IOC_GET_INFO ioctl
86 __u64 closure; member in struct:fw_cdev_event_bus_reset
98 * @closure: See &fw_cdev_event_common; set by %FW_CDEV_IOC_SEND_REQUEST
117 __u64 closure; member in struct:fw_cdev_event_response
133 __u64 closure; member in struct:fw_cdev_event_request
144 * @closure
192 __u64 closure; member in struct:fw_cdev_event_request2
258 __u64 closure; member in struct:fw_cdev_event_iso_interrupt
297 __u64 closure; member in struct:fw_cdev_event_iso_interrupt_mc
324 __u64 closure; member in struct:fw_cdev_event_iso_resource
348 __u64 closure; member in struct:fw_cdev_event_phy_packet
509 __u64 closure; member in struct:fw_cdev_send_request
573 __u64 closure; member in struct:fw_cdev_allocate
701 __u64 closure; member in struct:fw_cdev_create_iso_context
969 __u64 closure; member in struct:fw_cdev_allocate_iso_resource
996 __u64 closure; member in struct:fw_cdev_send_stream_packet
1019 __u64 closure; member in struct:fw_cdev_send_phy_packet
1034 __u64 closure; member in struct:fw_cdev_receive_phy_packets
[all...]
/external/jarjar/src/main/com/tonicsystems/jarjar/
H A DKeepProcessor.java43 Set<String> closure = new HashSet<String>();
44 closureHelper(closure, roots);
46 removable.removeAll(closure);
50 private void closureHelper(Set<String> closure, Collection<String> process) { argument
54 if (closure.add(name))
55 closureHelper(closure, depend.get(name));
/external/mesa3d/src/mesa/program/
H A Dhash_table.h188 void *closure),
189 void *closure);
276 static void delete_key(const void *key, void *data, void *closure) argument
279 (void) closure;
/external/harfbuzz_ng/src/
H A Dhb-face.cc72 * @reference_table_func: (closure user_data) (destroy destroy) (scope notified):
114 hb_face_for_data_closure_t *closure; local
116 closure = (hb_face_for_data_closure_t *) malloc (sizeof (hb_face_for_data_closure_t));
117 if (unlikely (!closure))
120 closure->blob = blob;
121 closure->index = index;
123 return closure;
127 _hb_face_for_data_closure_destroy (hb_face_for_data_closure_t *closure) argument
129 hb_blob_destroy (closure->blob);
130 free (closure);
[all...]
/external/compiler-rt/lib/BlocksRuntime/
H A Druntime.c361 * 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
[all...]
/external/mesa3d/src/glsl/
H A Dir_function_detect_recursion.cpp263 remove_unlinked_functions(const void *key, void *data, void *closure) argument
265 has_recursion_visitor *visitor = (has_recursion_visitor *) closure;
286 emit_errors_unlinked(const void *key, void *data, void *closure) argument
289 (struct _mesa_glsl_parse_state *) closure;
308 emit_errors_linked(const void *key, void *data, void *closure) argument
311 (struct gl_shader_program *) closure;
H A Dlower_output_reads.cpp121 emit_return_copy(const void *key, void *data, void *closure) argument
123 ir_return *ir = (ir_return *) closure;
129 emit_main_copy(const void *key, void *data, void *closure) argument
131 ir_function_signature *sig = (ir_function_signature *) closure;
/external/openfst/src/include/fst/script/
H A Dclosure.h22 #include <fst/closure.h>
/external/openfst/src/script/
H A Dclosure.cc19 #include <fst/script/closure.h>
/external/valgrind/none/
H A Dnl_main.c39 IRSB* nl_instrument ( VgCallbackClosure* closure, argument
/external/openfst/src/bin/
H A Dfstclosure.cc20 // Creates the Kleene closure of an FST.
23 #include <fst/script/closure.h>
32 string usage = "Creates the Kleene closure of an FST.\n\n Usage: ";

Completed in 1653 milliseconds

123456