Home
last modified time | relevance | path

Searched refs:hash (Results 1 – 11 of 11) sorted by relevance

/build/make/tools/droiddoc/templates-pdk/assets/
Djquery-history.js15 return msie.getDoc().location.hash;
17 setHash: function(hash) { argument
21 d.location.hash = hash;
26 var hash = msie.iframe ? msie.getHash() : location.hash;
27 if (hash != currentHash) {
28 currentHash = hash;
30 location.hash = currentHash;
39 add: function(hash) { argument
40 hash = '#' + hash.replace(hashTrim, '');
41 if (currentHash != hash) {
[all …]
/build/make/tools/droiddoc/templates-ndk/
Dsdkpage.cs193 location.hash = "download"; in onDownload()
226 if (location.hash == "") { in function()
399 if (location.hash == "#Requirements") {
401 } else if (location.hash == "#ExistingIDE") {
449 location.hash = "top"; in onDownload()
477 location.hash = ""; in onDownloadForRealz()
478 location.hash = "top"; in onDownloadForRealz()
504 if (location.hash == "") { in function()
/build/soong/third_party/zip/
Dreader.go174 hash: crc32.NewIEEE(),
183 hash hash.Hash32 member
195 r.hash.Write(b[:n])
211 } else if r.hash.Sum32() != r.f.CRC32 {
218 if r.f.CRC32 != 0 && r.hash.Sum32() != r.f.CRC32 {
Dzip_test.go224 hash.Hash32
302 rc.(*checksumReader).hash = fakeHash32{}
Dwriter.go332 crc32 hash.Hash32
/build/blueprint/microfactory/
Dmicrofactory.go396 hash := sha1.New()
397 fmt.Fprintln(hash, runtime.GOOS, runtime.GOARCH, goVersion)
408 fmt.Fprintln(hash, "-race")
412 fmt.Fprintln(hash, config.TrimPath)
416 hash.Write(dep.hashResult)
420 fmt.Fprintln(hash, filename)
430 _, err = io.Copy(hash, f)
439 p.hashResult = hash.Sum(nil)
/build/make/tools/signapk/src/com/android/signapk/
DSignApk.java160 X509Certificate cert, int hash) { in getJcaSignatureAlgorithmForOta() argument
162 switch (hash) { in getJcaSignatureAlgorithmForOta()
170 throw new IllegalArgumentException("Unknown hash ID: " + hash); in getJcaSignatureAlgorithmForOta()
314 CMSTypedData data, X509Certificate publicKey, PrivateKey privateKey, int hash, in writeSignatureBlock() argument
327 getJcaSignatureAlgorithmForOta(publicKey, hash)) in writeSignatureBlock()
731 private final int hash; field in SignApk.CMSSigner
743 X509Certificate publicKey, PrivateKey privateKey, int hash, in CMSSigner() argument
749 this.hash = hash; in CMSSigner()
794 SignApk.writeSignatureBlock(this, publicKey, privateKey, hash, temp); in writeSignatureBlock()
804 int hash, long timestamp, in signWholeFile() argument
[all …]
/build/make/tools/droiddoc/templates-ndk/assets/js/
Ddocs.js508 document.location.hash = id;
777 var $selNavLink = $('#nav').find('a[href="' + mPagePath + location.hash + '"]');
2557 location.hash = 'q=' + query;
2567 location.hash = '';
2655 location.hash = 'q=' + query;
2667 searchControl.execute(decodeURI(getQuery(location.hash)));
2676 if (location.hash.indexOf("q=") == -1) {
2694 var hash = escape(location.hash.substr(1));
2695 var $matchingElement = $("#"+hash);
2713 if ((location.hash.indexOf("q=") == -1) || (query == "undefined")) {
[all …]
Dandroid_3p-bundle.js2515 locationHash: function(hash) { argument
2516 if (!hash) hash = '#';
2517 else if (hash.charAt(0) != '#') hash = '#' + hash;
2518 location.hash = hash;
2529 locationHash: function(hash) { argument
2532 if (!hash) hash = '#';
2533 else if (hash.charAt(0) != '#') hash = '#' + hash;
2535 location.hash = hash;
2537 if (curHash == hash) return;
2538 curHash = hash;
[all …]
/build/make/tools/droiddoc/templates-ndk/assets/design/
Ddefault.js166 document.location.hash = id;
/build/make/tools/droiddoc/templates-pdk/assets/design/
Ddefault.js166 document.location.hash = id;