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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/sync/resources/
gaia_login.css 12 a:visited {
  /external/chromium/chrome/common/
thumbnail_score.h 61 // For the most visited view, we'll sometimes get thumbnails for URLs in the
  /external/chromium/net/http/
http_response_info.h 47 // when reloading previously visited pages (without going over the network).
  /external/clang/include/clang/Analysis/Analyses/
PostOrderCFGView.h 64 /// This method is for tracking visited blocks in the main threadsafety
  /external/clang/include/clang/Sema/
AnalysisBasedWarnings.h 50 enum VisitFlag { NotVisited = 0, Visited = 1, Pending = 2 };
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
FunctionSummary.h 36 /// Marks the IDs of the basic blocks visited during the analyzes.
  /external/clang/lib/StaticAnalyzer/Core/
BlockCounter.cpp 11 // the number of times a given block has been visited along a path
  /external/clang/test/Analysis/
dead-stores.m 46 // because the compound statement for the @synchronized was being visited
  /external/llvm/include/llvm/Analysis/
DominatorInternals.h 66 // First time we visited this BB?
92 // Visit the successor next, if it isn't already visited.
116 SmallPtrSet<typename GraphT::NodeType*, 32> Visited;
128 if (Visited.insert(VAncestor) && VInfo.Parent >= LastLinked) {
  /external/llvm/unittests/ADT/
SCCIteratorTest.cpp 167 /// yet been visited.
193 // Remove that child - it has been visited. This is the increment!
326 // SCC S2, then S1 is visited *after* S2. This means that the set
328 // union of this SCC and all previously visited SCC's.
  /external/proguard/src/proguard/classfile/visitor/
MemberAccessFilter.java 28 * <code>MemberVisitor</code>, but only when the visited member has the proper
  /external/proguard/src/proguard/shrink/
InterfaceUsageMarker.java 32 * classes that are being used in the visited class.
  /external/v8/src/
hydrogen-instructions.cc     [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontUtilsChromiumWin.h 76 // at the start-up if recently visited page list includes pages with complex
  /external/webkit/Tools/DumpRenderTree/mac/
HistoryDelegate.mm 78 printf("Asked to populate visited links for WebView \"%s\"\n", [[[NSURL URLWithString:[webView mainFrameURL]] _drt_descriptionSuitableForTestResult] UTF8String]);
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-pseudo/
webkit 100 visited
  /frameworks/base/docs/html/
index.jd 60 <p>The most visited store in the world for Android apps. Cloud-connected and always synced, it's never been easier for users to find and download your apps.</p>
  /packages/apps/Browser/res/values/
dimensions.xml 40 <!-- For the most visited page (we use px as these are adjusted by the browser) -->
  /dalvik/dx/src/com/android/dx/ssa/
Dominators.java 121 HashSet<SsaBasicBlock> visited = new HashSet<SsaBasicBlock>(); local
132 if (visited.add(vAncestor) && vabbInfo.ancestor != null) {
  /dalvik/vm/analysis/
CodeVerify.h 247 * Visited?
261 * Visited or changed?
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
FASerializer.java 40 * which states we've visited. Make a new set every time you start
137 return; // already visited this node
  /external/chromium/chrome/browser/
jumplist_win.cc 434 // We allocate 60% of the given JumpList slots to "most-visited" items
437 // we give the remaining slots to "most-visited" items.
448 // Update the "Most Visited" category of the JumpList.
488 // * a ShellLinkItemList that contains the items of the "Most Visited"
517 // Items in the "Most Visited" category of the application JumpList.
534 // Create temporary icon files for shortcuts in the "Most Visited" category.
622 // Send a query to HistoryService and retrieve the "Most Visited" pages.
708 // the URL as our "Most Visited" page does.
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
Dominators.java 121 HashSet<SsaBasicBlock> visited = new HashSet<SsaBasicBlock>(); local
132 if (visited.add(vAncestor) && vabbInfo.ancestor != null) {
  /external/javassist/src/main/javassist/bytecode/
CodeAnalyzer.java 34 * d == 0: not visited
36 * d < 0: not visited. the initial depth (before execution) is 1 - d.
  /external/nist-sip/java/gov/nist/javax/sip/header/
HeaderFactoryExt.java 160 * P-Visited-Network-ID header
161 * @return newly created P-Visited-Network-ID header

Completed in 2121 milliseconds

1 2 3 4 5 6 7 8 91011>>