/build/make/tools/droiddoc/templates-pdk/assets/ |
D | jquery-history.js | 15 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/kati/ |
D | parser.go | 757 hash [sha1.Size]byte member 772 var hash [sha1.Size]byte 777 return makefile{}, hash, false, nil 781 return makefile{}, hash, false, nil 783 return c.mk, c.hash, true, c.err 788 mk, hash, ok, err := makefileCache.lookup(filename) 793 return mk, hash, err 800 return makefile{}, hash, err 802 hash = sha1.Sum(c) 805 return makefile{}, hash, err [all …]
|
D | eval.go | 55 func (ac *accessCache) update(fn string, hash [sha1.Size]byte, st fileState) string { 67 } else if !bytes.Equal(hash[:], rm.Hash[:]) { 84 Hash: hash, 521 mk, hash, err := makefileCache.parse(fn) 526 msg := ev.cache.update(fn, hash, fileNotExists) 532 msg := ev.cache.update(fn, hash, fileExists)
|
D | symtab.h | 213 struct hash<Symbol> {
|
D | string_piece.h | 210 struct hash<StringPiece> {
|
/build/make/tools/droiddoc/templates-ndk/ |
D | sdkpage.cs | 193 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/ |
D | reader.go | 174 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 {
|
D | zip_test.go | 224 hash.Hash32 302 rc.(*checksumReader).hash = fakeHash32{}
|
D | writer.go | 332 crc32 hash.Hash32
|
/build/blueprint/microfactory/ |
D | microfactory.go | 396 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/ |
D | SignApk.java | 159 X509Certificate cert, int hash) { in getJcaSignatureAlgorithmForOta() argument 161 switch (hash) { in getJcaSignatureAlgorithmForOta() 169 throw new IllegalArgumentException("Unknown hash ID: " + hash); in getJcaSignatureAlgorithmForOta() 313 CMSTypedData data, X509Certificate publicKey, PrivateKey privateKey, int hash, in writeSignatureBlock() argument 326 getJcaSignatureAlgorithmForOta(publicKey, hash)) in writeSignatureBlock() 704 private final int hash; field in SignApk.CMSSigner 716 X509Certificate publicKey, PrivateKey privateKey, int hash, in CMSSigner() argument 722 this.hash = hash; in CMSSigner() 767 SignApk.writeSignatureBlock(this, publicKey, privateKey, hash, temp); in writeSignatureBlock() 777 int hash, long timestamp, in signWholeFile() argument [all …]
|
/build/make/tools/droiddoc/templates-ndk/assets/design/ |
D | default.js | 166 document.location.hash = id;
|
/build/make/tools/droiddoc/templates-pdk/assets/design/ |
D | default.js | 166 document.location.hash = id;
|
/build/make/tools/droiddoc/templates-ndk/assets/js/ |
D | docs.js | 508 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 …]
|
D | android_3p-bundle.js | 2515 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 …]
|