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

  /external/chromium_org/win8/metro_driver/
secondary_tile.cc 119 TileRequestCompleter* completer = local
121 completer->Complete(completion);
189 TileRequestCompleter* completer = local
191 completer->Complete(completion);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/properties/
ValueCompleterTest.java 47 TestValueCompleter completer = new TestValueCompleter( local
49 IContentProposal[] proposals = completer.getProposals(text, offset);
  /libcore/luni/src/main/java/java/util/concurrent/
CountedCompleter.java 26 * this completer itself has a completer, the process is continued
27 * with its completer. As is the case with related synchronization
61 * <p>A CountedCompleter that does not itself have a completer (i.e.,
64 * However, any completer that in turn has another completer serves
72 * completer (and its completer, and so on), if one exists and it has
74 * CountedCompleter has only a local effect on that completer, so is
82 * them up typically vary. Here, the completer of each task is it
387 final CountedCompleter<?> completer; field in class:CountedCompleter
    [all...]

Completed in 205 milliseconds