/external/v8/test/cctest/ |
D | test-hashmap.cc | 47 explicit IntSet(IntKeyHash hash) : hash_(hash), map_(DefaultMatchFun) {} in IntSet() 52 map_.LookupOrInsert(reinterpret_cast<void*>(x), hash_(x)); in Insert() 60 map_.Remove(reinterpret_cast<void*>(x), hash_(x)); in Remove() 64 HashMap::Entry* p = map_.Lookup(reinterpret_cast<void*>(x), hash_(x)); in Present() 85 IntKeyHash hash_; member in IntSet
|
D | test-heap-profiler.cc | 1410 hash_(hash), in TestRetainedObjectInfo() 1425 virtual intptr_t GetHash() { return hash_; } in GetHash() 1457 int hash_; member in __anonfb81c98d0511::TestRetainedObjectInfo
|
/external/ImageMagick/Magick++/lib/ |
D | Statistic.cpp | 136 const PixelChannel channel_,const std::string &hash_) in ChannelPerceptualHash() argument 144 if (hash_.length() != 70) in ChannelPerceptualHash() 155 if (sscanf(hash_.substr(i*5,5).c_str(),"%05x",&hex) != 1) in ChannelPerceptualHash() 491 Magick::ImagePerceptualHash::ImagePerceptualHash(const std::string &hash_) in ImagePerceptualHash() argument 494 if (hash_.length() != 210) in ImagePerceptualHash() 498 hash_.substr(0, 70))); in ImagePerceptualHash() 500 hash_.substr(70, 70))); in ImagePerceptualHash() 502 hash_.substr(140, 70))); in ImagePerceptualHash()
|
/external/v8/src/ast/ |
D | ast-value-factory.h | 95 return hash_; in hash() 104 : is_one_byte_(is_one_byte), literal_bytes_(literal_bytes), hash_(hash) {} in AstRawString() 108 hash_(0) {} in AstRawString() 114 uint32_t hash_; variable
|
/external/v8/src/compiler/ |
D | operator.h | 162 hash_(hash) {} in Operator() 173 return base::hash_combine(this->opcode(), this->hash_(this->parameter())); in HashCode() 188 Hash const hash_; variable
|
D | node-cache.cc | 46 size_t hash = hash_(old->key_); in Resize() 65 size_t hash = hash_(key); in Find()
|
D | node-cache.h | 55 Hash hash_; variable
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Statistic.h | 92 const std::string &hash_); 254 ImagePerceptualHash(const std::string &hash_);
|
/external/webrtc/webrtc/p2p/base/ |
D | turnport.h | 121 const std::string& hash() const { return hash_; } in hash() 265 std::string hash_; // Digest of username:realm:password variable
|
D | turnport.cc | 886 VERIFY(!hash_.empty()); in AddRequestAuthInfo() 903 credentials_.password, &hash_)); in UpdateHash()
|
/external/v8/src/snapshot/ |
D | serialize.cc | 657 : string_(string), hash_(HashForObject(string)) { in StringTableInsertionKey() 664 if (hash_ != HashForObject(string)) return false; in IsMatch() 669 uint32_t Hash() override { return hash_; } in Hash() 681 uint32_t hash_; member in v8::internal::StringTableInsertionKey
|
/external/v8/src/profiler/ |
D | heap-snapshot-generator.cc | 2424 hash_(reinterpret_cast<intptr_t>(label)), in NativeGroupRetainedObjectInfo() 2435 return hash_ == other->GetHash() && !strcmp(label_, other->GetLabel()); in IsEquivalent() 2437 virtual intptr_t GetHash() { return hash_; } in GetHash() 2442 intptr_t hash_; member in v8::internal::NativeGroupRetainedObjectInfo
|
/external/v8/src/ |
D | objects.cc | 17766 hash_ = hash; in TwoCharHashTableKey() 17787 uint32_t Hash() override { return hash_; } in Hash() 17803 uint32_t hash_; member in v8::internal::TwoCharHashTableKey
|