HomeSort by relevance Sort by last modified time
    Searched defs:ecs (Results 1 - 15 of 15) sorted by null

  /libcore/jsr166-tests/src/test/java/jsr166/
ExecutorCompletionServiceTest.java 30 * Creating a new ECS with null Executor throw NPE
34 ExecutorCompletionService ecs = new ExecutorCompletionService(null); local
40 * Creating a new ECS with null queue throw NPE
45 ExecutorCompletionService ecs = new ExecutorCompletionService(e, null); local
55 ExecutorCompletionService ecs = new ExecutorCompletionService(e); local
58 ecs.submit(c);
71 ExecutorCompletionService ecs = new ExecutorCompletionService(e); local
74 ecs.submit(r, Boolean.TRUE);
87 ExecutorCompletionService ecs = new ExecutorCompletionService(e); local
90 ecs.submit(c)
103 ExecutorCompletionService ecs = new ExecutorCompletionService(e); local
119 ExecutorCompletionService ecs = new ExecutorCompletionService(e); local
144 ExecutorCompletionService ecs = new ExecutorCompletionService(e); local
173 ExecutorCompletionService<String> ecs = local
205 ExecutorCompletionService<String> ecs = local
    [all...]
  /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/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();
  /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...]
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 135 milliseconds