Searched
full:visited (Results
251 -
275 of
1130) sorted by null
<<11121314151617181920>>
/art/compiler/dex/ |
ssa_transformation.cc | 27 bb->visited = false; 33 if (bb->visited || bb->hidden) { 64 block->visited = true; 105 // Reset visited flags from all nodes 179 bb->visited = true; 191 new_bb->visited = true; 633 if (block->visited || block->hidden) { 636 block->visited = true;
|
/dalvik/vm/analysis/ |
Liveness.cpp | 92 * We continue until all blocks have been visited, and no block 93 * requires further attention ("visited" is set and "changed" is 109 * just hasn't been visited yet, we remember it but keep searching 115 * un-visited blocks from the tail end of the method). 129 } else if (!block->visited) { 140 assert(workBlock->changed || !workBlock->visited); 197 workBlock->visited = true; 230 if (!pred->visited)
|
/external/chromium/chrome/browser/ |
io_thread.h | 126 // speculative data about subresources of visited sites, and startup-time 159 // visited sites on about:net-internals/#dns and about:dns pages. Must be
|
/external/chromium/chrome/browser/visitedlink/ |
visitedlink_perftest.cc | 97 // check the table again, half of these URLs will be visited, the other half 104 // check URLs, doing half visited, half unvisited
|
/external/chromium/chrome/common/ |
visitedlink_common.h | 18 // A multiprocess-safe database of the visited links for the browser. There 39 // we consider it visited. Otherwise, it is unvisited. Note that it is possible
|
/external/chromium_org/cc/trees/ |
occlusion_tracker.h | 24 // front-to-back order. As each layer is visited, one of the methods in this 131 // we have visited all the layers within the surface, and we may perform any
|
/external/chromium_org/chrome/browser/autocomplete/ |
zero_suggest_provider.h | 144 // When the user is in the Most Visited field trial, we ask the TopSites 145 // service for the most visited URLs during Run(). It calls back to this
|
/external/chromium_org/chrome/browser/history/ |
top_sites_cache.h | 20 // TopSiteCache caches thumbnails for visited pages. Retrieving thumbnails from 153 // Generated from the redirects to and from the most visited pages. See
|
history_types.h | 46 typedef int64 SegmentID; // URL segments for the most visited view. 100 // The number of times this URL has been visited. This will often match the 178 // Total number of times this URL has been visited. 219 // and referrer information for one time a URL is visited. 441 // queries, if the URL was visited in the given time period, but has also 442 // been visited more recently than that, it will not be returned. When the 508 // Holds the per-URL information of the most visited query. 540 // The number of visits, as seen by the Most Visited NTP pane. 544 // The time when the page was last visited. 628 // Used when migrating most visited thumbnails out of history and into topsites [all...] |
/external/chromium_org/chrome/browser/resources/ntp_android/ |
mostvisited_tablet.css | 15 /* begin: rules to make most visited container stay at bottom */ 36 /* end: rules to make most visited container stay at bottom */
|
/external/chromium_org/chrome/common/favicon/ |
favicon_url_parser.cc | 124 // "chrome-search://favicon/size/16@2x/<renderer-id>/<most-visited-id>" 126 // "chrome-search://favicon/size/16@2x/<most-visited-item-with-given-id>".
|
/external/chromium_org/components/visitedlink/common/ |
visitedlink_common.h | 19 // A multiprocess-safe database of the visited links for the browser. There 40 // we consider it visited. Otherwise, it is unvisited. Note that it is possible
|
/external/chromium_org/components/visitedlink/test/ |
visitedlink_perftest.cc | 97 // check the table again, half of these URLs will be visited, the other half 104 // check URLs, doing half visited, half unvisited
|
/external/chromium_org/tools/grit/grit/testdata/ |
sidebar_h.html | 12 A:visited { COLOR: #551a8b} 20 .c:active, .c:visited, .c:link { COLOR: #6f6f6f}
|
/external/clang/www/analyzer/ |
content.css | 103 #collapsetree, #collapsetree a:link, #collapsetree li a:link, #collapsetree a:visited, #collapsetree li a:visited{color:#000;text-decoration:none}
|
/external/openfst/src/include/fst/ |
union.h | 128 // where vi = # of states visited and ei = # of arcs visited of the
|
/external/proguard/src/proguard/classfile/util/ |
ClassSuperHierarchyInitializer.java | 32 * Visited library classes get direct references to their superclasses and 55 * hierarchy of all visited class files, optionally printing warnings if
|
MethodLinker.java | 30 * hierarchies of all visited classes. Visited classes are typically all class
|
/external/proguard/src/proguard/optimize/peephole/ |
ReachableCodeMarker.java | 50 * the CodeAttribute that was visited most recently. 60 * reachable in the CodeAttribute that was visited most recently.
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
concat.h | 101 // where vi = # of states visited and ei = # of arcs visited of the
|
union.h | 103 // where vi = # of states visited and ei = # of arcs visited of the
|
rmepsilon.h | 127 vector<bool> visited_; // '[i] = true' if state 'i' has been visited 128 slist<StateId> visited_states_; // List of visited states 281 // where V = # of states visited, E = # of arcs. 418 // where v = # of states visited, e = # of arcs visited. Constant time
|
/packages/apps/Browser/src/com/android/browser/ |
PreloadController.java | 83 // Clear history of all previously visited pages. When the 96 // Clear history of all previously visited pages. When the
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/ |
ElementDescriptor.java | 401 Set<ElementDescriptor> visited) { 402 if (recursive && visited == null) { 403 visited = new HashSet<ElementDescriptor>(); 412 if (visited != null) { 413 visited.add(this); 418 if (visited != null) { 419 if (!visited.add(e)) { // Set.add() returns false if element is already present 424 recursive, visited);
|
/external/llvm/lib/Analysis/ |
PathNumbering.cpp | 327 // not yet visited? 369 // we have already visited this node 422 // visited node and forward edge 425 // visited node and back edge 430 // not visited node and forward edge
|
Completed in 298 milliseconds
<<11121314151617181920>>