Searched defs:token_type (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/sandbox/win/tools/finder/
H A Dfinder.cc24 DWORD Finder::Init(sandbox::TokenLevel token_type, argument
38 err_code = sandbox::CreateRestrictedToken(&token_handle_, token_type,
H A Dmain.cc32 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/v8/src/
H A Dtoken.cc34 const char Token::token_type[] = { member in class:v8::internal::Token
/external/chromium_org/third_party/WebKit/Source/build/scripts/
H A Dmake_mediaquery_tokenizer_codepoints.py28 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/
H A Dprint-strings.h46 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)
H A Dcompile-strings.h54 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 = "
51 StringReader(istream &istrm, const string &source, EntryType entry_type, TokenType token_type, bool allow_negative_labels, const SymbolTable *syms = 0, Label unknown_label = kNoStateId) argument
H A Dfarscript.h211 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,
222 FarPrintStringsArgs( const vector<string> &ifilenames, const FarEntryType entry_type, const FarTokenType token_type, const string &begin_key, const string &end_key, const bool print_key, const bool print_weight, const string &symbols_fname, const bool initial_symbols, const int32 generate_filenames, const string &filename_prefix, const string &filename_suffix) argument
/external/bison/examples/calc++/
H A Dcalc++-parser.hh106 typedef token::yytokentype token_type; typedef in class:yy::calcxx_parser
/external/chromium_org/sandbox/win/src/
H A Drestricted_token_utils.cc25 TokenType token_type) {
124 switch (token_type) {
22 CreateRestrictedToken(HANDLE *token_handle, TokenLevel security_level, IntegrityLevel integrity_level, TokenType token_type) argument
/external/openfst/src/extensions/far/
H A Dfarscript.cc105 const FarTokenType token_type,
115 FarPrintStringsArgs args(ifilenames, entry_type, token_type,
102 FarPrintStrings(const vector<string> &ifilenames, const string &arc_type, const FarEntryType entry_type, const FarTokenType token_type, const string &begin_key, const string &end_key, const bool print_key, const bool print_weight, const string &symbols_fname, const bool initial_symbols, const int32 generate_filenames, const string &filename_prefix, const string &filename_suffix) argument
/external/openfst/src/include/fst/
H A Dstring.h168 StringPrinter(TokenType token_type, argument
170 : token_type_(token_type), syms_(syms) {}
/external/protobuf/src/google/protobuf/compiler/
H A Dparser.cc114 inline bool Parser::LookingAtType(io::Tokenizer::TokenType token_type) { argument
115 return input_->current().type == token_type;
/external/chromium_org/chrome/browser/sync/glue/
H A Dsync_backend_host_impl.cc715 syncer::BootstrapTokenType token_type) {
718 if (token_type == syncer::PASSPHRASE_BOOTSTRAP_TOKEN)
713 PersistEncryptionBootstrapToken( const std::string& token, syncer::BootstrapTokenType token_type) argument
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.cc114 inline bool Parser::LookingAtType(io::Tokenizer::TokenType token_type) { argument
115 return input_->current().type == token_type;
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dtext_format.cc713 bool LookingAtType(io::Tokenizer::TokenType token_type) { argument
714 return tokenizer_.current().type == token_type;
/external/protobuf/src/google/protobuf/
H A Dtext_format.cc451 bool LookingAtType(io::Tokenizer::TokenType token_type) { argument
452 return tokenizer_.current().type == token_type;

Completed in 373 milliseconds