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

<<31323334353637383940>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/
set.h 56 typedef typename _Base::iterator iterator; typedef in class:__profile::set
132 iterator
134 { return iterator(_Base::begin()); }
140 iterator
142 { return iterator(_Base::end()); }
190 std::pair<iterator, bool>
194 return std::pair<iterator, bool>(iterator(__res.first),
199 iterator
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/
debug_map_base.hpp 78 typedef typename key_repository::iterator iterator; typedef in class:__gnu_pbds::detail::debug_map_base
123 iterator
178 iterator it = find(r_key);
270 typename PB_DS_CLASS_C_DEC::iterator
275 iterator it = m_keys.begin();
312 iterator it = m_keys.begin();
328 iterator it = other.m_keys.begin();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/left_child_next_sibling_heap_/
left_child_next_sibling_heap_.hpp 48 #include <iterator>
134 typedef const_iterator iterator; typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap
162 inline iterator
168 inline iterator
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/rb_tree_map_/
rb_tree_.hpp 113 typedef typename base_type::iterator iterator; typedef in class:__gnu_pbds::detail::PB_DS_RB_TREE_NAME
162 inline iterator
163 erase(iterator);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/splay_tree_/
splay_tree_.hpp 139 typedef typename base_type::iterator iterator; typedef in class:__gnu_pbds::detail::PB_DS_S_TREE_NAME
194 inline iterator
195 erase(iterator it);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/thin_heap_/
thin_heap_.hpp 103 typedef typename base_type::iterator iterator; typedef in class:__gnu_pbds::detail::thin_heap
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/trie_policy/
trie_policy_base.hpp 66 typedef typename node_iterator::value_type iterator; typedef in class:__gnu_pbds::detail::trie_policy_base
74 virtual iterator
101 static iterator
104 static iterator
155 typename PB_DS_CLASS_C_DEC::iterator
166 typename PB_DS_CLASS_C_DEC::iterator
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/
trie_policy.hpp 87 /// Element const iterator type.
167 /// Const element iterator.
178 typedef typename node_iterator::value_type iterator; typedef in class:__gnu_pbds::trie_prefix_search_node_update
181 /// Finds the const iterator range corresponding to all values
186 /// Finds the iterator range corresponding to all values whose
188 std::pair<iterator, iterator>
191 /// Finds the const iterator range corresponding to all values
196 /// Finds the iterator range corresponding to all values whose
198 std::pair<iterator, iterator
270 typedef typename node_iterator::value_type iterator; typedef in class:__gnu_pbds::trie_order_statistics_node_update
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/
set.h 56 typedef typename _Base::iterator iterator; typedef in class:__profile::set
132 iterator
134 { return iterator(_Base::begin()); }
140 iterator
142 { return iterator(_Base::end()); }
190 std::pair<iterator, bool>
194 return std::pair<iterator, bool>(iterator(__res.first),
199 iterator
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
repeated_field_reflection.h 76 typedef void Iterator;
97 // Create an iterator that points at the begining of the repeated field.
98 virtual Iterator* BeginIterator(const Field* data) const = 0;
99 // Create an iterator that points at the end of the repeated field.
100 virtual Iterator* EndIterator(const Field* data) const = 0;
101 // Make a copy of an iterator and return the new copy.
102 virtual Iterator* CopyIterator(const Field* data,
103 const Iterator* iterator) const = 0;
104 // Move an iterator to point to the next element
264 typedef RepeatedFieldRefIterator<T> iterator; typedef in struct:google::protobuf::internal::RefTypeTraits
279 typedef RepeatedFieldRefIterator<T> iterator; typedef in struct:google::protobuf::internal::RefTypeTraits
295 typedef RepeatedFieldRefIterator<T> iterator; typedef in struct:google::protobuf::internal::RefTypeTraits
323 typedef RepeatedFieldRefIterator<T> iterator; typedef in struct:google::protobuf::internal::RefTypeTraits
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionHandles.java 27 import java.util.Iterator;
137 public Iterator<SelectionHandle> iterator() { method in class:SelectionHandles
138 return mHandles.iterator();
  /system/core/libunwindstack/include/unwindstack/
DwarfSection.h 22 #include <iterator>
44 class iterator : public std::iterator<std::bidirectional_iterator_tag, DwarfFde*> { class in class:unwindstack::DwarfSection
46 iterator(DwarfSection* section, size_t index) : section_(section), index_(index) {} function in class:unwindstack::DwarfSection::iterator
48 iterator& operator++() {
52 iterator& operator++(int increment) {
56 iterator& operator--() {
60 iterator& operator--(int decrement) {
65 bool operator==(const iterator& rhs) { return this->index_ == rhs.index_; }
66 bool operator!=(const iterator& rhs) { return this->index_ != rhs.index_;
    [all...]
  /developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/synth/
SynthEngine.java 30 import java.util.Iterator;
185 Iterator<SynthVoice> iterator = mVoices.values().iterator(); local
186 while (iterator.hasNext()) {
187 SynthVoice voice = iterator.next();
189 iterator.remove();
205 Iterator<SynthVoice> iterator = mVoices.values().iterator(); local
250 Iterator<SynthVoice> iterator = mVoices.values().iterator(); local
    [all...]
  /developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/synth/
SynthEngine.java 30 import java.util.Iterator;
185 Iterator<SynthVoice> iterator = mVoices.values().iterator(); local
186 while (iterator.hasNext()) {
187 SynthVoice voice = iterator.next();
189 iterator.remove();
205 Iterator<SynthVoice> iterator = mVoices.values().iterator(); local
250 Iterator<SynthVoice> iterator = mVoices.values().iterator(); local
    [all...]
  /developers/samples/android/common/src/java/com/example/android/common/midi/synth/
SynthEngine.java 30 import java.util.Iterator;
185 Iterator<SynthVoice> iterator = mVoices.values().iterator(); local
186 while (iterator.hasNext()) {
187 SynthVoice voice = iterator.next();
189 iterator.remove();
205 Iterator<SynthVoice> iterator = mVoices.values().iterator(); local
250 Iterator<SynthVoice> iterator = mVoices.values().iterator(); local
    [all...]
  /development/samples/browseable/MidiScope/src/com.example.android.common.midi/synth/
SynthEngine.java 30 import java.util.Iterator;
185 Iterator<SynthVoice> iterator = mVoices.values().iterator(); local
186 while (iterator.hasNext()) {
187 SynthVoice voice = iterator.next();
189 iterator.remove();
205 Iterator<SynthVoice> iterator = mVoices.values().iterator(); local
250 Iterator<SynthVoice> iterator = mVoices.values().iterator(); local
    [all...]
  /development/samples/browseable/MidiSynth/src/com.example.android.common.midi/synth/
SynthEngine.java 30 import java.util.Iterator;
185 Iterator<SynthVoice> iterator = mVoices.values().iterator(); local
186 while (iterator.hasNext()) {
187 SynthVoice voice = iterator.next();
189 iterator.remove();
205 Iterator<SynthVoice> iterator = mVoices.values().iterator(); local
250 Iterator<SynthVoice> iterator = mVoices.values().iterator(); local
    [all...]
  /external/guava/guava/src/com/google/common/collect/
AbstractBiMap.java 32 import java.util.Iterator;
210 @Override public Iterator<K> iterator() { method in class:AbstractBiMap.KeySet
211 return Maps.keyIterator(entrySet().iterator());
233 @Override public Iterator<V> iterator() { method in class:AbstractBiMap.ValueSet
234 return Maps.valueIterator(entrySet().iterator());
285 @Override public Iterator<Entry<K, V>> iterator() { method in class:AbstractBiMap.EntrySet
286 final Iterator<Entry<K, V>> iterator = esDelegate.iterator() local
    [all...]
  /external/guava/guava/src/com/google/common/hash/
Hashing.java 24 import java.util.Iterator;
364 Iterator<HashCode> iterator = hashCodes.iterator(); local
365 checkArgument(iterator.hasNext(), "Must be at least 1 hash code to combine.");
366 int bits = iterator.next().bits();
390 Iterator<HashCode> iterator = hashCodes.iterator(); local
391 checkArgument(iterator.hasNext(), "Must be at least 1 hash code to combine.")
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
AbstractBiMap.java 28 import java.util.Iterator;
206 @Override public Iterator<K> iterator() { method in class:AbstractBiMap.KeySet
207 return Maps.keyIterator(entrySet().iterator());
229 @Override public Iterator<V> iterator() { method in class:AbstractBiMap.ValueSet
230 return Maps.valueIterator(entrySet().iterator());
281 @Override public Iterator<Entry<K, V>> iterator() { method in class:AbstractBiMap.EntrySet
282 final Iterator<Entry<K, V>> iterator = esDelegate.iterator() local
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
ForwardingListTest.java 30 import java.util.Iterator;
118 @Override public Iterator<T> iterator() { method in class:ForwardingListTest.StandardImplForwardingList
233 forward.iterator();
234 assertEquals("[iterator]", getCalls());
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
BytesTrieTest.java 354 BytesTrie.Iterator iter=trie.iterator();
399 BytesTrie.Iterator iter=trie.iterator();
415 BytesTrie.Iterator iter=trie.iterator(4);
464 BytesTrie.Iterator iter=trie.iterator(2);
487 BytesTrie.Iterator iter=trie.iterator(3)
    [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
SmallSortedMap.java 37 import java.util.Iterator;
50 * corresponding {@code Entry}s without the need to create an Iterator. The
163 // because none of the list's accessors are exposed. The iterator() of
301 final Iterator<Map.Entry<K, V>> iterator = local
302 getOverflowEntriesMutable().entrySet().iterator();
303 entryList.add(new Entry(iterator.next()));
304 iterator.remove();
473 public Iterator<Map.Entry<K, V>> iterator() { method in class:SmallSortedMap.EntrySet
    [all...]
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/
Yaml.java 25 import java.util.Iterator;
181 return dumpAll(list.iterator());
201 * Iterator with Objects
204 public String dumpAll(Iterator<? extends Object> data) {
221 dumpAll(list.iterator(), output, null);
228 * Iterator with Objects
232 public void dumpAll(Iterator<? extends Object> data, Writer output) {
236 private void dumpAll(Iterator<? extends Object> data, Writer output, Tag rootTag) {
299 dumpAll(list.iterator(), buffer, rootTag);
455 * objects. The documents are parsed only when the iterator is invoked
482 private Iterator<Object> iterator; field in class:Yaml.YamlIterable
488 public Iterator<Object> iterator() { method in class:Yaml.YamlIterable
565 private Iterator<Node> iterator; field in class:Yaml.NodeIterable
571 public Iterator<Node> iterator() { method in class:Yaml.NodeIterable
645 private Iterator<Event> iterator; field in class:Yaml.EventIterable
651 public Iterator<Event> iterator() { method in class:Yaml.EventIterable
    [all...]
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
CachedPathIteratorFactory.java 50 public CachedPathIteratorFactory(@NonNull PathIterator iterator) {
51 mWindingRule = iterator.getWindingRule();
56 while (!iterator.isDone()) {
57 int type = iterator.currentSegment(points);
64 iterator.next();
218 private static float getFlatPathLength(@NonNull PathIterator iterator) {
224 while (!iterator.isDone()) {
225 int type = iterator.currentSegment(segment);
238 iterator.next();
272 public CachedPathIterator iterator() { method in class:CachedPathIteratorFactory
    [all...]

Completed in 1680 milliseconds

<<31323334353637383940>>