/external/chromium_org/base/files/ |
file_path.h | 467 inline size_t hash_value(const base::FilePath& f) { 468 return hash_value(f.value());
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
metadata_database_index.h | 38 inline size_t hash_value( 40 return base::HashInts64(v.parent_id, hash_value(v.title));
|
/external/chromium_org/content/child/npapi/ |
np_channel_base.h | 46 inline size_t hash_value(NPObject* const& ptr) { 47 return hash_value(reinterpret_cast<size_t>(ptr));
|
/external/chromium_org/chrome/tools/profile_reset/ |
jtl_compiler.cc | 137 std::string hash_value; local 138 if (!arguments.GetString(i, &hash_value) || 139 !jtl::Hasher::IsHash(hash_value)) 141 target->WriteHash(hash_value);
|
/external/chromium_org/content/common/ |
host_shared_bitmap_manager.h | 31 inline std::size_t hash_value(const cc::SharedBitmapId& id) {
|
/external/llvm/lib/IR/ |
LLVMContextImpl.h | 58 friend hash_code hash_value(const KeyTy &Key) { function in struct:llvm::DenseMapAPIntKeyInfo::KeyTy 65 return static_cast<unsigned>(hash_value(Key)); 82 friend hash_code hash_value(const KeyTy &Key) { function in struct:llvm::DenseMapAPFloatKeyInfo::KeyTy 93 return static_cast<unsigned>(hash_value(Key));
|
/external/chromium_org/third_party/skia/tools/skpdiff/ |
skpdiff_server.py | 131 def set_expected_hash_in_json(expected_results_json, image_name, hash_value): 139 @param hash_value The hash to set for the image. 144 expected_results[image_name][gm_json.JSONKEY_EXPECTEDRESULTS_ALLOWEDDIGESTS][0][1] = hash_value 151 hash_value 368 def _set_expected_hash(self, device_name, image_name, hash_value): 374 @param hash_value The value of the hash to set. 383 set_expected_hash_in_json(expectations, image_name, hash_value)
|
/external/skia/tools/skpdiff/ |
skpdiff_server.py | 131 def set_expected_hash_in_json(expected_results_json, image_name, hash_value): 139 @param hash_value The hash to set for the image. 144 expected_results[image_name][gm_json.JSONKEY_EXPECTEDRESULTS_ALLOWEDDIGESTS][0][1] = hash_value 151 hash_value 368 def _set_expected_hash(self, device_name, image_name, hash_value): 374 @param hash_value The value of the hash to set. 383 set_expected_hash_in_json(expectations, image_name, hash_value)
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
deep-heap-profile.cc | 747 uintptr_t add, uintptr_t* hash_value) { 748 *hash_value += add; 749 *hash_value += *hash_value << 10; 750 *hash_value ^= *hash_value >> 6; 755 void DeepHeapProfile::DeepBucketTable::FinishHashValue(uintptr_t* hash_value) { 756 *hash_value += *hash_value << 3; 757 *hash_value ^= *hash_value >> 11 [all...] |
deep-heap-profile.h | 287 // Adds |add| to a |hash_value| for Lookup. 288 inline static void AddToHashValue(uintptr_t add, uintptr_t* hash_value); 289 inline static void FinishHashValue(uintptr_t* hash_value);
|
/external/llvm/include/llvm/ADT/ |
Hashing.h | 27 // -- 'hash_value' is a function designed to be overloaded for each 35 // within the implementation of a 'hash_value' routine or similar context. 75 /// using llvm::hash_value; 76 /// llvm::hash_code code = hash_value(x); 99 /// \brief Allow a hash_code to be directly run through hash_value. 100 friend size_t hash_value(const hash_code &code) { return code.value; } function in class:llvm::hash_code 112 hash_value(T value); 117 template <typename T> hash_code hash_value(const T *ptr); 121 hash_code hash_value(const std::pair<T, U> &arg); 125 hash_code hash_value(const std::basic_string<T> &arg) 737 hash_value(T value) { function in namespace:llvm 743 template <typename T> hash_code hash_value(const T *ptr) { function in namespace:llvm 751 hash_code hash_value(const std::pair<T, U> &arg) { function in namespace:llvm 758 hash_code hash_value(const std::basic_string<T> &arg) { function in namespace:llvm [all...] |
APFloat.h | 426 friend hash_code hash_value(const APFloat &Arg); 580 hash_code hash_value(const APFloat &Arg);
|
StringRef.h | 557 hash_code hash_value(StringRef S);
|
/external/chromium_org/cc/quads/ |
render_pass.h | 129 inline size_t hash_value(const cc::RenderPass::Id& key) { function in namespace:BASE_HASH_NAMESPACE
|
/external/chromium_org/net/http/ |
http_security_headers_unittest.cc | 24 HashValue hash_value(tag); 25 memset(hash_value.data(), label, hash_value.size()); 26 return hash_value; 30 HashValue hash_value = GetTestHashValue(label, tag); local 33 reinterpret_cast<char*>(hash_value.data()), hash_value.size()), &base64); 35 switch (hash_value.tag) { 41 NOTREACHED() << "Unknown HashValueTag " << hash_value.tag;
|
/external/chromium_org/sdch/open-vcdiff/src/ |
blockhash_test.cc | 50 uint32_t hash_value, 52 return block_hash.FirstMatchingBlock(hash_value, block_ptr); [all...] |
/external/lldb/include/lldb/Core/ |
MappedHash.h | 436 const uint32_t hash_value = MappedHash::HashString (m_header.hash_function, name); local 437 const uint32_t bucket_idx = hash_value % bucket_count; 444 if (curr_hash_value == hash_value)
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
new_github_file_system_test.py | 91 def _MakeShaJson(self, hash_value): 94 commit_json['sha'] = hash_value
|
/external/chromium_org/chrome/browser/prerender/ |
prerender_local_predictor.cc | 319 int64 hash_value = 0; 322 hash->Finish(&hash_value, kURLHashSize); 323 return hash_value; 429 char hash_value[kChecksumHashSize]; local 430 hash->Finish(hash_value, kChecksumHashSize); 431 if (memcmp(hash_value, front, kChecksumHashSize)) { [all...] |
/external/chromium_org/base/strings/ |
string_piece.h | 454 inline size_t hash_value(const base::StringPiece& sp) { 457 inline size_t hash_value(const base::StringPiece16& sp16) {
|
/external/llvm/include/llvm/CodeGen/ |
MachineOperand.h | 535 /// \brief MachineOperand hash_value overload. 540 friend hash_code hash_value(const MachineOperand &MO); 725 hash_code hash_value(const MachineOperand &MO);
|
/external/chromium_org/base/containers/ |
hash_tables.h | 243 inline std::size_t hash_value(const std::pair<Type1, Type2>& value) { function in namespace:BASE_HASH_NAMESPACE
|
/external/valgrind/main/callgrind/ |
fn.c | 219 int hash_value = 0; local 221 hash_value = (HASH_CONSTANT * hash_value + *s) % table_size; 222 return hash_value;
|
/external/llvm/lib/Support/ |
StringRef.cpp | 483 hash_code llvm::hash_value(StringRef S) {
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
array.hpp | 434 std::size_t hash_value(const array<T,N>& arr)
|