Home
last modified time | relevance | path

Searched defs:token_type (Results 1 – 23 of 23) sorted by relevance

/external/python/cpython3/Lib/email/
D_header_value_parser.py117 token_type = None variable in TokenList
194 token_type = 'unstructured' variable in UnstructuredTokenList
198 token_type = 'phrase' variable in Phrase
201 token_type = 'word' variable in Word
205 token_type = 'cfws' variable in CFWSList
209 token_type = 'atom' variable in Atom
213 token_type = 'token' variable in Token
218 token_type = 'encoded-word' variable in EncodedWord
226 token_type = 'quoted-string' variable in QuotedString
253 token_type = 'bare-quoted-string' variable in BareQuotedString
[all …]
/external/antlr/runtime/Ruby/lib/antlr3/tree/
Ddebug.rb27 def create_from_token( token_type, from_token, text = nil ) argument
33 def create_from_type( token_type, text ) argument
/external/yapf/yapftests/
Dunwrapped_line_test.py84 def _MakeFormatTokenLeaf(token_type, token_value): argument
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/
Dsnippet.py99 def __init__(self, token_type, tokens): argument
109 def Create(cls, token_type, string, offset=(0, 0)): argument
Doffset_token.py31 def __init__(self, token_type, string, offset): argument
/external/libchrome/mojo/public/tools/bindings/pylib/mojom_tests/parse/
Dlexer_unittest.py39 def _MakeLexToken(token_type, value, lineno=1, lexpos=0): argument
/external/googletest/googlemock/scripts/generator/cpp/
Dtokenize.py71 def __init__(self, token_type, name, start, end): argument
Dast.py899 def _IgnoreUpTo(self, token_type, token): argument
/external/jemalloc_new/test/unit/
Dstats_print.c25 token_type_t token_type; member
43 token_init(token_t *token, parser_t *parser, token_type_t token_type, in token_init()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf_communication.cc457 auto token_type = TokenType::get(builder.getContext()); in GetTypeWithToken() local
514 Type token_type) { in UpdateControlFlowBlockArgWithToken()
750 auto token_type = TokenType::get(context); in RewriteFunction() local
Dlegalize_tf.cc4690 auto token_type = mhlo::TokenType::get(rewriter.getContext()); in matchAndRewrite() local
/external/antlr/runtime/Ruby/test/functional/ast-output/
Dhetero-nodes.rb470 def initialize(token_type, x) argument
/external/libtextclassifier/native/utils/
Dtokenizer.cc295 UnicodeText::const_iterator it, bool is_whitespace = false) { in NumberTokenize()
/external/tensorflow/tensorflow/core/platform/cloud/
Doauth_client.cc282 string token_type; in ParseOAuthResponse() local
/external/grpc-grpc/src/core/lib/security/credentials/oauth2/
Doauth2_credentials.cc147 grpc_json* token_type = nullptr; in grpc_oauth2_token_fetcher_credentials_parse_server_response() local
/external/antlr/runtime/Ruby/lib/antlr3/
Dtree.rb858 def create_from_token( token_type, from_token, text = nil ) argument
866 def create_from_type( token_type, text ) argument
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/oauth2/
Doauth2_credentials.cc164 const char* token_type = nullptr; in grpc_oauth2_token_fetcher_credentials_parse_server_response() local
/external/python/jinja/src/jinja2/
Dlexer.py144 def _describe_token_type(token_type): argument
/external/libchrome/third_party/jinja2/
Dlexer.py152 def _describe_token_type(token_type): argument
/external/tensorflow/tensorflow/compiler/mlir/xla/ir/
Dmlir_hlo_builder.cc482 auto token_type = mlir::mhlo::TokenType::get(builder_.getContext()); in OutfeedWithTokenInternal() local
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc199 inline bool Parser::LookingAtType(io::Tokenizer::TokenType token_type) { in LookingAtType()
/external/protobuf/src/google/protobuf/
Dtext_format.cc910 bool LookingAtType(io::Tokenizer::TokenType token_type) { in LookingAtType()
/external/deqp/external/openglcts/modules/gl/
Dgl4cShadingLanguage420PackTests.cpp962 static const GLchar* token_type = "TYPE"; in getBlockVariableDefinition() local
1048 static const GLchar* token_type = "TYPE"; in getVariableDefinition() local