Home
last modified time | relevance | path

Searched defs:TokenType (Results 1 – 25 of 201) sorted by relevance

123456789

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dsyntax.py53 TokenType = Tuple[str, ...] variable
127 def get_style_for_token(self, token_type: TokenType) -> Style:
153 def get_style_for_token(self, token_type: TokenType) -> Style:
182 def __init__(self, style_map: Dict[TokenType, Style]) -> None:
188 def get_style_for_token(self, token_type: TokenType) -> Style:
411 def _get_token_color(self, token_type: TokenType) -> Optional[Color]:
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dsyntax.py53 TokenType = Tuple[str, ...] variable
127 def get_style_for_token(self, token_type: TokenType) -> Style:
153 def get_style_for_token(self, token_type: TokenType) -> Style:
182 def __init__(self, style_map: Dict[TokenType, Style]) -> None:
188 def get_style_for_token(self, token_type: TokenType) -> Style:
411 def _get_token_color(self, token_type: TokenType) -> Optional[Color]:
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dsyntax.py53 TokenType = Tuple[str, ...] variable
127 def get_style_for_token(self, token_type: TokenType) -> Style:
153 def get_style_for_token(self, token_type: TokenType) -> Style:
182 def __init__(self, style_map: Dict[TokenType, Style]) -> None:
188 def get_style_for_token(self, token_type: TokenType) -> Style:
411 def _get_token_color(self, token_type: TokenType) -> Optional[Color]:
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dsyntax.py53 TokenType = Tuple[str, ...] variable
127 def get_style_for_token(self, token_type: TokenType) -> Style:
153 def get_style_for_token(self, token_type: TokenType) -> Style:
182 def __init__(self, style_map: Dict[TokenType, Style]) -> None:
188 def get_style_for_token(self, token_type: TokenType) -> Style:
411 def _get_token_color(self, token_type: TokenType) -> Optional[Color]:
/aosp_15_r20/external/antlr/runtime/Cpp/include/
H A Dantlr3rewritestreams.hpp66 typedef typename SuperType::TokenType TokenType; typedef in RewriteRuleElementStream
178 typedef typename ImplTraits::CommonTokenType TokenType; typedef in RewriteRuleTokenStream
206 typedef TreeType TokenType; typedef in RewriteRuleSubtreeStream
234 typedef TreeType TokenType; typedef in RewriteRuleNodeStream
H A Dantlr3tokenstream.hpp53 typedef typename ImplTraits::CommonTokenType TokenType; typedef in TokenSource
145 typedef typename ImplTraits::CommonTokenType TokenType; typedef in TokenStream
243 typedef typename ImplTraits::CommonTokenType TokenType; typedef in CommonTokenStream
H A Dantlr3commontreeadaptor.hpp46 typedef TreeType TokenType; typedef in CommonTreeAdaptor
H A Dantlr3treeparser.hpp49 typedef TreeType TokenType; typedef in TreeParser
H A Dantlr3commontree.hpp48 typedef CommonTree TokenType; typedef in CommonTree
H A Dantlr3lexer.hpp79 typedef typename ImplTraits::StreamDataType TokenType; typedef in Lexer
H A Dantlr3cyclicdfa.hpp56 typedef typename StreamType::TokenType TokenType; typedef in CyclicDFA
H A Dantlr3parser.hpp57 typedef CommonTokenType TokenType; typedef in Parser
H A Dantlr3exception.hpp57 typedef typename StreamType::UnitType TokenType; typedef in ANTLR_ExceptionBase
/aosp_15_r20/external/antlr/runtime/ObjC/Framework/
H A DCommonToken.m85 + (CommonToken *) newToken:(TokenType)tokenType argument
188 - (id) initWithType:(TokenType)aTType argument
196 - (id) initWithType:(TokenType)aTType Text:(NSString *)tokenText argument
H A DANTLRBitSet.m37 + (ANTLRBitSet *) newBitSetWithType:(TokenType)type argument
112 - (ANTLRBitSet *) initWithType:(TokenType)type argument
H A DToken.h41 } TokenType; typedef
H A DDebugTreeParser.m113 tokenType:(TokenType)ttype argument
/aosp_15_r20/external/cronet/base/types/
H A Dtoken_type_unittest.cc20 TEST(TokenType, TokenApi) { in TEST() argument
52 TEST(TokenType, TokenFromNullUnguessableToken) { in TEST() argument
H A Dtoken_type.h27 TokenType() : Super(UnguessableToken::Create()) {} in TokenType() function
28 explicit TokenType(const UnguessableToken& token) : Super(token) { in TokenType() function
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/parser/
H A Dperfetto_sql_parser.cc530 enum TokenType { kRp, kDot, kTableName, kColumnName }; in ParseComplexArgumentType() enum
574 enum TokenType { in ParseRawArguments() enum
/aosp_15_r20/system/core/init/parser/
H A Dtokenizer.h42 enum TokenType { TOK_START, TOK_END, TOK_NEWLINE, TOK_TEXT }; enum
/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/mlgo/
H A DMLGOParser.h84 enum class TokenType enum
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/tools/sva/src/
H A Dtoken.js15 const TokenType = { variable
/aosp_15_r20/external/angle/third_party/spirv-tools/src/tools/sva/src/
H A Dtoken.js15 const TokenType = { variable
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/tools/sva/src/
Dtoken.js15 const TokenType = { variable

123456789