/external/llvm/lib/Transforms/Scalar/ |
StructurizeCFG.cpp | 170 BBSet Visited; 291 if (Visited.count(Exit)) 302 if (Visited.count(Succ)) 378 if (Visited.count(*PI)) { 383 if (Visited.count(Other) && !Loops.count(Other) && 410 if (Visited.count(Entry)) 427 // Reset the visited nodes 428 Visited.clear(); 437 Visited.insert((*OI)->getEntry()); 717 Visited.insert(Node->getEntry()) [all...] |
/external/clang/lib/Analysis/ |
ReachableCode.cpp | 30 llvm::BitVector Visited; 41 : Visited(reachable.size()), 59 if (Reachable[blockID] || Visited[blockID]) 61 Visited[blockID] = true; 72 if (Visited[blockID]) { 78 Visited[blockID] = true;
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
VirtualCallChecker.cpp | 41 // body has not been visited yet. 43 // body has been visited. 47 visited. */ 49 worklist, and the body has been visited. */ 52 /// A DenseMap that records visited states of FunctionDecls. 55 /// The CallExpr whose body is currently being visited. This is used for
|
/external/llvm/lib/Transforms/ObjCARC/ |
DependencyAnalysis.cpp | 209 SmallPtrSet<const BasicBlock *, 4> &Visited, 231 if (Visited.insert(PredBB)) 246 // visited. If not, insert a sentinal indicating that most optimizations are 248 for (SmallPtrSet<const BasicBlock *, 4>::const_iterator I = Visited.begin(), 249 E = Visited.end(); I != E; ++I) { 256 if (Succ != StartBB && !Visited.count(Succ)) {
|
/external/chromium_org/cc/layers/ |
draw_properties.h | 111 // layer will be visited while computing draw properties has been determined. 114 // If this layer is visited out of order, its contribution to the descendant
|
/external/chromium_org/chrome/browser/autocomplete/ |
history_quick_provider.cc | 154 // * the user visited the URL before (intranet or internet). 155 // * it's a URL on a host that user visited before and this 164 // is a bare intranet hostname that has been visited before, we 171 // We visited this URL before. 173 // HistoryURLProvider gives visited what-you-typed URLs a high score. 183 // Not visited, but we've seen the host before. 214 // visited URLs to beat out any longer URLs, no matter how frequently 215 // they're visited.) The strength of this last reduction depends on the
|
/external/chromium_org/chrome/browser/safe_browsing/ |
browser_features.h | 33 // Number of times URL was visited more than 24h ago. 41 // Boolean feature which is true if the host was visited for the first
|
/external/chromium_org/chrome/browser/web_resource/ |
notification_promo_mobile_ntp.h | 59 // The short text of the promotion (e.g. for Most Visited and Open Tabs). 73 // True if the promo should be shown on Most Visited pane.
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
VisitedLinkState.cpp | 94 // visited. It is useful to check this explicitly so that visited
|
/external/openfst/src/include/fst/ |
invert.h | 73 // where v = # of states visited, e = # of arcs visited. Constant
|
project.h | 93 // where v = # of states visited, e = # of arcs visited. Constant
|
/external/proguard/src/proguard/classfile/visitor/ |
MethodImplementationTraveler.java | 28 * travel to all concrete and abstract implementations of the visited methods 47 * visited methods.
|
SimilarMemberVisitor.java | 27 * visit all members that have the same name and type as the visited methods 46 * the visited class members.
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
project.h | 75 // where v = # of states visited, e = # of arcs visited. Constant
|
/external/valgrind/main/coregrind/ |
m_sparsewa.c | 377 LevelN* visited[_3_or_7]; local 391 visited[nVisited] = levelN; 420 vg_assert(visited[nVisited]->child[ visitedIx[nVisited] ]); 421 visited[nVisited]->child[ visitedIx[nVisited] ] = NULL; 422 visited[nVisited]->nInUse--; 423 vg_assert(visited[nVisited]->nInUse >= 0); 424 if (visited[nVisited]->nInUse > 0) 426 swa->dealloc(visited[nVisited]);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/ |
visitor.py | 25 child nodes are visited during a preorder walk. (It can't control 66 """Prints examples of the nodes that aren't visited
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/ |
visitor.py | 25 child nodes are visited during a preorder walk. (It can't control 66 """Prints examples of the nodes that aren't visited
|
/external/chromium/chrome/browser/autocomplete/ |
history_quick_provider.h | 25 // results from recently or frequently visited sites in the profile's
|
/external/chromium/chrome/browser/history/ |
page_usage_data.h | 19 // A per domain usage data structure to compute and manage most visited
|
/external/chromium/chrome/browser/resources/gpu_internals/ |
tab_control.css | 56 .tab-control .tab-button:visited,
|
/external/chromium/chrome/common/safe_browsing/ |
csd.proto | 19 // URL that the client visited. The CGI parameters are stripped by the
|
/external/chromium_org/chrome/browser/history/ |
top_sites.h | 32 // Interface for TopSites, which stores the data for the top "most visited" 33 // sites. This includes a cache of the most visited data from history, as well 65 // Returns a list of most visited URLs via a callback, if 153 // thumbnail next time it's visited. If there is already a non-forced URL
|
/external/chromium_org/chrome/browser/resources/local_ntp/ |
most_visited_util.js | 7 * @fileoverview Utilities for rendering most visited thumbnails and titles. 79 * Creates a new most visited link element. 130 * Decodes most visited styles from URL parameters. 135 * @param {boolean} isTitle if the style is for the Most Visited Title.
|
/external/chromium_org/chrome/browser/resources/net_export/ |
net_export.html | 39 visited, cookies, and credentials from when logging started to when
|
/external/chromium_org/chrome/browser/ui/webui/ |
metrics_handler.h | 16 // Most Visited or Bookmark the user clicked on, as we don't get that
|