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

<<11121314151617181920>>

  /external/llvm/lib/CodeGen/AsmPrinter/
WinCodeViewLineTables.h 46 // Store the functions we've visited in a vector so we can maintain a stable
  /external/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.h 73 "Visited unexpected gcrelocate call");
ScheduleDAGSDNodes.cpp 212 SmallPtrSet<SDNode*, 16> Visited;
223 if (User == Node || !Visited.insert(User).second)
324 SmallPtrSet<SDNode*, 64> Visited;
326 Visited.insert(DAG->getRoot().getNode());
334 if (Visited.insert(Op.getNode()).second)
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 608 SmallSet<MachineBasicBlock *, 16> Visited;
613 Visited.insert(MBB);
619 Visited.insert(MBB);
665 if (!Visited.count(MBB)) {
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyCFGStackify.cpp 176 // successors are visited in (see above). Also, we can sort the blocks in the
178 SmallPtrSet<MachineBasicBlock *, 16> Visited;
182 Visited.insert(EntryBlock);
190 if (Visited.insert(Succ).second)
  /external/mesa3d/docs/
contents.html 18 a:visited {
  /external/nanopb-c/docs/
lsr.css 54 p a:visited {
  /external/okhttp/samples/crawler/src/main/java/com/squareup/okhttp/sample/
Crawler.java 83 // Skip hosts that we've visited many times.
  /external/pdfium/third_party/libopenjpeg20/
indexbox_manager.h 113 * @param[in] second number to be visited
  /external/proguard/src/proguard/classfile/attribute/visitor/
NonEmptyAttributeFilter.java 30 * only when the visited attribute is not empty. For instance, a local variable
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityRecord.java 319 * Gets the number of items that can be visited.
328 * Sets the number of items that can be visited.
340 * Gets the index of the source in the list of items the can be visited.
349 * Sets the index of the source in the list of items that can be visited.
  /frameworks/base/docs/html/about/versions/
android-1.5-highlights.jd 99 <li>Tabbed bookmarks/history/most-visited screen</li>
  /frameworks/base/docs/html/distribute/analyze/
build-better-apps.jd 50 Your home screen is probably the most visited screen in your app. But do you
  /frameworks/base/sax/java/android/sax/
RootElement.java 166 e.visited = true;
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
DependencyFinder.java 222 mLog.debugNoln("Visited %d classes\r", ++count);
283 * Creates a new visitor that will find all the dependencies for the visited class.
318 // Add it to the dependency set for the currently visited class, as needed.
643 // type is the operand of the instruction to be visited. This operand must be the
  /frameworks/support/v4/java/android/support/v4/view/accessibility/
AccessibilityRecordCompat.java 720 * Gets the number of items that can be visited.
729 * Sets the number of items that can be visited.
740 * Gets the index of the source in the list of items the can be visited.
749 * Sets the index of the source in the list of items that can be visited.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
ftw.h 55 FTW_DP, /* Directory, all subdirs have been visited. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
ftw.h 55 FTW_DP, /* Directory, all subdirs have been visited. */
  /prebuilts/go/darwin-x86/doc/progs/
go1.go 64 // This loop should not assume Sunday will be visited first.
  /prebuilts/go/linux-x86/doc/progs/
go1.go 64 // This loop should not assume Sunday will be visited first.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PatternBasedDeltaVisitor.java 43 * After the visitor has visited the whole delta, it can be queried to see which ChangedFileSet
  /sdk/templates/docs/
default.css 50 a:visited {
  /system/bt/osi/include/
list.h 90 // list inside the callback. If an element is added before the node being visited,
  /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/Transforms/Scalar/
LoopUnswitch.cpp 608 std::set<BasicBlock*> &Visited) {
609 if (!Visited.insert(BB).second) {
610 // Already visited. Without more analysis, this could indicate an infinite
625 if (!isTrivialLoopExitBlockHelper(L, *SI, ExitBB, Visited))
642 std::set<BasicBlock*> Visited;
643 Visited.insert(L->getHeader()); // Branches to header make infinite loops.
645 if (isTrivialLoopExitBlockHelper(L, BB, ExitBB, Visited))
827 SmallSet<BasicBlock*, 8> Visited;
830 // If we exit loop or reach a previous visited block, then
    [all...]

Completed in 813 milliseconds

<<11121314151617181920>>