Searched defs:iterator (Results 1 - 25 of 713) sorted by relevance

1234567891011>>

/external/v8/test/intl/break-iterator/
H A Dwellformed-unsupported-locale.js30 var iterator = Intl.v8BreakIterator(['xx']); variable
32 assertEquals(iterator.resolvedOptions().locale, %GetDefaultICULocale());
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
H A DIterable.java12 * Returns an iterator over a set of elements of type T.
16 Iterator<T> iterator(); method in interface:Iterable
H A DCollectionStore.java42 Iterator<T> iter = _local.iterator();
58 public Iterator<T> iterator() method in class:CollectionStore
60 return getMatches(null).iterator();
/external/clang/test/SemaCXX/
H A DPR8755.cpp5 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/clang/test/CodeGen/
H A Dtbaa-thread-sanitizer.cpp5 struct iterator { void *node; }; struct
8 iterator first;
9 pair(const iterator &a) : first(a) {}
13 (void)pair(iterator());
/external/clang/test/Modules/Inputs/PR20399/
H A Dstl_map.h9 typedef int iterator; typedef in struct:std::map
/external/google-breakpad/src/processor/
H A Dstatic_address_map-inl.h52 // Decrement the iterator to get there, but not if the upper_bound already
56 MapConstIterator iterator = map_.upper_bound(address); local
57 if (iterator == map_.begin())
59 --iterator;
61 entry = iterator.GetValuePtr();
64 *entry_address = iterator.GetKey();
H A Daddress_map-inl.h71 // Decrement the iterator to get there, but not if the upper_bound already
74 MapConstIterator iterator = map_.upper_bound(address); local
75 if (iterator == map_.begin())
77 --iterator;
79 *entry = iterator->second;
81 *entry_address = iterator->first;
H A Dstatic_contained_range_map-inl.h62 // Get an iterator to the child range whose high address is equal to or
68 MapConstIterator iterator = map_.lower_bound(address); local
70 if (iterator == map_.end())
74 reinterpret_cast<const char*>(iterator.GetValuePtr());
81 // The child in iterator->second contains the specified address. Find out
/external/guava/guava/src/com/google/common/collect/
H A DSortedIterable.java37 * Returns an iterator over elements of type {@code T}. The elements are returned in
41 Iterator<T> iterator(); method in interface:SortedIterable
/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/line/
H A DEmptyRuleSet.java35 public Iterator<ConversionRule> iterator() { method in class:EmptyRuleSet
36 return list.iterator();
H A DJCLRuleSet.java66 public Iterator<ConversionRule> iterator() { method in class:JCLRuleSet
67 return conversionRuleList.iterator();
H A DJULRuleSet.java68 public Iterator<ConversionRule> iterator() { method in class:JULRuleSet
69 return conversionRuleList.iterator();
H A DLog4jRuleSet.java74 public Iterator<ConversionRule> iterator() { method in class:Log4jRuleSet
75 return conversionRuleList.iterator();
H A DRuleSet.java31 Iterator<ConversionRule> iterator(); method in interface:RuleSet
/external/slf4j/slf4j-migrator/src/test/java/org/slf4j/migrator/line/
H A DTrivialMatcher.java59 public Iterator<ConversionRule> iterator() { method in class:TrivialMatcher
60 return conversionRuleList.iterator();
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DSingletonImmutableSet.java48 public UnmodifiableIterator<E> iterator() { method in class:SingletonImmutableSet
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DMinimalIterable.java27 * invocations of the {@link #iterator()} method after the first, and whose
28 * iterator is always unmodifiable.
35 * <li>returning the same iterator again
38 * implementations have, of returning a new, independent iterator
42 * invoke the {@code iterator} method only once, and should be tested using this
56 * Returns an iterable whose iterator returns the given elements in order.
59 // Make sure to get an unmodifiable iterator
60 return new MinimalIterable<E>(Arrays.asList(elements).iterator());
64 * Returns an iterable whose iterator returns the given elements in order.
73 private Iterator<E> iterator; field in class:MinimalIterable
75 MinimalIterable(Iterator<E> iterator) argument
80 public Iterator<E> iterator() { method in class:MinimalIterable
[all...]
/external/javassist/src/main/javassist/convert/
H A DTransformAfter.java30 protected int match2(int pos, CodeIterator iterator) throws BadBytecode { argument
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
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/cglib/beans/
H A DFixedKeySet.java29 public Iterator iterator() { method in class:FixedKeySet
30 return set.iterator();
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/
H A DFixedSizeSet.java45 public Iterator<T> iterator() { method in class:FixedSizeSet
/external/smali/util/src/main/java/org/jf/util/
H A DAbstractForwardSequentialList.java43 @Nonnull private Iterator<T> iterator(int index) { method in class:AbstractForwardSequentialList
48 Iterator<T> it = iterator();
55 @Override @Nonnull public abstract Iterator<T> iterator(); method in class:AbstractForwardSequentialList
61 initialIterator = iterator(initialIndex);
74 forwardIterator = iterator(index+1);
103 return iterator(index--).next();
/external/snakeyaml/src/test/java/org/pyyaml/
H A DCanonicalLoader.java74 private Iterator<Object> iterator; field in class:CanonicalLoader.YamlIterable
76 public YamlIterable(Iterator<Object> iterator) { argument
77 this.iterator = iterator;
80 public Iterator<Object> iterator() { method in class:CanonicalLoader.YamlIterable
81 return iterator;
/external/autotest/frontend/client/src/autotest/common/table/
H A DJSONObjectSet.java37 public Iterator<T> iterator() { method in class:JSONObjectSet
38 return backingMap.values().iterator();
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DSignerInformationStore.java42 Iterator it = signerInfos.iterator();
74 return list.size() == 0 ? null : (SignerInformation) list.iterator().next();
137 public Iterator<SignerInformation> iterator() method in class:SignerInformationStore
139 return getSigners().iterator();

Completed in 1681 milliseconds

1234567891011>>