HomeSort by relevance Sort by last modified time
    Searched refs:iterator (Results 1 - 25 of 8184) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/stlport/test/unit/
iterator_header_test.cpp 8 #include <iterator>
  /ndk/tests/device/test-gnustl-full/unit/
iterator_header_test.cpp 8 #include <iterator>
  /ndk/tests/device/test-stlport/unit/
iterator_header_test.cpp 8 #include <iterator>
  /external/javassist/src/main/javassist/convert/
TransformAfter.java 30 protected int match2(int pos, CodeIterator iterator) throws BadBytecode {
31 iterator.move(pos);
32 iterator.insert(saveCode);
33 iterator.insert(loadCode);
34 int p = iterator.insertGap(3);
35 iterator.setMark(p);
36 iterator.insert(loadCode);
37 pos = iterator.next();
38 p = iterator.getMark();
39 iterator.writeByte(iterator.byteAt(pos), p)
    [all...]
  /external/wpa_supplicant_8/src/utils/
radiotap.c 42 * ieee80211_radiotap_iterator_init - radiotap parser iterator initialization
43 * @iterator: radiotap_iterator to initialize
49 * This function initializes an opaque iterator struct which can then
55 * call __ieee80211_radiotap_iterator_init() to init a semi-opaque iterator
60 * The iterator's @this_arg member points to the start of the argument
62 * found in the iterator's @this_arg_index member. This arg index corresponds
67 * iterator->max_length after executing ieee80211_radiotap_iterator_init()
71 * You must take care when dereferencing iterator.this_arg
73 * get_unaligned((type *)iterator.this_arg) to dereference
74 * iterator.this_arg for type "type" safely on all arches
    [all...]
  /external/clang/test/SemaCXX/
PR8755.cpp 5 typedef int iterator; // expected-note{{declared here}} typedef in struct:A
10 class A <T> ::iterator foo; // expected-error{{elaborated type refers to a typedef}}
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
BreakIteratorTest.java 31 BreakIterator iterator; field in class:BreakIteratorTest
38 iterator = BreakIterator.getCharacterInstance(Locale.US);
47 assertNotSame(newOne, iterator);
48 assertEquals(newOne, iterator);
51 assertEquals(newOne, iterator);
54 assertEquals(newOne, iterator);
57 assertFalse(wordIterator.equals(iterator));
60 assertFalse(lineIterator.equals(iterator));
63 assertFalse(senteIterator.equals(iterator));
67 BreakIterator cloned = (BreakIterator) iterator.clone()
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
UnmodifiableListIteratorTest.java 23 import java.util.Iterator;
35 Iterator<String> iterator = create(); local
37 assertTrue(iterator.hasNext());
38 assertEquals("a", iterator.next());
40 iterator.remove();
46 ListIterator<String> iterator = create(); local
48 assertTrue(iterator.hasNext());
49 assertEquals("a", iterator.next());
50 assertEquals("b", iterator.next())
59 ListIterator<String> iterator = create(); local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.primitives/iterator.traits/
empty.pass.cpp 10 // <iterator>
17 #include <iterator>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/
version.pass.cpp 10 // <iterator>
12 #include <iterator>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/
child_iterator.hpp 38 * Contains a iterator for a patricia tree.
41 struct iterator : public const_iterator struct in inherits:const_iterator
51 iterator(node_pointer_pointer p_p_cur = NULL, function in struct:iterator
57 operator==(const iterator& other) const
61 operator!=(const iterator& other) const
64 inline iterator&
71 inline iterator
74 iterator ret_it(*this);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
child_iterator.hpp 38 * Contains a iterator for a patricia tree.
41 struct iterator : public const_iterator struct in inherits:const_iterator
51 iterator(node_pointer_pointer p_p_cur = 0, function in struct:iterator
57 operator==(const iterator& other) const
61 operator!=(const iterator& other) const
64 inline iterator&
71 inline iterator
74 iterator ret_it(*this);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
child_iterator.hpp 38 * Contains a iterator for a patricia tree.
41 struct iterator : public const_iterator struct in inherits:const_iterator
51 iterator(node_pointer_pointer p_p_cur = 0, function in struct:iterator
57 operator==(const iterator& other) const
61 operator!=(const iterator& other) const
64 inline iterator&
71 inline iterator
74 iterator ret_it(*this);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
child_iterator.hpp 38 * Contains a iterator for a patricia tree.
41 struct iterator : public const_iterator struct in inherits:const_iterator
51 iterator(node_pointer_pointer p_p_cur = NULL, function in struct:iterator
57 operator==(const iterator& other) const
61 operator!=(const iterator& other) const
64 inline iterator&
71 inline iterator
74 iterator ret_it(*this);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
child_iterator.hpp 38 * Contains a iterator for a patricia tree.
41 struct iterator : public const_iterator struct in inherits:const_iterator
51 iterator(node_pointer_pointer p_p_cur = NULL, function in struct:iterator
57 operator==(const iterator& other) const
61 operator!=(const iterator& other) const
64 inline iterator&
71 inline iterator
74 iterator ret_it(*this);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
child_iterator.hpp 38 * Contains a iterator for a patricia tree.
41 struct iterator : public const_iterator struct in inherits:const_iterator
51 iterator(node_pointer_pointer p_p_cur = NULL, function in struct:iterator
57 operator==(const iterator& other) const
61 operator!=(const iterator& other) const
64 inline iterator&
71 inline iterator
74 iterator ret_it(*this);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/pat_trie_/
child_iterator.hpp 38 * Contains a iterator for a patricia tree.
41 struct iterator : public const_iterator struct in inherits:const_iterator
51 iterator(node_pointer_pointer p_p_cur = NULL, function in struct:iterator
57 operator==(const iterator& other) const
61 operator!=(const iterator& other) const
64 inline iterator&
71 inline iterator
74 iterator ret_it(*this);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
child_iterator.hpp 38 * Contains a iterator for a patricia tree.
41 struct iterator : public const_iterator struct in inherits:const_iterator
51 iterator(node_pointer_pointer p_p_cur = 0, function in struct:iterator
57 operator==(const iterator& other) const
61 operator!=(const iterator& other) const
64 inline iterator&
71 inline iterator
74 iterator ret_it(*this);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
child_iterator.hpp 38 * Contains a iterator for a patricia tree.
41 struct iterator : public const_iterator struct in inherits:const_iterator
51 iterator(node_pointer_pointer p_p_cur = 0, function in struct:iterator
57 operator==(const iterator& other) const
61 operator!=(const iterator& other) const
64 inline iterator&
71 inline iterator
74 iterator ret_it(*this);
  /external/clang/test/Analysis/
cxx-for-range.cpp 25 using iterator = int *;
27 iterator begin() const;
28 iterator end() const;
56 class iterator { class in class:MagicVector2
59 iterator &operator++();
60 bool operator==(const iterator &);
61 bool operator!=(const iterator &);
64 iterator begin() const;
65 iterator end() const;
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
MinimalIterable.java 21 import java.util.Iterator;
25 * invocations of the {@link #iterator()} method after the first, and whose
26 * iterator is always unmodifiable.
33 * <li>returning the same iterator again
36 * implementations have, of returning a new, independent iterator
40 * invoke the {@code iterator} method only once, and should be tested using this
53 * Returns an iterable whose iterator returns the given elements in order.
56 // Make sure to get an unmodifiable iterator
57 return new MinimalIterable<E>(Arrays.asList(elements).iterator());
61 * Returns an iterable whose iterator returns the given elements in order
70 private Iterator<E> iterator; field in class:MinimalIterable
77 public Iterator<E> iterator() { method in class:MinimalIterable
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
ListHashSetTest.cpp 65 ListHashSet<int>::iterator iterator = list.begin(); local
66 ASSERT_EQ(1, *iterator);
67 ++iterator;
68 ASSERT_EQ(2, *iterator);
69 ++iterator;
70 ASSERT_EQ(3, *iterator);
71 ++iterator;
104 ListHashSet<int>::iterator iterator = list.begin() local
126 ListHashSet<int>::iterator iterator = list.begin(); local
165 ListHashSet<int>::iterator iterator = list.begin(); local
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
OldLinkedHashMapTest.java 21 import java.util.Iterator;
35 Iterator iterator = map.keySet().iterator(); local
36 String id = (String) iterator.next();
39 iterator.next();
41 // iterator.next() Operation takes place after a get
51 iterator = map.keySet().iterator();
52 id = (String) iterator.next()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentOrderedList.h 49 typedef ListHashSet<Node*, 32>::iterator iterator; typedef in class:WebCore::DocumentOrderedList
51 iterator begin() { return m_nodes.begin(); }
52 iterator end() { return m_nodes.end(); }
  /libcore/luni/src/main/java/java/lang/
Iterable.java 19 import java.util.Iterator;
30 * Returns an {@link Iterator} for the elements in this object.
32 * @return An {@code Iterator} instance.
34 Iterator<T> iterator(); method in interface:Iterable

Completed in 1516 milliseconds

1 2 3 4 5 6 7 8 91011>>