HomeSort by relevance Sort by last modified time
    Searched full:hash_ (Results 1 - 25 of 32) sorted by null

1 2

  /system/update_engine/common/
hash_calculator.cc 40 TEST_AND_RETURN_FALSE(hash_.empty());
78 TEST_AND_RETURN_FALSE(hash_.empty());
83 // Convert raw_hash_ to base64 encoding and store it in hash_.
84 hash_ = brillo::data_encoding::Base64Encode(raw_hash_.data(),
hash_calculator.h 60 DCHECK(!hash_.empty()) << "Call Finalize() first";
61 return hash_;
94 std::string hash_; member in class:chromeos_update_engine::HashCalculator
  /external/v8/test/cctest/
test-hashmap.cc 47 explicit IntSet(IntKeyHash hash) : hash_(hash), map_(DefaultMatchFun) {}
52 map_.LookupOrInsert(reinterpret_cast<void*>(x), hash_(x));
60 map_.Remove(reinterpret_cast<void*>(x), hash_(x));
64 HashMap::Entry* p = map_.Lookup(reinterpret_cast<void*>(x), hash_(x));
85 IntKeyHash hash_; member in class:IntSet
  /art/compiler/utils/
dedupe_set-inl.h 114 HashedKey() : hash_(0u), key_(nullptr) { }
115 HashedKey(size_t hash, const T* key) : hash_(hash), key_(key) { }
118 return hash_;
134 size_t hash_; member in class:art::DedupeSet::Shard::HashedKey
  /external/v8/src/compiler/
node-cache.cc 46 size_t hash = hash_(old->key_);
65 size_t hash = hash_(key);
node-cache.h 55 Hash hash_; member in class:v8::internal::compiler::final
operator.h 162 hash_(hash) {}
173 return base::hash_combine(this->opcode(), this->hash_(this->parameter()));
188 Hash const hash_; member in class:v8::internal::compiler::Operator1
  /external/v8/src/ast/
ast-value-factory.h 95 return hash_;
104 : is_one_byte_(is_one_byte), literal_bytes_(literal_bytes), hash_(hash) {}
108 hash_(0) {}
114 uint32_t hash_; member in class:v8::internal::final
  /external/ceres-solver/internal/ceres/
stl_util.h 44 // For hash_[multi]set, it is important that this deletes behind the iterator
  /art/runtime/
intern_table.h 146 : hash_(hash), utf16_length_(utf16_length), utf8_data_(utf8_data) { }
148 int32_t GetHash() const { return hash_; }
153 int32_t hash_; member in class:art::InternTable::Utf8String
  /art/compiler/
elf_builder.h 470 hash_(this, ".hash", SHT_HASH, SHF_ALLOC, &dynsym_, 0, sizeof(Elf_Word), sizeof(Elf_Word)),
687 hash_.Add(hash.data(), hash.size() * sizeof(hash[0]));
691 DCHECK_EQ(dynsym_.header_.sh_flags, hash_.header_.sh_flags);
695 RoundUp(dynsym_address + dynsym_.GetCacheSize(), hash_.header_.sh_addralign);
716 hash_.WriteCachedSection();
913 CachedSection hash_; member in class:art::FINAL
    [all...]
  /external/webrtc/webrtc/p2p/base/
turnport.h 121 const std::string& hash() const { return hash_; }
265 std::string hash_; // Digest of username:realm:password member in class:cricket::TurnPort
turnport.cc 886 VERIFY(!hash_.empty());
903 credentials_.password, &hash_));
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
stl_util-inl.h 47 // For hash_[multi]set, it is important that this deletes behind the iterator
stl_util.h 47 // For hash_[multi]set, it is important that this deletes behind the iterator
  /frameworks/base/media/mca/filterfw/native/base/
utilities.h 44 // For hash_[multi]set, it is important that this deletes behind the iterator
  /frameworks/base/media/mca/filterpacks/native/base/
utilities.h 44 // For hash_[multi]set, it is important that this deletes behind the iterator
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
stl_util.h 47 // For hash_[multi]set, it is important that this deletes behind the iterator
  /art/runtime/base/
stl_util.h 40 // For hash_[multi]set, it is important that this deletes behind the iterator
  /external/libchrome/base/
stl_util.h 35 // For hash_[multi]set, it is important that this deletes behind the iterator
  /external/webrtc/webrtc/system_wrappers/include/
stl_util.h 42 // For hash_[multi]set, it is important that this deletes behind the iterator
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
user_config.h 246 * Affects : map<>, multimap<>, set<>, multiset<>, hash_*<>,
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/config/
user_config.h 246 * Affects : map<>, multimap<>, set<>, multiset<>, hash_*<>,
  /external/v8/src/profiler/
heap-snapshot-generator.cc 2442 intptr_t hash_; member in class:v8::internal::NativeGroupRetainedObjectInfo
    [all...]
  /external/v8/src/snapshot/
serialize.cc 657 : string_(string), hash_(HashForObject(string)) {
664 if (hash_ != HashForObject(string)) return false;
669 uint32_t Hash() override { return hash_; }
681 uint32_t hash_; member in class:v8::internal::StringTableInsertionKey
    [all...]

Completed in 836 milliseconds

1 2