Home
last modified time | relevance | path

Searched refs:currentHash (Results 1 – 3 of 3) sorted by relevance

/aosp12/build/make/tools/droiddoc/templates-pdk/assets/
H A Djquery-history.js7 var currentHash, previousNav, timer, hashTrim = /^.*#/; variable
27 if (hash != currentHash) {
28 currentHash = hash;
30 location.hash = currentHash;
41 if (currentHash != hash) {
43 location.hash = currentHash = hash;
45 msie.setHash(currentHash);
54 if (currentHash) {
71 currentHash = location.hash;
74 msie.setHash(currentHash);
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/updates/
H A DConfigUpdateInstallReceiver.java74 String currentHash = getCurrentHash(getCurrentContent()); in onReceive() local
77 } else if (!verifyPreviousHash(currentHash, altRequiredHash)) { in onReceive()
/aosp12/system/tools/hidl/
H A DCoordinator.cpp853 std::string currentHash = ast->getFileHash()->hexString(); in checkHash() local
855 if (std::find(frozen.begin(), frozen.end(), currentHash) == frozen.end()) { in checkHash()
856 std::cerr << "ERROR: " << fqName.string() << " has hash " << currentHash in checkHash()