Searched defs:closure (Results 1 - 25 of 79) sorted by relevance

1234

/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/protobuf/src/google/protobuf/stubs/
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/clang/test/SemaTemplate/
H A Darray-to-pointer-decay.cpp26 bool closure = sanitize<int>(); variable
/external/harfbuzz_ng/util/
H A Dhelper-cairo-ansi.cc36 void *closure)
34 helper_cairo_surface_write_to_ansi_stream(cairo_surface_t *surface, cairo_write_func_t write_func, void *closure) argument
/external/valgrind/none/
H A Dnl_main.c39 IRSB* nl_instrument ( VgCallbackClosure* closure, argument
/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/v8/test/mjsunit/compiler/
H A Dinline-literals.js92 var closure = function(b, c) { return b + c; }
94 return closure;
/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/glsl/
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/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/util/
H A DAssertTest.java39 * This interface defines a generic closure (a generic wrapper for a block of code).
212 * @param closure - the ExceptionClosure encapsulating the code to execute
214 private void verifyThrowsAssertFailedException(boolean checkMessage, ExceptionClosure closure) argument
218 closure.execute();
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/core/util/
H A DAssertTest.java42 * This interface defines a generic closure (a generic wrapper for a block of code).
213 * @param closure - the ExceptionClosure encapsulating the code to execute
215 private void verifyThrowsAssertFailedException(boolean checkMessage, ExceptionClosure closure) argument
219 closure.execute();
/external/mockftpserver/tags/1.0/src/test/java/org/mockftpserver/core/util/
H A DAssertTest.java42 * This interface defines a generic closure (a generic wrapper for a block of code).
213 * @param closure - the ExceptionClosure encapsulating the code to execute
215 private void verifyThrowsAssertFailedException(boolean checkMessage, ExceptionClosure closure) argument
219 closure.execute();
/external/mockftpserver/tags/1.1/src/test/java/org/mockftpserver/core/util/
H A DAssertTest.java42 * This interface defines a generic closure (a generic wrapper for a block of code).
213 * @param closure - the ExceptionClosure encapsulating the code to execute
215 private void verifyThrowsAssertFailedException(boolean checkMessage, ExceptionClosure closure) argument
219 closure.execute();
/external/mockftpserver/tags/1.2/src/test/java/org/mockftpserver/core/util/
H A DAssertTest.java42 * This interface defines a generic closure (a generic wrapper for a block of code).
213 * @param closure - the ExceptionClosure encapsulating the code to execute
215 private void verifyThrowsAssertFailedException(boolean checkMessage, ExceptionClosure closure) argument
219 closure.execute();
/external/mockftpserver/tags/1.2.1/src/test/java/org/mockftpserver/core/util/
H A DAssertTest.java42 * This interface defines a generic closure (a generic wrapper for a block of code).
213 * @param closure - the ExceptionClosure encapsulating the code to execute
215 private void verifyThrowsAssertFailedException(boolean checkMessage, ExceptionClosure closure) argument
219 closure.execute();
/external/mockftpserver/tags/1.2.2/src/test/java/org/mockftpserver/core/util/
H A DAssertTest.java42 * This interface defines a generic closure (a generic wrapper for a block of code).
213 * @param closure - the ExceptionClosure encapsulating the code to execute
215 private void verifyThrowsAssertFailedException(boolean checkMessage, ExceptionClosure closure) argument
219 closure.execute();
/external/mockftpserver/tags/1.2.3/src/test/java/org/mockftpserver/core/util/
H A DAssertTest.java42 * This interface defines a generic closure (a generic wrapper for a block of code).
213 * @param closure - the ExceptionClosure encapsulating the code to execute
215 private void verifyThrowsAssertFailedException(boolean checkMessage, ExceptionClosure closure) argument
219 closure.execute();
/external/mockftpserver/tags/1.2.4/src/test/java/org/mockftpserver/core/util/
H A DAssertTest.java42 * This interface defines a generic closure (a generic wrapper for a block of code).
213 * @param closure - the ExceptionClosure encapsulating the code to execute
215 private void verifyThrowsAssertFailedException(boolean checkMessage, ExceptionClosure closure) argument
219 closure.execute();
/external/mockftpserver/tags/2.0/src/test/java/org/mockftpserver/core/util/
H A DAssertTest.java38 * This interface defines a generic closure (a generic wrapper for a block of code).
211 * @param closure - the ExceptionClosure encapsulating the code to execute
213 private void verifyThrowsAssertFailedException(boolean checkMessage, ExceptionClosure closure) argument
217 closure.execute();
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/java/org/mockftpserver/core/util/
H A DAssertTest.java38 * This interface defines a generic closure (a generic wrapper for a block of code).
211 * @param closure - the ExceptionClosure encapsulating the code to execute
213 private void verifyThrowsAssertFailedException(boolean checkMessage, ExceptionClosure closure) argument
217 closure.execute();
/external/mockftpserver/tags/2.0-rc1/src/test/java/org/mockftpserver/core/util/
H A DAssertTest.java42 * This interface defines a generic closure (a generic wrapper for a block of code).
213 * @param closure - the ExceptionClosure encapsulating the code to execute
215 private void verifyThrowsAssertFailedException(boolean checkMessage, ExceptionClosure closure) argument
219 closure.execute();
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/java/org/mockftpserver/core/util/
H A DAssertTest.java38 * This interface defines a generic closure (a generic wrapper for a block of code).
211 * @param closure - the ExceptionClosure encapsulating the code to execute
213 private void verifyThrowsAssertFailedException(boolean checkMessage, ExceptionClosure closure) argument
217 closure.execute();

Completed in 1274 milliseconds

1234