OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:delegates
(Results
151 - 175
of
552
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/proguard/src/proguard/classfile/attribute/annotation/visitor/
AnnotationTypeFilter.java
29
* This <code>AnnotationVisitor</code>
delegates
its visits to another given
/external/proguard/src/proguard/classfile/visitor/
ClassNameFilter.java
29
* This <code>ClassVisitor</code>
delegates
its visits to another given
ClassPresenceFilter.java
26
* This <code>ClassVisitor</code>
delegates
its visits to one of two
MemberClassAccessFilter.java
27
* This <code>MemberVisitor</code>
delegates
its visits to another given
MemberDescriptorFilter.java
28
* This <code>MemberVisitor</code>
delegates
its visits to another given
MemberNameFilter.java
28
* This <code>MemberVisitor</code>
delegates
its visits to another given
MultiMemberVisitor.java
27
* This MemberVisitor
delegates
all visits to each MemberVisitor
/external/proguard/src/proguard/io/
CascadingDataEntryWriter.java
26
* This DataEntryWriter
delegates
to a given DataEntryWriter, or failing that,
DataEntryRenamer.java
29
* This DataEntryReader
delegates
to another DataEntryReader, renaming the
FilteredDataEntryReader.java
27
* This DataEntryReader
delegates
to one of two other DataEntryReader instances,
/external/proguard/src/proguard/obfuscate/
MemberSpecialNameFilter.java
27
* This <code>MemberVisitor</code>
delegates
its visits to another given
/external/proguard/src/proguard/optimize/
ConstantParameterFilter.java
31
* This <code>MemberVisitor</code>
delegates
its visits to program methods
OptimizationInfoMemberFilter.java
28
* This <code>MemberVisitor</code>
delegates
its visits to another given
/external/valgrind/main/coregrind/m_debuginfo/
README.txt
24
then
delegates
to readdwarf.c/readstabs.c for debug info. All
/frameworks/base/core/java/android/text/method/
MovementMethod.java
27
* The {@link TextView}
delegates
handling of key events, trackball motions and touches to
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
ICreateInfo.java
31
* Returns the list of methods to rewrite as
delegates
.
/frameworks/compile/mclinker/include/mcld/MC/
AttributeSet.h
24
* Clients
delegates
Attributes to AttributeSet. AttributeSet deletes delegated
/libcore/luni/src/main/java/java/nio/channels/
Channels.java
202
* An input stream that
delegates
to a readable channel.
242
* An output stream that
delegates
to a writable channel.
284
* A readable channel that
delegates
to an input stream.
323
* A writable channel that
delegates
to an output stream.
/libcore/support/src/test/java/tests/support/
Support_ClassLoader.java
25
* Support class for creating a file-based ClassLoader.
Delegates
to either
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
XmlFormatProcessor.java
32
* Customized version of the builtin XML format processor which
delegates
to the
/external/apache-http/src/org/apache/http/params/
DefaultedHttpParams.java
37
* {@link HttpParams} implementation that
delegates
resolution of a parameter
70
* parameter is not set locally,
delegates
its resolution to the default
/external/chromium_org/chrome/browser/sessions/
tab_restore_service_helper.h
183
// Set of
delegates
that we've received a BrowserClosing method for but no
184
// corresponding BrowserClosed. We cache the set of
delegates
closing to
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
LazyStringArrayList.java
120
//
delegates
to add(Object). This implementation instead
delegates
to
/external/clang/test/Analysis/
delegates.m
87
// The analyzer doesn't perform any inter-procedural analysis, so
delegates
90
// receiver until we have better support for
delegates
.
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Typeface_Delegate.java
114
// font loader has not been initialized yet, add the delegate to a list of
delegates
134
// font loader has not been initialized yet, add the delegate to a list of
delegates
Completed in 1401 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>