Searched refs:visit (Results 201 - 225 of 383) sorted by relevance

1234567891011>>

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.objectweb.asm_3.2.0.v200909071300.jar ... AnnotationVisitor extends java.lang.Object { public abstract void visit (java.lang.String, java.lang.Object ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-3.3.jar ... AnnotationVisitor extends java.lang.Object { public abstract void visit (java.lang.String, java.lang.Object ...
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DTreeRewriter.java95 t = v.visit(t, actions);
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dtreewizard.py425 self.visit(t, ttype, visitor)
451 self.visit(t, rootTokenType, visitor)
456 def visit(self, tree, what, visitor): member in class:TreeWizard
462 with visit(t, ttype, visitor) so nil-rooted patterns are not allowed.
465 If what is an integer, it is used as a token type and visit will match
483 """Do the recursive work for visit"""
498 For all subtrees that match the pattern, execute the visit action.
518 self.visit(tree, rootTokenType, rootvisitor)
/external/clang/include/clang/Serialization/
H A DModuleManager.h65 /// \brief State used by the "visit" operation to avoid malloc traffic in
66 /// calls to visit().
82 /// \brief The visit number of each module file, which indicates when
86 /// \brief The next visit number to use to mark visited module files.
89 /// \brief The next visit state.
93 /// \brief The first visit() state in the chain.
231 /// that we know we need to visit because the global module index told us to.
234 void visit(bool (*Visitor)(ModuleFile &M, void *UserData), void *UserData,
/external/emma/core/java12/com/vladium/emma/report/txt/
H A DReportGenerator.java103 public Object visit (final AllItem item, final Object ctx) method in class:ReportGenerator
198 public Object visit (final PackageItem item, final Object ctx) method in class:ReportGenerator
247 public Object visit (final SrcFileItem item, final Object ctx) method in class:ReportGenerator
298 public Object visit (final ClassItem item, final Object ctx) method in class:ReportGenerator
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DClassReader.java36 * A Java class parser to make a {@link ClassVisitor} visit an existing class.
38 * calls the appropriate visit methods of a given class visitor for each field,
214 * @see ClassVisitor#visit(int, int, String, String, String, String[])
226 * @see ClassVisitor#visit(int, int, String, String, String, String[])
240 * @see ClassVisitor#visit(int, int, String, String, String, String[])
254 * @see ClassVisitor#visit(int, int, String, String, String, String[])
410 * Makes the given visitor visit the Java class of this {@link ClassReader}.
414 * @param classVisitor the visitor that must visit this class.
424 * Makes the given visitor visit the Java class of this {@link ClassReader}.
428 * @param classVisitor the visitor that must visit thi
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/asm/util/
H A DASMifierAnnotationVisitor.java63 public void visit(final String name, final Object value) { method in class:ASMifierAnnotationVisitor
65 buf.append("av").append(id).append(".visit(");
/external/antlr/antlr-3.4/runtime/Python/unittests/
H A Dtesttreewizard.py378 wiz.visit(tree, wiz.getTokenType("B"), visitor)
392 wiz.visit(tree, wiz.getTokenType("C"), visitor)
406 wiz.visit(tree, wiz.getTokenType("B"), visitor)
420 wiz.visit(tree, wiz.getTokenType("A"), visitor)
434 wiz.visit(tree, wiz.getTokenType("B"), visitor)
451 wiz.visit(tree, wiz.getTokenType("A"), visitor)
467 wiz.visit(tree, '(A B)', visitor)
484 wiz.visit(tree, '(A B)', visitor)
506 wiz.visit(tree, '(%a:A %b:B)', visitor)
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrVisitor.java111 visit ((ClassDef) null, null); // potentially changes m_instrument and m_metadata
127 public Object visit (final ClassDef ignore, final Object ctx) method in class:InstrVisitor
134 if (trace1) m_log.trace1 ("visit", "class: [" + clsVMName + "]");
143 if (trace1) m_log.trace1 ("visit", "skipping synthetic class");
166 if (trace1) m_log.trace1 ("visit", "skipping instrumented class");
254 // visit method collection:
255 visit (cls.getMethods (), ctx);
349 // visit class attributes [to get src file name, etc]:
350 visit (cls.getAttributes (), ctx);
356 public Object visit (fina method in class:InstrVisitor
691 public Object visit (final IAttributeCollection attributes, Object ctx) method in class:InstrVisitor
705 public Object visit (final CodeAttribute_info attribute, final Object ctx) method in class:InstrVisitor
1237 public Object visit (final LineNumberTableAttribute_info attribute, final Object ctx) method in class:InstrVisitor
1353 public Object visit (final ExceptionsAttribute_info attribute, final Object ctx) method in class:InstrVisitor
1358 public Object visit (final ConstantValueAttribute_info attribute, final Object ctx) method in class:InstrVisitor
1363 public Object visit (final SourceFileAttribute_info attribute, final Object ctx) method in class:InstrVisitor
1370 public Object visit (final SyntheticAttribute_info attribute, final Object ctx) method in class:InstrVisitor
1375 public Object visit (final BridgeAttribute_info attribute, final Object ctx) method in class:InstrVisitor
1380 public Object visit (final InnerClassesAttribute_info attribute, final Object ctx) method in class:InstrVisitor
1385 public Object visit (final GenericAttribute_info attribute, final Object ctx) method in class:InstrVisitor
[all...]
/external/chromium_org/native_client_sdk/src/doc/
H A Dindex.rst9 <a href="/native-client/sdk/download.html">visit the SDK Download page</a>.
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DScalarizeVecAndMatConstructorArgs.cpp74 bool ScalarizeVecAndMatConstructorArgs::visitAggregate(Visit visit, TIntermAggregate *node) argument
76 if (visit == PreVisit)
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_blockd.h305 foreach_transformed_block_visitor visit, void *arg);
310 foreach_transformed_block_visitor visit, void *arg);
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlower_clip_distance.cpp59 virtual ir_visitor_status visit(ir_variable *);
85 lower_clip_distance_visitor::visit(ir_variable *ir) function in class:lower_clip_distance_visitor
307 * instruction, we need to visit it afterwards to make sure it
320 * instruction it's going to visit next, we need to visit
H A Dopt_copy_propagation.cpp85 virtual ir_visitor_status visit(class ir_dereference_variable *);
163 ir_copy_propagation_visitor::visit(ir_dereference_variable *ir) function in class:ir_copy_propagation_visitor
H A Dopt_dead_code_local.cpp93 virtual ir_visitor_status visit(ir_dereference_variable *ir) function in class:__anon14267::kill_for_derefs_visitor
100 virtual ir_visitor_status visit(ir_swizzle *ir) function in class:__anon14267::kill_for_derefs_visitor
/external/jarjar/lib/
H A Dasm-4.0.jar ... int, org.objectweb.asm.AnnotationVisitor) public void visit (java.lang.String, java.lang.Object ...
H A Dasm-commons-4.0.jarMETA-INF/MANIFEST.MF org/objectweb/asm/commons/AdviceAdapter.class " package org.objectweb.asm ...
/external/libvpx/libvpx/vp9/common/
H A Dvp9_blockd.h303 foreach_transformed_block_visitor visit, void *arg);
308 foreach_transformed_block_visitor visit, void *arg);
/external/mesa3d/src/glsl/
H A Dlower_clip_distance.cpp59 virtual ir_visitor_status visit(ir_variable *);
85 lower_clip_distance_visitor::visit(ir_variable *ir) function in class:lower_clip_distance_visitor
307 * instruction, we need to visit it afterwards to make sure it
320 * instruction it's going to visit next, we need to visit
H A Dopt_copy_propagation.cpp85 virtual ir_visitor_status visit(class ir_dereference_variable *);
163 ir_copy_propagation_visitor::visit(ir_dereference_variable *ir) function in class:ir_copy_propagation_visitor

Completed in 953 milliseconds

1234567891011>>