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

  /external/guava/guava-tests/test/com/google/common/collect/
QueuesTest.java 117 int drained = drain(q, Lists.newArrayList(), 2, 10, TimeUnit.MILLISECONDS, interruptibly); local
118 assertTrue(drained <= 1);
124 if (drained == 0) {
223 * Checks that #drain() invocations behave correctly for a drained (empty) queue.
  /external/smack/src/com/kenai/jbosh/
BOSHClient.java 200 private final Condition drained = lock.newCondition(); field in class:BOSHClient
630 drained.await();
635 LOG.finest("Drained");
710 drained.signalAll();
    [all...]
  /external/chromium_org/tools/perf/page_sets/endure/
indexeddb_app_worker.js 8 // data store. On a different timer, the chunks are drained from the
indexeddb_app.js 8 // state, the recorded actions are drained from the store (as if being sent

Completed in 159 milliseconds