OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:delegates
(Results
76 - 100
of
552
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/tools/cr/
cr-bash-helpers.sh
38
# The tab completion handler,
delegates
into the python script.
/external/mockito/src/org/mockito/
AdditionalAnswers.java
132
* The mock that
delegates
simply
delegates
all methods to the delegate.
134
* If you call a method on a mock that
delegates
and it internally calls other methods on this mock,
136
* Mock that
delegates
is less powerful than the regular spy but it is useful when the regular spy cannot be created.
/external/proguard/src/proguard/
ClassPath.java
53
//
Delegates
to List.
/external/proguard/src/proguard/classfile/attribute/annotation/visitor/
AnnotatedClassVisitor.java
30
* This AnnotationVisitor
delegates
all visits to a given ClassVisitor.
AnnotationToMemberVisitor.java
30
* This AnnotationVisitor
delegates
all visits to a given MemberVisitor.
/external/proguard/src/proguard/classfile/constant/visitor/
ExceptClassConstantFilter.java
33
* This <code>ConstantVisitor</code>
delegates
its visits to class constants
/external/proguard/src/proguard/classfile/visitor/
BottomClassFilter.java
27
* This <code>ClassVisitor</code>
delegates
its visits to another given
ClassAccessFilter.java
27
* This <code>ClassVisitor</code>
delegates
its visits to another given
ClassVersionFilter.java
26
* This <code>ClassVisitor</code>
delegates
its visits to program classes to
ExceptClassFilter.java
26
* This <code>ClassVisitor</code>
delegates
its visits to another given
ExceptClassesFilter.java
26
* This <code>ClassVisitor</code>
delegates
its visits to another given
ExceptionExcludedOffsetFilter.java
28
* This <code>ExceptionInfoVisitor</code>
delegates
its visits to another given
ExceptionHandlerFilter.java
28
* This <code>ExceptionInfoVisitor</code>
delegates
its visits to another given
ExceptionOffsetFilter.java
28
* This <code>ExceptionInfoVisitor</code>
delegates
its visits to another given
ExceptionRangeFilter.java
28
* This <code>ExceptionInfoVisitor</code>
delegates
its visits to another given
ImplementedClassConstantFilter.java
29
* This <code>ConstantVisitor</code>
delegates
its visits to class constants
ImplementedClassFilter.java
26
* This <code>ClassVisitor</code>
delegates
its visits to another given
ImplementingClassConstantFilter.java
29
* This <code>ConstantVisitor</code>
delegates
its visits to class constants
LibraryMemberFilter.java
27
* This <code>MemberVisitor</code>
delegates
its visits to another given
MemberToClassVisitor.java
27
* This MemberVisitor
delegates
all visits to a given ClassVisitor.
MethodImplementationFilter.java
27
* This <code>MemberVisitor</code>
delegates
its visits to methods to
MultiClassPoolVisitor.java
27
* This ClassPoolVisitor
delegates
all visits to each ClassPoolVisitor
MultiClassVisitor.java
27
* This ClassVisitor
delegates
all visits to each ClassVisitor
ProgramMemberFilter.java
27
* This <code>MemberVisitor</code>
delegates
its visits to another given
SubclassFilter.java
26
* This <code>ClassVisitor</code>
delegates
its visits to another given
Completed in 714 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>