OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:delegates
(Results
201 - 225
of
625
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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/slf4j/slf4j-log4j12/src/main/java/org/slf4j/impl/
Log4jMDCAdapter.java
54
* This method
delegates
all work to log4j's MDC.
/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
75
*
Delegates
changes to wrapping and filtering to the base atlas texture
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
CreateInfo.java
49
* Returns the list of methods to rewrite as
delegates
.
71
* This usage is deprecated. Please use method '
delegates
' instead.
154
* The list of methods to rewrite as
delegates
.
314
* This usage is deprecated. Please use method '
delegates
' instead.
ICreateInfo.java
36
* Returns the list of methods to rewrite as
delegates
.
/frameworks/support/core-ui/tests/java/android/support/v4/widget/
ExploreByTouchHelperTest.java
49
// Accessibility
delegates
are only supported on API 14+.
/frameworks/support/v7/appcompat/src/android/support/v7/graphics/drawable/
DrawableWrapper.java
30
* Drawable which
delegates
all calls to it's wrapped {@link Drawable}.
/packages/apps/Settings/src/com/android/settings/drawable/
DrawableWrapper.java
29
* Base wrapper that
delegates
all calls to another {@link Drawable}. The
/packages/apps/UnifiedEmail/src/com/android/mail/photo/
MailPhotoViewActivity.java
32
*
Delegates
all work to {@link MailPhotoViewController}.
/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
) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
AndroidXmlFormatter.java
34
*
delegates
to it if the user has chosen to use the Eclipse formatter instead by turning
XmlQuickAssistManager.java
39
* register <b>just</b> this manager, which
delegates
to the various XML quick
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DelegatingAction.java
28
* Implementation of {@link IAction} which
delegates
to a different
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
FileStoreAdapter.java
32
* IFileStore implementation that
delegates
to the give {@link IFileStore}.
/external/conscrypt/src/compat/java/org/conscrypt/
KitKatPlatformOpenSSLSocketImplAdapter.java
38
* This class
delegates
all calls to an {@code org.conscrypt.OpenSSLSocketImpl}.
43
* It
delegates
all public methods in Socket, SSLSocket, and OpenSSLSocket from
Completed in 534 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>