/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/ |
DuplicateIdDetector.java | 592 Layout visited = stack.pop(); local 593 assert visited == layout; 631 Layout visited = stack.pop(); local 632 assert visited == layout;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/ |
NewXmlFileCreationPage.java | 858 HashSet<ElementDescriptor> visited = new HashSet<ElementDescriptor>(); local [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
ScheduleDAGSDNodes.cpp | 189 SmallPtrSet<SDNode*, 16> Visited; 197 if (User == Node || !Visited.insert(User)) 294 SmallPtrSet<SDNode*, 64> Visited; 296 Visited.insert(DAG->getRoot().getNode()); 304 if (Visited.insert(NI->getOperand(i).getNode()))
|
/build/tools/droiddoc/templates-sdk/assets/css/ |
default.css | 943 a:link, a:visited { 1404 a.button, a.button:visited, a.button-secondary, a.button-secondary:visited { [all...] |
/frameworks/base/docs/html/guide/google/gcm/client-javadoc/ |
default.css | 943 a:link, a:visited { 1404 a.button, a.button:visited, a.button-secondary, a.button-secondary:visited { [all...] |
/frameworks/base/docs/html/guide/google/gcm/server-javadoc/ |
default.css | 941 a:link, a:visited { 1353 a.button, a.button:visited, a.button-secondary, a.button-secondary:visited { [all...] |
/dalvik/dx/src/com/android/dx/cf/code/ |
Ropper.java | 1671 forEachNonSubBlockDepthFirst0(result.get(idx), v, visited); local [all...] |
/external/chromium/chrome/browser/resources/ |
new_new_tab.js | 760 setSectionMenuMode('most-visited', Section.THUMB, [all...] |
/dalvik/vm/compiler/ |
SSATransformation.cpp | 26 if (block->visited || block->hidden) return; 27 block->visited = true;
|
/external/chromium/chrome/browser/history/ |
url_database.h | 158 // that are historically significant: ones having been visited within 3 days, 159 // having their URL manually typed more than once, or having been visited
|
/external/chromium/chrome/browser/profiles/ |
profile.cc | 264 // because we don't want to leak the sites that the user has visited before. 709 // the user visited while OTR.
|
/external/chromium/chrome/browser/visitedlink/ |
visitedlink_master.h | 93 // Clears the visited links table by deleting the file from disk. Used as 270 // Initializes a rebuild of the visited link database based on the browser
|
/external/clang/lib/StaticAnalyzer/Core/ |
ExplodedGraph.cpp | 317 // Have we already visited this node? If so, continue to the next one. 321 // Otherwise, mark this node as visited.
|
/external/icu4c/test/perf/perldriver/ |
Output.pm | 228 A:visited { color: blue; font-weight: normal; text-decoration: none } /* visited links */
|
/external/linux-tools-perf/ |
builtin-test.c | 20 bool *visited = symbol__priv(sym); local 21 *visited = true;
|
/external/llvm/include/llvm/Transforms/Utils/ |
SSAUpdaterImpl.h | 399 // Mark that the block containing this PHI has been visited. 426 // If this block has already been visited, check if this PHI matches.
|
/external/llvm/lib/Analysis/ |
ProfileEstimatorPass.cpp | 121 // Break the recursion if this BasicBlock was already visited. 308 // This block is visited, mark this before the recursion.
|
/external/proguard/src/proguard/optimize/peephole/ |
ClassMerger.java | 66 * @param targetClass the class into which all visited 85 * @param targetClass the class into which all visited
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
cache.h | 271 // recurs uncaching recently visited states as well. If still 314 static const uint32 kCacheRecent = 0x0004; // Mark as visited since GC
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_6/Array/ |
regress-290592.js | 62 array.push('not visited'); 74 array.push('not visited');
|
/external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/ |
default.css | 14 a:link,a:visited,a:active { 518 pre.comments>a:link,pre.comments>a:visited {
|
/frameworks/base/core/java/android/webkit/ |
WebViewClient.java | 179 * Notify the host application to update its visited links database. 182 * @param url The url being visited.
|
/packages/apps/Browser/res/values/ |
strings.xml | 31 <!-- Name of tab containing the user's most visited websites, organized by number of visits --> 32 <string name="tab_most_visited">Most visited</string> 156 <!-- Menu item to remove the currently highlighted history entry from the list of previously visited sites --> 207 <!-- Menu item to display the History of previously visited pages --> 329 <!-- Setting choice to set the homepage to the "Most Visited" homepage feature, which is a list of most visited sites [CHAR LIMIT=40] --> 330 <item>Most visited sites</item> [all...] |
/build/core/ |
product.mk | 109 # 3. Records that we've visited this node, in ALL_PRODUCTS
|
/build/tools/droiddoc/templates-pdk/assets/ |
android-developer-core.css | 68 .rebox.green a:link, .rebox.green a:visited { 98 a:visited, 99 a:visited code { 520 #footerlinks a:visited {
|