/external/chromium/chrome/browser/chromeos/login/ |
cryptohome_op.cc | 93 hash_(hash) { 103 hash_, 109 hash_, 116 const std::string hash_; member in class:chromeos::MigrateAttempt
|
/external/v8/test/cctest/ |
test-hashmap.cc | 46 explicit IntSet(IntKeyHash hash) : hash_(hash), map_(DefaultMatchFun) {} 50 HashMap::Entry* p = map_.Lookup(reinterpret_cast<void*>(x), hash_(x), true); 58 map_.Remove(reinterpret_cast<void*>(x), hash_(x)); 63 map_.Lookup(reinterpret_cast<void*>(x), hash_(x), false); 84 IntKeyHash hash_; member in class:IntSet
|
test-heap-profiler.cc | 1184 int hash_; member in class:__anon11631::TestRetainedObjectInfo [all...] |
/sdk/emulator/qtools/ |
trace_reader.h | 263 HashTable<region_type*> *hash_; member in class:TraceReader 291 hash_ = new HashTable<region_type*>(512); 300 for (ptr = hash_->GetFirst(); ptr; ptr = hash_->GetNext()) { 316 delete hash_; 389 for (hash_entry_type *ptr = hash_->GetFirst(); ptr; ptr = hash_->GetNext()) { 400 for (hash_entry_type *ptr = hash_->GetFirst(); ptr; ptr = hash_->GetNext()) { 502 hash_->Update(region->path, region) [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
|
/system/media/mca/filterfw/native/base/ |
utilities.h | 44 // For hash_[multi]set, it is important that this deletes behind the iterator
|
/system/media/mca/filterpacks/base/native/ |
utilities.h | 44 // For hash_[multi]set, it is important that this deletes behind the iterator
|
/external/chromium/base/ |
stl_util-inl.h | 56 // For hash_[multi]set, it is important that this deletes behind the iterator
|
/external/stlport/stlport/stl/config/ |
user_config.h | 246 * Affects : map<>, multimap<>, set<>, multiset<>, hash_*<>,
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
user_config.h | 246 * Affects : map<>, multimap<>, set<>, multiset<>, hash_*<>,
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/ |
user_config.h | 246 * Affects : map<>, multimap<>, set<>, multiset<>, hash_*<>,
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/ |
user_config.h | 246 * Affects : map<>, multimap<>, set<>, multiset<>, hash_*<>,
|
/external/v8/src/ |
objects.cc | 8475 uint32_t hash_; member in class:v8::internal::StringKey 9418 uint32_t hash_; member in class:v8::internal::TwoCharHashTableKey [all...] |