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

<<11121314151617181920>>

  /external/chromium/net/disk_cache/
backend_impl.cc 1572 std::set<CacheAddr> visited; local
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 483 llvm::DenseMap<const RegionCluster*, unsigned> Visited;
518 return (bool) Visited[&getCluster(R->getBaseRegion())];
548 if (unsigned &visited = Visited[&C])
551 visited = 1;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java 1404 HashSet<Node> visited = new HashSet<Node>(); local
1769 HashSet<String> visited = new HashSet<String>(); local
    [all...]
  /external/chromium/chrome/browser/history/
top_sites_unittest.cc 385 // Helper function for appending a URL to a vector of "most visited" URLs,
490 // Save our most visited data containing that one site.
722 // Add google twice so that it becomes the first visited site.
    [all...]
text_database.cc 34 // time Time the corresponding FTS entry was visited.
visit_database.cc 444 // be visited. The same query can be executed by using >= and < operator.
  /external/llvm/lib/Analysis/
InlineCost.cpp 777 SmallPtrSet<Value *, 4> Visited;
778 Visited.insert(V);
794 } while (Visited.insert(V));
    [all...]
  /external/v8/src/
array.js 34 // Global list of arrays visited during toString, toLocaleString and
126 // visited arrays.
188 // Make sure to remove the last element of the visited array no
    [all...]
bootstrapper.cc 213 UNVISITED, VISITED, INSTALLED
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/design/
default.scss 154 a:visited {
  /dalvik/vm/compiler/
Frontend.cpp     [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Interpreter.java 210 /** Fill a list of all NFA states visited during the parse */
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemVariable.java 473 * @return true if the children of the object should be visited.
  /external/chromium/chrome/browser/tab_contents/
thumbnail_generator.cc 45 // "Most visited" section of the new tab page. The service can be started
  /external/chromium/chrome/browser/ui/
browser_window.h 272 // showing how many times that URL has been visited is added to the page info.
  /external/chromium/chrome/browser/ui/cocoa/
history_menu_bridge.mm 40 // Number of days to consider when getting the number of most visited items.
  /external/chromium/chrome/common/
render_messages.h 151 // History system notification that the visited link database has been
  /external/clang/test/Index/
properties-class-extensions.m 1 // Test that @properties within class extensions are visited by
  /external/icu4c/common/
resbund.cpp 133 * indicating whether or not a file has been visited. These caches
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
StructuralWhitespaceStripper.java 139 * when as visit the nodes (ie, this mode can be aborted and any visited whitespace will be left
  /external/llvm/lib/CodeGen/
LiveRangeCalc.h 37 /// Seen - Bit vector of active entries in LiveOut, also used as a visited
  /external/proguard/src/proguard/classfile/util/
ClassReferenceInitializer.java 75 * of all visited class files, optionally printing warnings if some classes
InstructionSequenceMatcher.java 32 * occurs in the instructions that are visited. The arguments of the
  /external/smali/util/src/main/java/ds/tree/
RadixTreeImpl.java 324 * @param key The key that need to be visited
  /external/webkit/Source/WebCore/inspector/
InspectorCSSAgent.cpp 196 RefPtr<CSSComputedStyleDeclaration> computedStyleInfo = computedStyle(element, true); // Support the viewing of :visited information in computed style.

Completed in 623 milliseconds

<<11121314151617181920>>