Searched refs:visit (Results 251 - 275 of 383) sorted by relevance

<<111213141516

/external/emma/core/java12/com/vladium/jcd/cls/
H A DAttributeCollection.java118 visitor.visit (this, ctx);
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
H A DCodeAttribute_info.java137 visitor.visit (this, ctx);
/external/llvm/include/llvm/Analysis/
H A DPtrUseVisitor.h44 /// \brief This class provides information about the result of a visit.
48 /// analysis and whether the visit completed or aborted early.
61 /// \brief Did we abort the visit early?
67 /// \brief Get the instruction causing the visit to abort.
77 /// \brief Mark the visit as aborted. Intended for use in a void return.
78 /// \param I The instruction which caused the visit to abort, if available.
91 /// \brief Mark the pointer as escaped, and the visit as aborted. Intended
94 /// visit, if available.
113 /// \brief A struct of the data needed to visit a particular use.
115 /// This is used to maintain a worklist fo to-visit use
[all...]
/external/mesa3d/src/glsl/
H A Dir_validate.cpp59 virtual ir_visitor_status visit(ir_variable *v);
60 virtual ir_visitor_status visit(ir_dereference_variable *ir);
84 ir_validate::visit(ir_dereference_variable *ir) function in class:ir_validate
500 ir_validate::visit(ir_variable *ir) function in class:ir_validate
/external/openfst/src/include/fst/
H A Dstate-reachable.h28 #include <fst/dfs-visit.h>
/external/chromium_org/chrome/browser/resources/history/
H A Dhistory.css385 .filter-status > div.blocked-visit-active {
437 .entry .visit-entry {
449 .entry .visit-entry,
460 html[dir='rtl'] .entry .visit-entry,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-starteam.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/chromium_org/chrome/browser/history/
H A Dhistory_backend.cc103 // The maximum number of top sites to track when recording top page visit stats.
307 return row.segment_id; // Found a visit in this change with a segment.
309 // Check the referrer of this visit, if any.
348 // Note also that we should still be updating the visit count for that segment
374 // Note: it is possible there is no segment ID set for this visit chain.
376 // TYPED. (For example GENERATED). In this case this visit doesn't count
383 // Set the segment in the visit.
401 // Will be filled with the URL ID and the visit ID of the last addition.
424 // Will be filled with the URL ID and the visit ID of the last addition.
485 // Update the segment for this visit
1235 const VisitRow visit = visits[i]; local
2677 NotifyVisitObservers(const VisitRow& visit) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/llvm/lib/Analysis/IPA/
H A DInlineCost.cpp111 void visit(Module *); void visit(Module &);
112 void visit(Function *); void visit(Function &);
113 void visit(BasicBlock *); void visit(BasicBlock &);
115 // Provide base case for our instruction visit.
118 // Our visit overrides.
902 // all of the per-instruction logic. The visit tree returns true if we
905 if (Base::visit(
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
H A Dwizard.rb95 wizard.visit(deep_node, '(MULT %n:NUMBER %v:.)') do |node, parent, local_index, labels|
361 visit( tree, type ) { | t, | nodes << t }
371 def visit( tree, what = nil, &block ) method in class:ANTLR3.AST.Wizard
372 block_given? or return enum_for( :visit, tree, what )
410 visit( tree, pattern.type ) do | tree, parent, child_index, labels |
/external/replicaisland/src/com/replica/replicaisland/
H A DCollisionSystem.java304 if (visitor.visit(mCollisionTiles[tileIndex], startPoint, endPoint,
376 if (visitor.visit(mCollisionTiles[tileIndex], startPoint, endPoint,
399 if (visitor.visit(mCollisionTiles[tileIndex], startPoint, endPoint,
591 * can be passed to executeRay(); the visit() function will be invoked for each tile touched by
592 * the ray until the traversal is completed or visit() returns false.
600 public abstract boolean visit(CollisionTile tile, Vector2 startPoint, Vector2 endPoint, method in class:CollisionSystem.TileVisitor
647 public boolean visit(CollisionTile tile, Vector2 startPoint, Vector2 endPoint, method in class:CollisionSystem.TileTestVisitor
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/chromium_org/third_party/WebKit/Source/platform/
H A DPODRedBlackTree.h104 virtual void visit(const T& data) = 0;
711 visitor->visit(node->data());
738 virtual void visit(const T&) { ++m_count; } function in class:blink::PODRedBlackTree::Counter
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_bb.cpp481 if (!visit(func))
488 if (!visit(bb))
493 if (!visit(insn))
/external/chromium_org/third_party/skia/src/core/
H A DSkPicture.cpp112 if (record.visit<bool>(i, tester)) {
202 record.visit<void>(i, counter);
212 if (record.visit<bool>(i, text)) {
/external/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp226 void visit(const ObjCImplementationDecl *D) const;
364 visit(const ObjCImplementationDecl *ImplD) const { function in class:__anon18195::IvarInvalidationCheckerImpl
738 Walker.visit(D);
/external/llvm/lib/Transforms/Instrumentation/
H A DDebugIR.cpp98 Remover.visit(&M);
126 visit(M);
177 visit(&M);
/external/llvm/utils/llvm-build/llvmbuild/
H A Dmain.py196 def visit(node, depth = 0): function in function:LLVMProjectInfo.print_tree
199 visit(c, depth + 1)
200 visit(self.component_info_map['$ROOT'])
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_bb.cpp481 if (!visit(func))
488 if (!visit(bb))
493 if (!visit(insn))
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DParseTreeTransforms.py846 self.visit(node.function)
871 self.visit(node)
1098 If any parallel directives were imported, copy them over and visit
1121 self.visit(node.function)
1145 newnode = self.visit(node.manager)
1153 body = self.visit(node.body)
1169 node.body = self.visit(node.body)
1174 self.visit(node.iterator)
1175 self.visit(node.target)
1198 self.visit(nod
1203 def visit(self, node): member in class:ParallelRangeTransform
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/asm/util/
H A DCheckClassAdapter.java122 * <tt>true</tt> if the visit method has been called.
261 public void visit( method in class:CheckClassAdapter
270 throw new IllegalStateException("visit must be called only once");
303 cv.visit(version, access, name, signature, superName, interfaces);
441 * Checks that the visit method has been called and that visitEnd has not
446 throw new IllegalStateException("Cannot visit member before visit has been called.");
449 throw new IllegalStateException("Cannot visit member after visitEnd has been called.");
H A DTraceClassVisitor.java178 public void visit( method in class:TraceClassVisitor
239 cv.visit(version, access, name, signature, superName, interfaces);
/external/openfst/src/include/fst/script/
H A Dinfo-impl.h29 #include <fst/dfs-visit.h>
36 #include <fst/visit.h>

Completed in 2953 milliseconds

<<111213141516