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

  /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 775 hash_(hash),
790 virtual intptr_t GetHash() { return hash_; }
823 int hash_; member in class:__anon15953::TestRetainedObjectInfo
    [all...]
  /external/openfst/src/include/fst/extensions/pdt/
collection.h 54 return n.node_id + hash_(n.element) * kPrime;
110 static std::tr1::hash<T> hash_; member in class:fst::Collection
121 template <class I, class T> std::tr1::hash<T> Collection<I, T>::hash_; member in class:fst::Collection
  /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/ceres-solver/internal/ceres/
stl_util.h 42 // For hash_[multi]set, it is important that this deletes behind the iterator
  /external/protobuf/src/google/protobuf/stubs/
stl_util-inl.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
  /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_*<>,
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
user_config.h 246 * Affects : map<>, multimap<>, set<>, multiset<>, hash_*<>,
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
user_config.h 246 * Affects : map<>, multimap<>, set<>, multiset<>, hash_*<>,
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
user_config.h 246 * Affects : map<>, multimap<>, set<>, multiset<>, hash_*<>,
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
user_config.h 246 * Affects : map<>, multimap<>, set<>, multiset<>, hash_*<>,
  /external/v8/src/
profile-generator.cc 2841 intptr_t hash_; member in class:v8::internal::NativeGroupRetainedObjectInfo
    [all...]
objects.cc 10492 uint32_t hash_; member in class:v8::internal::StringKey
11681 uint32_t hash_; member in class:v8::internal::TwoCharHashTableKey
    [all...]
  /ndk/sources/host-tools/make-3.81/
Makefile.in 509 hash_.c: hash.c $(ANSI2KNR)
544 getopt1_.$(OBJEXT) hash_.$(OBJEXT) implicit_.$(OBJEXT) job_.$(OBJEXT) \
    [all...]

Completed in 1735 milliseconds