Searched refs:current_hash (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/mojo/tools/pylib/
H A Dtransitive_hash.py56 current_hash = _file_hash(current_filename)
57 if current_hash in hashes:
58 _logging.debug("Already seen %s (%s) ...", current_filename, current_hash)
60 _logging.debug("Haven't seen %s (%s) ...", current_filename, current_hash)
61 hashes.add(current_hash)
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dtools_common.sh87 current_hash() { function
102 hash_now=$(current_hash)
278 local tested_config="$(test_configuration_target) @ $(current_hash)"
/external/libvpx/libvpx/test/
H A Dtools_common.sh70 current_hash() { function
85 hash_now=$(current_hash)
326 tested_config="$(test_configuration_target) @ $(current_hash)"
/external/chromium_org/v8/src/
H A Dobjects-inl.h2805 uint32_t current_hash = entry->Hash(); local
2806 if (current_hash > hash) break;
2807 if (current_hash == hash && entry->Equals(name)) return sorted_index;
2813 uint32_t current_hash = entry->Hash(); local
2814 if (current_hash == hash && entry->Equals(name)) return number;

Completed in 203 milliseconds