/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/ |
D | tokens.py | 50 def __init__(self, string, token_type, line, line_number, values=None): argument 97 def IsType(self, token_type): argument
|
D | matcher.py | 46 def __init__(self, regex, token_type, result_mode=None, line_start=False): argument
|
D | tokenizer.py | 78 def _CreateToken(self, string, token_type, line, line_number, values=None): argument
|
/external/antlr/antlr-3.4/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/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/chromium/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/openfst/src/include/fst/extensions/far/ |
D | print-strings.h | 42 typename StringPrinter<Arc>::TokenType token_type; in FarPrintStrings() local
|
D | compile-strings.h | 152 typename StringCompiler<Arc>::TokenType token_type; in FarCompileStrings() local
|
D | farscript.h | 179 const FarTokenType token_type; member
|
/external/v8/src/ |
D | token.cc | 57 const char Token::token_type[] = { member in v8::internal::Token
|
D | token.h | 291 static const char token_type[NUM_TOKENS]; variable
|
/external/chromium/testing/gmock/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/bison/src/ |
D | scan-gram.c | 1444 token_type = PERCENT_DESTRUCTOR; BEGIN SC_PRE_CODE; variable 1479 token_type = PERCENT_INITIAL_ACTION; BEGIN SC_PRE_CODE; variable 1494 token_type = PERCENT_LEX_PARAM; BEGIN SC_PRE_CODE; variable 1544 token_type = PERCENT_PARSE_PARAM; BEGIN SC_PRE_CODE; variable 1554 token_type = PERCENT_PRINTER; BEGIN SC_PRE_CODE; variable 1604 token_type = PERCENT_UNION; BEGIN SC_PRE_CODE; variable 3558 handle_dollar (int token_type, char *text, location loc) in handle_dollar() 3625 handle_at (int token_type, char *text, location loc) in handle_at()
|
D | scan-gram.l | 904 handle_dollar (int token_type, char *text, location loc) in handle_dollar() 971 handle_at (int token_type, char *text, location loc) in handle_at()
|
/external/openfst/src/extensions/far/ |
D | farscript.cc | 88 const FarTokenType token_type, in FarPrintStrings()
|
/external/openfst/src/include/fst/ |
D | string.h | 147 : token_type_(token_type), syms_(syms) {} in token_type_() argument
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
D | javascripttokenizer.py | 350 def _CreateToken(self, string, token_type, line, line_number, values=None): argument
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/ |
D | OAuth.php | 616 private function get_token($request, $consumer, $token_type="access") { 707 function lookup_token($consumer, $token_type, $token) {
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/ |
D | hetero-nodes.rb | 470 def initialize(token_type, x) argument
|
/external/antlr/antlr-3.4/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/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 114 inline bool Parser::LookingAtType(io::Tokenizer::TokenType token_type) { in LookingAtType()
|
/external/protobuf/src/google/protobuf/ |
D | text_format.cc | 451 bool LookingAtType(io::Tokenizer::TokenType token_type) { in LookingAtType()
|