OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ecs
(Results
1 - 17
of
17
) sorted by null
/libcore/luni/src/test/java/tests/security/
SecureRandomTest.java
80
ExecutorCompletionService
ecs
= new ExecutorCompletionService(executor);
local
82
ecs
.submit(new Callable<Void>() {
93
ecs
.take().get();
/external/lzma/CPP/7zip/UI/Console/
Main.cpp
383
CExtractCallbackConsole *
ecs
= new CExtractCallbackConsole;
local
384
CMyComPtr<IFolderArchiveExtractCallback> extractCallback =
ecs
;
386
ecs
->OutStream = &stdStream;
389
ecs
->PasswordIsDefined = options.PasswordEnabled;
390
ecs
->Password = options.Password;
393
ecs
->Init();
423
eo, &openCallback,
ecs
, errorMessage, stat);
432
if (
ecs
->NumArchives > 1)
433
stdStream << "Archives: " <<
ecs
->NumArchives << endl;
434
if (
ecs
->NumArchiveErrors != 0 || ecs->NumFileErrors != 0)
[
all
...]
/dalvik/vm/mterp/x86/
OP_AGET.S
12
GET_VREG_R %ecx %ecx #
ecs
<- vCC (requested index)
OP_AGET_WIDE.S
10
GET_VREG_R %ecx %ecx #
ecs
<- vCC (requested index)
OP_APUT.S
12
GET_VREG_R %ecx %ecx #
ecs
<- vCC (requested index)
OP_APUT_WIDE.S
10
GET_VREG_R %ecx %ecx #
ecs
<- vCC (requested index)
OP_APUT_OBJECT.S
11
GET_VREG_R %ecx %ecx #
ecs
<- vCC (requested index)
/external/guava/guava/src/com/google/common/util/concurrent/
AbstractListeningExecutorService.java
68
ExecutorCompletionService<T>
ecs
= new ExecutorCompletionService<T>(this);
local
84
futures.add(
ecs
.submit(it.next()));
89
Future<T> f =
ecs
.poll();
93
futures.add(
ecs
.submit(it.next()));
98
f =
ecs
.poll(nanos, TimeUnit.NANOSECONDS);
106
f =
ecs
.take();
/libcore/luni/src/main/java/java/util/concurrent/
AbstractExecutorService.java
119
ExecutorCompletionService<T>
ecs
=
local
136
futures.add(
ecs
.submit(it.next()));
141
Future<T> f =
ecs
.poll();
145
futures.add(
ecs
.submit(it.next()));
151
f =
ecs
.poll(nanos, TimeUnit.NANOSECONDS);
157
f =
ecs
.take();
/dalvik/vm/mterp/out/
InterpAsm-x86.S
[
all
...]
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
dojo-1.6.1.js
[
all
...]
/prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar
/prebuilts/sdk/tools/lib/
guava-10.0.1.jar
lint.jar
lint_api.jar
lint_checks.jar
/prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar
Completed in 132 milliseconds