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

<<21222324252627282930>>

  /external/chromium/net/disk_cache/
backend_impl.cc 1578 std::set<CacheAddr> visited; local
    [all...]
  /external/chromium_org/chrome/browser/automation/
automation_provider_observers.cc 1910 const history::MostVisitedURL& visited = visited_list[i]; local
    [all...]
  /external/chromium_org/net/disk_cache/
backend_impl.cc 1510 std::set<CacheAddr> visited; local
    [all...]
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h 133 /// are still visited, and the patterns of partial specializations
134 /// are visited separately. This behavior can be changed by
137 /// instantiations will be visited at the same time as the pattern
    [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h 137 /// are still visited, and the patterns of partial specializations
138 /// are visited separately. This behavior can be changed by
141 /// instantiations will be visited at the same time as the pattern
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 87 DenseSet<const GlobalVariable *> &Visited,
89 // Have we already visited this one?
90 if (Visited.count(GV))
108 VisitGlobalVariableForEmission(*I, Order, Visited, Visiting);
112 Visited.insert(GV);
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 540 SmallPtrSet<Value*, 8> Visited; // For sanity checking the iteration scheme.
555 assert(Visited.insert(Op) && "Not first visit!");
565 assert(Visited.insert(Op) && "Not first visit!");
577 assert(Visited.count(Op) && "In leaf map but not visited!");
    [all...]
  /dalvik/vm/compiler/codegen/x86/
CodegenInterface.cpp     [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/chromium_org/chrome/browser/history/
history_backend.h 191 // Request the |result_count| most visited URLs and the chain of
431 // Finds the URLs visited at |times| and expires all their visits within
    [all...]
  /external/chromium_org/v8/src/
array.js 34 // Global list of arrays visited during toString, toLocaleString and
125 // visited arrays.
187 // Make sure to remove the last element of the visited array no
    [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 869 SmallPtrSet<Value *, 4> Visited;
870 Visited.insert(V);
886 } while (Visited.insert(V));
    [all...]
  /external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp 479 VisitedTy Visited;
484 I = df_ext_begin(*SuccI, Visited), E = df_ext_end(*SuccI, Visited);
    [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...]
  /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/chromium_org/chrome/browser/autocomplete/
zero_suggest_provider.cc 409 // Show Most Visited results after ZeroSuggest response is received.

Completed in 902 milliseconds

<<21222324252627282930>>