HomeSort by relevance Sort by last modified time
    Searched full:iterator (Results 176 - 200 of 1789) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/opencore/baselibs/gen_data_structures/src/
sorted_list.h 84 iterator = head;
92 if (tail == iterator)
96 if (!iterator)
99 iterator = head;
103 iterator = iterator->next;
105 element = iterator->data;
115 SortedListElement<LLClass> *iterator; member in class:SortedList
126 iterator = head = tail = NULL;
263 if (iterator == tmp) iterator = prev
    [all...]
  /dalvik/libcore/luni/src/main/java/java/util/
AbstractMap.java 62 Iterator<Map.Entry<K, V>> it = entrySet().iterator();
88 Iterator<Map.Entry<K, V>> it = entrySet().iterator();
168 Iterator<Map.Entry<K, V>> it = entrySet().iterator();
197 Iterator<Map.Entry<K, V>> it = entrySet().iterator();
236 public Iterator<K> iterator() {
    [all...]
Enumeration.java 23 * <p>New code should use {@link Iterator} instead. {@code Iterator} replaces the
33 * @see Iterator
AbstractSequentialList.java 44 Iterator<? extends E> colIt = collection.iterator();
62 public Iterator<E> iterator() { method in class:AbstractSequentialList
  /dalvik/libcore/support/src/test/java/tests/support/
Support_UnmodifiableCollectionTest.java 24 import java.util.Iterator;
74 // iterator
75 Iterator<Integer> it = col.iterator();
80 it = ss.iterator();
84 "UnmodifiableCollectionTest - Iterator returned wrong value. Wanted: "
  /external/astl/tests/
test_set.cpp 57 pair<set<int>::iterator, bool> res;
67 set<int>::iterator elt_in_set = res.first;
81 // Insert should return an iterator pointing to the element
93 pair<set<string>::iterator, bool> res;
104 set<string>::iterator marker = res.first;
122 // The iterator points to the copy already in the set.
  /external/guava/src/com/google/common/collect/
LinkedHashMultimap.java 27 import java.util.Iterator;
215 @Override public Iterator<V> iterator() { method in class:LinkedHashMultimap.SetDecorator
216 final Iterator<V> delegateIterator = delegate.iterator();
217 return new Iterator<V>() {
239 * by entries().iterator().remove()
260 Iterator<V> iterator = delegate.iterator(); local
    [all...]
PeekingIterator.java 21 import java.util.Iterator;
25 * An iterator that supports a one-element lookahead while iterating.
31 public interface PeekingIterator<E> extends Iterator<E> {
  /external/icu4c/common/unicode/
uchriter.h 16 * \brief C++ API: UChar Character Iterator
25 * iterator that iterates over an entire UChar array, but also to
36 * Create an iterator over the UChar array referred to by "textPtr".
47 * Create an iterator over the UChar array referred to by "textPtr".
63 * Create an iterator over the UChar array referred to by "textPtr".
84 * Copy constructor. The new iterator iterates over the same range
120 * Generates a hash code for this iterator.
129 * caller must delete the new iterator.
136 * Sets the iterator to refer to the first code unit in its
145 * Sets the iterator to refer to the first code unit in it
    [all...]
rbbi.h 21 * \brief C++ API: Rule Based Break Iterator
57 * <p>See the ICU User Guide for information on Break Iterator Rules.</p>
75 * A character iterator that refers to the same text as the UText, above.
108 * Some iterator operations don't intrinsically set the correct tag value.
124 * to use either the dictionary or the state table again until the iterator
163 * The type of the break iterator, or -1 if it has not been set.
189 * into memory, then the break iterator is constructed here.
191 * The break iterator adopts the memory, and will
216 /** Default constructor. Creates an empty shell of an iterator, with no
223 * Copy constructor. Will produce a break iterator with the same behavior
    [all...]
  /external/webkit/WebCore/svg/
SVGDocumentExtensions.cpp 70 HashSet<SVGSVGElement*>::iterator end = m_timeContainers.end();
71 for (HashSet<SVGSVGElement*>::iterator itr = m_timeContainers.begin(); itr != end; ++itr)
78 HashSet<SVGSVGElement*>::iterator end = m_timeContainers.end();
79 for (HashSet<SVGSVGElement*>::iterator itr = m_timeContainers.begin(); itr != end; ++itr)
85 HashSet<SVGSVGElement*>::iterator end = m_timeContainers.end();
86 for (HashSet<SVGSVGElement*>::iterator itr = m_timeContainers.begin(); itr != end; ++itr)
  /external/stlport/stlport/stl/
_tree.h 155 typedef _Rb_tree_iterator<_Value, _NonConstTraits> iterator; typedef in struct:_Rb_tree_iterator
167 //copy constructor for iterator and constructor from iterator for const_iterator
168 _Rb_tree_iterator(const iterator& __it) : _Rb_tree_base_iterator(__it._M_node) {}
264 // __root, in iterator.operator++
371 typedef _Rb_tree_iterator<value_type, _NonConstTraits> iterator; typedef in class:_Rb_tree
376 iterator _M_insert(_Base_ptr __parent, const value_type& __val, _Base_ptr __on_left = 0, _Base_ptr __on_right = 0);
421 iterator begin() { return iterator(_M_leftmost()); }
423 iterator end() { return iterator(&this->_M_header._M_data);
    [all...]
  /cts/tools/dx-tests/src/util/
CompileAllJasmin.java 20 import java.util.Iterator;
40 for (Iterator<Object> it_keys = p.keySet().iterator(); it_keys.hasNext();) {
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/
OneStepIterator.java 33 * This class implements a general iterator for
70 * @param iterator The DTM iterator which this iterator will use.
75 public OneStepIterator(DTMAxisIterator iterator, int axis)
80 m_iterator = iterator;
102 * Detaches the iterator from the set which it iterated over, releasing
103 * any computational resources and placing the iterator in the INVALID
129 * Get a cloned iterator.
131 * @return A new iterator that can be used without mutating this one
    [all...]
WalkingIterator.java 33 * Location path iterator that uses Walkers.
40 * Create a WalkingIterator iterator, including creation
46 * @param opPos The position of this iterator in the
49 * loaded, or false if this is a derived iterator and
72 * @param nscontext The namespace context for this iterator,
105 * position as this iterator.
107 * @return A clone of this iterator that holds the same node position.
127 * Reset the iterator.
164 * iterator in the set. After a NodeIterator is created, the first call
209 * if this iterator does not implement walkers
    [all...]
  /external/icu4c/i18n/unicode/
usearch.h 56 * a given pattern. This search iterator allows changing of direction by
86 * not be found in the string "\u00e9" if a character break iterator is used.
182 * Creating a search iterator data struct using the argument locale language
200 * @return search iterator data structure, or NULL if there is an error.
212 * Creating a search iterator data struct using the argument collator language
232 * @return search iterator data structure, or NULL if there is an error.
245 * Destroying and cleaning up the search iterator data struct.
262 * @param strsrch search iterator data struct
277 * @param strsrch search iterator data struct
287 * @param strsrch search iterator data struc
    [all...]
  /external/icu4c/test/intltest/
tokiter.h 19 * An iterator class that returns successive string tokens from some
29 * Construct an iterator over the tokens returned by the given
39 * Return the next token from this iterator.
  /external/webkit/WebCore/loader/
CachedResourceClientWalker.cpp 34 typedef HashCountedSet<CachedResourceClient*>::const_iterator Iterator;
35 Iterator end = set.end();
37 for (Iterator current = set.begin(); current != end; ++current)
  /frameworks/base/media/libdrm/mobile2/src/rights/
Right.cpp 29 vector<OperationPermission*>::iterator it;
54 for (vector<OperationPermission*>::iterator it = mOpList.begin();
69 for (vector<OperationPermission*>::iterator it = mOpList.begin();
  /frameworks/base/services/java/com/android/server/am/
AppBindRecord.java 21 import java.util.Iterator;
43 Iterator<ConnectionRecord> it = connections.iterator();
  /frameworks/base/tools/layoutlib/create/tests/mock_android/dummy/
InnerTest.java 21 import java.util.Iterator;
79 Iterator<T> i = b.iterator();
  /packages/apps/Mms/src/com/android/mms/transaction/
Observable.java 21 import java.util.Iterator;
29 private Iterator<Observer> mIterator;
69 mIterator = mObservers.iterator();
  /dalvik/libcore/security/src/main/java/java/security/cert/
PolicyNode.java 20 import java.util.Iterator;
33 * Returns the list of children of this node as an {@code Iterator}.
35 * @return the list of children of this node as an {@code Iterator}.
37 public Iterator<? extends PolicyNode> getChildren();
  /development/samples/GlobalTime/src/com/android/globaltime/
City.java 25 import java.util.Iterator;
100 Iterator<City> iter = cities.values().iterator();
116 Iterator<City> iter = cities.values().iterator();
153 * Returns an Iterator over all cities, in raw offset order.
155 public static Iterator<City> iterator() { method in class:City
156 return cities.values().iterator();
  /development/tools/apkcheck/src/com/android/apkcheck/
ApiList.java 20 import java.util.Iterator;
98 * Returns an iterator for the set of known packages.
100 public Iterator<PackageInfo> getPackageIterator() {
101 return mPackageList.values().iterator();

Completed in 635 milliseconds

1 2 3 4 5 6 78 91011>>