/third_party/vk-gl-cts/framework/opengl/ |
D | gluVarTypeUtil.cpp | 93 TCU_CHECK(tokenizer.getToken() == VarTokenizer::TOKEN_IDENTIFIER); in parseVariableName() 101 if (tokenizer.getToken() == VarTokenizer::TOKEN_IDENTIFIER) in parseTypePath() 105 while (tokenizer.getToken() != VarTokenizer::TOKEN_END) in parseTypePath() 109 if (tokenizer.getToken() == VarTokenizer::TOKEN_PERIOD) in parseTypePath() 112 TCU_CHECK(tokenizer.getToken() == VarTokenizer::TOKEN_IDENTIFIER); in parseTypePath() 128 else if (tokenizer.getToken() == VarTokenizer::TOKEN_LEFT_BRACKET) in parseTypePath() 131 TCU_CHECK(tokenizer.getToken() == VarTokenizer::TOKEN_NUMBER); in parseTypePath() 154 TCU_CHECK(tokenizer.getToken() == VarTokenizer::TOKEN_RIGHT_BRACKET); in parseTypePath()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/AsmParser/ |
D | BPFAsmParser.cpp | 156 StringRef getToken() const { in getToken() function 171 OS << "'" << getToken() << "'"; in print() 271 && Op1.getToken() == "=" in PreMatchCheck() 272 && (Op2.getToken() == "-" || Op2.getToken() == "be16" in PreMatchCheck() 273 || Op2.getToken() == "be32" || Op2.getToken() == "be64" in PreMatchCheck() 274 || Op2.getToken() == "le16" || Op2.getToken() == "le32" in PreMatchCheck() 275 || Op2.getToken() == "le64") in PreMatchCheck()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | StringExtras.cpp | 37 std::pair<StringRef, StringRef> llvm::getToken(StringRef Source, in getToken() function in llvm 53 std::pair<StringRef, StringRef> S = getToken(Source, Delimiters); in SplitString() 56 S = getToken(S.second, Delimiters); in SplitString()
|
/third_party/typescript/src/services/ |
D | preProcess.ts | 64 let token = scanner.getToken(); 87 let token = scanner.getToken(); 190 let token = scanner.getToken(); 263 let token = skipCurrentToken ? nextToken() : scanner.getToken(); 280 let token = scanner.getToken(); 344 if (scanner.getToken() === SyntaxKind.EndOfFileToken) {
|
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
D | MacroExpander.cpp | 114 getToken(token); in lex() 131 getToken(token); in lex() 135 getToken(token); in lex() 148 getToken(token); in lex() 194 void MacroExpander::getToken(Token *token) in getToken() function in angle::pp::MacroExpander 238 getToken(&token); in isNextTokenLeftParen() 355 getToken(&token); in collectMacroArgs() 368 getToken(&token); in collectMacroArgs()
|
D | MacroExpander.h | 39 void getToken(Token *token);
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | MacroExpander.cpp | 124 getToken(token); in lex() 137 getToken(token); in lex() 141 getToken(token); in lex() 154 getToken(token); in lex() 200 void MacroExpander::getToken(Token *token) in getToken() function in pp::MacroExpander 244 getToken(&token); in isNextTokenLeftParen() 361 getToken(&token); in collectMacroArgs() 374 getToken(&token); in collectMacroArgs()
|
D | MacroExpander.h | 42 void getToken(Token *token);
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
D | MacroExpander.cpp | 114 getToken(token); in lex() 131 getToken(token); in lex() 135 getToken(token); in lex() 148 getToken(token); in lex() 194 void MacroExpander::getToken(Token *token) in getToken() function in angle::pp::MacroExpander 238 getToken(&token); in isNextTokenLeftParen() 355 getToken(&token); in collectMacroArgs() 368 getToken(&token); in collectMacroArgs()
|
D | MacroExpander.h | 39 void getToken(Token *token);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | StringExtras.cpp | 37 std::pair<StringRef, StringRef> llvm::getToken(StringRef Source, in getToken() function in llvm 53 std::pair<StringRef, StringRef> S = getToken(Source, Delimiters); in SplitString() 56 S = getToken(S.second, Delimiters); in SplitString()
|
/third_party/typescript/src/services/formatting/ |
D | formattingScanner.ts | 77 const t = scanner.getToken(); 225 const token = scanner.getToken(); 273 const current = lastTokenInfo ? lastTokenInfo.token.kind : scanner.getToken(); 279 const current = lastTokenInfo ? lastTokenInfo.token.kind : scanner.getToken();
|
/third_party/flutter/skia/src/sksl/ |
D | SkSLASTNode.cpp | 19 Compiler::OperatorName(getToken().fKind) + " " + in description() 164 return this->begin()->description() + Compiler::OperatorName(getToken().fKind); in description() 166 return Compiler::OperatorName(getToken().fKind) + this->begin()->description(); in description()
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
D | parse.cpp | 183 getToken(ParseState* state, struct UString **tokenValue, struct UString* comment, uint32_t *linenum… in getToken() function 254 enum ETokenType token = getToken(state, tokenValue, comment, &line, status); in expect() 833 token = getToken(state, &tokenValue, &comment, &line, status); in addCollation() 1068 token = getToken(state, &tokenValue, &comment, &line, status); in parseCollationElements() 1119 token = getToken(state, &tokenValue, &comment, &line, status); in parseCollationElements() 1190 token = getToken(state, &tokenValue, &comment, &line, status); in realParseTable() 1312 getToken(state, NULL, NULL, NULL, status); in parseArray() 1330 getToken(state, &tokenValue, &memberComments, NULL, status); in parseArray() 1351 getToken(state, NULL, NULL, NULL, status); in parseArray() 1398 getToken(state, NULL, NULL, NULL, status); in parseIntVector() [all …]
|
/third_party/icu/icu4c/source/tools/genrb/ |
D | parse.cpp | 183 getToken(ParseState* state, struct UString **tokenValue, struct UString* comment, uint32_t *linenum… in getToken() function 254 enum ETokenType token = getToken(state, tokenValue, comment, &line, status); in expect() 833 token = getToken(state, &tokenValue, &comment, &line, status); in addCollation() 1068 token = getToken(state, &tokenValue, &comment, &line, status); in parseCollationElements() 1119 token = getToken(state, &tokenValue, &comment, &line, status); in parseCollationElements() 1190 token = getToken(state, &tokenValue, &comment, &line, status); in realParseTable() 1312 getToken(state, NULL, NULL, NULL, status); in parseArray() 1330 getToken(state, &tokenValue, &memberComments, NULL, status); in parseArray() 1351 getToken(state, NULL, NULL, NULL, status); in parseArray() 1398 getToken(state, NULL, NULL, NULL, status); in parseIntVector() [all …]
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
D | parse.cpp | 183 getToken(ParseState* state, struct UString **tokenValue, struct UString* comment, uint32_t *linenum… in getToken() function 254 enum ETokenType token = getToken(state, tokenValue, comment, &line, status); in expect() 833 token = getToken(state, &tokenValue, &comment, &line, status); in addCollation() 1068 token = getToken(state, &tokenValue, &comment, &line, status); in parseCollationElements() 1119 token = getToken(state, &tokenValue, &comment, &line, status); in parseCollationElements() 1190 token = getToken(state, &tokenValue, &comment, &line, status); in realParseTable() 1312 getToken(state, NULL, NULL, NULL, status); in parseArray() 1330 getToken(state, &tokenValue, &memberComments, NULL, status); in parseArray() 1351 getToken(state, NULL, NULL, NULL, status); in parseArray() 1398 getToken(state, NULL, NULL, NULL, status); in parseIntVector() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/genrb/ |
D | parse.cpp | 183 getToken(ParseState* state, struct UString **tokenValue, struct UString* comment, uint32_t *linenum… in getToken() function 254 enum ETokenType token = getToken(state, tokenValue, comment, &line, status); in expect() 833 token = getToken(state, &tokenValue, &comment, &line, status); in addCollation() 1068 token = getToken(state, &tokenValue, &comment, &line, status); in parseCollationElements() 1119 token = getToken(state, &tokenValue, &comment, &line, status); in parseCollationElements() 1190 token = getToken(state, &tokenValue, &comment, &line, status); in realParseTable() 1312 getToken(state, NULL, NULL, NULL, status); in parseArray() 1330 getToken(state, &tokenValue, &memberComments, NULL, status); in parseArray() 1351 getToken(state, NULL, NULL, NULL, status); in parseArray() 1399 getToken(state, NULL, NULL, NULL, status); in parseIntVector() [all …]
|
/third_party/vk-gl-cts/framework/xexml/ |
D | xeXMLParser.cpp | 403 Token curToken = m_tokenizer.getToken(); in advance() 409 curToken = m_tokenizer.getToken(); in advance() 559 DE_ASSERT(m_state == STATE_ENTITY && m_tokenizer.getToken() == TOKEN_ENTITY); in parseEntityValue()
|
/third_party/node/deps/acorn/acorn/dist/ |
D | acorn.d.ts | 10 getToken(): Token 44 getToken(): Token
|
D | bin.js | 47 token = tokenizer.getToken();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBSymbolData.h | 46 FORWARD_SYMBOL_METHOD(getToken)
|
D | PDBSymbolFunc.h | 68 FORWARD_SYMBOL_METHOD(getToken)
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/ |
D | TestInputDataStructure.java | 130 public String getToken() { in getToken() method in TestInputDataStructure
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/ |
D | TestInputDataStructure.java | 133 public String getToken() { in getToken() method in TestInputDataStructure
|
/third_party/glslang/glslang/MachineIndependent/preprocessor/ |
D | PpTokens.cpp | 111 int TPpContext::TokenStream::getToken(TParseContextBase& parseContext, TPpToken *ppToken) in getToken() function in glslang::TPpContext::TokenStream
|