| /prebuilts/go/darwin-x86/src/runtime/ |
| hashmap.go | 98 iterator = 1 // there may be an iterator using buckets 99 oldIterator = 2 // there may be an iterator using oldbuckets 103 // sentinel bucket ID for iterator checks 447 // returns both key and value. Used by map iterator 728 // iterator state 731 // Remember we have an iterator. 733 if old := h.flags; old&(iterator|oldIterator) != iterator|oldIterator { 734 atomic.Or8(&h.flags, iterator|oldIterator 95 iterator = 1 \/\/ there may be an iterator using buckets const [all...] |
| /prebuilts/go/linux-x86/src/runtime/ |
| hashmap.go | 98 iterator = 1 // there may be an iterator using buckets 99 oldIterator = 2 // there may be an iterator using oldbuckets 103 // sentinel bucket ID for iterator checks 447 // returns both key and value. Used by map iterator 728 // iterator state 731 // Remember we have an iterator. 733 if old := h.flags; old&(iterator|oldIterator) != iterator|oldIterator { 734 atomic.Or8(&h.flags, iterator|oldIterator 95 iterator = 1 \/\/ there may be an iterator using buckets const [all...] |
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/ |
| rapid-cxx-test.hpp | 555 typedef test_case const* iterator; typedef in class:rapid_cxx_test::test_suite 556 typedef iterator const_iterator; [all...] |
| /toolchain/binutils/binutils-2.27/gold/ |
| ehframe.h | 103 typedef typename Fde_address_list::iterator iterator; typedef in class:gold::Eh_frame_hdr::Fde_addresses 115 iterator 119 iterator
|
| /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/ |
| ITestSuiteIntegrationTest.java | 69 import java.util.Iterator; 284 Iterator<TestRunResult> iterator = mListener.getRunResults().iterator(); local 285 TestRunResult module1 = iterator.next(); 297 TestRunResult module2 = iterator.next(); [all...] |
| /external/guava/guava-testlib/src/com/google/common/collect/testing/ |
| MapInterfaceTest.java | 29 import java.util.Iterator; 187 assertEquals(!keySet.isEmpty(), keySet.iterator().hasNext()); 205 !valueCollection.isEmpty(), valueCollection.iterator().hasNext()); 213 assertEquals(!entrySet.isEmpty(), entrySet.iterator().hasNext()); 309 assertTrue(map.containsKey(map.keySet().iterator().next())); 331 assertTrue(map.containsValue(map.values().iterator().next())); 468 Iterator<Entry<K, V>> iterator = entrySet.iterator(); local 471 Entry<K, V> entry = iterator.next() 1456 Iterator<V> iterator = valueCollection.iterator(); local [all...] |
| /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
| PageContentRepository.java | 55 import java.util.Iterator; 351 Iterator<Map.Entry<Integer, RenderedPage>> iterator = local 352 mRenderedPages.entrySet().iterator(); 353 while (iterator.hasNext()) { 354 iterator.next(); 355 iterator.remove(); [all...] |
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
| ArrayListTest.java | 25 import java.util.Iterator; 392 Iterator i = setWithNulls.iterator(); 873 Iterator it = al.iterator(); 1060 Iterator<String> iterator = list.iterator(); local [all...] |
| /prebuilts/tools/common/m2/repository/io/opentracing/opentracing-api/0.13.0/ |
| opentracing-api-0.13.0.jar | |
| /external/guice/extensions/persist/lib/ |
| commons-collections.jar | |
| /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/ |
| commons-collections-3.2.1.jar | |
| /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.2/ |
| commons-collections-3.2.2.jar | |
| /packages/apps/Contacts/src/com/android/contacts/editor/ |
| ContactEditorFragment.java | 102 import java.util.Iterator; 825 final Iterator<RawContactDelta> iterator = mState.iterator(); local 826 while (iterator.hasNext()) { 827 final RawContactDelta rawContactDelta = iterator.next(); 829 iterator.remove() [all...] |
| /art/test/478-checker-clinit-check-pruning/src/ |
| Main.java | 323 it.iterator(); 355 it.iterator(); 384 it.iterator(); 421 it.iterator(); 462 it.iterator(); 517 it.iterator(); 542 Iterable it = new Iterable() { public java.util.Iterator iterator() { return null; } };
|
| /cts/tests/tests/animation/src/android/animation/cts/ |
| LayoutAnimationTest.java | 45 import java.util.Iterator; 168 Iterator<Float> iterator = alphaList.iterator(); local 170 while(iterator.hasNext()){ 171 float alphaValue = iterator.next();
|
| /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
| XmpDepthDecode.java | 182 XMPIterator iterator = xmpExtended.iterator(); local 184 XMPPropertyInfo info = (XMPPropertyInfo) iterator.next();
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
| RealVector.java | 19 import java.util.Iterator; 59 * for(Iterator<Entry> it = iterator(); it.hasNext(); e = it.next()) { 118 * Generic dense iterator. 121 * @return a dense iterator 123 Iterator<Entry> iterator(); method in interface:RealVector 132 * {@link #iterator()}. 134 * @return a sparse iterator 136 Iterator<Entry> sparseIterator() [all...] |
| /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
| DTMDefaultBaseIterators.java | 89 * Get an iterator that can navigate over an XPath Axis, predicated by 91 * Returns an iterator that must be initialized 92 * with a start node (using iterator.setStartNode()). 102 DTMAxisIterator iterator = null; local 113 // iterator = new FilterIterator(getAxisIterator(axis), 121 iterator = new TypedSingletonIterator(type); 124 iterator = new TypedChildrenIterator(type); 135 iterator = new TypedDescendantIterator(type); 138 iterator = (new TypedDescendantIterator(type)).includeSelf(); 141 iterator = new TypedFollowingIterator(type) 183 DTMAxisIterator iterator = null; local [all...] |
| /external/clang/include/clang/Basic/ |
| IdentifierTable.h | 387 /// \brief An iterator that walks over all of the known identifiers 390 /// Since this iterator uses an abstract interface via virtual 392 /// more standard C++ STL iterator interface. In this OO-style 395 /// operation. Subclasses of this iterator type will provide the 409 /// advances the iterator for the following string. 428 /// \brief Retrieve an iterator into the set of all identifiers 436 /// \returns A new iterator into the set of known identifiers. The 437 /// caller is responsible for deleting this iterator. 535 typedef HashTableTy::const_iterator iterator; typedef in class:clang::IdentifierTable 538 iterator begin() const { return HashTable.begin(); [all...] |
| /external/clang/include/clang/Sema/ |
| CodeCompleteConsumer.h | 460 typedef const Chunk *iterator; typedef in class:clang::CodeCompletionString 461 iterator begin() const { return reinterpret_cast<const Chunk *>(this + 1); } 462 iterator end() const { return begin() + NumChunks; } [all...] |
| Lookup.h | 127 typedef UnresolvedSetImpl::iterator iterator; typedef in class:clang::LookupResult 319 iterator begin() const { return iterator(Decls.begin()); } 320 iterator end() const { return iterator(Decls.end()); } 602 LookupResult::iterator I; 636 /// Erase the last element returned from this iterator. 696 for (iterator I = begin(), E = end(); I != E; ++I) 789 typedef llvm::mapped_iterator<decltype(Decls)::iterator, select_second 790 iterator; typedef in class:clang::ADLResult [all...] |
| /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| BugReporter.h | 67 typedef VisitorList::iterator visitor_iterator; 361 typedef llvm::ilist<BugReport>::iterator iterator; typedef in class:clang::ento::BugReportEquivClass 364 iterator begin() { return Reports.begin(); } 365 iterator end() { return Reports.end(); } 436 /// \brief Iterator over the set of BugTypes tracked by the BugReporter. 437 typedef BugTypesTy::iterator iterator; typedef in class:clang::ento::BugReporter 438 iterator begin() { return BugTypes.begin(); } 439 iterator end() { return BugTypes.end(); [all...] |
| /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| CoreEngine.h | 231 for (iterator I = Frontier.begin(), E = Frontier.end(); I != E; ++I) { 286 typedef ExplodedNodeSet::iterator iterator; typedef in class:clang::ento::NodeBuilder 288 inline iterator begin() { 293 inline iterator end() { 302 for (ExplodedNodeSet::iterator I = S.begin(), E = S.end(); I != E; ++I ) 368 for (ExplodedNodeSet::iterator I = SrcSet.begin(), 459 class iterator { class in class:clang::ento::IndirectGotoNodeBuilder 463 iterator(CFGBlock::const_succ_iterator i) : I(i) {} function in class:clang::ento::IndirectGotoNodeBuilder::iterator 466 iterator &operator++() { ++I; return *this; 505 class iterator { class in class:clang::ento::SwitchNodeBuilder 509 iterator(CFGBlock::const_succ_reverse_iterator i) : I(i) {} function in class:clang::ento::SwitchNodeBuilder::iterator [all...] |
| ExplodedGraph.h | 337 typedef NodeVector::iterator roots_iterator; 339 typedef NodeVector::iterator eop_iterator; 341 typedef AllNodesTy::iterator node_iterator; 423 typedef ImplTy::iterator iterator; typedef in class:clang::ento::ExplodedNodeSet 439 inline iterator begin() { return Impl.begin(); } 440 inline iterator end() { return Impl.end(); }
|
| /external/clang/test/Index/ |
| recursive-cxx-member-calls.cpp | 40 typedef const char *iterator; typedef in class:llvm::StringRef 50 iterator end() const { return Data; } 430 // CHECK-tokens: Keyword: "typedef" [40:3 - 40:10] TypedefDecl=iterator:40:23 (Definition) 431 // CHECK-tokens: Keyword: "const" [40:11 - 40:16] TypedefDecl=iterator:40:23 (Definition) 432 // CHECK-tokens: Keyword: "char" [40:17 - 40:21] TypedefDecl=iterator:40:23 (Definition) 433 // CHECK-tokens: Punctuation: "*" [40:22 - 40:23] TypedefDecl=iterator:40:23 (Definition) 434 // CHECK-tokens: Identifier: "iterator" [40:23 - 40:31] TypedefDecl=iterator:40:23 (Definition) [all...] |