HomeSort by relevance Sort by last modified time
    Searched defs:iterator (Results 251 - 275 of 3929) sorted by null

<<11121314151617181920>>

  /libcore/ojluni/src/main/java/java/util/stream/
IntPipeline.java 176 public final PrimitiveIterator.OfInt iterator() { method in class:IntPipeline
177 return Spliterators.iterator(spliterator());
LongPipeline.java 173 public final PrimitiveIterator.OfLong iterator() { method in class:LongPipeline
174 return Spliterators.iterator(spliterator());
  /libcore/ojluni/src/main/java/sun/nio/fs/
AbstractPath.java 31 import java.util.Iterator;
70 public final Iterator<Path> iterator() { method in class:AbstractPath
71 return new Iterator<Path>() {
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
AdjacencyList.java 29 import java.util.Iterator;
64 * The iterator method returns objects of type <code>BuildStep</code>, not
107 * Gets an <code>Iterator</code> to iterate over the set of
111 * @return an <code>Iterator</code> over the <code>BuildStep</code>s
113 public Iterator<BuildStep> iterator() { method in class:AdjacencyList
114 return Collections.unmodifiableList(mStepList).iterator();
  /packages/services/Car/tests/carservice_unit_test/src/com/android/car/
SlidingWindowTest.java 21 import java.util.Iterator;
29 private static <T> boolean sameContents(Iterator<T> t1, Iterator<T> t2) {
47 assertTrue(sameContents(elements.iterator(), window.iterator()));
55 assertTrue(sameContents(expectedElements.iterator(), window.iterator()));
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
PostOrderCFGView.h 41 // po_iterator requires this iterator, but the only interface needed is the
43 struct iterator { typedef const CFGBlock *value_type; }; struct in class:clang::PostOrderCFGView::CFGBlockSet
52 // make sure that Block is non-null. Moreover, the CFGBlock iterator will
79 typedef std::vector<const CFGBlock *>::reverse_iterator iterator; typedef in class:clang::PostOrderCFGView
84 iterator begin() { return Blocks.rbegin(); }
85 iterator end() { return Blocks.rend(); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
TextDiagnosticBuffer.h 28 typedef DiagList::iterator iterator; typedef in class:clang::TextDiagnosticBuffer
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Environment.h 72 typedef BindingsTy::iterator iterator; typedef in class:clang::ento::Environment
73 iterator begin() const { return ExprBindings.begin(); }
74 iterator end() const { return ExprBindings.end(); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
UniqueVector.h 28 typedef typename VectorType::iterator iterator; typedef in class:llvm::UniqueVector
77 /// \brief Return an iterator to the start of the vector.
78 iterator begin() { return Vector.begin(); }
80 /// \brief Return an iterator to the start of the vector.
83 /// \brief Return an iterator to the end of the vector.
84 iterator end() { return Vector.end(); }
86 /// \brief Return an iterator to the end of the vector.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
CallGraphSCCPass.h 108 typedef std::vector<CallGraphNode *>::const_iterator iterator; typedef in class:llvm::CallGraphSCC
109 iterator begin() const { return Nodes.begin(); }
110 iterator end() const { return Nodes.end(); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LiveStackAnalysis.h 49 typedef SS2IntervalMap::iterator iterator; typedef in class:llvm::LiveStacks
53 iterator begin() { return S2IMap.begin(); }
54 iterator end() { return S2IMap.end(); }
62 SS2IntervalMap::iterator I = S2IMap.find(Slot);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
TypeFinder.h 47 typedef std::vector<StructType*>::iterator iterator; typedef in class:llvm::TypeFinder
50 iterator begin() { return StructTypes.begin(); }
51 iterator end() { return StructTypes.end(); }
58 iterator erase(iterator I, iterator E) { return StructTypes.erase(I, E); }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Analysis/Analyses/
PostOrderCFGView.h 41 // po_iterator requires this iterator, but the only interface needed is the
43 struct iterator { typedef const CFGBlock *value_type; }; struct in class:clang::PostOrderCFGView::CFGBlockSet
52 // make sure that Block is non-null. Moreover, the CFGBlock iterator will
79 typedef std::vector<const CFGBlock *>::reverse_iterator iterator; typedef in class:clang::PostOrderCFGView
84 iterator begin() { return Blocks.rbegin(); }
85 iterator end() { return Blocks.rend(); }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Frontend/
TextDiagnosticBuffer.h 28 typedef DiagList::iterator iterator; typedef in class:clang::TextDiagnosticBuffer
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
Environment.h 72 typedef BindingsTy::iterator iterator; typedef in class:clang::ento::Environment
73 iterator begin() const { return ExprBindings.begin(); }
74 iterator end() const { return ExprBindings.end(); }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
CallGraphSCCPass.h 108 typedef std::vector<CallGraphNode *>::const_iterator iterator; typedef in class:llvm::CallGraphSCC
109 iterator begin() const { return Nodes.begin(); }
110 iterator end() const { return Nodes.end(); }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Analysis/Analyses/
PostOrderCFGView.h 41 // po_iterator requires this iterator, but the only interface needed is the
43 struct iterator { typedef const CFGBlock *value_type; }; struct in class:clang::PostOrderCFGView::CFGBlockSet
52 // make sure that Block is non-null. Moreover, the CFGBlock iterator will
79 typedef std::vector<const CFGBlock *>::reverse_iterator iterator; typedef in class:clang::PostOrderCFGView
84 iterator begin() { return Blocks.rbegin(); }
85 iterator end() { return Blocks.rend(); }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Frontend/
TextDiagnosticBuffer.h 28 typedef DiagList::iterator iterator; typedef in class:clang::TextDiagnosticBuffer
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
Environment.h 72 typedef BindingsTy::iterator iterator; typedef in class:clang::ento::Environment
73 iterator begin() const { return ExprBindings.begin(); }
74 iterator end() const { return ExprBindings.end(); }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
CallGraphSCCPass.h 108 typedef std::vector<CallGraphNode *>::const_iterator iterator; typedef in class:llvm::CallGraphSCC
109 iterator begin() const { return Nodes.begin(); }
110 iterator end() const { return Nodes.end(); }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Analysis/Analyses/
PostOrderCFGView.h 41 // po_iterator requires this iterator, but the only interface needed is the
43 struct iterator { typedef const CFGBlock *value_type; }; struct in class:clang::PostOrderCFGView::CFGBlockSet
52 // make sure that Block is non-null. Moreover, the CFGBlock iterator will
79 typedef std::vector<const CFGBlock *>::reverse_iterator iterator; typedef in class:clang::PostOrderCFGView
84 iterator begin() { return Blocks.rbegin(); }
85 iterator end() { return Blocks.rend(); }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Frontend/
TextDiagnosticBuffer.h 28 typedef DiagList::iterator iterator; typedef in class:clang::TextDiagnosticBuffer
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
Environment.h 72 typedef BindingsTy::iterator iterator; typedef in class:clang::ento::Environment
73 iterator begin() const { return ExprBindings.begin(); }
74 iterator end() const { return ExprBindings.end(); }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Analysis/Analyses/
PostOrderCFGView.h 41 // po_iterator requires this iterator, but the only interface needed is the
43 struct iterator { typedef const CFGBlock *value_type; }; struct in class:clang::PostOrderCFGView::CFGBlockSet
52 // make sure that Block is non-null. Moreover, the CFGBlock iterator will
79 typedef std::vector<const CFGBlock *>::reverse_iterator iterator; typedef in class:clang::PostOrderCFGView
84 iterator begin() { return Blocks.rbegin(); }
85 iterator end() { return Blocks.rend(); }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Frontend/
TextDiagnosticBuffer.h 28 typedef DiagList::iterator iterator; typedef in class:clang::TextDiagnosticBuffer

Completed in 564 milliseconds

<<11121314151617181920>>