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

<<21222324252627282930>>

  /external/chromium_org/third_party/icu/source/i18n/unicode/
colldata.h 373 * If the same offset is visited again during the recursion, the answer
  /external/chromium_org/third_party/re2/re2/
bitstate.cc 94 // If so, remember that it was visited so that the next time,
  /external/chromium_org/tools/perf/page_sets/
key_mobile_sites.json 108 "why": "#6 (Alexa) most visited worldwide, picked an interesting page"
top_25.json 244 "why": "#6 (Alexa) most visited worldwide,Picked an interesting page"
  /external/chromium_org/webkit/browser/database/
database_tracker.h 303 // directory structure to reveal the origins visited by the user (in case the
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 124 /// \brief Returns the number of times the current block has been visited
  /external/clang/tools/scan-build/
scan-build.1 119 Specifiy the number of times a block can be visited before giving
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
BasicBlockList.java 366 * @param insn {@code non-null;} instruction being visited
  /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/libvpx/examples/includes/geshi/docs/api/media/
stylesheet.css 96 .src-code a:visited { text-decoration: underline; color: #0000DD; }
  /external/llvm/include/llvm/CodeGen/
MachineInstrBundle.h 134 /// isValid - Returns true until all the operands have been visited.
  /external/llvm/lib/Analysis/
ProfileInfoLoaderPass.cpp 112 // break recursion if already visited
  /external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 238 // If this was the first edge to be visited, record that all other edges
SROA.cpp 540 SmallPtrSet<Instruction *, 4> Visited;
542 Visited.insert(Root);
573 if (Visited.insert(cast<Instruction>(*UI)))
    [all...]
  /external/regex-re2/re2/
bitstate.cc 94 // If so, remember that it was visited so that the next time,
  /external/v8/src/
objects-visiting.h 263 // IterateBody returns size of visited object.
  /frameworks/base/docs/html/design/patterns/
help.jd 28 <p style="margin-top:0;">Without it, users wouldn't be able to customize the most frequently visited Android screen to meet their needs.</p></li>
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 818 llvm::SmallPtrSet<Module *, 16> &Visited) {
820 if (Mod->Parent && Visited.insert(Mod->Parent)) {
821 addLinkOptionsPostorder(CGM, Mod->Parent, Metadata, Visited);
826 if (Visited.insert(Mod->Imports[I-1]))
827 addLinkOptionsPostorder(CGM, Mod->Imports[I-1], Metadata, Visited);
860 llvm::SmallPtrSet<clang::Module *, 16> Visited;
867 if (Visited.insert(*M))
    [all...]
  /art/compiler/dex/
mir_analysis.cc 853 if (bb->visited || (bb->block_type != kDalvikByteCode)) {
892 tbb->visited = true;
  /external/chromium/chrome/browser/sync/resources/
configure.html 126 .sync-config-tab-active A:visited,
127 .sync-config-tab-inactive A:visited,
  /external/chromium_org/chrome/browser/history/
expire_history_backend.cc 37 // frames, you'll be able to see those links as visited, and we'll also be
665 // in history views since they were subframes, but they will be in the visited
  /external/chromium_org/chrome/browser/password_manager/
password_form_manager_unittest.cc 503 // Sign up attempt to previously visited sites; Login result is found from
514 // Sign up attempt to previously visited sites; Login result is found from
  /external/chromium_org/chrome/common/
url_constants.cc 659 const char kChromeSearchMostVisitedHost[] = "most-visited";
660 const char kChromeSearchMostVisitedUrl[] = "chrome-search://most-visited/";
  /external/chromium_org/components/visitedlink/browser/
visitedlink_master.h 121 // Clears the visited links table by deleting the file from disk. Used as
311 // Initializes a rebuild of the visited link database based on the browser

Completed in 1885 milliseconds

<<21222324252627282930>>