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

1 2 3 4 5 6 7 8 91011>>

  /external/v8/test/webkit/
named-function-expression.js 65 (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/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/
build.sh 9 --js ./closure/base.js \
10 --js ./closure/debug/error.js \
11 --js ./closure/string/string.js \
13 --js ./closure/json.js \
14 --js ./closure/xmlhttpfactory.js \
15 --js ./closure/wrapperxmlhttpfactory.js \
16 --js ./closure/xmlhttp.js \
  /external/compiler-rt/test/BlocksRuntime/
byrefaccess.c 19 void callVoidVoid(void (^closure)(void)) {
20 closure();
byrefcopy.c 20 void callVoidVoid(void (^closure)(void)) {
21 closure();
nestedimport.c 23 void callVoidVoid(void (^closure)(void)) {
24 closure();
byrefcopyint.c 37 void callVoidVoid(voidVoid closure) {
38 closure();
  /toolchain/binutils/binutils-2.25/gold/
script-c.h 216 yyparse(void* closure);
221 yylex(YYSTYPE*, void* closure);
226 yyerror(void* closure, const char*);
232 script_add_extern(void* closure, const char*, size_t);
237 script_add_file(void* closure, const char*, size_t);
242 script_add_library(void* closure, const char*, size_t);
247 script_start_group(void* closure);
249 script_end_group(void* closure);
254 script_start_as_needed(void* closure);
256 script_end_as_needed(void* closure);
    [all...]
yyscript.y 44 %parse-param {void* closure}
45 %lex-param {void* closure}
253 { script_set_common_allocation(closure, 1); }
255 { script_start_group(closure); }
257 { script_end_group(closure); }
259 { script_set_common_allocation(closure, 0); }
263 { script_parse_option(closure, $3.value, $3.length); }
266 if (!script_check_output_format(closure, $3.value, $3.length,
272 if (!script_check_output_format(closure, $3.value, $3.length,
279 { script_add_search_dir(closure, $3.value, $3.length);
    [all...]
  /external/libchrome/base/
critical_closure.h 25 // This class wraps a closure so it can continue to run for a period of time
31 explicit CriticalClosure(const Callback<R(void)>& closure)
32 : closure_(closure) {}
50 // Returns a closure (which may return a result, but must not require any extra
61 // Note new closures might be posted in this closure. If the new closures need
66 Callback<R(void)> MakeCriticalClosure(const Callback<R(void)>& closure) {
69 Owned(new internal::CriticalClosure<R>(closure)));
73 inline Callback<R(void)> MakeCriticalClosure(const Callback<R(void)>& closure) {
76 return closure;
callback_helpers.cc 14 ScopedClosureRunner::ScopedClosureRunner(const Closure& closure)
15 : closure_(closure) {
24 Closure old_closure = Release();
29 void ScopedClosureRunner::Reset(const Closure& closure) {
30 Closure old_closure = Release();
31 closure_ = closure;
36 Closure ScopedClosureRunner::Release() {
37 Closure result = closure_
    [all...]
callback_helpers.h 31 // Closure is executed and deleted no matter how the current scope exits.
35 explicit ScopedClosureRunner(const Closure& closure);
39 void Reset(const Closure& closure);
40 Closure Release() WARN_UNUSED_RESULT;
43 Closure closure_;
  /external/bison/src/
closure.h 27 data so that closure can be called. n is the number of elements to
38 RULESET contains a bit for each rule. CLOSURE sets the bits for
44 significant). CLOSURE places there the indices of all items which
47 void closure (item_number *items, size_t n);
  /external/harfbuzz_ng/util/
helper-cairo-ansi.hh 36 void *closure);
helper-cairo.cc 46 void *closure,
52 surface = cairo_ps_surface_create_for_stream (write_func, closure, width, height);
154 void *closure; member in struct:finalize_closure_t
160 finalize_ansi (finalize_closure_t *closure)
163 status = helper_cairo_surface_write_to_ansi_stream (closure->surface,
164 closure->write_func,
165 closure->closure);
173 void *closure,
203 ansi_closure->closure = closure
431 finalize_closure_t *closure = (finalize_closure_t *) local
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
common_unittest.cc 195 Closure* permanent_closure_;
203 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
233 Closure* closure = NewCallback(&SetCFunction, string("test")); local
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...]
once.cc 65 void GoogleOnceInitImpl(ProtobufOnceType* once, Closure* closure) {
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
  /art/runtime/lambda/
box_table.cc 21 #include "lambda/closure.h"
31 // Temporarily represent the lambda Closure as its raw bytes in an array.
32 // TODO: Generate a proxy class for the closure when boxing the first time.
42 // Deletes a Closure that was allocated through ::Allocate.
43 static void Delete(Closure* ptr) {
47 // Returns a well-aligned pointer to a newly allocated Closure on the 'new' heap.
48 static Closure* Allocate(size_t size) {
49 DCHECK_GE(size, sizeof(Closure));
51 // TODO: Maybe point to the interior of the boxed closure object after we add proxy support?
52 Closure* closure = reinterpret_cast<Closure*>(new char[size]) local
68 Closure* closure = key_value_pair.first; local
239 const ClosureType& closure = key_value_pair.first; local
306 const lambda::Closure* closure = key; local
    [all...]
closure_builder.cc 21 #include "lambda/closure.h"
36 * 1) GC needs to be able to traverse the Closure and visit any references.
40 * in the lower 2 bits of the lambda art method pointer. Whenever a closure is copied
71 void ClosureBuilder::CaptureVariableLambda(Closure* closure) {
72 DCHECK(closure != nullptr); // null closures not allowed, target method must be null instead.
73 values_.push_back(reinterpret_cast<ShortyFieldTypeTraits::MaxType>(closure));
78 size_ += sizeof(Closure::captured_[0].dynamic_.size_);
81 // A closure may be sized dynamically, so always query it for the true size.
82 size_ += closure->GetSize()
110 Closure* closure = new (memory) Closure; local
    [all...]
closure_test.cc 19 #include "lambda/closure.h"
33 using Closure = art::lambda::Closure;
40 struct default_delete<Closure> {
41 void operator()(Closure* closure) const {
42 delete[] reinterpret_cast<char*>(closure);
75 // It's "OK" because the Closure never needs to look inside of the ArtMethod
89 // Create a closure that captures the static variables from 'args' by-value.
91 // -- This creates the closure directly in-memory by using memcpy
314 std::unique_ptr<Closure> closure = CreateClosureStaticVariables(&lambda_method); local
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuScriptGroup2.h 12 class Closure;
24 CPUClosure(const Closure* closure, RsdCpuScriptImpl* si, ExpandFuncTy func) :
25 mClosure(closure), mSi(si), mFunc(func) {}
27 CPUClosure(const Closure* closure, RsdCpuScriptImpl* si) :
28 mClosure(closure), mSi(si), mFunc(nullptr) {}
32 const Closure* mClosure;
44 // Returns true if closure depends on any closure in this batch for a globa
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/guile/
guilemain.i 21 inner_main(void *closure, int argc, char **argv)
  /bionic/libc/kernel/uapi/linux/
firewire-cdev.h 39 __u64 closure; member in struct:fw_cdev_event_common
44 __u64 closure; member in struct:fw_cdev_event_bus_reset
56 __u64 closure; member in struct:fw_cdev_event_response
65 __u64 closure; member in struct:fw_cdev_event_request
76 __u64 closure; member in struct:fw_cdev_event_request2
92 __u64 closure; member in struct:fw_cdev_event_iso_interrupt
101 __u64 closure; member in struct:fw_cdev_event_iso_interrupt_mc
107 __u64 closure; member in struct:fw_cdev_event_iso_resource
116 __u64 closure; member in struct:fw_cdev_event_phy_packet
184 __u64 closure; member in struct:fw_cdev_send_request
199 __u64 closure; member in struct:fw_cdev_allocate
237 __u64 closure; member in struct:fw_cdev_create_iso_context
302 __u64 closure; member in struct:fw_cdev_allocate_iso_resource
315 __u64 closure; member in struct:fw_cdev_send_stream_packet
322 __u64 closure; member in struct:fw_cdev_send_phy_packet
329 __u64 closure; member in struct:fw_cdev_receive_phy_packets
    [all...]
  /development/ndk/platforms/android-21/include/linux/
firewire-cdev.h 39 __u64 closure; member in struct:fw_cdev_event_common
44 __u64 closure; member in struct:fw_cdev_event_bus_reset
56 __u64 closure; member in struct:fw_cdev_event_response
65 __u64 closure; member in struct:fw_cdev_event_request
76 __u64 closure; member in struct:fw_cdev_event_request2
92 __u64 closure; member in struct:fw_cdev_event_iso_interrupt
101 __u64 closure; member in struct:fw_cdev_event_iso_interrupt_mc
107 __u64 closure; member in struct:fw_cdev_event_iso_resource
116 __u64 closure; member in struct:fw_cdev_event_phy_packet
184 __u64 closure; member in struct:fw_cdev_send_request
199 __u64 closure; member in struct:fw_cdev_allocate
237 __u64 closure; member in struct:fw_cdev_create_iso_context
302 __u64 closure; member in struct:fw_cdev_allocate_iso_resource
315 __u64 closure; member in struct:fw_cdev_send_stream_packet
322 __u64 closure; member in struct:fw_cdev_send_phy_packet
329 __u64 closure; member in struct:fw_cdev_receive_phy_packets
    [all...]
  /external/clang/test/SemaTemplate/
array-to-pointer-decay.cpp 26 bool closure = sanitize<int>(); variable
  /external/kernel-headers/original/uapi/linux/
firewire-cdev.h 51 * @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: See &fw_cdev_event_common; set by %FW_CDEV_IOC_ALLOCATE ioct
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...]

Completed in 1681 milliseconds

1 2 3 4 5 6 7 8 91011>>