Home
last modified time | relevance | path

Searched refs:Map (Results 1 – 8 of 8) sorted by relevance

/build/tools/signapk/src/com/android/signapk/
DApkSignerV2.java43 import java.util.Map;
208 Map<Integer, byte[]> contentDigests; // digest algorithm ID -> digest in sign()
247 private static Map<Integer, byte[]> computeContentDigests( in computeContentDigests()
265 final Map<Integer, byte[]> digestsOfChunks = new HashMap<>(digestAlgorithms.size()); in computeContentDigests()
321 Map<Integer, byte[]> result = new HashMap<>(digestAlgorithms.size()); in computeContentDigests()
322 for (Map.Entry<Integer, byte[]> entry : digestsOfChunks.entrySet()) { in computeContentDigests()
350 Map<Integer, byte[]> contentDigests) throws InvalidKeyException, SignatureException { in generateApkSigningBlock()
390 Map<Integer, byte[]> contentDigests) throws InvalidKeyException, SignatureException { in generateApkSignatureSchemeV2Block()
417 Map<Integer, byte[]> contentDigests) throws InvalidKeyException, SignatureException { in generateSignerBlock()
DSignApk.java76 import java.util.Map;
455 Map<String, Attributes> entries = manifest.getEntries(); in writeSignatureFile()
456 for (Map.Entry<String, Attributes> entry : entries.entrySet()) { in writeSignatureFile()
459 for (Map.Entry<Object, Object> att : entry.getValue().entrySet()) { in writeSignatureFile()
526 Map<String, Attributes> entries = manifest.getEntries(); in copyFiles()
/build/blueprint/parser/
Dparser.go333 case Map:
504 value.Type = Map
542 Map const
553 case Map:
686 case Map:
Dsort.go88 if value.Type == Map {
Dparser_test.go174 Type: Map,
Dprinter.go123 case Map:
/build/blueprint/
Dunpack.go330 if property.Value.Type != parser.Map {
333 property.Value.Pos, property.Value.Type, parser.Map,
/build/soong/androidmk/cmd/androidmk/
Dandroidmk.go366 Type: bpparser.Map,