Home
last modified time | relevance | path

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

/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
Dtokens.py50 def __init__(self, string, token_type, line, line_number, values=None): argument
97 def IsType(self, token_type): argument
Dmatcher.py46 def __init__(self, regex, token_type, result_mode=None, line_start=False): argument
Dtokenizer.py78 def _CreateToken(self, string, token_type, line, line_number, values=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/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/chromium/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/openfst/src/include/fst/extensions/far/
Dprint-strings.h42 typename StringPrinter<Arc>::TokenType token_type; in FarPrintStrings() local
Dcompile-strings.h152 typename StringCompiler<Arc>::TokenType token_type; in FarCompileStrings() local
Dfarscript.h179 const FarTokenType token_type; member
/external/v8/src/
Dtoken.cc57 const char Token::token_type[] = { member in v8::internal::Token
Dtoken.h291 static const char token_type[NUM_TOKENS]; variable
/external/chromium/testing/gmock/scripts/generator/cpp/
Dtokenize.py74 def __init__(self, token_type, name, start, end): argument
Dast.py861 def _IgnoreUpTo(self, token_type, token): argument
/external/bison/src/
Dscan-gram.c1444 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()
Dscan-gram.l904 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/
Dfarscript.cc88 const FarTokenType token_type, in FarPrintStrings()
/external/openfst/src/include/fst/
Dstring.h147 : token_type_(token_type), syms_(syms) {} in token_type_() argument
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
Djavascripttokenizer.py350 def _CreateToken(self, string, token_type, line, line_number, values=None): argument
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
DOAuth.php616 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/
Dhetero-nodes.rb470 def initialize(token_type, x) argument
/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/protobuf/src/google/protobuf/compiler/
Dparser.cc114 inline bool Parser::LookingAtType(io::Tokenizer::TokenType token_type) { in LookingAtType()
/external/protobuf/src/google/protobuf/
Dtext_format.cc451 bool LookingAtType(io::Tokenizer::TokenType token_type) { in LookingAtType()