Searched defs:GetHash (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/chrome/browser/profile_resetter/
H A Djtl_foundation.cc20 std::string Hasher::GetHash(const std::string& input) const { function in class:jtl_foundation::Hasher
H A Djtl_interpreter_unittest.cc20 #define KEY_HASH_1 GetHash("KEY_HASH_1")
21 #define KEY_HASH_2 GetHash("KEY_HASH_2")
22 #define KEY_HASH_3 GetHash("KEY_HASH_3")
23 #define KEY_HASH_4 GetHash("KEY_HASH_4")
25 #define VALUE_HASH_1 GetHash("VALUE_HASH_1")
26 #define VALUE_HASH_2 GetHash("VALUE_HASH_2")
31 std::string GetHash(const std::string& input) { function in namespace:__anon5771
32 return jtl_foundation::Hasher(seed).GetHash(input);
257 { GetHash("1.2"), "{ 'KEY_HASH_1': 1.2 }", true },
258 { GetHash("1.
[all...]
H A Dautomatic_profile_resetter_unittest.cc211 std::string GetHash(const std::string& input) { function in namespace:__anon5768
212 return jtl_foundation::Hasher(kTestHashSeed).GetHash(input);
247 bytecode += OP_STORE_BOOL(GetHash("satisfied_criteria_mask_bit1"),
250 bytecode += OP_STORE_BOOL(GetHash("satisfied_criteria_mask_bit2"),
253 bytecode += OP_STORE_BOOL(GetHash("should_prompt"),
257 bytecode += OP_STORE_BOOL(GetHash("combined_status_mask_bit1"),
261 bytecode += OP_NAVIGATE(GetHash("memento_value_in_prefs"));
262 bytecode += OP_COMPARE_NODE_HASH(GetHash(kTestMementoValue));
263 bytecode += OP_STORE_BOOL(GetHash("combined_status_mask_bit2"), VALUE_TRUE);
264 bytecode += OP_STORE_BOOL(GetHash("had_prompted_alread
[all...]
H A Djtl_interpreter.cc66 std::string GetHash(const std::string& input) { function in class:__anon5770::ExecutionContext
67 return hasher_->GetHash(input);
83 *hash = GetHash(value_as_string);
125 if (context->GetHash(i.key()) != hashed_key_)
284 hashed_name_, new StringValue(context->GetHash(effective_sld)));
430 if (window_sum == pattern_sum_ && context->GetHash(std::string(
724 jtl_foundation::Hasher(hasher_seed_).GetHash(unhashed_key);
731 jtl_foundation::Hasher(hasher_seed_).GetHash(unhashed_key);
/external/chromium_org/chrome/tools/profile_reset/
H A Djtl_compiler_unittest.cc21 std::string GetHash(const std::string& input) { function in namespace:__anon7371
22 return jtl_foundation::Hasher(kTestHashSeed).GetHash(input);
45 {"go(\"foo\").", OP_NAVIGATE(GetHash("foo"))},
46 {"go(\"has whitespace\t\").", OP_NAVIGATE(GetHash("has whitespace\t"))},
50 OP_STORE_BOOL(GetHash("name"), VALUE_TRUE)},
52 OP_COMPARE_STORED_BOOL(GetHash("name"), VALUE_TRUE, VALUE_FALSE)},
53 {"store_hash(\"name\", \"" + GetHash("value") + "\").",
54 OP_STORE_HASH(GetHash("name"), GetHash("value"))},
56 OP_STORE_HASH(GetHash("nam
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DRetainedDOMInfo.cpp64 intptr_t RetainedDOMInfo::GetHash() function in class:WebCore::RetainedDOMInfo
/external/chromium_org/content/browser/download/
H A Dsave_file.cc80 bool SaveFile::GetHash(std::string* hash) { function in class:content::SaveFile
81 return file_.GetHash(hash);
H A Dbase_file.cc225 bool BaseFile::GetHash(std::string* hash) { function in class:content::BaseFile
H A Ddownload_file_impl.cc195 bool DownloadFileImpl::GetHash(std::string* hash) { function in class:content::DownloadFileImpl
196 return file_.GetHash(hash);
291 if (!GetHash(&hash) || file_.IsEmptyHash(hash))
H A Ddownload_item_impl.cc605 const std::string& DownloadItemImpl::GetHash() const { function in class:content::DownloadItemImpl
/external/chromium_org/tools/telemetry/telemetry/page/
H A Dcloud_storage.py141 if os.path.exists(file_path) and GetHash(file_path) == expected_hash:
151 def GetHash(file_path): function
/external/skia/tests/
H A DDynamicHashTest.cpp20 uint32_t GetHash(const int& key) { return key; } function in namespace:__anon26514
23 class Hash : public SkTDynamicHash<Entry, int, GetKey, GetHash, AreEqual> {
33 typedef SkTDynamicHash<Entry, int, GetKey, GetHash, AreEqual> INHERITED;
/external/chromium_org/chrome/browser/component_updater/
H A Dwidevine_cdm_component_installer.cc260 virtual void GetHash(std::vector<uint8>* hash) const OVERRIDE;
319 void WidevineCdmComponentInstallerTraits::GetHash( function in class:WidevineCdmComponentInstallerTraits
/external/chromium_org/tools/telemetry/telemetry/unittest/
H A Dsystem_stub.py115 def GetHash(self, file_path): member in class:CloudStorageModuleStub
/external/chromium_org/v8/test/cctest/
H A Dtest-global-handles.cc67 virtual intptr_t GetHash() { return 0; } function in class:TestRetainedObjectInfo
H A Dtest-mark-compact.cc377 virtual intptr_t GetHash() { return 0; } function in class:TestRetainedObjectInfo
H A Dtest-heap-profiler.cc1186 return GetHash() == other->GetHash();
1188 virtual intptr_t GetHash() { return hash_; } function in class:__anon15641::TestRetainedObjectInfo
/external/v8/test/cctest/
H A Dtest-mark-compact.cc430 virtual intptr_t GetHash() { return 0; } function in class:TestRetainedObjectInfo
H A Dtest-heap-profiler.cc788 return GetHash() == other->GetHash();
790 virtual intptr_t GetHash() { return hash_; } function in class:__anon27340::TestRetainedObjectInfo
/external/chromium_org/net/disk_cache/v3/
H A Dentry_impl_v3.cc297 uint32 EntryImpl::GetHash() { function in class:disk_cache::EntryImpl
/external/chromium/net/disk_cache/
H A Dentry_impl.cc399 uint32 EntryImpl::GetHash() { function in class:disk_cache::EntryImpl
/external/chromium_org/net/disk_cache/
H A Dentry_impl.cc399 uint32 EntryImpl::GetHash() { function in class:disk_cache::EntryImpl
/external/chromium_org/v8/src/
H A Dheap-snapshot-generator.cc703 SnapshotObjectId id = static_cast<SnapshotObjectId>(info->GetHash());
2217 return hash_ == other->GetHash() && !strcmp(label_, other->GetLabel());
2219 virtual intptr_t GetHash() { return hash_; } function in class:v8::internal::NativeGroupRetainedObjectInfo
/external/v8/src/
H A Dobjects-inl.h4489 uint32_t StringHasher::GetHash() { function in class:StringHasher
4708 MaybeObject* maybe_hash = key->GetHash(OMIT_CREATION);
4716 MaybeObject* maybe_hash = other->GetHash(OMIT_CREATION);
H A Dprofile-generator.cc1401 SnapshotObjectId id = static_cast<SnapshotObjectId>(info->GetHash());
2834 return hash_ == other->GetHash() && !strcmp(label_, other->GetLabel());
2836 virtual intptr_t GetHash() { return hash_; } function in class:v8::internal::NativeGroupRetainedObjectInfo

Completed in 606 milliseconds

12