/external/proguard/src/proguard/optimize/ |
WriteOnlyFieldFilter.java | 30 * other given <code>MemberVisitor</code> instances, but only when the visited
|
/external/proguard/src/proguard/optimize/info/ |
PackageVisibleMemberContainingClassMarker.java | 28 * This MemberVisitor marks all classes that contain visited package visible
|
/frameworks/base/core/res/assets/webkit/ |
youtube.html | 7 a:visited { color: black; }
|
/frameworks/base/docs/html/distribute/ |
index.jd | 13 <p>The most visited store in the world for Android apps. Cloud-connected and always synced,
|
/ndk/build/core/ |
definitions-graph.mk | 116 # Many tree walking operations require setting a 'visited' flag on 121 # _ndk_mod_tree_visited.<name> will be 'true' if the node was visited, 124 # _ndk_mod_tree_visitors lists all visited nodes, used to clean all 135 # Returns non-empty if a node was visited. 136 -ndk-mod-tree-is-visited = \ 139 # Set the visited state of a node to 'true' 140 -ndk-mod-tree-set-visited = \ 198 # we use the -ndk-mod-tree-xxx functions to flag 'visited' nodes 199 # in the graph. A node is visited once it has been put into the work 201 # append all those that were not visited yet [all...] |
/packages/apps/Browser/res/values/ |
integers.xml | 23 <!-- The maximum number of most visited URLs in the history tab -->
|
/packages/apps/Browser/res/values-sw600dp/ |
dimensions.xml | 20 <!-- For the most visited page (we use px as these are adjusted by the browser) -->
|
/sdk/apps/SdkController/assets/ |
intro_help.html | 24 a:visited { color: #99CC00; /*green*/ }
|
/external/chromium_org/chrome/common/ |
instant_types.h | 18 // Visited items) that the Instant page needs access to. 163 // The URL of the Most Visited item. 166 // The title of the Most Visited page. May be empty, in which case the |url|
|
/external/llvm/lib/IR/ |
TypeFinder.cpp | 94 // Check to see if we're already visited this type. 119 // Already visited? 140 // Already visited?
|
/frameworks/base/sax/java/android/sax/ |
Element.java | 42 boolean visited; field in class:Element 182 requiredChildren.get(i).visited = false; 195 if (!child.visited) {
|
/build/tools/ |
java-layers.py | 56 def recurse(obj, dep, visited): 58 if dep in visited: 61 for v in visited: 66 visited.append(dep) 70 recurse(obj, deps[upper], visited)
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
history_menu_bridge.h | 120 kVisitedSeparator = 440, // Separator before visited section. 121 kVisitedTitle = 441, // Title of the visited section. 122 kVisited = 460, // Used for all entries in the visited section. 123 kShowFullSeparator = 480 // Separator after the visited section. 180 // most recently-visited sites.
|
/external/chromium_org/remoting/webapp/ |
ui_mode.js | 55 remoting.kIT2MeVisitedStorageKey = 'it2me-visited'; 57 remoting.kMe2MeVisitedStorageKey = 'me2me-visited'; 167 var visited = !!items[key]; 168 document.getElementById(mode + '-first-run').hidden = visited; 169 document.getElementById(mode + '-content').hidden = !visited;
|
/external/llvm/lib/Analysis/ |
CFG.cpp | 34 SmallPtrSet<const BasicBlock*, 8> Visited; 38 Visited.insert(BB); 49 if (Visited.insert(BB)) { 192 SmallSet<const BasicBlock*, 64> Visited; 198 if (!Visited.insert(BB))
|
MemoryDependenceAnalysis.cpp | 672 SmallPtrSet<BasicBlock*, 64> Visited; 683 if (!Visited.insert(DirtyBB)) 779 DenseMap<BasicBlock*, Value*> Visited; 781 Result, Visited, true)) [all...] |
Lint.cpp | 100 SmallPtrSet<Value *, 4> &Visited) const; 591 SmallPtrSet<Value *, 4> Visited; 592 return findValueImpl(V, OffsetOk, Visited); 597 SmallPtrSet<Value *, 4> &Visited) const { 599 if (!Visited.insert(V)) 616 return findValueImpl(U, OffsetOk, Visited); 625 return findValueImpl(W, OffsetOk, Visited); 629 return findValueImpl(CI->getOperand(0), OffsetOk, Visited); 634 return findValueImpl(W, OffsetOk, Visited); 643 return findValueImpl(CE->getOperand(0), OffsetOk, Visited); [all...] |
/external/tinyxml/docs/ |
doxygen.css | 52 A.qindex:visited { 73 A.qindexHL:visited { text-decoration: none; background-color: #6666cc; color: #ffffff } 77 A.code:visited { text-decoration: none; font-weight: normal; color: #0000FF} 79 A.codeRef:visited { font-weight: normal; color: #0000FF} 296 a:visited {
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
R600KernelParameters.cpp | 73 bool IsIndirect(Value *Val, std::set<Value*> &Visited); 139 bool R600KernelParameters::IsIndirect(Value *Val, std::set<Value*> &Visited) { 152 if (Visited.count(Val)) { 156 Visited.insert(Val); 173 if (IsIndirect(V2, Visited)) { 191 std::set<Value*> Visited; 192 P.IsIndirect = IsIndirect(P.Val, Visited);
|
/external/llvm/lib/Target/NVPTX/ |
NVPTXUtilities.cpp | 464 void llvm::dumpInstRec(Value *v, std::set<Instruction *> *visited) { 467 if (visited->find(I) != visited->end()) 470 visited->insert(I); 473 dumpInstRec(I->getOperand(i), visited); 481 std::set<Instruction *> visited; local 485 dumpInstRec(v, &visited);
|
/external/llvm/utils/TableGen/ |
DFAPacketizerEmitter.cpp | 455 std::map<std::set<unsigned>, State*> Visited; 465 // Visited = {} 472 // If S' is not in Visited: 474 // Add S' to Visited 498 if ((VI = Visited.find(NewStateResources)) != Visited.end()) 504 Visited[NewStateResources] = NewState;
|
/external/mesa3d/src/gallium/drivers/radeon/ |
R600KernelParameters.cpp | 73 bool IsIndirect(Value *Val, std::set<Value*> &Visited); 139 bool R600KernelParameters::IsIndirect(Value *Val, std::set<Value*> &Visited) { 152 if (Visited.count(Val)) { 156 Visited.insert(Val); 173 if (IsIndirect(V2, Visited)) { 191 std::set<Value*> Visited; 192 P.IsIndirect = IsIndirect(P.Val, Visited);
|
/external/clang/lib/Analysis/ |
UninitializedValues.cpp | 480 // We track the number of successors of a node which have been visited, and 481 // visit a node once we have visited all of its successors. Only edges where 507 // * Block 7 is not visited because we have only visited one of its two 509 // * Block 8 is visited because we've visited its only successor. 511 // * Block 7 is visited because we've now visited both of its successors. 513 // * Blocks 1, 2, 4, 5, and 6 are not visited because we didn't visit all 515 // * Block 3 is not visited because it initializes 'n' [all...] |
/external/chromium_org/chrome/browser/autocomplete/ |
history_url_provider.cc | 137 // URLs that have been visited more often are better. 141 // URLs that have been visited more recently are better. 153 // User has visited "http://http.com" once and "http://htaccess.com" twice. 286 // which is known to refer to a visited intranet host. 287 VISITED, // The site has been previously visited. 319 // match below if the user has visited "site". 328 type_ = VISITED; 333 // The user typed an intranet hostname that they've visited (albeit with a 773 DCHECK_EQ(VisitClassifier::VISITED, classifier.type()) [all...] |
/external/chromium/chrome/browser/history/ |
top_sites.h | 39 // Stores the data for the top "most visited" sites. This includes a cache of 40 // the most visited data from history, as well as the corresponding thumbnails 43 // This class allows requests for most visited urls and thumbnails on any 69 // Returns a list of most visited URLs via a callback. 230 // Called by our timer. Starts the query for the most visited sites. 357 // This is a dictionary for the pinned URLs for the the most visited part of
|