Searched refs:Iter (Results 1 - 25 of 86) sorted by relevance

1234

/external/clang/test/SemaTemplate/
H A Dinstantiate-overloaded-arrow.cpp8 struct Iter { struct
14 (void)Iter()->x;
/external/chromium/testing/gtest/scripts/
H A Dgen_gtest_pred_impl.py189 def Iter(n, format, sep=''): function
197 Iter(3, 'v%s', sep=', ') returns 'v1, v2, v3'.
211 'vs' : Iter(n, 'v%s', sep=', '),
212 'vts' : Iter(n, '#v%s', sep=', '),
223 impl += Iter(n, """,
229 impl += Iter(n, """,
235 impl += Iter(n, """,
245 impl += Iter(n, """
250 impl += Iter(n, """
267 impl += Iter(
[all...]
/external/gtest/scripts/
H A Dgen_gtest_pred_impl.py189 def Iter(n, format, sep=''): function
197 Iter(3, 'v%s', sep=', ') returns 'v1, v2, v3'.
211 'vs' : Iter(n, 'v%s', sep=', '),
212 'vts' : Iter(n, '#v%s', sep=', '),
223 impl += Iter(n, """,
229 impl += Iter(n, """,
235 impl += Iter(n, """,
245 impl += Iter(n, """
250 impl += Iter(n, """
267 impl += Iter(
[all...]
/external/protobuf/gtest/scripts/
H A Dgen_gtest_pred_impl.py189 def Iter(n, format, sep=''): function
197 Iter(3, 'v%s', sep=', ') returns 'v1, v2, v3'.
211 'vs' : Iter(n, 'v%s', sep=', '),
212 'vts' : Iter(n, '#v%s', sep=', '),
223 impl += Iter(n, """,
229 impl += Iter(n, """,
235 impl += Iter(n, """,
246 impl += Iter(n, """
251 impl += Iter(n, """
269 impl += Iter(
[all...]
/external/stlport/test/eh/
H A Dtest_insert.h44 template <class C, class Iter>
45 size_t CountNewItems( const C&, const Iter& firstNew,
46 const Iter& lastNew, sequence_container_tag )
52 EH_DISTANCE( Iter(firstNew), Iter(lastNew), dist );
57 template <class C, class Iter>
58 size_t CountNewItems( const C& c, const Iter& firstNew,
59 const Iter& lastNew, multimap_tag )
64 template <class C, class Iter>
65 size_t CountNewItems( const C& c, const Iter
[all...]
/external/skia/src/utils/
H A DSkOSFile.cpp49 SkOSFile::Iter::Iter() : fHandle(0), fPath16(NULL) function in class:SkOSFile::Iter
53 SkOSFile::Iter::Iter(const char path[], const char suffix[]) : fHandle(0), fPath16(NULL) function in class:SkOSFile::Iter
58 SkOSFile::Iter::~Iter()
65 void SkOSFile::Iter::reset(const char path[], const char suffix[])
118 bool SkOSFile::Iter::next(SkString* name, bool getDir)
145 SkOSFile::Iter::Iter() function in class:SkOSFile::Iter
149 SkOSFile::Iter::Iter(const char path[], const char suffix[]) : fDIR(0) function in class:SkOSFile::Iter
[all...]
H A DSkNWayCanvas.cpp43 class SkNWayCanvas::Iter { class in class:SkNWayCanvas
45 Iter(const SkTDArray<SkCanvas*>& list) : fList(list) { function in class:SkNWayCanvas::Iter
64 Iter iter(fList);
73 Iter iter(fList);
81 Iter iter(fList);
89 Iter iter(fList);
97 Iter iter(fList);
105 Iter iter(fList);
113 Iter iter(fList);
121 Iter ite
[all...]
H A DSkJSON.cpp107 SkJSON::Object::Iter::Iter(const Object& obj) : fSlot(obj.fHead) {} function in class:SkJSON::Object::Iter
109 bool SkJSON::Object::Iter::done() const {
113 void SkJSON::Object::Iter::next() {
118 SkJSON::Type SkJSON::Object::Iter::type() const {
123 const char* SkJSON::Object::Iter::name() const {
128 SkJSON::Object* SkJSON::Object::Iter::objectValue() const {
134 SkJSON::Array* SkJSON::Object::Iter::arrayValue() const {
140 const char* SkJSON::Object::Iter::stringValue() const {
146 int32_t SkJSON::Object::Iter
[all...]
/external/skia/include/core/
H A DSkOSFile.h44 class Iter { class in class:SkOSFile
46 Iter();
47 Iter(const char path[], const char suffix[] = NULL);
48 ~Iter();
H A DSkMetaData.h129 class Iter;
130 friend class Iter;
132 class Iter { class in class:SkMetaData
134 Iter() : fRec(NULL) {} function in class:SkMetaData::Iter
135 Iter(const SkMetaData&);
H A DSkDeque.h71 friend class Iter;
H A DSkTDict.h111 friend class Iter;
114 class Iter { class in class:SkTDict
116 Iter(const SkTDict<T>& dict) function in class:SkTDict::Iter
158 friend class Iter;
H A DSkPathMeasure.h79 SkPath::Iter fIter;
H A DSkPath.h656 class SK_API Iter { class in class:SkPath
658 Iter();
659 Iter(const SkPath&, bool forceClose);
758 friend class Iter;
/external/bison/src/
H A Dstate.h154 #define FOR_EACH_SHIFT(Transitions, Iter) \
155 for (Iter = 0; \
156 Iter < Transitions->num \
157 && (TRANSITION_IS_DISABLED (Transitions, Iter) \
158 || TRANSITION_IS_SHIFT (Transitions, Iter)); \
159 ++Iter) \
160 if (!TRANSITION_IS_DISABLED (Transitions, Iter))
/external/skia/samplecode/
H A DSampleTests.cpp25 class Iter { class in namespace:skiatest
27 Iter(Reporter* r) : fReporter(r) { function in class:skiatest::Iter
32 ~Iter() {
85 skiatest::Iter iter(&reporter);
H A DSampleCull.cpp31 SkPath::Iter iter(*path, false);
60 SkPath::Iter iter(path, false);
78 SkPath::Iter iter(path, false);
/external/llvm/utils/TableGen/
H A DSetTheory.h125 template<typename Iter>
126 void evaluate(Iter begin, Iter end, RecSet &Elts) {
/external/skia/tests/
H A Dskia_test.cpp16 class Iter { class
18 Iter(Reporter* r) : fReporter(r) { function in class:Iter
23 ~Iter() {
145 Iter iter(&reporter);
148 const int count = Iter::Count();
/external/skia/src/gpu/
H A DGrRedBlackTree.h54 class Iter;
61 Iter insert(const T& t);
81 Iter begin();
87 Iter end();
92 Iter last();
99 Iter find(const T& t);
106 Iter findFirst(const T& t);
113 Iter findLast(const T& t);
127 void remove(const Iter& iter) { deleteAtNode(iter.fN); }
182 class GrRedBlackTree<T,C>::Iter { class in class:GrRedBlackTree
184 Iter() {}; function in class:GrRedBlackTree::Iter
185 Iter(const Iter& i) {fN = i.fN; fTree = i.fTree;} function in class:GrRedBlackTree::Iter
215 explicit Iter(Node* n, GrRedBlackTree* tree) { function in class:GrRedBlackTree::Iter
[all...]
/external/llvm/include/llvm/ADT/
H A DSparseBitVector.h318 ElementListConstIter Iter;
337 Iter = BitVector->Elements.begin();
338 BitNumber = Iter->index() * ElementSize;
339 unsigned BitPos = Iter->find_first();
342 Bits = Iter->word(WordNumber);
358 int NextSetBitNumber = Iter->find_next(BitNumber % ElementSize) ;
361 ++Iter;
365 if (Iter == BitVector->Elements.end()) {
370 BitNumber = Iter->index() * ElementSize;
371 NextSetBitNumber = Iter
[all...]
/external/clang/include/clang/AST/
H A DCanonicalType.h390 InputIterator Iter; member in class:clang::CanTypeIterator
401 CanTypeIterator() : Iter() { }
402 explicit CanTypeIterator(InputIterator Iter) : Iter(Iter) { } argument
406 return CanQualType::CreateUnsafe(*Iter);
412 ++Iter;
418 ++Iter;
423 return X.Iter == Y.Iter;
[all...]
/external/llvm/lib/Target/Mips/
H A DMipsAnalyzeImmediate.cpp25 for (InstSeqLs::iterator Iter = SeqLs.begin(); Iter != SeqLs.end(); ++Iter)
26 Iter->push_back(I);
/external/skia/include/utils/
H A DSkJSON.h81 * iterated using Iter.
108 class Iter { class in class:SkJSON::Object
110 Iter(const Object&);
/external/skia/src/animator/
H A DSkDisplayEvent.cpp191 SkMetaData::Iter iter(meta);
288 const char* SkMetaData::Iter::next(SkMetaData::Type*, int* ) { return false; }
289 SkMetaData::Iter::Iter(SkMetaData const& ) {} function in class:SkMetaData::Iter

Completed in 1745 milliseconds

1234