/external/proguard/src/proguard/obfuscate/ |
MemberSpecialNameFilter.java | 28 * <code>MemberVisitor</code>, but only when the visited member has a
|
/external/proguard/src/proguard/optimize/ |
OptimizationInfoMemberFilter.java | 29 * <code>MemberVisitor</code>, but only when the visited member has optimization
|
/external/proguard/src/proguard/optimize/peephole/ |
PeepholeOptimizer.java | 64 * to indicate branch targets in the visited code.
|
ReachableCodeMarker.java | 50 * the CodeAttribute that was visited most recently. 60 * reachable in the CodeAttribute that was visited most recently.
|
/external/webkit/LayoutTests/dom/html/level2/html/ |
HTMLBodyElement06.js | 79 visited by the user.
|
/external/webkit/LayoutTests/dom/xhtml/level2/html/ |
HTMLBodyElement06.js | 79 visited by the user.
|
/external/webkit/Source/WebKit2/WebProcess/ |
WebProcess.messages.in | 30 # Visited link tracking.
|
/sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/ |
ResourceXmlDetector.java | 46 * @param folderType the folder type to be visited
|
/dalvik/vm/analysis/ |
Liveness.cpp | 92 * We continue until all blocks have been visited, and no block 93 * requires further attention ("visited" is set and "changed" is 109 * just hasn't been visited yet, we remember it but keep searching 115 * un-visited blocks from the tail end of the method). 129 } else if (!block->visited) { 140 assert(workBlock->changed || !workBlock->visited); 197 workBlock->visited = true; 230 if (!pred->visited)
|
/external/chromium/chrome/browser/ |
io_thread.h | 126 // speculative data about subresources of visited sites, and startup-time 159 // visited sites on about:net-internals/#dns and about:dns pages. Must be
|
/external/chromium/chrome/browser/visitedlink/ |
visitedlink_perftest.cc | 97 // check the table again, half of these URLs will be visited, the other half 104 // check URLs, doing half visited, half unvisited
|
/external/chromium/chrome/common/ |
visitedlink_common.h | 18 // A multiprocess-safe database of the visited links for the browser. There 39 // we consider it visited. Otherwise, it is unvisited. Note that it is possible
|
/external/clang/www/analyzer/ |
content.css | 66 #collapsetree, #collapsetree a:link, #collapsetree li a:link, #collapsetree a:visited, #collapsetree li a:visited{color:#000;text-decoration:none}
|
/external/llvm/lib/CodeGen/ |
CalcSpillWeights.cpp | 97 SmallPtrSet<MachineInstr*, 8> visited; local 113 if (!visited.insert(mi))
|
LiveIntervalUnion.h | 102 // Verify the live intervals in this union and add them to the visited set. 164 // Was this virtual register visited during collectInterferingVRegs?
|
/external/llvm/lib/VMCore/ |
Value.cpp | 340 SmallPtrSet<Value *, 4> Visited; 342 Visited.insert(V); 370 } while (Visited.insert(V)); 391 SmallPtrSet<const Value *, 32> &Visited) { 413 if (!Visited.insert(GEP->getOperand(0))) 415 if (!isDereferenceablePointer(GEP->getOperand(0), Visited)) 452 SmallPtrSet<const Value *, 32> Visited; 453 return ::isDereferenceablePointer(this, Visited);
|
/external/openfst/src/include/fst/ |
arcsort.h | 116 // where v = # of states visited, d = maximum out-degree of states 117 // visited. Constant time and space to visit an input state is assumed
|
union.h | 128 // where vi = # of states visited and ei = # of arcs visited of the
|
/external/proguard/src/proguard/classfile/util/ |
ClassSuperHierarchyInitializer.java | 32 * Visited library classes get direct references to their superclasses and 55 * hierarchy of all visited class files, optionally printing warnings if
|
MethodLinker.java | 30 * hierarchies of all visited classes. Visited classes are typically all class
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
concat.h | 101 // where vi = # of states visited and ei = # of arcs visited of the
|
union.h | 103 // where vi = # of states visited and ei = # of arcs visited of the
|
/external/webkit/Source/WebKit/mac/History/ |
WebHistory.h | 123 @discussion Get an array of WebHistoryItem that were last visited on the day represented by the 126 @result Returns an array of WebHistoryItems last visited on the indicated day.
|
/external/webkit/Source/WebKit/win/Interfaces/ |
IWebBackForwardList.idl | 113 @result An array of items before the current entry, or nil if there are none. The entries are in the order that they were originally visited. 122 @result An array of items after the current entry, or nil if there are none. The entries are in the order that they were originally visited.
|
IWebHistory.idl | 136 @discussion Get an array of WebHistoryItem that were last visited on the day represented by the 139 @result Returns an array of WebHistoryItems last visited on the indicated day.
|