Searched refs:Hash (Results 1 - 10 of 10) sorted by relevance

/system/tools/hidl/include_hash/hidl-hash/
H A DHash.h25 struct Hash { struct in namespace:android
27 static const Hash &getHash(const std::string &path);
43 Hash(const std::string &path);
/system/tools/hidl/
H A DHash.cpp17 #include "Hash.h"
30 const Hash &Hash::getHash(const std::string &path) {
31 static std::map<std::string, Hash> hashes;
36 it = hashes.insert(it, {path, Hash(path)});
56 Hash::Hash(const std::string &path) function in class:android::Hash
60 std::string Hash::hexString(const std::vector<uint8_t> &hash) {
69 std::string Hash::hexString() const {
73 const std::vector<uint8_t> &Hash
[all...]
H A DCoordinator.cpp26 #include <hidl-hash/Hash.h>
520 std::vector<std::string> frozen = Hash::lookupHash(hashPath, currentFQName.string(), &error);
533 std::string currentHash = Hash::getHash(ast->getFilename()).hexString();
H A DInterface.cpp34 #include <hidl-hash/Hash.h>
296 const Hash &hash = Hash::getHash(iface->location().begin().filename());
H A Dmain.cpp21 #include <hidl-hash/Hash.h>
1164 Hash::getHash(ast->getFilename()).hexString().c_str(),
/system/core/libmemunreachable/
H A DAllocator.h216 template<class Key, class T, class Hash = std::hash<Key>, class KeyEqual = std::equal_to<Key>>
217 using unordered_map = std::unordered_map<Key, T, Hash, KeyEqual, Allocator<std::pair<const Key, T>>>;
219 template<class Key, class Hash = std::hash<Key>, class KeyEqual = std::equal_to<Key>>
220 using unordered_set = std::unordered_set<Key, Hash, KeyEqual, Allocator<Key>>;
/system/core/logd/
H A DLogTags.cpp465 size_t Hash = key2tag.hash_function()(Key); local
466 uint32_t Tag = Hash;
482 Tag = (Hash >> i);
484 if ((sizeof(Hash) <= 4) || ((Hash & (uint64_t(-1LL) << 32)) == 0)) {
485 Tag |= Hash << (32 - i);
488 Tag = Hash + i - 31;
/system/tpm/trunks/
H A Dmock_tpm.h420 MOCK_METHOD5(Hash,
H A Dtpm_generated.h4050 virtual void Hash(const TPM2B_MAX_BUFFER& data,
H A Dtpm_generated.cc14417 void Tpm::Hash(const TPM2B_MAX_BUFFER& data, function in class:trunks::Tpm
[all...]

Completed in 260 milliseconds