HomeSort by relevance Sort by last modified time
    Searched full:visited (Results 201 - 225 of 1130) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/clang/docs/
doxygen.css 54 A.qindex:visited {
75 A.qindexHL:visited {
80 A.code:visited { text-decoration: none; font-weight: normal; color: #0000FF}
82 A.codeRef:visited { font-weight: normal; color: #0000FF}
299 a:visited {
345 A:visited {
  /external/javassist/src/main/javassist/bytecode/
StackMap.java 154 * is visited.
162 * is visited.
170 * visited.
206 * <code>Uninitialized_variable_info</code>) is visited.
212 * is visited.
218 * is visited.
  /external/llvm/docs/
doxygen.css 54 A.qindex:visited {
75 A.qindexHL:visited {
80 A.code:visited { text-decoration: none; font-weight: normal; color: #0000FF}
82 A.codeRef:visited { font-weight: normal; color: #0000FF}
299 a:visited {
345 A:visited {
  /external/llvm/unittests/ADT/
DenseMapTest.cpp 259 bool visited[100]; local
264 visited[i] = false;
273 visited[visitedIndex[it->first]] = true;
275 // Ensure every number was visited.
277 ASSERT_TRUE(visited[i]) << "Entry #" << i << " was never visited";
  /dalvik/vm/alloc/
HeapBitmap.cpp 125 * pointer to an address not yet visited by the traversal. If the
127 * address will be visited by the traversal. If the callback sets a
129 * visited.
  /external/chromium_org/chrome/renderer/resources/extensions/
searchbox_api.js 45 // This method is restricted to chrome-search://most-visited pages by
132 // This method is restricted to chrome-search://most-visited pages by
138 // This method is restricted to chrome-search://most-visited pages by
  /external/llvm/lib/Analysis/
CaptureTracking.cpp 85 SmallSet<Use*, Threshold> Visited;
97 Visited.insert(U);
152 if (Visited.insert(U))
  /external/llvm/lib/Transforms/ObjCARC/
ProvenanceAnalysis.cpp 76 SmallPtrSet<const Value *, 8> Visited;
79 Visited.insert(P);
98 if (Visited.insert(Ur))
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
sbitmap.h 105 /* The words currently visited. */
128 to the index of the bit to be visited. Otherwise, return
165 iteration, N is set to the index of the bit being visited. ITER is
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
sbitmap.h 105 /* The words currently visited. */
128 to the index of the bit to be visited. Otherwise, return
165 iteration, N is set to the index of the bit being visited. ITER is
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
sbitmap.h 105 /* The words currently visited. */
128 to the index of the bit to be visited. Otherwise, return
165 iteration, N is set to the index of the bit being visited. ITER is
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
sbitmap.h 105 /* The words currently visited. */
128 to the index of the bit to be visited. Otherwise, return
165 iteration, N is set to the index of the bit being visited. ITER is
  /art/runtime/verifier/
instruction_flags.h 115 // The instruction has been visited and unless IsChanged() verified.
  /dalvik/vm/analysis/
VerifySubs.h 30 * Visited: verifier has examined this instruction at least once
  /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.

Completed in 2268 milliseconds

1 2 3 4 5 6 7 891011>>