Home
last modified time | relevance | path

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

12

/external/python/cpython3/Lib/email/
D_header_value_parser.py189 token_type = None variable in TokenList
394 token_type = 'unstructured' variable in UnstructuredTokenList
469 token_type = 'phrase' variable in Phrase
565 token_type = 'word' variable in Word
570 token_type = 'cfws' variable in CFWSList
578 token_type = 'atom' variable in Atom
583 token_type = 'token' variable in Token
588 token_type = 'encoded-word' variable in EncodedWord
603 token_type = 'quoted-string' variable in QuotedString
630 token_type = 'bare-quoted-string' variable in BareQuotedString
[all …]
/external/protobuf/gtest/scripts/
Dpump.py141 def __init__(self, start=None, end=None, value=None, token_type=None): argument
227 def MakeToken(lines, start, end, token_type): argument
233 def ParseToken(lines, pos, regex, token_type): argument
260 def SkipUntil(lines, pos, regex, token_type): argument
444 def PopToken(a_list, token_type=None): argument
467 def Pop(token_type=None): argument
495 def Pop(token_type=None): argument
/external/v8/testing/gtest/scripts/
Dpump.py140 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/googletest/googletest/scripts/
Dpump.py140 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/
Dpump.py140 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/vulkan-validation-layers/tests/gtest-1.7.0/scripts/
Dpump.py140 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/antlr-3.4/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/chromium-trace/catapult/common/py_utils/py_utils/refactor/
Dsnippet.py97 def __init__(self, token_type, tokens): argument
107 def Create(cls, token_type, string, offset=(0, 0)): argument
Doffset_token.py26 def __init__(self, token_type, string, offset): argument
/external/v8/src/parsing/
Dtoken.cc45 const char Token::token_type[] = { member in v8::internal::Token
Dtoken.h346 static const char token_type[NUM_TOKENS]; variable
/external/libmojo/mojo/public/tools/bindings/pylib/mojom_tests/parse/
Dlexer_unittest.py42 def _MakeLexToken(token_type, value, lineno=1, lexpos=0): argument
/external/v8/testing/gmock/scripts/generator/cpp/
Dtokenize.py74 def __init__(self, token_type, name, start, end): argument
Dast.py862 def _IgnoreUpTo(self, token_type, token): argument
/external/googletest/googlemock/scripts/generator/cpp/
Dtokenize.py74 def __init__(self, token_type, name, start, end): argument
Dast.py862 def _IgnoreUpTo(self, token_type, token): argument
/external/google-breakpad/src/testing/scripts/generator/cpp/
Dtokenize.py74 def __init__(self, token_type, name, start, end): argument
Dast.py861 def _IgnoreUpTo(self, token_type, token): argument
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
Dhetero-nodes.rb470 def initialize(token_type, x) argument
/external/tensorflow/tensorflow/core/platform/cloud/
Doauth_client.cc277 string token_type; in ParseOAuthResponse() local
/external/antlr/antlr-3.4/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/libmojo/third_party/jinja2/
Dlexer.py145 def _describe_token_type(token_type): argument
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc141 inline bool Parser::LookingAtType(io::Tokenizer::TokenType token_type) { in LookingAtType()
/external/protobuf/src/google/protobuf/
Dtext_format.cc812 bool LookingAtType(io::Tokenizer::TokenType token_type) { in LookingAtType()
/external/robolectric/v3/libs/
Dvtd-xml-2.11.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ximpleware/ com/ ...

12