HomeSort by relevance Sort by last modified time
    Searched defs:token_type (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/v8/src/
token.cc 34 const char Token::token_type[] = { member in class:v8::internal::Token
  /external/chromium_org/sandbox/win/tools/finder/
main.cc 32 sandbox::TokenLevel token_type = sandbox::USER_LOCKDOWN; local
48 token_type = sandbox::USER_LOCKDOWN;
50 token_type = sandbox::USER_RESTRICTED;
52 token_type = sandbox::USER_LIMITED;
54 token_type = sandbox::USER_INTERACTIVE;
56 token_type = sandbox::USER_NON_ADMIN;
58 token_type = sandbox::USER_RESTRICTED_SAME_ACCESS;
60 token_type = sandbox::USER_UNPROTECTED;
141 finder_obj.Init(token_type, object_type, access_type, file_output);
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
make_mediaquery_tokenizer_codepoints.py 28 def token_type(i): function
87 token_lines = [' &MediaQueryTokenizer::%s,' % token_type(i)
88 if token_type(i) else ' 0,'
  /external/openfst/src/include/fst/extensions/far/
print-strings.h 46 typename StringPrinter<Arc>::TokenType token_type; local
48 token_type = StringPrinter<Arc>::SYMBOL;
50 token_type = StringPrinter<Arc>::BYTE;
52 token_type = StringPrinter<Arc>::UTF8;
95 token_type, syms ? syms : fst.InputSymbols());
127 if (token_type == StringPrinter<Arc>::SYMBOL)
compile-strings.h 54 TokenType token_type,
59 token_type_(token_type), symbols_(syms), done_(false),
60 compiler_(token_type, syms, unknown_label, allow_negative_labels) {
166 typename StringCompiler<Arc>::TokenType token_type; local
168 token_type = StringCompiler<Arc>::SYMBOL;
170 token_type = StringCompiler<Arc>::BYTE;
172 token_type = StringCompiler<Arc>::UTF8;
246 entry_type, token_type, allow_negative_labels,
260 << " in file " << inputs[i] << " failed with token_type = "
farscript.h 211 const FarTokenType token_type; member in struct:fst::script::FarPrintStringsArgs
224 const FarTokenType token_type, const string &begin_key,
229 ifilenames(ifilenames), entry_type(entry_type), token_type(token_type),
240 args->ifilenames, args->entry_type, args->token_type,
250 const FarTokenType token_type,
  /external/bison/examples/calc++/
calc++-parser.hh 106 typedef token::yytokentype token_type; typedef in class:yy::calcxx_parser

Completed in 606 milliseconds