HomeSort by relevance Sort by last modified time
    Searched refs:visit (Results 126 - 150 of 445) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTreeWizard.h 41 // 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/
ANTLRTreeWizard.h 41 // 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/
ANTLRTreeWizard.h 41 // 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/
ANTLRTreeWizard.h 42 // 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/
Visitor.h 77 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);
  /prebuilts/tools/common/asm-tools/
asm-util-4.0.jar 
  /external/chromium_org/chrome/browser/sync/glue/
typed_url_model_associator.cc 29 // the size under control we limit the visit array.
43 for (history::VisitVector::const_iterator visit = visits.begin();
44 visit != visits.end(); ++visit) {
45 if (visit != visits.begin()) {
50 if (previous_visit_time == visit->visit_time.ToInternalValue())
51 DVLOG(1) << "Duplicate visit time encountered";
52 else if (previous_visit_time > visit->visit_time.ToInternalValue())
56 previous_visit_time = visit->visit_time.ToInternalValue();
93 // visit DB) the visit vector for a URL can be empty. If this happens, jus
    [all...]
  /external/chromium/chrome/browser/history/
text_database_manager_unittest.cc 44 // update the visit database to keep in sync.
203 // This does not supply a visit to update, this mode is used only by the unit
211 // First add one without a visit.
228 // Like InsertCompleteNoVisit but specifies a visit to update. We check that the
229 // visit was updated properly.
236 // First add a visit to a page. We can just make up a URL ID since there is
238 VisitRow visit; local
239 visit.url_id = 1;
240 visit.visit_time = Time::Now();
241 visit.referring_visit = 0
    [all...]
  /dalvik/hit/src/com/android/hit/
ArrayInstance.java 79 public final void visit(Set<Instance> resultSet, Filter filter) { method in class:ArrayInstance
99 * Spin through them all and visit them
121 instance.visit(resultSet, filter);
RootObj.java 84 public final void visit(Set<Instance> resultSet, Filter filter) { method in class:RootObj
  /development/tools/mkstubs/src/com/android/mkstubs/
FilterClassAdapter.java 45 public void visit(int version, int access, String name, String signature, method in class:FilterClassAdapter
49 super.visit(version, access, name, signature, superName, interfaces);
  /external/chromium_org/third_party/mesa/src/src/glsl/
lower_output_reads.cpp 52 virtual ir_visitor_status visit(class ir_dereference_variable *);
87 output_read_remover::visit(ir_dereference_variable *ir) function in class:output_read_remover
opt_array_splitting.cpp 103 virtual ir_visitor_status visit(ir_variable *);
104 virtual ir_visitor_status visit(ir_dereference_variable *);
147 ir_array_reference_visitor::visit(ir_variable *ir) function in class:ir_array_reference_visitor
158 ir_array_reference_visitor::visit(ir_dereference_variable *ir) function in class:ir_array_reference_visitor
opt_structure_splitting.cpp 92 virtual ir_visitor_status visit(ir_variable *);
93 virtual ir_visitor_status visit(ir_dereference_variable *);
127 ir_structure_reference_visitor::visit(ir_variable *ir) function in class:__anon15000::ir_structure_reference_visitor
138 ir_structure_reference_visitor::visit(ir_dereference_variable *ir) function in class:__anon15000::ir_structure_reference_visitor
  /external/mesa3d/src/glsl/
lower_output_reads.cpp 52 virtual ir_visitor_status visit(class ir_dereference_variable *);
87 output_read_remover::visit(ir_dereference_variable *ir) function in class:output_read_remover
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /development/tools/mkstubs/src/com/android/mkstubs/sourcer/
AnnotationSourcer.java 44 public void visit(String name, Object value) { method in class:AnnotationSourcer
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeFilter.java 39 subtree in our original tree? In what order should we visit nodes?
44 As we visit each node, we need to see if any of our patterns match. If
73 visit method. That method executes either a @m pre or @m post method
115 v.visit(t, actions);
  /external/chromium_org/third_party/angle_dx11/src/compiler/depgraph/
DependencyGraphBuilder.cpp 15 bool TDependencyGraphBuilder::visitAggregate(Visit visit, TIntermAggregate* intermAggregate)
94 bool TDependencyGraphBuilder::visitBinary(Visit visit, TIntermBinary* intermBinary)
176 bool TDependencyGraphBuilder::visitSelection(Visit visit, TIntermSelection* intermSelection)
197 bool TDependencyGraphBuilder::visitLoop(Visit visit, TIntermLoop* intermLoop)
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs_vector_splitting.cpp 89 virtual ir_visitor_status visit(ir_variable *);
90 virtual ir_visitor_status visit(ir_dereference_variable *);
138 ir_vector_reference_visitor::visit(ir_variable *ir) function in class:ir_vector_reference_visitor
149 ir_vector_reference_visitor::visit(ir_dereference_variable *ir) function in class:ir_vector_reference_visitor
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
sampler.cpp 57 virtual ir_visitor_status visit(ir_dereference_variable *ir) function in class:get_sampler_name
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
WorkList.h 87 virtual bool visit(const WorkListUnit &U) = 0;
  /external/emma/core/java12/com/vladium/jcd/cls/
InterfaceCollection.java 75 visitor.visit (this, ctx);
  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
ConstantValueAttribute_info.java 86 visitor.visit (this, ctx);
ExceptionsAttribute_info.java 73 visitor.visit (this, ctx);

Completed in 1196 milliseconds

1 2 3 4 56 7 8 91011>>