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

  /external/chromium/chrome/browser/ui/
crypto_module_password_dialog_nss.cc 70 std::string token_name; local
72 crypto::GetTPMTokenInfo(&token_name, &user_pin);
73 if (modules_[current_]->GetTokenName() == token_name) {
  /external/chromium/chrome/browser/chromeos/options/
wifi_config_model.cc 80 std::string token_name = local
82 if (token_name != kRootCertificateTokenName)
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
token.rb 155 token_name( type )
208 def token_name( type ) method in class:ANTLR3.Token
252 def self.token_name( type ) singleton method in class:ANTLR3.CommonToken
468 TokenData.token_name(4) # => 'INT'
469 TokenData.token_name(5) # => "'='"
481 method <tt>token_name(type)</tt>, instances of the token class are now able to
483 <tt>token_name</tt> method to provide the type name as if it were a simple
515 define_method( :token_name ) do |type|
519 ::ANTLR3::CommonToken.token_name( type )
522 module_function :token_name, :token_name
    [all...]
  /external/chromium/crypto/
nss_util.cc 108 std::string token_name; local
110 crypto::GetTPMTokenInfo(&token_name, &user_pin);
111 if (PK11_GetTokenName(slot) == token_name)
176 PK11SlotInfo* FindSlotWithTokenName(const std::string& token_name) {
183 if (PK11_GetTokenName(slot) == token_name)
247 void GetTPMTokenInfo(std::string* token_name, std::string* user_pin) {
248 tpm_token_info_delegate_->GetTokenInfo(token_name, user_pin);
256 std::string token_name; local
257 GetTPMTokenInfo(&token_name, NULL);
258 return FindSlotWithTokenName(token_name);
    [all...]
  /external/bison/src/
parse-gram.c 2481 token_name (int type) function
    [all...]

Completed in 185 milliseconds