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

<<11121314151617181920>>

  /external/v8/src/
hydrogen-instructions.h 621 virtual HValue* EnsureAndPropagateNotMinusZero(BitVector* visited) {
622 visited->Add(id());
    [all...]
objects-visiting.h 263 // IterateBody returns size of visited object.
  /external/chromium/chrome/browser/automation/
automation_provider_observers.cc 1990 const history::MostVisitedURL& visited = visited_list[i]; local
    [all...]
testing_automation_provider.h 724 // Moves a thumbnail in the NTP's Most Visited sites section to a different
731 // Removes a thumbnail from the NTP's Most Visited sites section.
737 // Unpins a thumbnail in the NTP's Most Visited sites section.
744 // NTP's Most Visited sites section.
    [all...]
  /bionic/libc/bionic/
fts.c 272 /* Any type of file may be re-visited; re-stat and re-turn. */
489 * If not a directory being visited in pre-order, stop here. Could
598 * has already been visited in pre-order, have to wait until the
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 612 SmallPtrSet<const BasicBlock*, 8> Visited;
616 Visited.insert(BB);
627 if (Visited.insert(BB)) {
  /packages/apps/Browser/res/values-en-rGB/
strings.xml 25 <string name="tab_most_visited" msgid="1077402532455000703">"Most visited"</string>
150 <item msgid="6092441301001006473">"Most-visited sites"</item>
301 <string name="browser_history" msgid="2979476257919939232">"Recently visited pages"</string>
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
BasicBlockList.java 368 * @param insn {@code non-null;} instruction being visited
  /dalvik/dx/src/com/android/dx/rop/code/
BasicBlockList.java 366 * @param insn {@code non-null;} instruction being visited
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
LookupActivity.java 66 * show the last-visited entry, instead of closing the activity.
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3commontreenodestream.h 230 /// Which child are we currently visiting? If -1 we have not visited
  /external/bluetooth/glib/docs/reference/glib/tmpl/
bookmarkfile.sgml 467 @visited:
  /external/chromium/chrome/browser/history/
history_querying_unittest.cc 31 // This one is visited super long ago so it will be in a different database
  /external/chromium/chrome/browser/resources/
about_stats.html 16 a:link, a:visited {
  /external/chromium/chrome/common/extensions/
extension_constants.h 310 // Launch from NTP most visited section in any mode.
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
BasicBlockList.java 366 * @param insn {@code non-null;} instruction being visited
  /external/icu4c/i18n/unicode/
colldata.h 373 * If the same offset is visited again during the recursion, the answer
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
ParticleDepositionHeightMap.java 138 //map 0 unmarked, unvisited, 1 marked, unvisited, 2 marked visited.
  /external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
Stripifier.java 405 // if this guy isn't visited, try him
    [all...]
  /external/libvpx/examples/includes/geshi/docs/api/media/
stylesheet.css 96 .src-code a:visited { text-decoration: underline; color: #0000DD; }
  /external/llvm/lib/Analysis/
ProfileInfoLoaderPass.cpp 112 // break recursion if already visited
  /external/llvm/lib/CodeGen/
LiveRangeCalc.cpp 113 // Using Seen as a visited set, perform a BFS for all reaching defs.
  /external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 219 // If this was the first edge to be visited, record that all other edges
  /external/regex-re2/re2/
bitstate.cc 94 // If so, remember that it was visited so that the next time,
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
intermediate.h 493 // When using this, just fill in the methods for nodes you want visited.

Completed in 1169 milliseconds

<<11121314151617181920>>