HomeSort by relevance Sort by last modified time
    Searched full:delegates (Results 201 - 225 of 552) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/content/renderer/pepper/
pepper_platform_audio_output.cc 61 // the client on the main thread, and the delegates from the I/O thread.
  /external/chromium_org/device/bluetooth/
bluetooth_task_manager_win.h 31 // It delegates the blocking Windows API calls to |bluetooth_task_runner_|'s
  /external/chromium_org/ui/base/accelerators/
accelerator.h 103 // the menu delegates.
  /external/chromium_org/ui/compositor/test/
test_compositor_host_mac.mm 19 // AcceleratedTestView provides an NSView class that delegates drawing to a
  /external/chromium_org/ui/webui/resources/js/cr/ui/
drag_wrapper.js 13 * delegates event handling to |handler|. The |handler| must implement:
  /external/chromium_org/v8/test/mjsunit/
debug-receiver.js 41 // Debug event listener which delegates. Exceptions have to be
  /external/guava/guava/src/com/google/common/hash/
AbstractCompositeHashFunction.java 8 * An abstract composition of multiple hash functions. {@linkplain #newHasher()} delegates to the
  /external/proguard/src/proguard/classfile/instruction/visitor/
MultiInstructionVisitor.java 29 * This InstructionVisitor delegates all visits to each InstructionVisitor
  /external/proguard/src/proguard/classfile/io/
RuntimeDataInput.java 26 * This class delegates its method calls to the corresponding DataInput methods,
RuntimeDataOutput.java 26 * This class delegates its method calls to the corresponding DataOutput methods,
  /external/proguard/src/proguard/classfile/visitor/
MemberAccessFilter.java 27 * This <code>MemberVisitor</code> delegates its visits to another given
  /external/proguard/src/proguard/io/
DataEntryObfuscator.java 30 * This DataEntryReader delegates to another DataEntryReader, renaming the
FilteredDataEntryWriter.java 26 * This DataEntryWriter delegates to one of two other DataEntryWriter instances,
  /external/v8/test/mjsunit/
debug-receiver.js 41 // Debug event listener which delegates. Exceptions have to be
  /frameworks/av/drm/libdrmframework/include/
DrmManager.h 44 * This is implementation class for DRM Manager. This class delegates the
DrmManagerService.h 34 * This is the implementation class for DRM manager service. This delegates
  /frameworks/base/core/java/android/database/
CursorWrapper.java 24 * Wrapper class for Cursor that delegates all calls to the actual cursor object. The primary
  /frameworks/base/libs/hwui/
AssetAtlas.cpp 88 * Delegates changes to wrapping and filtering to the base atlas texture
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
BitmapFactory_Delegate.java 47 // ------ Native Delegates ------
  /frameworks/base/tools/layoutlib/create/
README.txt 107 The first step of the transformation is to implement the method delegates.
153 This strategy is now obsolete and replaced by the method delegates.
189 This strategy is now obsolete and replaced by the method delegates.
235 6- Method Delegates
  /libcore/crypto/src/main/java/org/conscrypt/
DefaultSSLContextImpl.java 52 * DefaultSSLContextImpl delegates the work to the super class
  /libcore/luni/src/main/java/java/io/
OutputStream.java 38 * {@link FilterOutputStream}, which delegates all calls to the target output
  /packages/apps/Settings/src/com/android/settings/drawable/
DrawableWrapper.java 29 * Base wrapper that delegates all calls to another {@link Drawable}. The
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/
CommonMatchingStrategy.java 37 * This finds the right MatchingStrategy and delegates to it.
CommonXmlEditor.java 67 * All delegates must have a {@code Creator} class which is instantiated
71 private static final IDelegateCreator[] DELEGATES = {
149 for (IDelegateCreator creator : DELEGATES) {
176 for (IDelegateCreator creator : DELEGATES) {

Completed in 1342 milliseconds

1 2 3 4 5 6 7 891011>>