HomeSort by relevance Sort by last modified time
    Searched full:visited (Results 126 - 150 of 781) sorted by null

1 2 3 4 56 7 8 91011>>

  /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
  /external/webkit/Source/WebKit2/UIProcess/
WebContext.messages.in 31 # Visited link provider messages.
  /frameworks/base/core/res/assets/webkit/
youtube.html 7 a:visited { color: black; }
  /frameworks/base/docs/html/distribute/
index.jd 17 <p>The most visited store in the world for Android apps. Cloud-connected and always synced, it's never been easier for users to find and download your apps.</p>
  /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*/ }
  /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) {
  /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/llvm/utils/TableGen/
DFAPacketizerEmitter.cpp 452 std::map<std::set<unsigned>, State*> Visited;
462 // Visited = {}
469 // If S' is not in Visited:
471 // Add S' to Visited
493 if ((VI = Visited.find(NewStateResources)) != Visited.end())
499 Visited[NewStateResources] = NewState;
  /external/webkit/Source/WebKit/qt/Api/
qwebhistory.cpp 50 containing information about the page, its location, and when it was last visited.
140 Returns the date and time that the page associated with the item was last visited.
218 Each QWebPage instance contains a history of visited pages that can be accessed
222 The history uses the concept of a \e{current item}, dividing the pages visited
223 into those that can be visited by navigating \e back and \e forward using the
228 A list of items describing the pages that can be visited by going back can be
265 //clear visited links
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp 722 SmallPtrSet<BasicBlock*, 64> Visited;
733 if (!Visited.insert(DirtyBB))
    [all...]
CaptureTracking.cpp 80 SmallSet<Use*, Threshold> Visited;
92 Visited.insert(U);
147 if (Visited.insert(U))
  /external/clang/lib/Sema/
SemaLookup.cpp 95 llvm::SmallPtrSet<DeclContext*, 8> visited; member in class:__anon4878::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/
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
  /external/clang/docs/
doxygen.css 54 A.qindex:visited {
75 A.qindexHL:visited {
80 A.code:visited { text-decoration: none; font-weight: normal; color: #0000FF}
82 A.codeRef:visited { font-weight: normal; color: #0000FF}
299 a:visited {
345 A:visited {
  /external/javassist/src/main/javassist/bytecode/
StackMap.java 154 * is visited.
162 * is visited.
170 * visited.
206 * <code>Uninitialized_variable_info</code>) is visited.
212 * is visited.
218 * is visited.
  /external/llvm/docs/
doxygen.css 54 A.qindex:visited {
75 A.qindexHL:visited {
80 A.code:visited { text-decoration: none; font-weight: normal; color: #0000FF}
82 A.codeRef:visited { font-weight: normal; color: #0000FF}
299 a:visited {
345 A:visited {
  /dalvik/vm/alloc/
HeapBitmap.cpp 125 * pointer to an address not yet visited by the traversal. If the
127 * address will be visited by the traversal. If the callback sets a
129 * visited.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
sbitmap.h 109 /* The words currently visited. */
132 to the index of the bit to be visited. Otherwise, return
169 iteration, N is set to the index of the bit being visited. ITER is
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
sbitmap.h 105 /* The words currently visited. */
128 to the index of the bit to be visited. Otherwise, return
165 iteration, N is set to the index of the bit being visited. ITER is
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
sbitmap.h 105 /* The words currently visited. */
128 to the index of the bit to be visited. Otherwise, return
165 iteration, N is set to the index of the bit being visited. ITER is
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
sbitmap.h 105 /* The words currently visited. */
128 to the index of the bit to be visited. Otherwise, return
165 iteration, N is set to the index of the bit being visited. ITER is
  /dalvik/vm/analysis/
VerifySubs.h 30 * Visited: verifier has examined this instruction at least once

Completed in 1279 milliseconds

1 2 3 4 56 7 8 91011>>