HomeSort by relevance Sort by last modified time
    Searched full:visited (Results 151 - 175 of 781) sorted by null

1 2 3 4 5 67 8 91011>>

  /development/tools/mkstubs/src/com/android/mkstubs/stubber/
ClassStubber.java 27 * A class visitor that generates stubs for all methods of the visited class.
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
ITreeVisitorAction.cs 46 * visited if using TreeVisitor.visit().
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
ITreeVisitorAction.cs 48 * visited if using TreeVisitor.visit().
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeVisitorAction.java 38 * visited if using TreeVisitor.visit().
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTreeVisitorAction.h 46 * visited if using TreeVisitor.visit().
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTreeVisitorAction.h 46 * visited if using TreeVisitor.visit().
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTreeVisitorAction.h 46 * visited if using TreeVisitor.visit().
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreeVisitorAction.h 46 * visited if using TreeVisitor.visit().
ANTLRTreeVisitorAction.m 52 * visited if using TreeVisitor.visit().
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarSanity.java 44 * visited to track infinite recursion.
84 * The visitedStates tracks visited states within a single rule so
113 System.out.println("already visited "+refRuleDef+", calling from "+
121 // must visit if not already visited; send new visitedStates set
  /external/apache-xml/src/main/java/org/apache/xalan/extensions/
ExpressionVisitor.java 58 * @param func The function currently being visited.
  /external/bzip2/
bzip.css 13 a, a:link, a:visited, a:active { color: #336699; }
  /external/chromium/chrome/browser/autocomplete/
history_contents_provider.h 17 // the contents (body and/or title) of previously visited pages.
  /external/chromium/chrome/browser/history/
history_indexer.idl 20 // |time| - The last time at which user visited the page. The time is in UTC.
visitsegment_database.h 20 // Tracks pages used for the most visited view.
  /external/chromium/chrome/browser/ui/cocoa/
history_menu_bridge.h 114 kMostVisitedSeparator = 400, // Separator before most visited section.
115 kMostVisitedTitle = 401, // Title of the most visited section.
116 kMostVisited = 420, // Used for all entries in the most visited section.
173 // most recently-visited sites.
  /external/clang/include/clang/AST/
ParentMap.h 29 /// visited and updated or inserted but not the parents of S.
  /external/llvm/lib/CodeGen/
ScheduleDAG.cpp 443 Visited.resize(DAGSize);
468 Visited.reset();
472 Shift(Visited, LowerBound, UpperBound);
495 Visited.set(SU->NodeNum);
503 if (!Visited.test(s) && Node2Index[s] < UpperBound) {
512 void ScheduleDAGTopologicalSort::Shift(BitVector& Visited, int LowerBound,
521 if (Visited.test(w)) {
523 Visited.reset(w);
562 Visited.reset();
  /external/proguard/src/proguard/classfile/attribute/annotation/visitor/
AnnotationTypeFilter.java 30 * <code>AnnotationVisitor</code>, but only when the visited annotation has
  /external/proguard/src/proguard/classfile/attribute/visitor/
AllAttributeVisitor.java 60 * visited too.
  /external/proguard/src/proguard/classfile/visitor/
ClassNameFilter.java 30 * <code>ClassVisitor</code>, but only when the visited class has a name that
ClassPresenceFilter.java 28 * the visited class file is present in a given <code>ClassPool</code> or not.
MemberClassAccessFilter.java 28 * <code>MemberVisitor</code>, but only when the visited member is accessible
MemberDescriptorFilter.java 29 * <code>MemberVisitor</code>, but only when the visited member
MemberNameFilter.java 29 * <code>MemberVisitor</code>, but only when the visited member

Completed in 948 milliseconds

1 2 3 4 5 67 8 91011>>