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

1 2 3 4 5 6 7 8

  /external/jetty/src/java/org/eclipse/jetty/client/
HttpEventListenerWrapper.java 43 public HttpEventListenerWrapper(HttpEventListener eventListener,boolean delegating)
46 _delegatingRequests=delegating;
47 _delegatingResponses=delegating;
70 public void setDelegatingRequests(boolean delegating)
72 _delegatingRequests = delegating;
75 public void setDelegatingResponses(boolean delegating)
77 _delegatingResponses = delegating;
  /external/curl/lib/
curl_ntlm_wb.h 30 /* this is for creating ntlm header output by delegating challenge/response
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
Formatter.java 37 * conformity with the {@link Function}{@code <T, String>} contract, delegating
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
DerivedIteratorTestSuiteBuilder.java 25 * iterable's iterator, by delegating to a {@link IteratorTestSuiteBuilder}.
  /external/okhttp/okio/okio/src/main/java/okio/
ForwardingSink.java 29 /** {@link Sink} to which this instance is delegating. */
ForwardingSource.java 29 /** {@link Source} to which this instance is delegating. */
ForwardingTimeout.java 30 /** {@link Timeout} instance to which this instance is currently delegating. */
  /hardware/libhardware/modules/input/evdev/
InputDeviceManager.h 34 * InputDeviceInterfaces and handles the callbacks from the InputHub, delegating
  /art/test/612-jit-dex-cache/src/
Main.java 22 // ClassLoader not delegating for non java. packages.
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/
MultiReportVisitor.java 33 * New visitor delegating to all given visitors.
  /external/mockito/src/org/mockito/internal/handler/
InvocationNotifierHandler.java 21 * Handler, that call all listeners wanted for this mock, before delegating it
  /external/guava/guava/src/com/google/common/hash/
Hashing.java 178 * Returns a hash function implementing the MD5 hash algorithm (128 hash bits) by delegating to
190 * Returns a hash function implementing the SHA-1 algorithm (160 hash bits) by delegating to the
203 * Returns a hash function implementing the SHA-256 algorithm (256 hash bits) by delegating to
216 * Returns a hash function implementing the SHA-512 algorithm (512 hash bits) by delegating to the
243 * Returns a hash function implementing the CRC-32 checksum algorithm (32 hash bits) by delegating
262 * delegating to the {@link Adler32} {@link Checksum}.
  /art/test/613-inlining-dex-cache/src/
Main.java 22 // ClassLoader not delegating for non java. packages.
  /external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
LogManager.java 28 * delegating all calls to SLF4J.
Logger.java 26 * delegating all calls to a {@link org.slf4j.Logger} instance.
  /frameworks/base/core/java/android/util/
Pair.java 42 * Checks the two objects for equality by delegating to their respective
  /frameworks/support/compat/java/android/support/v4/util/
Pair.java 40 * Checks the two objects for equality by delegating to their respective
  /system/update_engine/
mock_omaha_request_params.h 63 // default. See "Delegating Calls to a Parent Class" in gmock's documentation.
  /external/clang/test/Analysis/
initializers-cfg-output.cpp 111 // CHECK: 4: TestDelegating([B1.3]) (Delegating initializer)
  /external/guava/guava/src/com/google/common/base/
StandardSystemProperty.java 132 * Returns the current value for this system property by delegating to
  /external/guava/guava/src/com/google/common/collect/
ForwardingBlockingDeque.java 32 * implementation, or delegating to the provided {@code standardOffer} method.
ForwardingQueue.java 35 * delegating to the provided {@code standardOffer} method.
ForwardingSet.java 39 * delegating to the provided {@code standardAddAll} method.
  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractCheckedFuture.java 27 * A delegating wrapper around a {@link ListenableFuture} that adds support for
  /external/guava/guava-gwt/test-super/com/google/common/cache/super/com/google/common/cache/
TestingCacheLoaders.java 36 * Returns a {@link CacheLoader} that implements a naive {@link CacheLoader#loadAll}, delegating

Completed in 1619 milliseconds

1 2 3 4 5 6 7 8