HomeSort by relevance Sort by last modified time
    Searched full:delegates (Results 1 - 25 of 208) sorted by null

1 2 3 4 5 6 7 8 9

  /external/proguard/src/proguard/io/
NameFilter.java 28 * This DataEntryReader delegates to one of two other DataEntryReader instances,
36 * Creates a new NameFilter that delegates to the given reader, depending
47 * Creates a new NameFilter that delegates to either of the two given
61 * Creates a new NameFilter that delegates to the given reader, depending
72 * Creates a new NameFilter that delegates to either of the two given
ClassFilter.java 30 * This DataEntryReader delegates to one of two other DataEntryReader instances,
38 * Creates a new ClassFilter that delegates reading classes to the
48 * Creates a new ClassFilter that delegates to either of the two given
DirectoryFilter.java 30 * This DataEntryReader delegates to one of two other DataEntryReader instances,
38 * Creates a new ClassFilter that delegates reading directories to the
48 * Creates a new ClassFilter that delegates to either of the two given
DataEntryParentFilter.java 24 * This DataEntryFilter delegates filtering to a DataEntryFilter for its parent.
  /external/chromium/base/
cocoa_protocols_mac.h 10 // The Mac OS X 10.6 SDK introduced new protocols used for delegates. These
13 // delegates to conform to these protocols, and earlier SDKs, which do not
directory_watcher_unittest.cc 86 // Check that we get at least the expected number of notified delegates.
93 // Check that we get no more than the expected number of notified delegates.
115 // The number of test delegates which received their notification.
118 // The number of notified test delegates after which we quit the message loop.
317 TestDelegate delegates[kNumberOfWatchers] = { local
325 ASSERT_TRUE(watchers[i].Watch(subdirs[i], &delegates[i],
333 delegates[j].reset();
  /cts/tools/dasm/src/java_cup/runtime/
token.java 15 /* Simple constructor -- just delegates to the super class. */
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
AbstractSuggestionCursorWrapper.java 19 * A SuggestionCursor that delegates all calls to other suggestions.
AbstractSuggestionWrapper.java 19 * A Suggestion that delegates all calls to other suggestions.
PromoterWrapper.java 22 * A promoter that does some promotion or filtering and then delegates
SuggestionCursorWrapper.java 22 * A suggestion cursor that delegates all methods to another SuggestionCursor.
  /packages/apps/Email/src/org/apache/commons/io/input/
SwappedDataInputStream.java 87 * Delegates to {@link EndianUtils#readSwappedDouble(InputStream)}.
99 * Delegates to {@link EndianUtils#readSwappedFloat(InputStream)}.
153 * Delegates to {@link EndianUtils#readSwappedInteger(InputStream)}.
178 * Delegates to {@link EndianUtils#readSwappedLong(InputStream)}.
190 * Delegates to {@link EndianUtils#readSwappedShort(InputStream)}.
214 * Delegates to {@link EndianUtils#readSwappedUnsignedShort(InputStream)}.
  /external/guava/src/com/google/common/util/concurrent/
NamingThreadFactory.java 39 * Creates a new factory that delegates to the default thread factory for
53 * Creates a new factory that delegates to {@code backingFactory} for thread
  /external/chromium/third_party/icu/source/i18n/
currfmt.h 29 * <p>This class currently delegates to DecimalFormat for parsing and
  /external/icu4c/i18n/
currfmt.h 29 * <p>This class currently delegates to DecimalFormat for parsing and
  /external/proguard/src/proguard/
SubclassedClassFilter.java 27 * This ClassVisitor delegates all its method calls to another ClassVisitor,
  /external/proguard/src/proguard/classfile/visitor/
LibraryClassFilter.java 27 * This <code>ClassVisitor</code> delegates its visits to another given
ProgramClassFilter.java 27 * This <code>ClassVisitor</code> delegates its visits to another given
VariableClassVisitor.java 27 * This ClassVisitor delegates all method calls to a ClassVisitor
  /external/proguard/src/proguard/optimize/info/
CaughtClassFilter.java 27 * This ClassVisitor delegates all its method calls to another ClassVisitor,
DotClassFilter.java 27 * This ClassVisitor delegates all its method calls to another ClassVisitor,
InstanceofClassFilter.java 27 * This ClassVisitor delegates all its method calls to another ClassVisitor,
InstantiationClassFilter.java 27 * This ClassVisitor delegates all its method calls to another ClassVisitor,
  /external/proguard/src/proguard/util/
SettableMatcher.java 24 * This StringMatcher delegates to a another StringMatcher that can be set
  /libcore/luni/src/main/java/java/beans/
PropertyChangeListenerProxy.java 23 * The implementation of this listener proxy just delegates the received events

Completed in 254 milliseconds

1 2 3 4 5 6 7 8 9