OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Closure
(Results
1 - 10
of
10
) sorted by null
/external/chromium/base/
callback.h
26
// performing currying of arguments, and creating a "
closure
."
28
// In programing languages, a
closure
is a first-class function where all its
52
// base::
Closure
void_func_cb = base::Bind(&PrintHi);
65
// base::
Closure
void_ref_cb = base::Bind(&Ref::PrintBye, ref.get());
71
// * This is particularly important if you post a
closure
to a
85
// base::
Closure
void_no_ref_cb =
492
typedef Callback<void(void)>
Closure
;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
closure.h
0
//
closure
.h
17
// Functions and classes to compute the concatenative
closure
of an Fst.
27
// Computes the concatenative
closure
. This version modifies its
29
// then the
closure
transduces x to y with weight a, xx to yy with
39
void
Closure
(MutableFst<Arc> *fst, ClosureType closure_type) {
65
// Computes the concatenative
closure
. This version modifies its
68
void
Closure
(RationalFst<Arc> *fst, ClosureType closure_type) {
83
// Computes the concatenative
closure
. This version is a delayed
85
//
closure
transduces x to y with weight a, xx to yy with weight
/system/media/wilhelm/src/
ThreadPool.h
19
/** Kind of
closure
*/
27
/**
Closure
handlers */
34
/** \brief
Closure
represents a deferred computation */
48
}
Closure
;
62
Closure
**mClosureArray; ///< The circular buffer of closures
63
Closure
**mClosureFront, **mClosureRear;
66
Closure
*mClosureTypical[CLOSURE_TYPICAL+1];
91
extern
Closure
*ThreadPool_remove(ThreadPool *tp);
/external/protobuf/src/google/protobuf/stubs/
common.cc
232
Closure
::~
Closure
() {}
common.h
750
// a
Closure
to call when the procedure completes. See the Service interface
753
// To automatically construct a
Closure
which calls a particular function or
763
//
Closure
* callback = NewCallback(&FooDone, response);
780
//
Closure
* callback = NewCallback(this, &Handler::FooDone, response);
806
class LIBPROTOBUF_EXPORT
Closure
{
808
Closure
() {}
809
virtual ~
Closure
();
814
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(
Closure
);
819
class LIBPROTOBUF_EXPORT FunctionClosure0 : public
Closure
{
838
class MethodClosure0 : public
Closure
{
[
all
...]
/external/valgrind/unittest/
thread_wrappers.h
163
struct
Closure
{
185
static
Closure
*NewCallback(void (*f)()) {
186
Closure
*res = new
Closure
;
195
Closure
*NewCallback(void (*f)(P1), P1 p1) {
197
Closure
*res = new
Closure
;
206
Closure
*NewCallback(void (*f)(P1, P2), P1 p1, P2 p2) {
209
Closure
*res = new
Closure
;
273
Closure *
closure
= reinterpret_cast<Closure*>(pool->queue_.Get());
local
[
all
...]
/external/valgrind/main/drd/tests/
tsan_thread_wrappers_pthread.h
434
struct
Closure
{
456
Closure
*NewCallback(void (*f)()) {
457
Closure
*res = new
Closure
;
466
Closure
*NewCallback(void (*f)(P1), P1 p1) {
468
Closure
*res = new
Closure
;
477
Closure
*NewCallback(void (*f)(P1, P2), P1 p1, P2 p2) {
479
Closure
*res = new
Closure
;
543
Closure *
closure
= reinterpret_cast<Closure*>(pool->queue_.Get());
local
[
all
...]
/external/v8/src/
d8.js
105
Closure
: 3,
[
all
...]
mirror-debugger.js
196
Closure
: 3,
[
all
...]
/prebuilt/common/groovy/
groovy-all-1.7.0.jar
Completed in 180 milliseconds