/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_iter.py | 52 # Helper to check that an iterator returns a given sequence 162 # Test exception propagation through function iterator 179 # Test exception propagation through sequence iterator 558 # iterator cannot be restarted. So what we're testing here is 704 class Iterator: 726 return Iterator(self.start, self.finish) 897 # Avoid a crash, when an iterator deletes its next() method. 912 # The code to extend a list with an iterator has a fair
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_iter.py | 52 # Helper to check that an iterator returns a given sequence 162 # Test exception propagation through function iterator 179 # Test exception propagation through sequence iterator 558 # iterator cannot be restarted. So what we're testing here is 704 class Iterator: 726 return Iterator(self.start, self.finish) 897 # Avoid a crash, when an iterator deletes its next() method. 912 # The code to extend a list with an iterator has a fair
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_iter.py | 52 # Helper to check that an iterator returns a given sequence 162 # Test exception propagation through function iterator 179 # Test exception propagation through sequence iterator 558 # iterator cannot be restarted. So what we're testing here is 704 class Iterator: 726 return Iterator(self.start, self.finish) 897 # Avoid a crash, when an iterator deletes its next() method. 912 # The code to extend a list with an iterator has a fair
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_iter.py | 52 # Helper to check that an iterator returns a given sequence 162 # Test exception propagation through function iterator 179 # Test exception propagation through sequence iterator 558 # iterator cannot be restarted. So what we're testing here is 704 class Iterator: 726 return Iterator(self.start, self.finish) 897 # Avoid a crash, when an iterator deletes its next() method. 912 # The code to extend a list with an iterator has a fair
|
/external/clang/test/Parser/ |
MicrosoftExtensions.cpp | 162 class Iterator { 168 typename C1<T>:: /*template*/ Iterator<0> Mypos; // expected-warning {{use 'template' keyword to treat 'Iterator' as a dependent template name}} 173 typename C1<T>:: /*template*/ Iterator<0> Mypos; // expected-warning {{use 'template' keyword to treat 'Iterator' as a dependent template name}}
|
/external/deqp/framework/opengl/ |
gluVarType.hpp | 143 typedef std::vector<StructMember>::iterator Iterator; 157 inline Iterator begin (void) { return m_members.begin(); } 159 inline Iterator end (void) { return m_members.end(); }
|
/external/sfntly/cpp/src/sfntly/table/core/ |
cmap_table.cc | 359 CMapTable::CMap::CharacterIterator* CMapTable::CMapFormat0::Iterator() { 552 CMapTable::CMap::CharacterIterator* CMapTable::CMapFormat2::Iterator() { 785 CMapTable::CMap::CharacterIterator* CMapTable::CMapFormat4::Iterator() { 903 for (SegmentList::iterator it = original->begin(), [all...] |
/external/skia/src/core/ |
SkRegion.cpp | 188 Iterator iter(*this); 934 returned from the iterator). [all...] |
/external/v8/src/ |
d8.h | 75 class Iterator { 77 explicit Iterator(CounterMap* map)
|
types.h | 533 template<class T> class Iterator; 534 Iterator<i::Map> Classes() { 535 if (this->IsBitset()) return Iterator<i::Map>(); 536 return Iterator<i::Map>(Config::handle(this)); 538 Iterator<i::Object> Constants() { 539 if (this->IsBitset()) return Iterator<i::Object>(); 540 return Iterator<i::Object>(Config::handle(this)); 566 template<class> friend class Iterator; [all...] |
/external/v8/src/debug/ |
debug.h | 113 class Iterator { 115 Iterator(Handle<DebugInfo> debug_info, BreakLocatorType type); 147 DISALLOW_COPY_AND_ASSIGN(Iterator);
|
debug.cc | 72 BreakLocation::Iterator::Iterator(Handle<DebugInfo> debug_info, 83 int BreakLocation::Iterator::GetModeMask(BreakLocatorType type) { 97 void BreakLocation::Iterator::Next() { 149 Iterator it(debug_info, ALL_BREAK_LOCATIONS); 161 Iterator it(debug_info, ALL_BREAK_LOCATIONS); 176 for (Iterator it(debug_info, ALL_BREAK_LOCATIONS); !it.Done(); it.Next()) { 197 for (Iterator it(debug_info, ALL_BREAK_LOCATIONS); !it.Done(); it.Next()) { 213 Iterator it(debug_info, ALL_BREAK_LOCATIONS); 697 for (BreakLocation::Iterator it(node->debug_info(), ALL_BREAK_LOCATIONS) [all...] |
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
gtest-param-util-generated.h | [all...] |
/external/gtest/include/gtest/internal/ |
gtest-param-util-generated.h | [all...] |
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
gtest-param-util-generated.h | [all...] |
/external/mesa3d/src/gtest/include/gtest/internal/ |
gtest-param-util-generated.h | [all...] |
/external/protobuf/gtest/include/gtest/internal/ |
gtest-param-util-generated.h | [all...] |
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/ |
gtest-param-util-generated.h | [all...] |
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
gtest-param-util-generated.h | [all...] |
/external/deqp/framework/randomshaders/ |
rsgExpression.cpp | 42 typedef ValueEntryIterator<IsReadableEntry> Iterator; 64 typedef ValueEntryIterator<IsReadableIntersectingEntry> Iterator; 93 typedef ValueEntryIterator<IsWritableIntersectingEntry> Iterator; 114 typedef ValueEntryIterator<IsWritableSupersetEntry> Iterator; 135 typedef ValueEntryIterator<IsSamplerEntry> Iterator; 733 for (vector<Expression*>::iterator i = m_inputExpressions.begin(); i != m_inputExpressions.end(); i++) 845 IsWritableIntersectingEntry::Iterator first = state.getVariableManager().getBegin(IsWritableIntersectingEntry(m_valueRange.asAccess())); 846 IsWritableIntersectingEntry::Iterator end = state.getVariableManager().getEnd(IsWritableIntersectingEntry(m_valueRange.asAccess())); 859 for (IsWritableIntersectingEntry::Iterator i = first; i != end; i++) [all...] |
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
document.h | 59 #include <iterator> // std::iterator, std::random_access_iterator_tag
92 //! (Constant) member iterator for a JSON object value
94 \tparam Const Is this a constant iterator?
98 This class implements a Random Access Iterator for GenericMember elements
99 of a GenericValue, see ISO/IEC 14882:2003(E) C++ standard, 24.1 [lib.iterator.requirements].
101 \note This iterator implementation is mainly intended to avoid implicit
102 conversions from iterator values to \c NULL,
107 the C++ <iterator> header.
113 : public std::iterator<std::random_access_iterator_tag [all...] |
/toolchain/binutils/binutils-2.25/gold/ |
layout.h | 110 // Return an iterator for the beginning of the free list. 115 // Return an iterator for the end of the free list. 129 typedef std::list<Free_list_node>::iterator Iterator; 135 Iterator last_remove_; [all...] |
/external/doclava/src/com/google/doclava/ |
Doclava.java | 1006 Iterator counter = new Iterator() [all...] |
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
gtest.h | 7928 typedef Element* iterator; typedef in class:testing::internal::NativeArray 10160 typedef ParamIterator<T> iterator; typedef in class:testing::internal::ParamGenerator [all...] |
/external/opencv3/modules/ts/include/opencv2/ts/ |
ts_gtest.h | 7989 typedef Element* iterator; typedef in class:testing::internal::NativeArray 10221 typedef ParamIterator<T> iterator; typedef in class:testing::internal::ParamGenerator [all...] |