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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/webui/ntp/
ntp_stats.h 10 // Suggested pane and the Most Visited pane. This is also defined in new_tab.js.
  /external/chromium_org/sync/protocol/
favicon_tracking_specifics.proto 19 // The last time a page using this favicon was visited (in milliseconds
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/hosted/
sunspider.css 19 :visited { color: #5113A1 }
  /external/proguard/src/proguard/optimize/peephole/
BranchTargetFinder.java 83 * CodeAttribute that was visited most recently.
93 * any kind in the CodeAttribute that was visited most recently.
107 * branch instruction in the CodeAttribute that was visited most recently.
117 * branch instruction in the CodeAttribute that was visited most recently.
127 * definite branch instruction in the CodeAttribute that was visited most
138 * exception try block in the CodeAttribute that was visited most recently.
148 * exception try block in the CodeAttribute that was visited most recently.
158 * exception catch block in the CodeAttribute that was visited most recently.
168 * invocation in the CodeAttribute that was visited most recently.
178 * subroutine in the CodeAttribute that was visited most recently
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
UnreachableCodeChecker.cpp 10 // path-sensitive analysis. We mark any path visited, and then walk the CFG as a
11 // post-analysis to determine what was never visited.
47 CFGBlocksSet &visited);
56 CFGBlocksSet reachable, visited; local
108 if (!visited.count(CB->getBlockID()))
109 FindUnreachableEntryPoints(CB, reachable, visited);
173 CFGBlocksSet &visited) {
174 visited.insert(CB->getBlockID());
182 if (!visited.count((*I)->getBlockID()))
183 // If we haven't previously visited the unreachable predecessor, recurs
    [all...]
  /dalvik/vm/analysis/
VfyBasicBlock.h 48 bool visited; /* block has been visited at least once */ member in struct:VfyBasicBlock
  /external/valgrind/main/docs/lib/
vg_basic.css 2 a, a:link, a:visited, a:active { color: #74240f; }
20 code a, code a:link, code a:visited, code a:active, code a:hover {
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
MachineProbe.java 49 Set<DFAState> visited = new HashSet<DFAState>(); local
50 return getAnyDFAPathToTarget(dfa.startState, targetState, visited);
54 DFAState targetState, Set<DFAState> visited) {
56 visited.add(startState);
65 if (!visited.contains(e.target)) {
67 (DFAState) e.target, targetState, visited);
  /external/chromium_org/chrome/browser/android/
most_visited_sites.cc 41 const history::MostVisitedURL& visited = visited_list[i]; local
43 if (visited.url.is_empty())
44 break; // This is the signal that there are no more real visited sites.
46 titles->push_back(visited.title);
47 urls->push_back(visited.url.spec());
184 // Most visited urls changed, query again.
  /external/chromium_org/chrome/browser/search/
instant_service.h 68 // Most visited item API.
71 // Most Visited item.
79 // Most Visited deletions.
88 // Invoked by the InstantController to update most visited items details for
141 // Called when we get new most visited items from TopSites, registered as an
146 // Notifies the observer about the last known most visited items.
  /external/llvm/unittests/ADT/
StringMapTest.cpp 161 bool visited[100]; local
168 visited[i] = false;
177 visited[it->second] = true;
180 // Ensure every number was visited.
182 ASSERT_TRUE(visited[i]) << "Entry #" << i << " was never visited";
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPIterator.java 27 * appear in the dump and is never visited by an iterator (that is, it is never
37 * beneath it in a depth first manner. The root node is not visited, the first
38 * visited node is a schema node. You can provide a schema name or property path
43 * and option flags for the node being visited. If the node is simple it also
44 * delivers the value. Qualifiers for this node are visited next. The fields of
45 * a struct or items of an array are visited after the qualifiers of the parent.
  /external/llvm/include/llvm/ADT/
PostOrderIterator.h 27 // visited nodes during the po_iterator's depth-first traversal.
29 // The default implementation simply contains a set of visited nodes, while
35 // those nodes won't be visited again. This is useful for restarting a
55 SetType Visited;
57 // Return true if edge destination should be visited.
60 return Visited.insert(To);
63 // Called after all children of BB have been visited.
71 SetType &Visited;
73 po_iterator_storage(SetType &VSet) : Visited(VSet) {}
74 po_iterator_storage(const po_iterator_storage &S) : Visited(S.Visited) {
    [all...]
  /external/clang/lib/Serialization/
ModuleManager.cpp 195 assert(State->NextState == 0 && "Visited state is in list?");
266 // stack (if it hasn't already been marked as visited).
274 // queue to be visited.
292 // index that is *not* in that set as 'visited'.
316 // behavior, we mark all of the reachable modules as having been visited.
320 // stack (if it hasn't already been marked as visited).
348 SmallVectorImpl<bool> &Visited) {
357 if (Visited[(*IM)->Index])
359 Visited[(*IM)->Index] = true;
361 if (visitDepthFirst(**IM, Visitor, UserData, Visited))
    [all...]
  /external/valgrind/main/auxprogs/
DotToScc.hs 106 (Set a, [a]) -> -- state: visited set,
114 search relation (visited, sequence) vertex
115 | utSetElementOf vertex visited = (visited, sequence )
116 | otherwise = (visited', vertex: sequence')
118 (visited', sequence')
120 (utSetUnion visited (utSetSingleton vertex), sequence)
128 (Set a, [Set a]) -> -- Current state: visited set,
136 search relation (visited, utSetSequence) vertex
137 | utSetElementOf vertex visited = (visited, utSetSequence
    [all...]
  /external/chromium/chrome/browser/resources/ntp/
most_visited.css 1 /* Most Visited */
3 #most-visited-maxiview {
238 #most-visited-maxiview {
257 #most-visited-settings {
272 html[dir=rtl] #most-visited-settings {
277 #most-visited:not(.collapsed) #most-visited-settings.has-blacklist {
  /external/chromium/chrome/browser/resources/
new_new_tab.html 155 <div class="maxiview" id="most-visited-maxiview"></div>
169 <div id="most-visited" class="section" section="THUMB">
174 <button id="most-visited-settings" i18n-content="restorethumbnails">
220 <button id="most-visited-button"
221 menu="#most-visited-menu">
252 <menu id="most-visited-menu"></menu>
307 initializeSection('most-visited', MENU_THUMB, Section.THUMB);
311 updateSimpleSection('most-visited', Section.THUMB);
316 setSectionMenuMode('most-visited', Section.THUMB, mostVisitedInitiallyMenu,
new_new_tab_theme.css 3 #most-visited-settings {
13 html[bookmarkbarattached='true'] #most-visited-settings {
100 :visited,
  /external/llvm/include/llvm/Analysis/
IntervalIterator.h 92 std::set<BasicBlock*> Visited;
134 // All of the intervals on the stack have been visited. Try visiting
168 if (Visited.count(Header)) return false;
171 Visited.insert(Header); // The header has now been visited!
197 if (Visited.count(NodeHeader)) { // Node already been visited?
217 Visited.insert(NodeHeader); // The node has now been visited!
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 218 bool SelectionDAG::setSubgraphColorHelper(SDNode *N, const char *Color, DenseSet<SDNode *> &visited,
231 unsigned oldSize = visited.size();
232 visited.insert(N);
233 if (visited.size() != oldSize) {
238 hit_limit = setSubgraphColorHelper(*i, Color, visited, level+1, printed) || hit_limit;
252 DenseSet<SDNode *> visited; local
254 if (setSubgraphColorHelper(N, Color, visited, 0, printed)) {
257 setSubgraphColorHelper(N, "blue", visited, 0, printed);
259 setSubgraphColorHelper(N, "green", visited, 0, printed);
  /external/llvm/lib/Analysis/
DominanceFrontier.cpp 47 SmallPtrSet<BasicBlock *, 32> visited; local
63 if (visited.count(currentBB) == 0) {
64 visited.insert(currentBB);
83 if (visited.count(childBB) == 0) {
90 // If all children are visited or there is any child then pop this block
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.js 37 // Vertically centers the most visited section for a non-Google provided page.
181 * True if the user initiated the current most visited change and false
249 * Minimum total padding to give to the left and right of the most visited
258 * The filename for a most visited iframe src which shows a page title.
266 * The filename for a most visited iframe src which shows a thumbnail image.
274 * The hex color for most visited tile elements.
282 * The font family for most visited tile elements.
290 * The font size for most visited tile elements.
298 * Hide most visited tiles for at most this many milliseconds while painting.
306 * A Tile is either a rendering of a Most Visited page or "filler" used t
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/api/history/showHistory/
typedUrls.js 35 // To look for history items visited in the last week,
53 // We need the url of the visited item to process the visit.
73 // times a user visited a URL by typing the address.
  /external/chromium_org/chrome/browser/history/
most_visited_tiles_experiment.cc 16 // Constants for the most visited tile placement field trial.
30 // Minimum number of Most Visited suggestions required in order for the Most
31 // Visited Field Trial to remove a URL already open in the browser.
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_prompt_controller.h 27 // visited URLs.
36 // When user visited the URL 10 times, we show the bookmark prompt.
39 // When user visited the URL 3 times last 24 hours, we show the bookmark

Completed in 734 milliseconds

1 23 4 5 6 7 8 91011>>