Searched
full:visited (Results
326 -
350 of
1130) sorted by null
<<11121314151617181920>>
/external/llvm/unittests/ADT/ |
SCCIteratorTest.cpp | 167 /// yet been visited. 193 // Remove that child - it has been visited. This is the increment! 326 // SCC S2, then S1 is visited *after* S2. This means that the set 328 // union of this SCC and all previously visited SCC's.
|
/external/proguard/src/proguard/classfile/visitor/ |
MemberAccessFilter.java | 28 * <code>MemberVisitor</code>, but only when the visited member has the proper
|
/external/proguard/src/proguard/shrink/ |
InterfaceUsageMarker.java | 32 * classes that are being used in the visited class.
|
/external/v8/src/ |
hydrogen-instructions.cc | [all...] |
/packages/apps/Browser/res/values/ |
dimensions.xml | 40 <!-- For the most visited page (we use px as these are adjusted by the browser) -->
|
/dalvik/dx/src/com/android/dx/ssa/ |
Dominators.java | 121 HashSet<SsaBasicBlock> visited = new HashSet<SsaBasicBlock>(); local 132 if (visited.add(vAncestor) && vabbInfo.ancestor != null) {
|
/dalvik/vm/analysis/ |
CodeVerify.h | 247 * Visited? 261 * Visited or changed?
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
FASerializer.java | 40 * which states we've visited. Make a new set every time you start 137 return; // already visited this node
|
/external/chromium/chrome/browser/ |
jumplist_win.cc | 434 // We allocate 60% of the given JumpList slots to "most-visited" items 437 // we give the remaining slots to "most-visited" items. 448 // Update the "Most Visited" category of the JumpList. 488 // * a ShellLinkItemList that contains the items of the "Most Visited" 517 // Items in the "Most Visited" category of the application JumpList. 534 // Create temporary icon files for shortcuts in the "Most Visited" category. 622 // Send a query to HistoryService and retrieve the "Most Visited" pages. 708 // the URL as our "Most Visited" page does.
|
/external/chromium_org/chrome/browser/history/ |
scored_history_match.h | 106 // how many days ago the page was last visited. 154 // ago a page was visited (in days) to the recency score we should
|
/external/chromium_org/chrome/test/perf/ |
generate_profile.cc | 113 // Probability of visiting a page we've visited before. 149 // visited URLs.
|
/external/chromium_org/third_party/re2/re2/ |
walker-inl.h | 72 // at most max_visits nodes will be visited and then 76 // visited rather than calling PreVisit/PostVisit.
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
Dominators.java | 121 HashSet<SsaBasicBlock> visited = new HashSet<SsaBasicBlock>(); local 132 if (visited.add(vAncestor) && vabbInfo.ancestor != null) {
|
/external/javassist/src/main/javassist/bytecode/ |
CodeAnalyzer.java | 34 * d == 0: not visited 36 * d < 0: not visited. the initial depth (before execution) is 1 - d.
|
/external/llvm/include/llvm/CodeGen/ |
LiveIntervalUnion.h | 99 // Verify the live intervals in this union and add them to the visited set. 161 // Was this virtual register visited during collectInterferingVRegs?
|
/external/llvm/lib/CodeGen/ |
CalcSpillWeights.cpp | 121 SmallPtrSet<MachineInstr*, 8> visited; local 137 if (!visited.insert(mi))
|
/external/llvm/lib/IR/ |
Value.cpp | 347 SmallPtrSet<Value *, 4> Visited; 349 Visited.insert(V); 378 } while (Visited.insert(V)); 403 SmallPtrSet<const Value *, 32> &Visited) { 425 if (!Visited.insert(GEP->getOperand(0))) 427 if (!isDereferenceablePointer(GEP->getOperand(0), Visited)) 464 SmallPtrSet<const Value *, 32> Visited; 465 return ::isDereferenceablePointer(this, Visited);
|
/external/llvm/lib/Target/X86/ |
X86PadShortFunction.cpp | 77 // VisitedBBs - Cache of previously visited BBs. 170 // Return cached result if BB was previously visited
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
HeaderFactoryExt.java | 160 * P-Visited-Network-ID header 161 * @return newly created P-Visited-Network-ID header
|
/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
|
concat.h | 189 // where vi = # of states visited and ei = # of arcs visited of the
|
/external/proguard/src/proguard/optimize/peephole/ |
InstructionSequenceReplacer.java | 65 * in the visited code. 90 * in the visited code.
|
/external/regex-re2/re2/ |
walker-inl.h | 72 // at most max_visits nodes will be visited and then 76 // visited rather than calling PreVisit/PostVisit.
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
arcsort.h | 181 // where v = # of states visited, d = maximum out-degree of states 182 // visited. Constant time and space to visit an input state is assumed
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
LayoutEditorDelegate.java | [all...] |
Completed in 2174 milliseconds
<<11121314151617181920>>