/external/chromium_org/content/browser/download/ |
D | download_net_log_parameters.cc | 89 const std::string* hash_state, in ItemInterruptedNetLogCallback() argument 96 base::HexEncode(hash_state->data(), hash_state->size())); in ItemInterruptedNetLogCallback() 104 const std::string* hash_state, in ItemResumingNetLogCallback() argument 112 base::HexEncode(hash_state->data(), hash_state->size())); in ItemResumingNetLogCallback() 139 const std::string* hash_state, in ItemCanceledNetLogCallback() argument 145 base::HexEncode(hash_state->data(), hash_state->size())); in ItemCanceledNetLogCallback()
|
D | base_file.cc | 50 Pickle hash_state(hash_state_bytes.c_str(), hash_state_bytes.size()); in BaseFile() local 51 PickleIterator data_iterator(hash_state); in BaseFile() 228 Pickle hash_state; in GetHashState() local 229 if (!secure_hash_->Serialize(&hash_state)) in GetHashState() 232 return std::string(reinterpret_cast<const char*>(hash_state.data()), in GetHashState() 233 hash_state.size()); in GetHashState()
|
D | download_net_log_parameters.h | 48 const std::string* hash_state, 55 const std::string* hash_state, 69 const std::string* hash_state,
|
D | base_file.h | 41 const std::string& hash_state,
|
D | base_file_unittest.cc | 390 std::string hash_state; in TEST_F() local 391 hash_state = base_file_->GetHashState(); in TEST_F() 406 hash_state, in TEST_F()
|
D | download_manager_impl.cc | 119 save_info->hash_state = params->hash_state(); in BeginDownload()
|
D | download_file_impl.cc | 50 save_info->hash_state, in DownloadFileImpl()
|
D | download_file_unittest.cc | 134 const std::string& hash_state) { in SetUpdateDownloadInfo() argument 137 hash_state_ = hash_state; in SetUpdateDownloadInfo()
|
D | download_item_impl.h | 215 const std::string& hash_state) OVERRIDE;
|
D | download_resource_handler.cc | 228 info->save_info->hash_state = ""; in OnResponseStarted()
|
D | download_item_impl.cc | 1031 const std::string& hash_state) { in DestinationUpdate() argument 1049 hash_state_ = hash_state; in DestinationUpdate()
|
/external/chromium_org/content/public/browser/ |
D | download_url_parameters.h | 97 void set_hash_state(std::string hash_state) { in set_hash_state() argument 98 save_info_.hash_state = hash_state; in set_hash_state() 134 const std::string& hash_state() const { return save_info_.hash_state; } in hash_state() function
|
D | download_destination_observer.h | 28 const std::string& hash_state) = 0;
|
D | download_save_info.h | 38 std::string hash_state; member
|
/external/llvm/include/llvm/ADT/ |
D | Hashing.h | 266 struct hash_state { struct 272 static hash_state create(const char *s, uint64_t seed) { in create() argument 273 hash_state state = { in create() 421 hash_state state = state.create(buffer, seed); 463 hash_state state = state.create(s_begin, seed); 504 hash_state state;
|
/external/wpa_supplicant_8/src/crypto/ |
D | crypto_libtomcrypt.c | 27 hash_state md; in md4_vector() 61 hash_state md; in md5_vector() 74 hash_state md; in sha1_vector() 147 hash_state md;
|
/external/llvm/test/CodeGen/PowerPC/ |
D | pr15031.ll | 262 …sh_combine_recursive_helper" = type { [64 x i8], %"struct.llvm::hashing::detail::hash_state", i64 } 263 %"struct.llvm::hashing::detail::hash_state" = type { i64, i64, i64, i64, i64, i64, i64, i64 }
|