/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVMDWalker.h | 63 bool atEnd() const { return !(NMD && I < E);} in atEnd() function 93 bool atEnd() const { return !(M && I < E);} in atEnd() function 99 if (atEnd()) in get() 109 if (atEnd()) in get() 124 if (atEnd()) in get() 131 if (atEnd()) in get()
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | ConstantsScanner.h | 33 assert(!InstI.atEnd() && OpIdx < InstI->getNumOperands() && in isAtConstant() 71 } while (!InstI.atEnd()); 80 inline bool atEnd() const { return InstI.atEnd(); } in atEnd() function
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | Dictionary.java | 464 protected boolean atEnd; field in Dictionary.DictionaryCharList 469 atEnd = source.length() == 0; in DictionaryCharList() 475 if (atEnd) { in hasCharAt() 485 if (!atEnd && index >= buffer.length()) { in charAt() 494 while (length < offset && !atEnd) { in growToOffset() 510 atEnd = matcher.getOffset() >= source.length(); in growToOffset() 546 if (!atEnd && end > buffer.length()) { in subSequence()
|
/external/apache-http/src/org/apache/http/message/ |
D | BasicHeaderElementIterator.java | 112 if (this.cursor == null || this.cursor.atEnd()) { in parseNextElement() 119 while (!this.cursor.atEnd()) { in parseNextElement() 128 if (this.cursor.atEnd()) { in parseNextElement()
|
D | BasicHeaderValueParser.java | 129 while (!cursor.atEnd()) { in parseElements() 181 if (!cursor.atEnd()) { in parseHeaderElement() 257 if (cursor.atEnd()) { in parseParameters() 262 while (!cursor.atEnd()) { in parseParameters()
|
D | ParserCursor.java | 91 public boolean atEnd() { in atEnd() method in ParserCursor
|
/external/syzkaller/vendor/google.golang.org/api/iterator/ |
D | iterator.go | 60 atEnd bool member 121 for pi.bufLen() == 0 && !pi.atEnd { 127 pi.atEnd = true
|
/external/llvm/include/llvm/IR/ |
D | CFG.h | 39 while (!It.atEnd() && !isa<TerminatorInst>(*It)) in advancePastNonTerminators() 57 assert(!It.atEnd() && "pred_iterator out of range!"); 63 assert(!It.atEnd() && "pred_iterator out of range!");
|
/external/swiftshader/third_party/subzero/src/ |
D | IceInstrumentation.cpp | 40 while (!Context.atEnd()) { in instrumentFunc() 60 assert(!Context.atEnd()); in instrumentInst()
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProfReader.h | 229 bool atEnd() const { return Data == DataEnd; } in atEnd() function 235 assert(atEnd()); in getNextHeaderPos() 314 virtual bool atEnd() const = 0; 343 bool atEnd() const override { in atEnd() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/ |
D | InstrProfReader.h | 248 bool atEnd() const { return Data == DataEnd; } in atEnd() function 256 assert(atEnd()); in getNextHeaderPos() 341 virtual bool atEnd() const = 0; 370 bool atEnd() const override { in atEnd() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | CFG.h | 47 while (!It.atEnd() && !isa<TerminatorInst>(*It)) in advancePastNonTerminators() 65 assert(!It.atEnd() && "pred_iterator out of range!"); 71 assert(!It.atEnd() && "pred_iterator out of range!");
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | CFG.h | 37 while (!It.atEnd() && !isa<TerminatorInst>(*It)) in advancePastNonTerminators() 54 assert(!It.atEnd() && "pred_iterator out of range!"); 60 assert(!It.atEnd() && "pred_iterator out of range!");
|
D | InstIterator.h | 105 inline bool atEnd() const { return BB == BBs->end(); } in atEnd() function
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
D | AnyTransliterator.java | 81 if (isIncremental && it.atEnd()) { in handleTransliterate() 122 public boolean atEnd(); in atEnd() method 222 public boolean atEnd() { in atEnd() method in AnyTransliterator.ScriptRunIterator
|
/external/skqp/modules/skshaper/src/ |
D | SkShaper_harfbuzz.cpp | 126 virtual bool atEnd() const = 0; 201 bool atEnd() const override { in atEnd() function in __anon0d32e3f40111::BiDiRunIterator 256 bool atEnd() const override { in atEnd() function in __anon0d32e3f40111::ScriptRunIterator 332 bool atEnd() const override { in atEnd() function in __anon0d32e3f40111::FontRunIterator 362 if (leastRun->atEnd()) { in advanceRuns() 386 if (!fRunIterators.at(i)->atEnd()) { in allRunsAreAtEnd()
|
/external/v8/tools/ |
D | consarray.js | 64 ConsArray.prototype.atEnd = function() { method in ConsArray
|
D | profile_view.js | 139 while (!nodesToTraverse.atEnd()) {
|
/external/icu/icu4c/source/common/ |
D | ruleiter.h | 109 UBool atEnd() const;
|
D | ruleiter.cpp | 34 UBool RuleCharacterIterator::atEnd() const { in atEnd() function in RuleCharacterIterator
|
/external/apache-http/src/org/apache/http/impl/cookie/ |
D | NetscapeDraftHeaderParser.java | 75 while (!cursor.atEnd()) { in parseHeader()
|
/external/skia/tools/bookmaker/ |
D | parserCommon.cpp | 440 if (!status->atEnd()) { in next() 459 } while (!status->atEnd()); in next() 460 if (status->atEnd()) { in next()
|
D | fiddleParser.cpp | 27 while (!status->atEnd()) { in parseFiddles()
|
/external/protobuf/js/binary/ |
D | decoder.js | 180 jspb.BinaryIterator.prototype.atEnd = function() { method in jspb.BinaryIterator 193 if (this.decoder_.atEnd()) { 418 jspb.BinaryDecoder.prototype.atEnd = function() { method in jspb.BinaryDecoder
|
/external/skia/modules/skshaper/src/ |
D | SkShaper_harfbuzz.cpp | 334 virtual bool atEnd() const = 0; 409 bool atEnd() const override { in atEnd() function in __anon4b0b033d0111::BiDiRunIterator 464 bool atEnd() const override { in atEnd() function in __anon4b0b033d0111::ScriptRunIterator 554 bool atEnd() const override { in atEnd() function in __anon4b0b033d0111::FontRunIterator 595 bool atEnd() const override { in atEnd() function in __anon4b0b033d0111::LanguageRunIterator 616 if (leastRun->atEnd()) { in advanceRuns() 640 if (!fRunIterators.at(i)->atEnd()) { in allRunsAreAtEnd()
|