HomeSort by relevance Sort by last modified time
    Searched full:visited (Results 476 - 500 of 1387) sorted by null

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib2.py 613 # .redirect_dict has a key url if url was previously visited.
615 visited = new.redirect_dict = req.redirect_dict
616 if (visited.get(newurl, 0) >= self.max_repeats or
617 len(visited) >= self.max_redirections):
621 visited = new.redirect_dict = req.redirect_dict = {}
622 visited[newurl] = visited.get(newurl, 0) + 1
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 263 llvm::SmallPtrSet<const llvm::GlobalAlias*, 4> Visited;
273 if (!Visited.insert(GA2).second)
356 Diags.Report(diag::warn_profile_data_out_of_date) << Visited << Missing
    [all...]
  /build/tools/droiddoc/templates-sac/assets/css/
default.css 1137 a:link, a:visited {
    [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp 261 BeforeInfo() : Visited(0) {}
262 BeforeInfo(BeforeInfo &&O) : Vect(std::move(O.Vect)), Visited(O.Visited) {}
265 int Visited;
649 // (excluding back-edges) are visited before the block itself. At
    [all...]
  /art/runtime/gc/space/
image_space.cc 756 explicit FixupObjectVisitor(gc::accounting::ContinuousSpaceBitmap* visited,
761 visited_(visited) {}
787 // boot image. Uses the bitmap to ensure the same array is not visited multiple times.
794 // already visited the array as a long / int array from walking the bitmap without knowing it
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
Ropper.java 1793 forEachNonSubBlockDepthFirst0(result.get(idx), v, visited); local
    [all...]
  /external/llvm/lib/CodeGen/
LiveInterval.cpp 788 SmallPtrSetImpl<const MachineBasicBlock*> &Visited) {
803 if (!Visited.insert(Pred).second)
806 VNI = searchForVNI(Indexes, LR, Pred, Visited);
817 SmallPtrSet<const MachineBasicBlock*, 5> Visited;
828 Visited.clear();
831 VNInfo *VNI = searchForVNI(Indexes, LI, Pred, Visited);
    [all...]
LiveVariables.cpp 645 SmallPtrSet<MachineBasicBlock*,16> Visited;
647 for (MachineBasicBlock *MBB : depth_first_ext(Entry, Visited)) {
670 assert(Visited.count(&*i) != 0 && "unreachable basic block found");
  /external/llvm/lib/Linker/
IRMover.cpp 63 Type *get(Type *SrcTy, SmallPtrSet<StructType *, 8> &Visited);
224 SmallPtrSet<StructType *, 8> Visited;
225 return get(Ty, Visited);
228 Type *TypeMapTy::get(Type *Ty, SmallPtrSet<StructType *, 8> &Visited) {
246 if (!IsUniqued && !Visited.insert(cast<StructType>(Ty)).second) {
264 ElementTypes[I] = get(Ty->getContainedType(I), Visited);
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
ClassReader.java 73 * attribute won't be visited. This can be used, for example, to retrieve
80 * debug information of the class is not visited, i.e. the
89 * stack map frames of the class is not visited, i.e. the
99 * visited in their original format (i.e. "expanded" for classes whose
101 * this flag is set, stack map frames are always visited in expanded format
    [all...]
  /art/compiler/optimizing/
reference_type_propagation.cc 165 // Reverse post order guarantees a node's dominators are visited first.
632 // The owner of the BoundType was already visited. If the class is unresolved,
682 // non-loop phi and will be visited later in the visit, or are loop-phis,
    [all...]
  /bionic/libc/bionic/
fts.c 275 /* Any type of file may be re-visited; re-stat and re-turn. */
492 * If not a directory being visited in pre-order, stop here. Could
601 * has already been visited in pre-order, have to wait until the
  /external/llvm/include/llvm/Analysis/
RegionInfo.h 574 // Mark the exit of the region as visited, so that the children of the
576 // be visited.
577 super::Visited.insert(Exit);
    [all...]
  /build/core/
product.mk 146 # 3. Records that we've visited this node, in ALL_PRODUCTS
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
BasicBlockList.java 368 * @param insn {@code non-null;} instruction being visited
  /dalvik/dx/src/com/android/dx/rop/code/
BasicBlockList.java 366 * @param insn {@code non-null;} instruction being visited
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
LookupActivity.java 66 * show the last-visited entry, instead of closing the activity.
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3commontreenodestream.h 230 /// Which child are we currently visiting? If -1 we have not visited
  /external/clang/tools/scan-build/man/
scan-build.1 119 Specifiy the number of times a block can be visited before giving
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
BasicBlockList.java 366 * @param insn {@code non-null;} instruction being visited
  /external/libxml2/doc/
DOM.html 9 A:link, A:visited, A:active { text-decoration: underline }
XMLinfo.html 9 A:link, A:visited, A:active { text-decoration: underline }
architecture.html 9 A:link, A:visited, A:active { text-decoration: underline }
contribs.html 9 A:link, A:visited, A:active { text-decoration: underline }
docs.html 9 A:link, A:visited, A:active { text-decoration: underline }

Completed in 484 milliseconds

<<11121314151617181920>>