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

  /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 90 milliseconds