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

<<11121314151617181920>>

  /dalvik/dx/src/com/android/dx/ssa/
SsaMethod.java 755 BitSet visited = new BitSet(blocks.size()); local
774 if (!visited.get(cur.getIndex())) {
782 visited.set(cur.getIndex());
796 BitSet visited = new BitSet(getBlocks().size()); local
805 if (!visited.get(cur.getIndex())) {
811 visited.set(cur.getIndex());
  /external/chromium/chrome/browser/resources/ntp/
most_visited.js 109 $('most-visited-settings').classList.add('has-blacklist');
111 $('most-visited-settings').classList.remove('has-blacklist');
156 // Replace old item with new item in the most visited data array.
476 // The position of the item is relative to #most-visited so we need to
628 this.menu, 'most-visited', MENU_THUMB, Section.THUMB);
651 * Allow blacklisting most visited site using the keyboard.
  /external/chromium/chrome/browser/visitedlink/
visitedlink_unittest.cc 85 // Initializes the visited link objects. Pass in the size that you want a
91 // Initialize the visited link system.
371 // initialize the visited link DB.
376 // Initialize the visited link DB. Since the visited links file doesn't exist
380 // While the table is rebuilding, add the rest of the URLs to the visited
visitedlink_master.cc 41 // the signature at the beginning of the URL table = "VLnk" (visited links)
402 // If allowed, notify listener that a new visited link was added.
471 // won't be marked visited.
596 // not complete, leaving us with an empty but valid visited link database.
662 *filename = profile_dir.Append(FILE_PATH_LITERAL("Visited Links"));
838 DLOG(WARNING) << "Attempted to rebuild visited link table, but couldn't "
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
history_quick_provider_unittest.cc 477 // If the user enters a hostname (no path) that he/she has visited
495 // If the user enters a hostname of a host that he/she has visited
496 // but never visited the root page of, we should make sure that all
518 // If the user enters a hostname + path that he/she has not visited
519 // before (but visited other things on the host), we can allow
526 // If the user enters a hostname + path that he/she has visited
  /external/chromium_org/components/visitedlink/test/
visitedlink_unittest.cc 140 // Initializes the visited link objects. Pass in the size that you want a
146 // Initialize the visited link system.
406 // initialize the visited link DB.
411 // Initialize the visited link DB. Since the visited links file doesn't exist
415 // While the table is rebuilding, add the rest of the URLs to the visited
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaMethod.java 756 BitSet visited = new BitSet(blocks.size()); local
775 if (!visited.get(cur.getIndex())) {
783 visited.set(cur.getIndex());
797 BitSet visited = new BitSet(getBlocks().size()); local
806 if (!visited.get(cur.getIndex())) {
812 visited.set(cur.getIndex());
  /external/javassist/src/main/javassist/bytecode/
StackMapTable.java 184 * Invoked when the next entry of the stack map frames is visited.
223 * Invoked if the visited frame is a <code>same_frame</code> or
254 * Invoked if the visited frame is a <code>same_locals_1_stack_item_frame</code>
269 * Invoked if the visited frame is a <code>chop_frame</code>.
301 * Invoked if the visited frame is a <code>append_frame</code>.
327 * Invoked if the visited frame is <code>full_frame</code>.
  /external/zlib/src/examples/
enough.c 10 Prune examine() search on previously visited states
67 are remembered and previously visited branches are pruned. The memory
77 codes of root bits or less in length.) Third, the visited states in the
150 /* The array for tracking visited states, done[], is itself indexed identically
155 element is simply one bit indicating whether the state has been visited or
157 vector is of a variable size, and grows as needed to accommodate the visited
  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp 93 SmallPtrSet<const Value*, 16> Visited;
104 if (!Visited.insert(V))
355 // Defs are pushed in the order they are visited and never reordered.
557 SmallPtrSet<const SUnit*, 16> &Visited) {
561 // Remember visited nodes.
562 if (!Visited.insert(SUb))
592 iterateChainSucc (AA, MFI, SUa, I->getSUnit(), ExitSU, Depth, Visited);
606 SmallPtrSet<const SUnit*, 16> Visited;
619 // Keep track of visited nodes.
624 ExitSU, &Depth, Visited);
    [all...]
  /external/chromium/chrome/browser/history/
history_types.h 44 typedef int64 SegmentID; // URL segments for the most visited view.
146 // Total number of times this URL has been visited.
186 // and referrer information for one time a URL is visited.
483 // queries, if the URL was visited in the given time period, but has also been
484 // visited more recently than that, it will not be returned. When the text
538 // Holds the per-URL information of the most visited query.
633 // Used when migrating most visited thumbnails out of history and into topsites.
  /external/chromium/chrome/common/extensions/docs/css/
ApiRefStyles.css 62 a:visited {
453 .deprecated,.deprecated *,.deprecated a:link,.deprecated a:hover,.deprecated a:visited {
593 .hidden,.hidden *,#skipto,#skipto *,#skipto a,#skipto a:hover,#skipto a:visited {
603 #skipto,#skipto *,#skipto a,#skipto a:hover,#skipto a:visited {
708 a.leftNavSelected,.leftNavSelected a,a.leftNavSelected:visited,.leftNavSelected a:visited {
713 #gc-topnav a.leftNavSelected,#gc-topnav a.leftNavSelected:visited {
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3collections.c     [all...]
  /external/chromium_org/chrome/renderer/searchbox/
searchbox_extension.cc 145 // most visited data to pages with origin chrome-search://most-visited and
354 // Deletes a Most Visited item.
365 // Gets Most Visited Items.
369 // Gets the raw data for a most visited item including its raw URL.
371 // chrome-search://most-visited can call this function.
407 // Logs an impression on one of the Most Visited tile on the NTP.
430 // Undoes the deletion of all Most Visited itens.
434 // Undoes the deletion of a Most Visited item.
    [all...]
  /external/chromium_org/chrome/browser/download/
download_target_determiner.cc 45 // single bool. A host is considered visited before if prior visible visits were
506 // I.e. having visited a referrer only lowers a file's danger level.
526 // If the danger level doesn't depend on having visited the refererrer URL
528 // is invalid, then assume the referrer has not been visited before.
756 // hosting page has been visited before today.
  /external/chromium_org/chrome/browser/
jumplist_win.cc 419 // We allocate 60% of the given JumpList slots to "most-visited" items
422 // we give the remaining slots to "most-visited" items.
433 // Update the "Most Visited" category of the JumpList.
524 // Most visited urls changed, query again.
742 // Create temporary icon files for shortcuts in the "Most Visited" category.
  /external/openfst/src/include/fst/
rmepsilon.h 144 vector<bool> visited_; // '[i] = true' if state 'i' has been visited
145 slist<StateId> visited_states_; // List of visited states
342 // where V = # of states visited, E = # of arcs.
512 // where v = # of states visited, e = # of arcs visited. Constant time
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DOTGenerator.java 51 * which states we've visited. Make a new set every time you start
115 return; // already visited this node
165 return; // already visited this node
  /external/chromium/chrome/browser/resources/
new_new_tab.css 26 /* We start out hidden to prevent glitchiness as the app and most visited
56 :visited,
192 .item:visited,
  /external/chromium/chrome/browser/search_engines/
template_url_model.h 243 // url is the one that was visited with the given search terms.
324 // Iterates through the TemplateURLs to see if one matches the visited url.
325 // For each TemplateURL whose url matches the visited url
  /external/chromium_org/chrome/browser/resources/
sync_setup_overlay.css 79 #sync-setup-overlay * a:visited {
413 .signin-box .account-link:visited {
477 .signin-box .help-link:visited {
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 72 /// number of times different CFGBlocks have been visited along a path.
75 /// The locations where we stopped doing work because we visited a location
195 /// visited on the exploded graph path.
  /external/doclava/res/assets/templates/assets/
doclava-developer-core.css 41 a:visited,
42 a:visited code {
477 #footerlinks a:visited {
  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractScheduledService.java 58 * private Set<Uri> visited;
67 * visited.add(uri);
69 * if (!visited.contains(newUri)) { toCrawl.add(newUri); }
  /external/llvm/lib/Analysis/
ProfileVerifierPass.cpp 137 // mark as visited and recurse into subnodes
236 // Break the recursion by remembering all visited blocks.
340 // Mark this block as visited, rescurse into successors.

Completed in 344 milliseconds

<<11121314151617181920>>