| /external/skqp/tools/skqp/ |
| D | gm_knowledge.cpp | 62 struct Iter { in get_error_with_nearby() struct 63 const int x, y, w, h; in get_error_with_nearby() 64 int8_t curr; in get_error_with_nearby() 65 SkIPoint operator*() const { return this->get(); } in get_error_with_nearby() 66 SkIPoint get() const { in get_error_with_nearby() 79 void skipBad() { in get_error_with_nearby() 89 void operator++() { in get_error_with_nearby() 94 bool operator!=(const Iter& other) const { return curr != other.curr; } in get_error_with_nearby()
|
| /external/skia/tools/skqp/ |
| D | gm_knowledge.cpp | 62 struct Iter { in get_error_with_nearby() struct 63 const int x, y, w, h; in get_error_with_nearby() 64 int8_t curr; in get_error_with_nearby() 65 SkIPoint operator*() const { return this->get(); } in get_error_with_nearby() 66 SkIPoint get() const { in get_error_with_nearby() 79 void skipBad() { in get_error_with_nearby() 89 void operator++() { in get_error_with_nearby() 94 bool operator!=(const Iter& other) const { return curr != other.curr; } in get_error_with_nearby()
|
| /external/harfbuzz_ng/src/ |
| D | hb-ot-layout-common-private.hh | 724 struct Iter { struct 725 inline void init (const struct CoverageFormat1 &c_) { c = &c_; i = 0; }; in init() 726 inline bool more (void) { return i < c->glyphArray.len; } in more() 727 inline void next (void) { i++; } in next() 728 inline hb_codepoint_t get_glyph (void) { return c->glyphArray[i]; } in get_glyph() 729 inline unsigned int get_coverage (void) { return i; } in get_coverage() 732 const struct CoverageFormat1 *c; 733 unsigned int i; 828 struct Iter struct 830 inline void init (const CoverageFormat2 &c_) in init() [all …]
|
| /external/skqp/include/utils/ |
| D | SkNWayCanvas.h | 87 class Iter; variable
|
| /external/skia/include/utils/ |
| D | SkNWayCanvas.h | 87 class Iter; variable
|
| /external/libchrome/base/ |
| D | observer_list.h | 178 friend class Iter; variable 185 ObserverListBase<ObserverType>::Iter<ContainerType>::Iter() in Iter() function 190 ObserverListBase<ObserverType>::Iter<ContainerType>::Iter(ContainerType* list) in Iter() function
|
| /external/llvm/lib/Target/ |
| D | TargetRecip.cpp | 131 RecipIter Iter = RecipMap.find(Val); in parseIndividualParams() local 179 ConstRecipIter Iter = RecipMap.find(Key); in isEnabled() local 187 ConstRecipIter Iter = RecipMap.find(Key); in getRefinementSteps() local
|
| /external/clang/test/SemaTemplate/ |
| D | instantiate-overloaded-arrow.cpp | 9 struct Iter { struct
|
| /external/swiftshader/third_party/subzero/src/ |
| D | IceRegAlloc.cpp | 386 void LinearScan::addSpillFill(IterationState &Iter) { in addSpillFill() 510 void LinearScan::findRegisterPreference(IterationState &Iter) { in findRegisterPreference() 567 void LinearScan::filterFreeWithInactiveRanges(IterationState &Iter) { in filterFreeWithInactiveRanges() 594 void LinearScan::filterFreeWithPrecoloredRanges(IterationState &Iter) { in filterFreeWithPrecoloredRanges() 636 void LinearScan::allocatePreferredRegister(IterationState &Iter) { in allocatePreferredRegister() 647 void LinearScan::allocateFreeRegister(IterationState &Iter, bool Filtered) { in allocateFreeRegister() 663 void LinearScan::handleNoFreeRegisters(IterationState &Iter) { in handleNoFreeRegisters() 869 IterationState Iter; in scan() local
|
| /external/skia/include/core/ |
| D | SkMetaData.h | 129 class Iter; variable 130 friend class Iter; variable 134 Iter() : fRec(nullptr) {} in Iter() function
|
| /external/skqp/include/core/ |
| D | SkMetaData.h | 129 class Iter; variable 130 friend class Iter; variable 134 Iter() : fRec(nullptr) {} in Iter() function
|
| /external/tensorflow/tensorflow/core/lib/io/ |
| D | block.h | 50 class Iter; variable
|
| /external/skia/src/pdf/ |
| D | SkPDFFont.cpp | 597 struct Iter { struct 598 void operator++() { in operator ++() 602 SkGlyphID operator*() const { return (SkGlyphID)fCurrent; } in operator *() 603 bool operator!=(const Iter& rhs) const { in operator !=() 606 Iter(SkGlyphID f, int c) : fFirst(f), fCurrent(c) {} in Iter() function 608 const SkGlyphID fFirst; 609 int fCurrent; // must be int to make fLast+1 to fit
|
| /external/skqp/src/pdf/ |
| D | SkPDFFont.cpp | 597 struct Iter { struct 598 void operator++() { in operator ++() 602 SkGlyphID operator*() const { return (SkGlyphID)fCurrent; } in operator *() 603 bool operator!=(const Iter& rhs) const { in operator !=() 606 Iter(SkGlyphID f, int c) : fFirst(f), fCurrent(c) {} in Iter() argument 608 const SkGlyphID fFirst; 609 int fCurrent; // must be int to make fLast+1 to fit
|
| /external/skqp/src/core/ |
| D | SkPathPriv.h | 118 struct Iter { struct 122 const uint8_t* fVerb;
|
| D | SkTInternalLList.h | 215 Iter() : fCurr(nullptr) {} in Iter() function 216 Iter(const Iter& iter) : fCurr(iter.fCurr) {} in Iter() function
|
| D | SkDeque.cpp | 240 SkDeque::Iter::Iter() : fCurBlock(nullptr), fPos(nullptr), fElemSize(0) {} in Iter() function in SkDeque::Iter 242 SkDeque::Iter::Iter(const SkDeque& d, IterStart startLoc) { in Iter() function in SkDeque::Iter
|
| /external/skia/src/core/ |
| D | SkTInternalLList.h | 215 Iter() : fCurr(nullptr) {} in Iter() function 216 Iter(const Iter& iter) : fCurr(iter.fCurr) {} in Iter() function
|
| D | SkDeque.cpp | 240 SkDeque::Iter::Iter() : fCurBlock(nullptr), fPos(nullptr), fElemSize(0) {} in Iter() function in SkDeque::Iter 242 SkDeque::Iter::Iter(const SkDeque& d, IterStart startLoc) { in Iter() function in SkDeque::Iter
|
| D | SkPathPriv.h | 124 struct Iter { struct 128 const uint8_t* fVerb;
|
| /external/libcxx/test/std/containers/unord/unord.map/ |
| D | compare.pass.cpp | 40 typedef MapT::iterator Iter; in main() typedef
|
| /external/libcxx/test/std/containers/associative/map/ |
| D | compare.pass.cpp | 31 typedef MapT::iterator Iter; in main() typedef
|
| /external/llvm/lib/Analysis/ |
| D | StratifiedSets.h | 105 auto Iter = Values.find(Elem); in find() local 292 auto Iter = Remaps.find(Above.Number); in finalizeSets() local 299 auto Iter = Remaps.find(Below.Number); in finalizeSets() local 308 auto Iter = Remaps.find(Link.Number); in finalizeSets() local 413 auto &Iter = Pair.first; in addAtMerging() local
|
| /external/skqp/tests/ |
| D | LListTest.cpp | 67 typedef SkTInternalLList<ListElement>::Iter Iter; in test_tinternallist() typedef 153 typedef typename ElList::Iter Iter; in test_tllist() typedef
|
| /external/clang/include/clang/AST/ |
| D | UnresolvedSet.h | 36 explicit UnresolvedSetIterator(DeclAccessPair *Iter) in UnresolvedSetIterator() 38 explicit UnresolvedSetIterator(const DeclAccessPair *Iter) in UnresolvedSetIterator()
|