HomeSort by relevance Sort by last modified time
    Searched full:generatehash (Results 1 - 10 of 10) sorted by null

  /external/chromium/chrome/browser/
enumerate_modules_model_win.cc 106 // Location must be entered as hashes (see GenerateHash). Filename is mandatory.
258 static void GenerateHash(const std::string& input, std::string* output) {
311 GenerateHash(WideToUTF8(module.name), &filename_hash);
312 GenerateHash(WideToUTF8(module.location), &location_hash);
343 GenerateHash(WideToUTF8(module.digital_signer), &signer_hash);
344 GenerateHash(WideToUTF8(module.description), &description_hash);
627 GenerateHash(kModuleBlacklist[i].filename, &hash1);
629 GenerateHash(kModuleBlacklist[i].location, &hash2);
631 GenerateHash(kModuleBlacklist[i].desc_or_signer, &hash3);
    [all...]
  /external/chromium_org/chrome/browser/
enumerate_modules_model_win.cc 115 // Location must be entered as hashes (see GenerateHash). Filename is mandatory.
316 static void GenerateHash(const std::string& input, std::string* output) {
378 GenerateHash(WideToUTF8(module.name), &filename_hash);
379 GenerateHash(WideToUTF8(module.location), &location_hash);
407 GenerateHash(WideToUTF8(module.digital_signer), &signer_hash);
408 GenerateHash(WideToUTF8(module.description), &description_hash);
687 GenerateHash(kModuleBlacklist[i].filename, &hash1);
689 GenerateHash(kModuleBlacklist[i].location, &hash2);
691 GenerateHash(kModuleBlacklist[i].desc_or_signer, &hash3);
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/photomanager/
ContactPhotoManager.java 71 public static int generateHash(ImageCanvas view, int pos, Object key) {
89 return generateHash(view, contactId.pos, contactId.getKey());
  /external/chromium/net/base/
sdch_manager.cc 368 GenerateHash(dictionary_text, &client_hash, &server_hash);
496 void SdchManager::GenerateHash(const std::string& dictionary_text,
sdch_manager.h 324 static void GenerateHash(const std::string& dictionary_text,
sdch_filter_unittest.cc 80 SdchManager::GenerateHash(dictionary, &client_hash, &server_hash);
95 SdchManager::GenerateHash(dictionary, &client_hash, &server_hash);
    [all...]
  /external/chromium_org/net/base/
sdch_manager.cc 380 GenerateHash(dictionary_text, &client_hash, &server_hash);
510 void SdchManager::GenerateHash(const std::string& dictionary_text,
sdch_manager.h 323 static void GenerateHash(const std::string& dictionary_text,
sdch_filter_unittest.cc 74 SdchManager::GenerateHash(dictionary, &client_hash, &server_hash);
89 SdchManager::GenerateHash(dictionary, &client_hash, &server_hash);
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemView.java 567 sContactPhotoManager.removePhoto(ContactPhotoManager.generateHash(
    [all...]

Completed in 331 milliseconds