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

  /libcore/ojluni/src/main/java/java/io/
ObjectStreamClass.java 317 EntryFuture future = null;
319 EntryFuture newEntry = new EntryFuture();
338 if (entry instanceof EntryFuture) {
339 future = (EntryFuture) entry;
380 * which receive an EntryFuture belonging to another thread as the result
381 * of a lookup should call the get() method of the EntryFuture; this will
385 private static class EntryFuture {
392 * Attempts to set the value contained by this EntryFuture. If the
393 * EntryFuture's value has not been set already, then the value i
    [all...]
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 76 milliseconds