/external/python/cpython3/Lib/email/ |
D | _header_value_parser.py | 105 token_type = None variable in TokenList 183 token_type = 'unstructured' variable in UnstructuredTokenList 188 token_type = 'phrase' variable in Phrase 192 token_type = 'word' variable in Word 197 token_type = 'cfws' variable in CFWSList 202 token_type = 'atom' variable in Atom 207 token_type = 'token' variable in Token 213 token_type = 'encoded-word' variable in EncodedWord 221 token_type = 'quoted-string' variable in QuotedString 248 token_type = 'bare-quoted-string' variable in BareQuotedString [all …]
|
/external/googletest/googletest/scripts/ |
D | pump.py | 140 def __init__(self, start=None, end=None, value=None, token_type=None): argument 237 def MakeToken(lines, start, end, token_type): argument 243 def ParseToken(lines, pos, regex, token_type): argument 270 def SkipUntil(lines, pos, regex, token_type): argument 453 def PopToken(a_list, token_type=None): argument 476 def Pop(token_type=None): argument 504 def Pop(token_type=None): argument
|
/external/google-breakpad/src/testing/gtest/scripts/ |
D | pump.py | 140 def __init__(self, start=None, end=None, value=None, token_type=None): argument 237 def MakeToken(lines, start, end, token_type): argument 243 def ParseToken(lines, pos, regex, token_type): argument 270 def SkipUntil(lines, pos, regex, token_type): argument 453 def PopToken(a_list, token_type=None): argument 476 def Pop(token_type=None): argument 504 def Pop(token_type=None): argument
|
/external/antlr/runtime/Ruby/lib/antlr3/tree/ |
D | debug.rb | 27 def create_from_token( token_type, from_token, text = nil ) argument 33 def create_from_type( token_type, text ) argument
|
/external/yapf/yapftests/ |
D | unwrapped_line_test.py | 84 def _MakeFormatTokenLeaf(token_type, token_value): argument
|
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/ |
D | offset_token.py | 26 def __init__(self, token_type, string, offset): argument
|
D | snippet.py | 97 def __init__(self, token_type, tokens): argument 107 def Create(cls, token_type, string, offset=(0, 0)): argument
|
/external/libchrome/mojo/public/tools/bindings/pylib/mojom_tests/parse/ |
D | lexer_unittest.py | 39 def _MakeLexToken(token_type, value, lineno=1, lexpos=0): argument
|
/external/v8/src/parsing/ |
D | token.cc | 36 const char Token::token_type[] = {TOKEN_LIST(KT, KK, KC)}; member in v8::internal::Token
|
D | token.h | 336 static const char token_type[NUM_TOKENS]; variable
|
/external/google-breakpad/src/testing/scripts/generator/cpp/ |
D | tokenize.py | 74 def __init__(self, token_type, name, start, end): argument
|
D | ast.py | 861 def _IgnoreUpTo(self, token_type, token): argument
|
/external/googletest/googlemock/scripts/generator/cpp/ |
D | tokenize.py | 74 def __init__(self, token_type, name, start, end): argument
|
D | ast.py | 862 def _IgnoreUpTo(self, token_type, token): argument
|
/external/jemalloc_new/test/unit/ |
D | stats_print.c | 25 token_type_t token_type; member 43 token_init(token_t *token, parser_t *parser, token_type_t token_type, in token_init()
|
/external/antlr/runtime/Ruby/test/functional/ast-output/ |
D | hetero-nodes.rb | 470 def initialize(token_type, x) argument
|
/external/tensorflow/tensorflow/core/platform/cloud/ |
D | oauth_client.cc | 281 string token_type; in ParseOAuthResponse() local
|
/external/grpc-grpc/src/core/lib/security/credentials/oauth2/ |
D | oauth2_credentials.cc | 147 grpc_json* token_type = nullptr; in grpc_oauth2_token_fetcher_credentials_parse_server_response() local
|
/external/antlr/runtime/Ruby/lib/antlr3/ |
D | tree.rb | 858 def create_from_token( token_type, from_token, text = nil ) argument 866 def create_from_type( token_type, text ) argument
|
/external/libchrome/third_party/jinja2/ |
D | lexer.py | 152 def _describe_token_type(token_type): argument
|
/external/u-boot/cmd/ |
D | pxe.c | 812 enum token_type { enum
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 141 inline bool Parser::LookingAtType(io::Tokenizer::TokenType token_type) { in LookingAtType()
|
/external/protobuf/src/google/protobuf/ |
D | text_format.cc | 812 bool LookingAtType(io::Tokenizer::TokenType token_type) { in LookingAtType()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cShadingLanguage420PackTests.cpp | 962 static const GLchar* token_type = "TYPE"; in getBlockVariableDefinition() local 1048 static const GLchar* token_type = "TYPE"; in getVariableDefinition() local
|