/external/clang/lib/Sema/ |
SemaLookup.cpp | 95 llvm::SmallPtrSet<DeclContext*, 8> visited; member in class:__anon15995::UnqualUsingDirectiveSet 129 // A given context is only every visited once, so it is important 130 // that contexts be visited from the inside out in order to get 133 if (!visited.insert(DC)) 144 if (!visited.insert(NS)) 161 if (visited.insert(NS)) { [all...] |
/external/chromium/chrome/browser/history/ |
history.cc | 338 // Add link & all redirects to visited link list. 384 // Add to the visited links system. 407 // Add to the visited links system. 630 // Update the visited link system for deleted URLs. We will update the 631 // visited link system for added URLs as soon as we get the add 732 // We will update the visited links when we observe the delete notifications. 742 // We will update the visited links when we observe the delete notifications.
|
/external/chromium_org/chrome/browser/resources/ntp4/ |
page_list_view.js | 62 * The Most Visited page. 470 // Set the App dot names. Skip the first dot (Most Visited). 508 // from suggestions, to most visited and then to apps because we can have 510 // visited, but not one with only suggestions. And we alwayd default to 511 // most visited first when previously shown page is not availabel anymore. 512 // If most visited isn't there either, we go to apps. 658 } else if (page.classList.contains('most-visited-page')) {
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
global_menu_bar_x11.cc | 117 // The maximum number of most visited items to display. 561 const history::MostVisitedURL& visited = visited_list[i]; local 562 if (visited.url.spec().empty()) 563 break; // This is the signal that there are no more real visited sites. 566 item->title = visited.title; 567 item->url = visited.url; 653 // on the number of "Most Visited" items.
|
/external/llvm/lib/Analysis/ |
RegionInfo.cpp | 253 void Region::verifyWalk(BasicBlock *BB, std::set<BasicBlock*> *visited) const { 256 visited->insert(BB); 261 if (*SI != exit && visited->find(*SI) == visited->end()) 262 verifyWalk(*SI, visited); 270 std::set<BasicBlock*> visited; 271 verifyWalk(getEntry(), &visited); local
|
/external/llvm/lib/Transforms/ObjCARC/ |
ObjCARCContract.cpp | 77 &Visited); 155 &Visited) { 164 DependingInstructions, Visited, PA); 168 DependingInstructions, Visited, PA); 170 Visited.clear(); 342 SmallPtrSet<const BasicBlock *, 4> Visited; 357 if (ContractAutorelease(F, Inst, Class, DependingInstructions, Visited))
|
/frameworks/base/core/java/android/provider/ |
Browser.java | 244 * Return a cursor pointing to a list of all visited site urls. The cursor will 302 * Update the visited history to acknowledge that a site has been 303 * visited. 307 * @param url The site being visited. 447 * not bookmarks. Also set all visited bookmarks to unvisited. 586 * The number of time the item has been visited. 592 * The date the item was last visited, in milliseconds since the epoch.
|
/external/chromium_org/chrome/browser/history/ |
most_visited_tiles_experiment_unittest.cc | 25 // Constants for the most visited tile placement field trial. 35 // Minimum number of Most Visited suggestions required in order for the Most 36 // Visited Field Trial to remove a URL already open in the browser.
|
top_sites_impl.h | 46 // This class allows requests for most visited urls and thumbnails on any 148 // Called by our timer. Starts the query for the most visited sites. 195 // Returns the number of most visited results to request from history. This
|
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
most_visited_handler.cc | 109 // We pre-emptively make a fetch for the most visited pages so we have the 117 // Register ourselves for any most-visited item blacklisting. 261 // Most visited urls changed, query again.
|
/external/chromium_org/content/public/test/ |
test_file_error_injector.cc | 459 static bool visited = false; local 460 DCHECK(!visited); // Only allowed to be called once. 461 visited = true;
|
/external/clang/include/clang/Serialization/ |
ModuleManager.h | 78 /// as not-to-be-visited. 82 /// this module file was last visited. 85 /// \brief The next visit number to use to mark visited module files.
|
/external/llvm/lib/IR/ |
Globals.cpp | 248 SmallPtrSet<const GlobalValue*, 3> Visited; 255 Visited.insert(GV); 264 if (!Visited.insert(GV))
|
/external/proguard/src/proguard/classfile/attribute/visitor/ |
StackSizeComputer.java | 60 * most recently visited code attribute. 70 * recently visited code attribute. 84 * Returns the maximum stack size of the most recently visited code attribute.
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
shortest-distance.h | 184 // each visited state S and stores the value in the 'distance' vector. 186 // the 'distance' vector if S is less than the maximum visited state. 217 // if S is less than the maximum visited state. The state queue
|
/dalvik/hit/src/com/android/hit/ |
ArrayInstance.java | 80 // If we're in the set then we and our children have been visited
|
/development/tools/mkstubs/src/com/android/mkstubs/sourcer/ |
ClassSourcer.java | 136 // they are visited at the top level as separate classes.
|
/development/tools/mkstubs/src/com/android/mkstubs/stubber/ |
MethodStubber.java | 26 * A method visitor that generates a code stub for the visited method.
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
TreeVisitor.cs | 51 * before/after having visited all of its children. Bottom up walk.
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
TreeVisitor.cs | 53 * before/after having visited all of its children. Bottom up walk.
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
TreeVisitor.java | 43 * before/after having visited all of its children.
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRTreeVisitor.m | 74 * before/after having visited all of its children.
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/ |
visitor.rb | 46 children have been visited.
|
/external/chromium/chrome/browser/autocomplete/ |
history_url_provider.h | 202 // are prefixes of the best match (if they've been visited enough, compared 204 // been visited before: if the user visited http://example.com/asdf once, 263 // Removes results that have been rarely typed or visited, and not any time
|
/external/chromium/chrome/browser/extensions/ |
external_policy_extension_loader_unittest.cc | 58 // Extensions will be removed from this list as they visited,
|