Searched refs:Map (Results 1 – 8 of 8) sorted by relevance
/build/tools/signapk/src/com/android/signapk/ |
D | ApkSignerV2.java | 43 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()
|
D | SignApk.java | 76 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/ |
D | parser.go | 333 case Map: 504 value.Type = Map 542 Map const 553 case Map: 686 case Map:
|
D | sort.go | 88 if value.Type == Map {
|
D | parser_test.go | 174 Type: Map,
|
D | printer.go | 123 case Map:
|
/build/blueprint/ |
D | unpack.go | 330 if property.Value.Type != parser.Map { 333 property.Value.Pos, property.Value.Type, parser.Map,
|
/build/soong/androidmk/cmd/androidmk/ |
D | androidmk.go | 366 Type: bpparser.Map,
|