OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:closures
(Results
1 - 25
of
385
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/rs/
rsScriptGroup2.h
17
Closure**
closures
, size_t numClosures) :
18
ScriptGroupBase(rsc), mClosures(
closures
,
closures
+ numClosures),
rsScriptGroup2.cpp
24
RsClosure*
closures
, size_t numClosures) {
26
(Closure**)
closures
, numClosures);
rsClosure.h
71
// All the other
closures
which this closure depends on for one of its
75
// All the other
closures
that this closure depends on for one of its fields,
/prebuilts/go/darwin-x86/test/
func6.go
7
// Test
closures
in if conditions.
/prebuilts/go/linux-x86/test/
func6.go
7
// Test
closures
in if conditions.
/external/libchrome/base/
critical_closure.h
56
// Note new
closures
might be posted in this closure. If the new
closures
need
69
// background time for
closures
to finish when it goes into the background.
callback_helpers.h
33
// ScopedClosureRunner is akin to std::unique_ptr<> for
Closures
. It ensures
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lfunc.h
3
** Auxiliary functions to manipulate prototypes and
closures
/external/syslinux/com32/lua/src/
lfunc.h
3
** Auxiliary functions to manipulate prototypes and
closures
/prebuilts/go/darwin-x86/test/fixedbugs/
bug243.go
11
// Issue 481:
closures
and var declarations
issue5607.go
8
// uses initializers of blank variables inside
closures
.
issue10353.go
7
// issue 10253: cmd/gc: incorrect escape analysis of
closures
/prebuilts/go/linux-x86/test/fixedbugs/
bug243.go
11
// Issue 481:
closures
and var declarations
issue5607.go
8
// uses initializers of blank variables inside
closures
.
issue10353.go
7
// issue 10253: cmd/gc: incorrect escape analysis of
closures
/external/webrtc/webrtc/base/
asyncinvoker-inl.h
52
// Base class for
closures
that may trigger a callback for the calling thread.
78
//
Closures
that have a non-void return value and require a callback.
105
//
Closures
that have a void return value and require a callback.
/frameworks/wilhelm/src/
ThreadPool.h
50
/** \brief ThreadPool manages a pool of worker threads that execute
Closures
*/
60
unsigned mMaxClosures; ///< Number of slots in circular buffer for
closures
, not counting spare
62
Closure **mClosureArray; ///< The circular buffer of
closures
/external/libchrome/base/threading/
post_task_and_reply_impl.cc
22
// that both the |task| and |reply|
Closures
are deleted on this same sequence.
26
// context is no longer available, then the |task| and |reply|
Closures
are
/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
Mutable.java
21
* (i.e. final variables catched in lambda
closures
).
/frameworks/base/rs/java/android/renderscript/
ScriptGroup.java
90
* An opaque class for
closures
409
ScriptGroup(RenderScript rs, String name, List<Closure>
closures
,
413
mClosures =
closures
;
417
long[] closureIDs = new long[
closures
.size()];
419
closureIDs[i] =
closures
.get(i).getID(rs);
891
* A script group is created using
closures
(see class {@link Closure}).
900
*
Closures
are created using the {@link #addKernel} or {@link #addInvoke}
902
* When a closure is created, futures from previously created
closures
904
* External script group inputs can be used as inputs to individual
closures
as well.
909
*
Closures
in a script group can be evaluated in any order as long as th
[
all
...]
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
genIndexFilters.java
19
* and their
closures
.
/external/libffi/src/aarch64/
ffitarget.h
42
/* ---- Definitions for
closures
----------------------------------------- */
/external/libffi/src/m88k/
ffitarget.h
43
/* ---- Definitions for
closures
----------------------------------------- */
/external/libffi/src/vax/
ffitarget.h
43
/* ---- Definitions for
closures
----------------------------------------- */
/external/libffi/testsuite/libffi.call/
cls_many_mixed_args.c
2
Purpose: Check
closures
called with many args of mixed types
Completed in 1821 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>