Home
last modified time | relevance | path

Searched refs:hash (Results 1 – 12 of 12) 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/blueprint/bootstrap/
Dglob.go271 hash := fnv.New32a()
272 io.WriteString(hash, g.Pattern)
274 io.WriteString(hash, e)
276 return int(hash.Sum32() % numGlobBuckets)
/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 {
Dwriter.go351 crc32 hash.Hash32
/build/blueprint/microfactory/
Dmicrofactory.go396 hash := sha1.New()
397 fmt.Fprintln(hash, runtime.GOOS, runtime.GOARCH, goVersion)
409 fmt.Fprintln(hash, "-race")
413 fmt.Fprintln(hash, config.TrimPath)
417 hash.Write(dep.hashResult)
421 fmt.Fprintln(hash, filename)
431 _, err = io.Copy(hash, f)
440 p.hashResult = hash.Sum(nil)
/build/make/tools/signapk/src/com/android/signapk/
DSignApk.java162 X509Certificate cert, int hash) { in getJcaSignatureAlgorithmForOta() argument
164 switch (hash) { in getJcaSignatureAlgorithmForOta()
172 throw new IllegalArgumentException("Unknown hash ID: " + hash); in getJcaSignatureAlgorithmForOta()
316 CMSTypedData data, X509Certificate publicKey, PrivateKey privateKey, int hash, in writeSignatureBlock() argument
329 getJcaSignatureAlgorithmForOta(publicKey, hash)) in writeSignatureBlock()
733 private final int hash; field in SignApk.CMSSigner
745 X509Certificate publicKey, PrivateKey privateKey, int hash, in CMSSigner() argument
751 this.hash = hash; in CMSSigner()
796 SignApk.writeSignatureBlock(this, publicKey, privateKey, hash, temp); in writeSignatureBlock()
806 int hash, long timestamp, in signWholeFile() argument
[all …]
/build/soong/cmd/sbox/
Dsbox.go134 hash := sha1.New()
135 hash.Write([]byte(manifestFile))
136 tempDir := filepath.Join(sandboxesRoot, "sbox", hex.EncodeToString(hash.Sum(nil)))
/build/make/tools/droiddoc/templates-pdk/assets/design/
Ddefault.js166 document.location.hash = id;
/build/soong/genrule/
Dgenrule_test.go533 hash := manifest.Commands[0].GetInputHash()
535 android.AssertStringEquals(t, "hash", test.expectedHash, hash)
/build/soong/cmd/sbox/sbox_proto/
Dsbox.proto47 // An optional hash of the input files to ensure the textproto files and the sbox rule reruns
/build/soong/android/
Drule_builder_test.go781 hash := manifest.Commands[0].GetInputHash()
783 AssertStringEquals(t, "hash", test.expectedHash, hash)
/build/make/core/
Denvsetup.rbc108 …# E.g., a perforce changelist number or a git hash. Can be an arbitrary string (to allow for sour…