Searched refs:visit (Results 101 - 125 of 383) sorted by relevance

1234567891011>>

/external/emma/core/java12/com/vladium/jcd/cls/attribute/
H A DSourceFileAttribute_info.java52 visitor.visit (this, ctx);
/external/emma/core/java12/com/vladium/jcd/cls/constant/
H A DCONSTANT_Class_info.java65 return visitor.visit (this, ctx);
H A DCONSTANT_Double_info.java50 return visitor.visit (this, ctx);
H A DCONSTANT_Float_info.java50 return visitor.visit (this, ctx);
H A DCONSTANT_Integer_info.java51 return visitor.visit (this, ctx);
H A DCONSTANT_Long_info.java52 return visitor.visit (this, ctx);
H A DCONSTANT_Utf8_info.java55 return visitor.visit (this, ctx);
/external/mesa3d/src/glsl/
H A Dir_set_program_inouts.cpp66 virtual ir_visitor_status visit(ir_dereference_variable *);
67 virtual ir_visitor_status visit(ir_variable *);
107 ir_set_program_inouts_visitor::visit(ir_dereference_variable *ir) function in class:ir_set_program_inouts_visitor
153 ir_set_program_inouts_visitor::visit(ir_variable *ir) function in class:ir_set_program_inouts_visitor
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DClassVisitor.java33 * A visitor to visit a Java class. The methods of this interface must be called
34 * in the following order: <tt>visit</tt> [ <tt>visitSource</tt> ] [
62 void visit( method in interface:ClassVisitor
100 * @return a visitor to visit the annotation values, or <tt>null</tt> if
152 * @return a visitor to visit field annotations and attributes, or
179 * @return an object to visit the byte code of the method, or <tt>null</tt>
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DClassNameReader.java41 public void visit(int version,
H A DDebuggingClassWriter.java50 public void visit(int version, method in class:DebuggingClassWriter
58 super.visit(version, access, name, signature, superName, interfaces);
/external/skia/tests/
H A DRecordTestUtils.h25 record.visit<void>(index, reader);
/external/dexmaker/src/dx/java/com/android/dx/io/
H A DCodeReader.java114 visitor.visit(all, one);
119 void visit(DecodedInstruction[] all, DecodedInstruction one); method in interface:CodeReader.Visitor
/external/jarjar/src/main/com/tonicsystems/jarjar/
H A DDepFindVisitor.java34 public void visit(int version, int access, String name, String signature, String superName, String[] interfaces) { method in class:DepFindVisitor
36 super.visit(version, access, name, signature, superName, interfaces);
/external/mockito/cglib-and-asm/src/org/mockito/asm/util/
H A DCheckAnnotationAdapter.java57 public void visit(final String name, final Object value) { method in class:CheckAnnotationAdapter
73 av.visit(name, value);
123 throw new IllegalStateException("Cannot call a visit method after visitEnd has been called");
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
H A DAbstractClassFilterTransformer.java35 public void visit(int version, method in class:AbstractClassFilterTransformer
42 target.visit(version, access, name, signature, superName, interfaces);
/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h530 RetVal visit(const SCEV *S) { function in struct:llvm::SCEVVisitor
627 /// Use SCEVTraversal to visit all nodes in the givien expression tree.
645 return Rewriter.visit(Scev);
656 const SCEV *Operand = visit(Expr->getOperand());
661 const SCEV *Operand = visit(Expr->getOperand());
666 const SCEV *Operand = visit(Expr->getOperand());
673 Operands.push_back(visit(Expr->getOperand(i)));
680 Operands.push_back(visit(Expr->getOperand(i)));
685 return SE.getUDivExpr(visit(Expr->getLHS()), visit(Exp
[all...]
/external/clang/tools/libclang/
H A DCIndexHigh.cpp208 if (data->visitor.visit(data->visitor.context, cursor,
303 if (data->visitor.visit(data->visitor.context, cursor,
354 enum CXChildVisitResult visit(CXCursor cursor, CXCursor parent) { function in struct:__anon19521::FindFileIncludesVisitor
369 if (visitor.visit(visitor.context, cursor,
375 static enum CXChildVisitResult visit(CXCursor cursor, CXCursor parent, function in struct:__anon19521::FindFileIncludesVisitor
378 visit(cursor, parent);
386 assert(TU && File && Visitor.visit);
397 FindFileIncludesVisitor::visit,
431 if (!visitor.visit) {
494 if (!visitor.visit) {
[all...]
/external/clang/lib/Index/
H A DCommentToXML.cpp327 visit(*I);
349 visit(C->getParagraph());
447 visit(Parts.Headerfile);
449 visit(Parts.Brief);
461 visit(C);
467 visit(Parts.TParams[i]);
474 visit(Parts.Params[i]);
481 visit(Parts.Returns[i]);
495 visit(*I);
712 visit(*
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRTreeWizard.h41 // TODO: should this be called visit or something else?
42 - (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)labels;
55 - (void) visit:(id<ANTLRTree>)t;
56 - (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)labels;
118 - (void) visit:(id<ANTLRTree>)t Type:(NSInteger)ttype Visitor:(ANTLRVisitor *)visitor;
124 - (void)visit:(id<ANTLRTree>)t Pattern:(NSString *)pattern Visitor:(ANTLRVisitor *)visitor;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRTreeWizard.h41 // TODO: should this be called visit or something else?
42 - (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)labels;
55 - (void) visit:(id<ANTLRTree>)t;
56 - (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)labels;
118 - (void) visit:(id<ANTLRTree>)t Type:(NSInteger)ttype Visitor:(ANTLRVisitor *)visitor;
124 - (void)visit:(id<ANTLRTree>)t Pattern:(NSString *)pattern Visitor:(ANTLRVisitor *)visitor;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRTreeWizard.h41 // TODO: should this be called visit or something else?
42 - (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)labels;
55 - (void) visit:(id<ANTLRTree>)t;
56 - (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)labels;
118 - (void) visit:(id<ANTLRTree>)t Type:(NSInteger)ttype Visitor:(ANTLRVisitor *)visitor;
124 - (void)visit:(id<ANTLRTree>)t Pattern:(NSString *)pattern Visitor:(ANTLRVisitor *)visitor;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRTreeWizard.h42 // TODO: should this be called visit or something else?
43 - (void) visit:(ANTLRCommonTree *)t Parent:(ANTLRCommonTree *)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)labels;
56 - (void) visit:(ANTLRCommonTree *)t;
57 - (void) visit:(ANTLRCommonTree *)t Parent:(ANTLRCommonTree *)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)labels;
118 - (void) visit:(ANTLRCommonTree *)t Type:(NSInteger)ttype Visitor:(ANTLRVisitor *)visitor;
124 - (void)visit:(ANTLRCommonTree *)t Pattern:(NSString *)pattern Visitor:(ANTLRVisitor *)visitor;
/external/eigen/Eigen/src/Core/
H A DVisitor.h77 void DenseBase<Derived>::visit(Visitor& visitor) const function in class:Eigen::DenseBase
178 this->visit(minVisitor);
196 this->visit(minVisitor);
212 this->visit(maxVisitor);
230 this->visit(maxVisitor);
/external/chromium_org/chrome/browser/sync/glue/
H A Dtyped_url_model_associator.cc30 // the size under control we limit the visit array.
42 for (history::VisitVector::const_iterator visit = visits.begin();
43 visit != visits.end(); ++visit) {
44 if (visit != visits.begin()) {
49 if (previous_visit_time == visit->visit_time.ToInternalValue())
50 DVLOG(1) << "Duplicate visit time encountered";
51 else if (previous_visit_time > visit->visit_time.ToInternalValue())
55 previous_visit_time = visit->visit_time.ToInternalValue();
92 // visit D
[all...]

Completed in 3489 milliseconds

1234567891011>>