OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:visitor
(Results
101 - 125
of
1112
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar
/external/proguard/src/proguard/classfile/constant/visitor/
AllConstantVisitor.java
21
package proguard.classfile.constant.
visitor
;
24
import proguard.classfile.
visitor
.ClassVisitor;
/external/proguard/src/proguard/classfile/instruction/visitor/
AllInstructionVisitor.java
21
package proguard.classfile.instruction.
visitor
;
25
import proguard.classfile.attribute.
visitor
.AttributeVisitor;
/external/proguard/src/proguard/classfile/visitor/
ClassVisitor.java
21
package proguard.classfile.
visitor
;
27
* This interface specifies the methods for a
visitor
of
ExceptionCounter.java
21
package proguard.classfile.
visitor
;
25
import proguard.classfile.attribute.
visitor
.ExceptionInfoVisitor;
MemberVisitor.java
21
package proguard.classfile.
visitor
;
27
* This interface specifies the methods for a
visitor
of
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
Node.java
35
/** Accept the
visitor
. **/
36
public Object jjtAccept(AddressListParserVisitor
visitor
, Object data);
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
syntax.py
20
"""A
visitor
to find syntax errors in the AST."""
23
"""Create new
visitor
object.
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
syntax.py
20
"""A
visitor
to find syntax errors in the AST."""
23
"""Create new
visitor
object.
/dalvik/dexgen/src/com/android/dexgen/rop/code/
InsnList.java
70
* @param
visitor
{@code non-null;}
visitor
to use
72
public void forEach(Insn.
Visitor
visitor
) {
76
get(i).accept(
visitor
);
/dalvik/dx/src/com/android/dx/merge/
InstructionTransformer.java
60
private class GenericVisitor implements CodeReader.
Visitor
{
66
private class StringVisitor implements CodeReader.
Visitor
{
76
private class FieldVisitor implements CodeReader.
Visitor
{
86
private class TypeVisitor implements CodeReader.
Visitor
{
96
private class MethodVisitor implements CodeReader.
Visitor
{
/dalvik/dx/src/com/android/dx/rop/code/
InsnList.java
70
* @param
visitor
{@code non-null;}
visitor
to use
72
public void forEach(Insn.
Visitor
visitor
) {
76
get(i).accept(
visitor
);
/external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemIf.java
141
* @param
visitor
The
visitor
whose appropriate method will be called.
143
protected void callChildVisitors(XSLTVisitor
visitor
, boolean callAttrs)
146
m_test.getExpression().callVisitors(m_test,
visitor
);
147
super.callChildVisitors(
visitor
, callAttrs);
ElemWhen.java
117
* @param
visitor
The
visitor
whose appropriate method will be called.
119
protected void callChildVisitors(XSLTVisitor
visitor
, boolean callAttrs)
122
m_test.getExpression().callVisitors(m_test,
visitor
);
123
super.callChildVisitors(
visitor
, callAttrs);
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
InsnList.java
70
* @param
visitor
{@code non-null;}
visitor
to use
72
public void forEach(Insn.
Visitor
visitor
) {
76
get(i).accept(
visitor
);
/external/proguard/src/proguard/classfile/attribute/
Attribute.java
24
import proguard.classfile.attribute.
visitor
.AttributeVisitor;
75
* Accepts the given
visitor
.
83
* Accepts the given
visitor
in the context of the given field.
99
* Accepts the given
visitor
in the context of the given method.
115
* Accepts the given
visitor
in the context of the given code attribute.
/external/proguard/src/proguard/optimize/
DuplicateInitializerInvocationFixer.java
25
import proguard.classfile.attribute.
visitor
.AttributeVisitor;
27
import proguard.classfile.constant.
visitor
.ConstantVisitor;
30
import proguard.classfile.instruction.
visitor
.InstructionVisitor;
32
import proguard.classfile.
visitor
.MemberVisitor;
66
* @param extraAddedInstructionVisitor an optional extra
visitor
for all
/external/proguard/src/proguard/shrink/
Shrinker.java
25
import proguard.classfile.attribute.
visitor
.*;
26
import proguard.classfile.
visitor
.*;
61
// Clean up any old
visitor
info.
65
// Create a
visitor
for marking the seeds.
99
// Create a
visitor
for explaining classes and class members.
/external/proguard/docs/manual/retrace/
examples.html
103
at proguard.classfile.
visitor
.NamedMethodVisitor.visitProgramClassFile(ProGuard:51)
105
at proguard.classfile.
visitor
.ClassFileUpDownTraveler.visitProgramClassFile(ProGuard:109)
107
at proguard.classfile.
visitor
.ClassFileUpDownTraveler.visitLibraryClassFile(ProGuard:186)
120
at proguard.classfile.
visitor
.VariableClassFileVisitor.visitProgramClassFile(ProGuard:66)
121
at proguard.classfile.
visitor
.MultiClassFileVisitor.visitProgramClassFile(ProGuard:83)
122
at proguard.classfile.
visitor
.FilteredClassFileVisitor.visitProgramClassFile(ProGuard:69)
125
at proguard.classfile.
visitor
.NamedClassFileVisitor.visitClassPool(ProGuard:49)
152
at proguard.classfile.CodeAttrInfo.void accept(proguard.classfile.ClassFile,proguard.classfile.
visitor
.AttrInfoVisitor)(ProGuard:129)
153
at proguard.classfile.ProgramMemberInfo.void attributesAccept(proguard.classfile.ProgramClassFile,proguard.classfile.
visitor
.AttrInfoVisitor)(ProGuard:125)
156
at proguard.classfile.ProgramMethodInfo.void accept(proguard.classfile.ProgramClassFile,proguard.classfile.
visitor
.MemberInfoVisitor)(ProGuard:55
[
all
...]
/prebuilts/tools/common/proguard/proguard4.7/docs/manual/retrace/
examples.html
114
at proguard.classfile.
visitor
.NamedMethodVisitor.visitProgramClassFile(ProGuard:51)
116
at proguard.classfile.
visitor
.ClassFileUpDownTraveler.visitProgramClassFile(ProGuard:109)
118
at proguard.classfile.
visitor
.ClassFileUpDownTraveler.visitLibraryClassFile(ProGuard:186)
131
at proguard.classfile.
visitor
.VariableClassFileVisitor.visitProgramClassFile(ProGuard:66)
132
at proguard.classfile.
visitor
.MultiClassFileVisitor.visitProgramClassFile(ProGuard:83)
133
at proguard.classfile.
visitor
.FilteredClassFileVisitor.visitProgramClassFile(ProGuard:69)
136
at proguard.classfile.
visitor
.NamedClassFileVisitor.visitClassPool(ProGuard:49)
162
at proguard.classfile.CodeAttrInfo.void accept(proguard.classfile.ClassFile,proguard.classfile.
visitor
.AttrInfoVisitor)(ProGuard:129)
163
at proguard.classfile.ProgramMemberInfo.void attributesAccept(proguard.classfile.ProgramClassFile,proguard.classfile.
visitor
.AttrInfoVisitor)(ProGuard:125)
166
at proguard.classfile.ProgramMethodInfo.void accept(proguard.classfile.ProgramClassFile,proguard.classfile.
visitor
.MemberInfoVisitor)(ProGuard:55
[
all
...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Strip.java
77
new TreeWizard.
Visitor
() {
82
new TreeWizard.
Visitor
() {
96
new TreeWizard.
Visitor
() {
105
new TreeWizard.
Visitor
() {
114
new TreeWizard.
Visitor
() {
121
new TreeWizard.
Visitor
() {
132
new TreeWizard.
Visitor
() {
141
new TreeWizard.
Visitor
() {
151
new TreeWizard.
Visitor
() {
162
new TreeWizard.
Visitor
() {
[
all
...]
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h
56
/// The last parameter can be used to register a new
visitor
with the given
67
/// Also note that at most one
visitor
of a BugReport should generate a
104
/// If the
visitor
is tracking the value directly responsible for the
109
/// Creates a
visitor
for every VarDecl inside a Stmt and registers it with
149
/// Return the tag associated with this
visitor
. This tag will be used
150
/// to make all PathDiagnosticPieces created by this
visitor
.
185
///
Visitor
that tries to report interesting diagnostics from conditions.
193
/// Return the tag associated with this
visitor
. This tag will be used
194
/// to make all PathDiagnosticPieces created by this
visitor
.
284
/// The interesting memory region this
visitor
is tracking
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ast.py
219
A node
visitor
base class that walks the abstract syntax tree and calls a
220
visitor
function for every node found. This function may return a value
223
This class is meant to be subclassed, with the subclass adding
visitor
226
Per default the
visitor
functions for the nodes are ``'visit_'`` +
229
the `visit` method. If no
visitor
function exists for a node
230
(return value `None`) the `generic_visit`
visitor
is used instead.
233
traversing. For this a special
visitor
exists (`NodeTransformer`) that
240
visitor
= getattr(self, method, self.generic_visit)
241
return
visitor
(node)
244
"""Called if no explicit
visitor
function exists for a node.""
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ast.py
219
A node
visitor
base class that walks the abstract syntax tree and calls a
220
visitor
function for every node found. This function may return a value
223
This class is meant to be subclassed, with the subclass adding
visitor
226
Per default the
visitor
functions for the nodes are ``'visit_'`` +
229
the `visit` method. If no
visitor
function exists for a node
230
(return value `None`) the `generic_visit`
visitor
is used instead.
233
traversing. For this a special
visitor
exists (`NodeTransformer`) that
240
visitor
= getattr(self, method, self.generic_visit)
241
return
visitor
(node)
244
"""Called if no explicit
visitor
function exists for a node.""
[
all
...]
/external/apache-xml/src/main/java/org/apache/xpath/axes/
FilterExprIterator.java
186
* This will traverse the heararchy, calling the
visitor
for
187
* each member. If the called
visitor
method returns
190
* @param
visitor
The
visitor
whose appropriate method will be called.
192
public void callPredicateVisitors(XPathVisitor
visitor
)
194
m_expr.callVisitors(new filterExprOwner(),
visitor
);
196
super.callPredicateVisitors(
visitor
);
Completed in 2478 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>