HomeSort by relevance Sort by last modified time
    Searched refs:runnables (Results 1 - 4 of 4) sorted by null

  /external/guava/src/com/google/common/util/concurrent/
ExecutionList.java 40 // Logger to log exceptions caught when running runnables.
46 private final List<RunnableExecutorPair> runnables = Lists.newArrayList(); field in class:ExecutionList
69 synchronized (runnables) {
71 runnables.add(new RunnableExecutorPair(runnable, executor));
78 // getting called before some of the previously added runnables, but we're
80 // among runnables we'd have to modify the logic here to allow it.
95 synchronized (runnables) {
101 for (RunnableExecutorPair runnableAndExecutor : runnables) {
120 // punish the other runnables if we're given a bad one. We only
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /development/samples/NFCDemo/libs/
guava-10.0.1.jar 

Completed in 116 milliseconds