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

1 2 3 4 5 6 7 8 91011>>

  /external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
Mixin.java 48 abstract public Mixin newInstance(Object[] delegates);
56 public static Mixin create(Object[] delegates) {
58 gen.setDelegates(delegates);
68 public static Mixin create(Class[] interfaces, Object[] delegates) {
71 gen.setDelegates(delegates);
99 private Object[] delegates; field in class:Mixin.Generator
128 public void setDelegates(Object[] delegates) {
129 this.delegates = delegates;
133 if (classes == null && delegates == null)
    [all...]
  /external/clang/test/PCH/
cxx0x-delegating-ctors.cpp 18 // expected-note{{which delegates to}}
20 // expected-note@11{{it delegates to}}
21 // expected-note@13{{it delegates to}}
23 // expected-note@14{{which delegates to}}
  /external/dagger2/producers/src/main/java/dagger/producers/monitoring/internal/
Monitors.java 38 * Returns a monitor factory that delegates to the given factories, and ensures that any method
58 * A component monitor that delegates to a single monitor, and catches and logs all exceptions
103 * A producer monitor that delegates to a single monitor, and catches and logs all exceptions
151 * A component monitor that delegates to several monitors, and catches and logs all exceptions
152 * that the delegates throw.
156 private final ImmutableList<ProductionComponentMonitor> delegates; field in class:Monitors.DelegatingProductionComponentMonitor
158 DelegatingProductionComponentMonitor(ImmutableList<ProductionComponentMonitor> delegates) {
159 this.delegates = delegates;
165 for (ProductionComponentMonitor delegate : delegates) {
186 private final ImmutableList<? extends ProductionComponentMonitor.Factory> delegates; field in class:Monitors.DelegatingProductionComponentMonitor.Factory
222 private final ImmutableList<ProducerMonitor> delegates; field in class:Monitors.DelegatingProducerMonitor
    [all...]
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/
MultiSourceFileLocator.java 28 private final List<ISourceFileLocator> delegates; field in class:MultiSourceFileLocator
39 this.delegates = new ArrayList<ISourceFileLocator>();
50 delegates.add(locator);
55 for (final ISourceFileLocator d : delegates) {
  /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 28 * This DataEntryReader delegates to one of two other DataEntryReader instances,
36 * Creates a new ClassFilter that delegates reading classes to the
46 * Creates a new ClassFilter that delegates to either of the two given
DirectoryFilter.java 24 * This DataEntryReader delegates to one of two other DataEntryReader instances,
32 * Creates a new ClassFilter that delegates reading directories to the
42 * Creates a new ClassFilter that delegates to either of the two given
  /external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/impl/
SLF4JLocationAwareLog.java 29 * delegates all processing to a wrapped {@link Logger org.slf4j.Logger}
56 * Delegates to the <code>isTraceEnabled<code> method of the wrapped
64 * Directly delegates to the wrapped <code>org.slf4j.Logger</code> instance.
71 * Directly delegates to the wrapped <code>org.slf4j.Logger</code> instance.
78 * Directly delegates to the wrapped <code>org.slf4j.Logger</code> instance.
85 * Directly delegates to the wrapped <code>org.slf4j.Logger</code> instance.
92 * Delegates to the <code>isErrorEnabled<code> method of the wrapped
100 * Converts the input parameter to String and then delegates to the debug
111 * Converts the first input parameter to String and then delegates to the
124 * Converts the input parameter to String and then delegates to the wrappe
    [all...]
SLF4JLog.java 28 * delegates all processing to a wrapped {@link Logger org.slf4j.Logger}
53 * Directly delegates to the wrapped <code>org.slf4j.Logger</code> instance.
60 * Directly delegates to the wrapped <code>org.slf4j.Logger</code> instance.
67 * Delegates to the <code>isErrorEnabled<code> method of the wrapped
75 * Directly delegates to the wrapped <code>org.slf4j.Logger</code> instance.
82 * Delegates to the <code>isDebugEnabled<code> method of the wrapped
90 * Directly delegates to the wrapped <code>org.slf4j.Logger</code> instance.
97 * Converts the input parameter to String and then delegates to the debug
108 * Converts the first input parameter to String and then delegates to the
121 * Converts the input parameter to String and then delegates to the wrappe
    [all...]
  /external/libchrome/base/mac/
cocoa_protocols.h 10 // New Mac OS X SDKs introduce new protocols used for delegates. These
13 // delegates to conform to these protocols, and earlier SDKs, which do not
  /external/slf4j/slf4j-jcl/src/main/java/org/slf4j/impl/
JCLLoggerAdapter.java 54 * Delegates to the {@link Log#isTraceEnabled} method of the underlying
64 * Delegates to the {@link Log#trace(java.lang.Object)} method of the underlying
74 * Delegates to the {@link Log#trace(java.lang.Object)} method of the underlying
95 * Delegates to the {@link Log#trace(java.lang.Object)} method of the underlying
118 * Delegates to the {@link Log#trace(java.lang.Object)} method of the underlying
137 * Delegates to the {@link Log#trace(java.lang.Object, java.lang.Throwable)} method of
150 * Delegates to the {@link Log#isDebugEnabled} method of the underlying
160 * Delegates to the {@link Log#debug(java.lang.Object)} method of the underlying
170 * Delegates to the {@link Log#debug(java.lang.Object)} method of the underlying
191 * Delegates to the {@link Log#debug(java.lang.Object)} method of the underlyin
    [all...]
  /external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
Category.java 134 * Delegates to {@link org.slf4j.Logger#isDebugEnabled} method in SLF4J
141 * Delegates to {@link org.slf4j.Logger#isInfoEnabled} method in SLF4J
148 * Delegates tob {@link org.slf4j.Logger#isWarnEnabled} method in SLF4J
155 * Delegates to {@link org.slf4j.Logger#isErrorEnabled} method in SLF4J
216 * Delegates to {@link org.slf4j.Logger#debug(String)} method of SLF4J.
223 * Delegates to {@link org.slf4j.Logger#debug(String,Throwable)} method in
231 * Delegates to {@link org.slf4j.Logger#info(String)} method in SLF4J.
238 * Delegates to {@link org.slf4j.Logger#info(String,Throwable)} method in
246 * Delegates to {@link org.slf4j.Logger#warn(String)} method in SLF4J.
253 * Delegates to {@link org.slf4j.Logger#warn(String,Throwable)} method i
    [all...]
Logger.java 62 * Delegates to {@link org.slf4j.Logger#isTraceEnabled}
70 * Delegates to {@link org.slf4j.Logger#trace(String)} method in SLF4J.
77 * Delegates to {@link org.slf4j.Logger#trace(String,Throwable)}
  /frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
StatementParser.java 44 List<String> delegates = new ArrayList<String>(); local
59 delegates.addAll(result.getDelegates());
63 return new ParsedStatement(statements, delegates);
83 List<String> delegates = new ArrayList<String>(); local
88 delegates.add(statement.optString(Utils.DELEGATE_FIELD_DELEGATE));
109 return new ParsedStatement(statements, delegates);
ParsedStatement.java 29 public ParsedStatement(List<Statement> statements, List<String> delegates) {
31 this.mDelegates = delegates;
  /cts/tools/dasm/src/java_cup/runtime/
token.java 15 /* Simple constructor -- just delegates to the super class. */
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
cros_browser_finder_unittest.py 8 # verify that the finder does the right thing. Because the finder delegates most
  /external/ImageMagick/config/
ImageMagick.rc 55 DELEGATES.XML IMAGEMAGICK DISCARDABLE "..\\bin\\delegates.xml"
  /external/clang/test/SemaCXX/
cxx0x-delegating-ctors.cpp 29 foo::foo (const float* f) : foo(*f) { // expected-note{{it delegates to}}
33 //expected-note{{which delegates to}}
  /external/autotest/server/site_tests/brillo_WebservdSanity/
brillo_WebservdSanity.py 11 """Verify that webservd delegates requests to clients."""
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
RuntimeShutdownHookRegistrar.java 18 * A {@link ShutdownHookRegistrar} that delegates to {@link Runtime}.
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
AbstractSuggestionCursorWrapper.java 19 * A SuggestionCursor that delegates all calls to other suggestions.
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
Delegator.py 3 # The cache is only used to be able to change delegates!
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
Delegator.py 3 # The cache is only used to be able to change delegates!
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
Delegator.py 3 # The cache is only used to be able to change delegates!

Completed in 417 milliseconds

1 2 3 4 5 6 7 8 91011>>