/external/syzkaller/vendor/golang.org/x/text/unicode/norm/ |
D | iter.go | 18 type Iter struct { struct 19 rb reorderBuffer 20 buf [maxByteBufferSize]byte 21 info Properties // first character saved from previous iteration 22 next iterFunc // implementation of next depends on form 23 asciiF iterFunc 25 p int // current position in input source 26 multiSeg []byte // remainder of multi-segment decomposition 32 func (i *Iter) Init(f Form, src []byte) { 48 func (i *Iter) InitString(f Form, src string) { [all …]
|
/external/libchrome/base/ |
D | observer_list.h | 111 Iter() : index_(0), max_index_(0) {} in Iter() function 113 explicit Iter(const ObserverList* list) in Iter() function 134 Iter(const Iter& other) in Iter() function
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCSTLList.h | 50 template<typename U> struct Iter { struct 56 Iter<const T> begin() const { return Iter<const T>{&fHead}; } in begin() argument
|
/external/skia/src/gpu/ccpr/ |
D | GrCCSTLList.h | 50 template<typename U> struct Iter { struct 56 Iter<const T> begin() const { return Iter<const T>{&fHead}; } in begin() argument
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-common.hh | 862 struct Iter { struct 863 void init (const struct CoverageFormat1 &c_) { c = &c_; i = 0; } in init() 864 void fini () {} in fini() 865 bool more () { return i < c->glyphArray.len; } in more() 866 void next () { i++; } in next() 867 hb_codepoint_t get_glyph () { return c->glyphArray[i]; } in get_glyph() 868 unsigned int get_coverage () { return i; } in get_coverage() 871 const struct CoverageFormat1 *c; 872 unsigned int i; 975 struct Iter struct [all …]
|
/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/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/skqp/include/core/ |
D | SkMetaData.h | 129 class Iter; variable 130 friend class Iter; variable 134 Iter() : fRec(nullptr) {} in Iter() function
|
/external/skia/src/utils/ |
D | SkMetaData.h | 129 class Iter; variable 130 friend class Iter; variable 134 Iter() : fRec(nullptr) {} in Iter() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | DebugStringTableSubsection.cpp | 99 auto Iter = StringToId.find(S); in getIdForString() local 105 auto Iter = IdToString.find(Id); in getStringForId() local
|
/external/skqp/include/utils/ |
D | SkNWayCanvas.h | 84 class Iter; variable
|
/external/skia/include/utils/ |
D | SkNWayCanvas.h | 85 class Iter; variable
|
/external/libcxx/test/std/algorithms/alg.sorting/alg.min.max/ |
D | requires_forward_iterator.fail.cpp | 23 typedef input_iterator<const int*> Iter; in main() typedef
|
/external/clang/test/SemaTemplate/ |
D | instantiate-overloaded-arrow.cpp | 9 struct Iter { struct
|
/external/skqp/src/pdf/ |
D | SkPDFFont.cpp | 538 struct Iter { struct 539 void operator++() { in operator ++() 543 SkGlyphID operator*() const { return (SkGlyphID)fCurrent; } in operator *() 544 bool operator!=(const Iter& rhs) const { in operator !=() 547 Iter(SkGlyphID f, int c) : fFirst(f), fCurrent(c) {} in Iter() function 549 const SkGlyphID fFirst; 550 int fCurrent; // must be int to make fLast+1 to fit
|
/external/skia/src/pdf/ |
D | SkPDFFont.cpp | 534 struct Iter { struct 535 void operator++() { in operator ++() 539 SkGlyphID operator*() const { return (SkGlyphID)fCurrent; } in operator *() 540 bool operator!=(const Iter& rhs) const { in operator !=() 543 Iter(SkGlyphID f, int c) : fFirst(f), fCurrent(c) {} in Iter() argument 545 const SkGlyphID fFirst; 546 int fCurrent; // must be int to make fLast+1 to fit
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Vectorize/ |
D | VPlanHCFGTest.cpp | 55 auto Iter = VecBB->begin(); in TEST_F() local 136 auto Iter = VecBB->begin(); in TEST_F() local
|
/external/skqp/src/gpu/ |
D | GrPrimitiveProcessor.h | 85 Iter() : fCurr(nullptr), fRemaining(0) {} in Iter() function 86 Iter(const Iter& iter) : fCurr(iter.fCurr), fRemaining(iter.fRemaining) {} in Iter() function 92 Iter(const Attribute* attrs, int count) : fCurr(attrs), fRemaining(count) { in Iter() function
|
/external/skia/src/gpu/ |
D | GrPrimitiveProcessor.h | 85 Iter() : fCurr(nullptr), fRemaining(0) {} in Iter() function 86 Iter(const Iter& iter) : fCurr(iter.fCurr), fRemaining(iter.fRemaining) {} in Iter() function 92 Iter(const Attribute* attrs, int count) : fCurr(attrs), fRemaining(count) { in Iter() function
|
/external/tensorflow/tensorflow/core/lib/io/ |
D | block.h | 50 class Iter; variable
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | StratifiedSets.h | 96 auto Iter = Values.find(Elem); in find() local 283 auto Iter = Remaps.find(Above.Number); in finalizeSets() local 290 auto Iter = Remaps.find(Below.Number); in finalizeSets() local 299 auto Iter = Remaps.find(Link.Number); in finalizeSets() local 404 auto &Iter = Pair.first; in addAtMerging() local
|
/external/skqp/include/private/ |
D | SkTInternalLList.h | 216 Iter() : fCurr(nullptr) {} in Iter() function 217 Iter(const Iter& iter) : fCurr(iter.fCurr) {} in Iter() function
|
/external/skia/include/private/ |
D | SkTInternalLList.h | 216 Iter() : fCurr(nullptr) {} in Iter() function 217 Iter(const Iter& iter) : fCurr(iter.fCurr) {} in Iter() function
|
/external/libcxx/test/std/containers/associative/map/ |
D | compare.pass.cpp | 31 typedef MapT::iterator Iter; in main() typedef
|