Searched defs:sha1 (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/libbcc/tools/build/
H A Dgen-build-info.py26 sha1 = hashlib.sha1 variable
29 sha1 = sha.sha variable
62 hasher = sha1()
74 hasher = sha1()
H A Dgen-sha1-stamp.py23 sha1 = hashlib.sha1 variable
26 sha1 = sha.sha variable
41 h = sha1()
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSInfoReader.cpp47 const uint8_t *sha1 = local
48 reinterpret_cast<const uint8_t *>(pInfo.getStringFromPool(pItem.sha1));
56 if (sha1 == NULL) {
62 pResult.push(std::make_pair(id, sha1));
H A DRSInfoExtractor.cpp113 uint8_t *sha1 = reinterpret_cast<uint8_t *>(pStringPool + *pWriteStart); local
117 ::memcpy(sha1, pSHA1, SHA1_DIGEST_LENGTH);
119 pDepTable.push(std::make_pair(source_name, sha1));
/frameworks/base/services/input/
H A DEventHub.cpp43 #include <sha1.h>
82 static String8 sha1(const String8& in) { function in namespace:android
119 identifier.descriptor = sha1(rawDescriptor);
/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSInfo.h86 StringIndexTy sha1; member in struct:bcc::rsinfo::DependencyTableItem

Completed in 2948 milliseconds