Searched refs:Iterator (Results 126 - 150 of 1450) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/webrtc/voice_engine/
H A Dchannel_manager.cc126 ChannelManager::Iterator::Iterator(ChannelManager* channel_manager) function in class:webrtc::voe::ChannelManager::Iterator
131 Channel* ChannelManager::Iterator::GetChannel() {
137 bool ChannelManager::Iterator::IsValid() {
141 void ChannelManager::Iterator::Increment() {
/external/guava/guava/src/com/google/common/base/
H A DJoiner.java27 import java.util.Iterator;
92 * @deprecated use {@link #appendTo(Appendable, Iterator)} by casting {@code parts} to
93 * {@code Iterator<?>}, or better yet, by implementing only {@code Iterator} and not
98 public final <A extends Appendable, I extends Object & Iterable<?> & Iterator<?>> A
100 return appendTo(appendable, (Iterator<?>) parts);
118 public <A extends Appendable> A appendTo(A appendable, Iterator<?> parts) throws IOException {
151 * @deprecated use {@link #appendTo(StringBuilder, Iterator)} by casting {@code parts} to
152 * {@code Iterator<?>}, or better yet, by implementing only {@code Iterator} an
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Ducharstrieiterator.cpp22 UCharsTrie::Iterator::Iterator(const UChar *trieUChars, int32_t maxStringLength, function in class:UCharsTrie::Iterator
35 // Unlike UCharsTrie itself, its Iterator performs memory allocations anyway
44 UCharsTrie::Iterator::Iterator(const UCharsTrie &trie, int32_t maxStringLength, function in class:UCharsTrie::Iterator
75 UCharsTrie::Iterator::~Iterator() {
79 UCharsTrie::Iterator &
80 UCharsTrie::Iterator::reset() {
96 UCharsTrie::Iterator
[all...]
/external/deqp/framework/randomshaders/
H A DrsgVariableManager.hpp118 template <typename Item, typename Iterator, class Filter>
122 FilteredIterator (Iterator iter, Iterator end, Filter filter)
131 Iterator nextEntry = m_iter;
170 static Iterator findNext (Filter filter, Iterator iter, Iterator end)
178 Iterator m_iter;
179 Iterator m_end;
290 typedef ValueEntryIterator<AnyEntry> Iterator; typedef in class:rsg::AnyEntry
323 typedef ValueEntryIterator<EntryStorageFilter<Storage> > Iterator; typedef in class:rsg::EntryStorageFilter
[all...]
/external/icu/icu4c/source/common/
H A Ducharstrieiterator.cpp22 UCharsTrie::Iterator::Iterator(const UChar *trieUChars, int32_t maxStringLength, function in class:UCharsTrie::Iterator
35 // Unlike UCharsTrie itself, its Iterator performs memory allocations anyway
44 UCharsTrie::Iterator::Iterator(const UCharsTrie &trie, int32_t maxStringLength, function in class:UCharsTrie::Iterator
75 UCharsTrie::Iterator::~Iterator() {
79 UCharsTrie::Iterator &
80 UCharsTrie::Iterator::reset() {
96 UCharsTrie::Iterator
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DAbstractIteratorTest.java23 import java.util.Iterator;
40 Iterator<Integer> iter = new AbstractIterator<Integer>() {
161 Iterator<Integer> iter = new AbstractIterator<Integer>() {
194 Iterator<Integer> iter = new AbstractIterator<Integer>() {
210 Iterator<Integer> iter = new AbstractIterator<Integer>() {
224 Iterator<Integer> iter = new AbstractIterator<Integer>() {
245 Iterator<Integer> iter = new AbstractIterator<Integer>() {
/external/smali/util/src/main/java/org/jf/util/
H A DImmutableConverter.java41 import java.util.Iterator;
70 final Iterator<? extends Item> iter = iterable.iterator();
72 return ImmutableList.copyOf(new Iterator<ImmutableItem>() {
101 final Iterator<? extends Item> iter = iterable.iterator();
103 return ImmutableSet.copyOf(new Iterator<ImmutableItem>() {
134 final Iterator<? extends Item> iter = iterable.iterator();
137 return ImmutableSortedSet.copyOf(comparator, new Iterator<ImmutableItem>() {
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-param-util.h191 return new Iterator(this, begin_, 0, step_);
194 return new Iterator(this, end_, end_index_, step_);
198 class Iterator : public ParamIteratorInterface<T> { class in class:testing::internal::RangeGenerator
200 Iterator(const ParamGeneratorInterface<T>* base, T value, int index, function in class:testing::internal::RangeGenerator::Iterator
203 virtual ~Iterator() {}
213 return new Iterator(*this);
223 CheckedDowncastToActualType<const Iterator>(&other)->index_;
228 Iterator(const Iterator& other) function in class:testing::internal::RangeGenerator::Iterator
234 void operator=(const Iterator
285 class Iterator : public ParamIteratorInterface<T> { class in class:testing::internal::ValuesInIteratorRangeGenerator
287 Iterator(const ParamGeneratorInterface<T>* base, function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
325 Iterator(const Iterator& other) function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
[all...]
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h191 return new Iterator(this, begin_, 0, step_);
194 return new Iterator(this, end_, end_index_, step_);
198 class Iterator : public ParamIteratorInterface<T> { class in class:testing::internal::RangeGenerator
200 Iterator(const ParamGeneratorInterface<T>* base, T value, int index, function in class:testing::internal::RangeGenerator::Iterator
203 virtual ~Iterator() {}
213 return new Iterator(*this);
223 CheckedDowncastToActualType<const Iterator>(&other)->index_;
228 Iterator(const Iterator& other) function in class:testing::internal::RangeGenerator::Iterator
234 void operator=(const Iterator
285 class Iterator : public ParamIteratorInterface<T> { class in class:testing::internal::ValuesInIteratorRangeGenerator
287 Iterator(const ParamGeneratorInterface<T>* base, function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
325 Iterator(const Iterator& other) function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
[all...]
/external/gtest/include/gtest/internal/
H A Dgtest-param-util.h191 return new Iterator(this, begin_, 0, step_);
194 return new Iterator(this, end_, end_index_, step_);
198 class Iterator : public ParamIteratorInterface<T> { class in class:testing::internal::RangeGenerator
200 Iterator(const ParamGeneratorInterface<T>* base, T value, int index, function in class:testing::internal::RangeGenerator::Iterator
203 virtual ~Iterator() {}
213 return new Iterator(*this);
223 CheckedDowncastToActualType<const Iterator>(&other)->index_;
228 Iterator(const Iterator& other) function in class:testing::internal::RangeGenerator::Iterator
234 void operator=(const Iterator
285 class Iterator : public ParamIteratorInterface<T> { class in class:testing::internal::ValuesInIteratorRangeGenerator
287 Iterator(const ParamGeneratorInterface<T>* base, function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
325 Iterator(const Iterator& other) function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h191 return new Iterator(this, begin_, 0, step_);
194 return new Iterator(this, end_, end_index_, step_);
198 class Iterator : public ParamIteratorInterface<T> { class in class:testing::internal::RangeGenerator
200 Iterator(const ParamGeneratorInterface<T>* base, T value, int index, function in class:testing::internal::RangeGenerator::Iterator
203 virtual ~Iterator() {}
213 return new Iterator(*this);
223 CheckedDowncastToActualType<const Iterator>(&other)->index_;
228 Iterator(const Iterator& other) function in class:testing::internal::RangeGenerator::Iterator
234 void operator=(const Iterator
285 class Iterator : public ParamIteratorInterface<T> { class in class:testing::internal::ValuesInIteratorRangeGenerator
287 Iterator(const ParamGeneratorInterface<T>* base, function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
325 Iterator(const Iterator& other) function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
[all...]
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h191 return new Iterator(this, begin_, 0, step_);
194 return new Iterator(this, end_, end_index_, step_);
198 class Iterator : public ParamIteratorInterface<T> { class in class:testing::internal::RangeGenerator
200 Iterator(const ParamGeneratorInterface<T>* base, T value, int index, function in class:testing::internal::RangeGenerator::Iterator
203 virtual ~Iterator() {}
213 return new Iterator(*this);
223 CheckedDowncastToActualType<const Iterator>(&other)->index_;
228 Iterator(const Iterator& other) function in class:testing::internal::RangeGenerator::Iterator
234 void operator=(const Iterator
285 class Iterator : public ParamIteratorInterface<T> { class in class:testing::internal::ValuesInIteratorRangeGenerator
287 Iterator(const ParamGeneratorInterface<T>* base, function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
325 Iterator(const Iterator& other) function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
[all...]
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-param-util.h210 return new Iterator(this, begin_, 0, step_);
213 return new Iterator(this, end_, end_index_, step_);
217 class Iterator : public ParamIteratorInterface<T> { class in class:testing::internal::RangeGenerator
219 Iterator(const ParamGeneratorInterface<T>* base, T value, int index, function in class:testing::internal::RangeGenerator::Iterator
222 virtual ~Iterator() {}
232 return new Iterator(*this);
242 CheckedDowncastToActualType<const Iterator>(&other)->index_;
247 Iterator(const Iterator& other) function in class:testing::internal::RangeGenerator::Iterator
252 void operator=(const Iterator
303 class Iterator : public ParamIteratorInterface<T> { class in class:testing::internal::ValuesInIteratorRangeGenerator
305 Iterator(const ParamGeneratorInterface<T>* base, function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
343 Iterator(const Iterator& other) function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
[all...]
/external/deqp/framework/opengl/
H A DgluShaderProgram.hpp234 template<typename Iterator>
237 Iterator begin;
238 Iterator end;
240 TransformFeedbackVaryings (Iterator begin_, Iterator end_) : begin(begin_), end(end_) {}
299 template<typename Iterator>
300 ProgramSources& operator<< (const TransformFeedbackVaryings<Iterator>& varyings);
303 template<typename Iterator>
304 inline ProgramSources& ProgramSources::operator<< (const TransformFeedbackVaryings<Iterator>& varyings)
306 for (Iterator cu
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DIterables.java36 import java.util.Iterator;
49 * {@link Iterator}-based method in the {@link Iterators} class.
93 public Iterator<T> iterator() {
373 public Iterator<T> iterator() {
488 public Iterator<T> iterator() {
497 private static <T> UnmodifiableIterator<Iterator<? extends T>> iterators(
499 final Iterator<? extends Iterable<? extends T>> iterableIterator =
501 return new UnmodifiableIterator<Iterator<? extends T>>() {
507 public Iterator<? extends T> next() {
521 * Iterator#remov
[all...]
/external/chromium_org/v8/src/compiler/
H A Dgeneric-algorithm.h44 typedef typename Traits::Iterator Iterator; typedef
45 typedef std::pair<Iterator, Iterator> NodeState;
61 Iterator begin(visit ? Traits::begin(current) : Traits::end(current));
62 Iterator end(Traits::end(current));
/external/deqp/framework/delibs/decpp/
H A DdeRandom.hpp67 template <class Iterator>
68 void shuffle (Iterator first, Iterator last);
165 template <class Iterator>
166 void Random::shuffle (Iterator first, Iterator last)
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DIterables.java33 import java.util.Iterator;
46 * {@link Iterator}-based method in the {@link Iterators} class.
90 public Iterator<T> iterator() {
355 public Iterator<T> iterator() {
470 public Iterator<T> iterator() {
479 private static <T> UnmodifiableIterator<Iterator<? extends T>> iterators(
481 final Iterator<? extends Iterable<? extends T>> iterableIterator =
483 return new UnmodifiableIterator<Iterator<? extends T>>() {
489 public Iterator<? extends T> next() {
503 * Iterator#remov
[all...]
/external/nist-sip/java/gov/nist/core/
H A DDuplicateNameValueList.java28 import java.util.Iterator;
75 Iterator<NameValue> iterator = nameValueMap.values().iterator();
134 Iterator<String> li = this.nameValueMap.keySet().iterator();
191 Iterator<NameValue> it = this.nameValueMap.values().iterator();
203 public Iterator<NameValue> iterator() {
212 public Iterator<String> getNames() {
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/cert/
H A DMyCertificateFactorySpi.java34 import java.util.Iterator;
100 Iterator it = engineGetCertPathEncodings();
130 public Iterator engineGetCertPathEncodings() {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DCertStoreCollectionSpi.java14 import java.util.Iterator;
39 Iterator iter = params.getCollection().iterator();
75 Iterator iter = params.getCollection().iterator();
/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DUnmodifiableData.java21 import java.util.Iterator;
67 UnmodifiableIterator(Iterator<? extends Data> iterator) {
80 protected Iterator<DelegatedData> newChildIterator() {
/external/libcxx/test/containers/sequences/vector/vector.cons/
H A Dconstruct_iter_iter.pass.cpp21 template <class C, class Iterator>
23 test(Iterator first, Iterator last)
H A Dconstruct_iter_iter_alloc.pass.cpp22 template <class C, class Iterator, class A>
24 test(Iterator first, Iterator last, const A& a)
/external/libcxx/test/containers/sequences/vector.bool/
H A Dconstruct_iter_iter_alloc.pass.cpp22 template <class C, class Iterator>
24 test(Iterator first, Iterator last, const typename C::allocator_type& a)

Completed in 847 milliseconds

1234567891011>>