/third_party/typescript/tests/baselines/reference/ |
D | parserClassDeclaration17.symbols | 5 public atEnd(): boolean; 6 >atEnd : Symbol(Enumerator.atEnd, Decl(parserClassDeclaration17.ts, 0, 26))
|
D | parserClassDeclaration17.types | 5 public atEnd(): boolean; 6 >atEnd : () => boolean
|
D | parserClassDeclaration17.js | 3 public atEnd(): boolean;
|
/third_party/glslang/glslang/MachineIndependent/preprocessor/ |
D | PpTokens.cpp | 113 if (atEnd()) in getToken() 162 if (atEnd()) in peekTokenizedPasting()
|
D | PpContext.h | 282 bool peekToken(int atom) { return !atEnd() && stream[currentPos].isAtom(atom); } in peekToken() 291 if (!atEnd() && atom == PpAtomIdentifier && stream[currentPos].nonSpaced()) { in peekContinuedPasting() 313 bool atEnd() { return currentPos >= stream.size(); } in atEnd() function 409 bool endOfReplacementList() override { return mac->body.atEnd(); } in endOfReplacementList()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceInstrumentation.cpp | 40 while (!Context.atEnd()) { in instrumentFunc() 60 assert(!Context.atEnd()); in instrumentInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
D | InstrProfReader.h | 259 bool atEnd() const { return Data == DataEnd; } in atEnd() function 267 assert(atEnd()); in getNextHeaderPos() 358 virtual bool atEnd() const = 0; 393 bool atEnd() const override { in atEnd() function
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/ClassDeclarations/ |
D | parserClassDeclaration17.ts | 3 public atEnd(): boolean; method in Enumerator
|
/third_party/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
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | CFG.h | 51 while (!It.atEnd()) { in advancePastNonTerminators() 74 assert(!It.atEnd() && "pred_iterator out of range!"); 80 assert(!It.atEnd() && "pred_iterator out of range!");
|
/third_party/skia/modules/skshaper/src/ |
D | SkShaper_primitive.cpp | 143 if (!font.atEnd()) { in shape() 151 if (!bidi.atEnd()) { in shape()
|
D | SkShaper_coretext.cpp | 72 if (!font.atEnd()) { in shape() 80 if (!bidi.atEnd()) { in shape()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ruleiter.h | 109 UBool atEnd() const;
|
D | ruleiter.cpp | 34 UBool RuleCharacterIterator::atEnd() const { in atEnd() function in RuleCharacterIterator
|
/third_party/node/deps/icu-small/source/common/ |
D | ruleiter.h | 109 UBool atEnd() const;
|
D | ruleiter.cpp | 34 UBool RuleCharacterIterator::atEnd() const { in atEnd() function in RuleCharacterIterator
|
/third_party/icu/icu4c/source/common/ |
D | ruleiter.h | 109 UBool atEnd() const;
|
D | ruleiter.cpp | 34 UBool RuleCharacterIterator::atEnd() const { in atEnd() function in RuleCharacterIterator
|
/third_party/skia/modules/skparagraph/src/ |
D | Iterators.h | 42 bool atEnd() const override { return fCurrentChar >= fText.end(); } in atEnd() function
|
/third_party/skia/modules/skshaper/include/ |
D | SkShaper.h | 72 virtual bool atEnd() const = 0; 108 bool atEnd() const override { return fAtEnd; } in atEnd() function
|
/third_party/typescript/lib/ |
D | lib.scripthost.d.ts | 245 atEnd(): boolean;
|
/third_party/typescript/src/lib/ |
D | scripthost.d.ts | 225 atEnd(): boolean;
|
/third_party/node/deps/v8/tools/ |
D | profile_view.js | 139 while (!nodesToTraverse.atEnd()) {
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | RuleCharacterIterator.java | 125 public boolean atEnd() { in atEnd() method in RuleCharacterIterator
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | RuleCharacterIterator.java | 119 public boolean atEnd() { in atEnd() method in RuleCharacterIterator
|