/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 | 136 // mark as visited and recurse into subnodes 235 // Break the recursion by remembering all visited blocks. 339 // Mark this block as visited, rescurse into successors.
|
BasicAliasAnalysis.cpp | 524 // Visited - Track instructions visited by pointsToConstantMemory. 525 SmallPtrSet<const Value*, 16> Visited; 574 assert(Visited.empty() && "Visited must be cleared after use!"); 581 if (!Visited.insert(V)) { 582 Visited.clear(); 596 Visited.clear(); 614 Visited.clear(); 623 Visited.clear() [all...] |
/external/llvm/tools/llvm-config/ |
llvm-config.cpp | 52 /// \param VisitedComponents [in] [out] - The set of already visited components. 62 // Add to the visited table. 64 // We are done if the component has already been visited.
|
/external/openfst/src/include/fst/ |
shortest-distance.h | 226 // each visited state S and stores the value in the 'distance' vector. 228 // the 'distance' vector if S is less than the maximum visited state. 265 // if S is less than the maximum visited state. The state queue
|
/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/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/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 | 111 /// VisitedBBs - The set of basic blocks visited thus far by instruction 188 /// called when a block is visited before all of its predecessors.
|
ScheduleDAG.h | 657 /// Visited - a set of nodes visited during a DFS traversal. 658 BitVector Visited; 667 void Shift(BitVector& Visited, int LowerBound, int UpperBound);
|
/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...] |
/dalvik/vm/compiler/ |
CompilerIR.h | 154 bool visited; member in struct:BasicBlock
|
/docs/source.android.com/src/assets/ |
main.css | 33 a.visited {
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
trees-binary.sgml | 28 To traverse a #GTree, calling a function for each node visited in the
|
/external/bluetooth/glib/tests/ |
node-test.c | 154 * child of 'F', which will cause 'F' to be the last node visited.
|
/external/chromium/chrome/browser/autofill/ |
autofill_download.h | 121 // Each request is page visited. We store last |max_form_cache_size|
|
/external/chromium/chrome/browser/ |
browsing_data_remover.h | 129 // subresources on visited sites, and initial navigation history.
|
/external/chromium/chrome/browser/net/ |
predictor_api.h | 73 // During startup, we learn what the first N urls visited are, and then resolve
|
/external/chromium/chrome/browser/ui/webui/ |
shown_sections_handler.cc | 24 // was changed to hide/show the most visited thumbnails.
|
/external/chromium/chrome/common/extensions/docs/static/ |
devguide.html | 68 <td> Interact with the browser's record of visited pages </td>
|
history.html | 4 browser's record of visited pages. You can add, remove, and query
|
/external/jdiff/src/jdiff/ |
HTMLFiles.java | 313 h_.writeText(" visited. "); 317 h_.writeText("a.hiddenlink:visited {color: purple; text-decoration: none}"); 322 h_.writeText(" been visited. "); 325 h_.writeText("a.staysblack:visited {color: black; text-decoration: none}");
|
/external/llvm/docs/ |
llvm.css | 9 a:link img, a:visited img { border-style: none }
|
/external/llvm/include/llvm/ADT/ |
SetVector.h | 12 // visited later but in a deterministic order (insertion order). The interface
|
/external/llvm/tools/llvm-objdump/ |
MCFunction.cpp | 50 continue; // Already visited this location.
|