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

<<11121314151617181920>>

  /external/llvm/lib/CodeGen/
StackProtector.cpp 61 /// VisitedPHIs - The set of PHI nodes visited when determining
189 // Keep track of what PHI nodes we have already visited to ensure
190 // they are only visited once.
  /external/llvm/tools/llvm-config/
llvm-config.cpp 52 /// \param VisitedComponents [in] [out] - The set of already visited components.
63 // Add to the visited table.
65 // We are done if the component has already been visited.
  /external/openfst/src/include/fst/
shortest-distance.h 227 // each visited state S and stores the value in the 'distance' vector.
229 // the 'distance' vector if S is less than the maximum visited state.
266 // if S is less than the maximum visited state. The state queue
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPIteratorImpl.java 216 /** the currently visited node */
241 * @param visitedNode the currently visited node
341 // if its the first child visited or the former child is finished
  /external/chromium/chrome/browser/autocomplete/
history_url_provider.cc 71 // URLs that have been visited more often are better.
75 // URLs that have been visited more recently are better.
357 // Tricky corner case: The user has visited intranet site "foo", but not
426 // In the case where the user has typed "foo.com" and visited (but not typed)
515 // A short URL is only worth suggesting if it's been visited at least a third
676 // User has visited "http://http.com" once and "http://htaccess.com" twice.
    [all...]
  /external/chromium_org/components/visitedlink/browser/
visitedlink_master.cc 45 // the signature at the beginning of the URL table = "VLnk" (visited links)
401 // If allowed, notify listener that a new visited link was added.
470 // won't be marked visited.
595 // not complete, leaving us with an empty but valid visited link database.
663 *filename = profile_dir.Append(FILE_PATH_LITERAL("Visited Links"));
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
lower_jumps.cpp 253 * characteristics of the visited statement.
256 * strength_none, the visited node is at the end of its exec_list.
258 * visited statement in its exec_list have been removed.
260 * CONTAINED_JUMPS_LOWERED: If the visited statement contains other
498 * foreach_list() isn't safe if the node being visited gets
564 * jump will be visited next, and it will be lowered if
    [all...]
  /external/mesa3d/src/glsl/
lower_jumps.cpp 253 * characteristics of the visited statement.
256 * strength_none, the visited node is at the end of its exec_list.
258 * visited statement in its exec_list have been removed.
260 * CONTAINED_JUMPS_LOWERED: If the visited statement contains other
498 * foreach_list() isn't safe if the node being visited gets
564 * jump will be visited next, and it will be lowered if
    [all...]
  /external/chromium/chrome/browser/history/
history.h 187 // All "Add Page" functions will update the visited link database.
231 // Notifies history of the body text of the given recently-visited URL.
232 // If the URL was not visited "recently enough," the history system may
258 // in from the database. It is designed for rebuilding the visited link
276 // the caller is interested in the visits (each time the URL is visited),
346 // redirect chain A -> B -> C and A is a top visited URL, then A will be in
354 // Request the top |result_count| most visited URLs and the chain of redirects
364 // Request the |result_count| most visited URLs and the chain of
    [all...]
  /external/chromium_org/chrome/browser/download/
download_target_determiner.h 119 // Used with IsDangerousFile to indicate whether the user has visited the
229 // Checks if the user has visited the referrer URL of the download prior to
  /external/chromium_org/chrome/browser/resources/gaia_auth/
offline.css 155 .g-button:visited {
181 .g-button-submit:visited {
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_prompt_controller.cc 167 // When user visited the URL 10 times, we show the bookmark prompt.
170 // When user visited the URL 3 times last 24 hours, we show the bookmark
  /external/chromium_org/chrome/common/safe_browsing/
csd.proto 19 // URL that the client visited. The CGI parameters are stripped by the
91 // URL that the client visited. The CGI parameters are stripped by the
  /external/chromium_org/chrome/tools/
history-viz.py 25 2: 'most-visited',
32 """Represents a broken-down URL from our most visited database."""
  /external/chromium_org/third_party/WebKit/Source/core/css/
SelectorChecker.cpp 229 // Disable :visited matching when we see the first link or try to match anything else than an ancestors.
497 // We select between :visited and :link when applying. We don't know which one applied (or not) yet.
692 // :visited and :link matches are separated later when applying the style. Here both classes match all links...
695 // ...except if :visited matching is disabled for ancestor/sibling matching.
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_graph.cpp 89 visited(0),
424 // erase visited
  /external/chromium_org/tools/grit/grit/testdata/
preferences.html 12 a:visited { color:#551a8b }
15 a.c:visited { color: #7777cc }
  /external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
StripInfo.java 45 boolean visited; field in class:StripInfo
55 visited = false;
  /external/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h 108 /// VisitedBBs - The set of basic blocks visited thus far by instruction
190 /// called when a block is visited before all of its predecessors.
  /external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 311 /// The set of basic blocks the renamer has already visited.
313 SmallPtrSet<BasicBlock *, 16> Visited;
716 // The renamer uses the Visited set to avoid infinite loops. Clear it now.
717 Visited.clear();
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_graph.cpp 89 visited(0),
424 // erase visited
  /external/valgrind/main/coregrind/m_debuginfo/
UNUSED_STABS.txt 445 Hash of visited addresses, so we don't get stuck in loops. It isn't
451 struct visited {
454 struct visited *next;
459 static struct visited *visit_hash[VISIT_HASHSZ];
463 struct visited *v;
486 struct visited * v = VG_(arena_malloc)(VG_AR_SYMTAB, sizeof(*v));
505 struct visited *v, *n;
623 /* cache bad addresses in visited table */
    [all...]
  /frameworks/base/core/java/android/webkit/
WebViewClient.java 180 * Notify the host application to update its visited links database.
183 * @param url The url being visited.
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 536 // Visited - Track instructions visited by pointsToConstantMemory.
537 SmallPtrSet<const Value*, 16> Visited;
587 assert(Visited.empty() && "Visited must be cleared after use!");
594 if (!Visited.insert(V)) {
595 Visited.clear();
609 Visited.clear();
627 Visited.clear();
636 Visited.clear()
    [all...]
  /docs/source.android.com/src/source/assets/
main.css 33 a.visited {

Completed in 734 milliseconds

<<11121314151617181920>>