Home
last modified time | relevance | path

Searched refs:attrs (Results 1 – 16 of 16) sorted by relevance

/tools/apksig/src/main/java/com/android/apksig/internal/jar/
DManifestParser.java84 List<Attribute> attrs = new ArrayList<>(); in readSection() local
85 attrs.add(parseAttr(attr)); in readSection()
94 attrs.add(parseAttr(attr)); in readSection()
100 return new Section(sectionStartOffset, sectionSizeBytes, attrs); in readSection()
301 public Section(int startOffset, int sizeBytes, List<Attribute> attrs) { in Section() argument
305 if (!attrs.isEmpty()) { in Section()
306 Attribute firstAttr = attrs.get(0); in Section()
312 mAttributes = Collections.unmodifiableList(new ArrayList<>(attrs)); in Section()
/tools/test/connectivity/acts/tests/google/power/wifi/
DPowerWiFibaselineTest.py35 attrs = ['screen_status', 'wifi_status']
37 self.decode_test_configs(attrs, indices)
DPowerWiFidtimTest.py33 attrs = ['screen_status', 'wifi_band', 'dtim']
35 self.decode_test_configs(attrs, indices)
DPowerWiFiscanTest.py83 attrs = [
88 self.decode_test_configs(attrs, indices)
DPowerWiFitrafficTest.py31 attrs = [
36 self.decode_test_configs(attrs, indices)
DPowerWiFimulticastTest.py37 attrs = ['screen_status', 'wifi_band']
39 self.decode_test_configs(attrs, indices)
/tools/test/connectivity/acts/tests/google/power/coex/
DPowerCoexbaselineTest.py30 attrs = [
35 self.decode_test_configs(attrs, indices)
DPowerCoexscanTest.py44 attrs = [
50 self.decode_test_configs(attrs, indices)
/tools/test/connectivity/acts/tests/google/power/bt/
DPowerBTbaselineTest.py38 attrs = ['screen_status', 'bt_status', 'ble_status', 'scan_status']
40 self.decode_test_configs(attrs, indices)
DPowerBTscanTest.py33 attrs = ['screen_status', 'bt_status', 'ble_status', 'scan_mode']
35 self.decode_test_configs(attrs, indices)
/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/sign/
DJarSigningTest.java101 Attributes attrs = manifest.getAttributes("directory/file"); in signJarWithPrexistingSimpleTextFilePre18() local
102 assertNotNull(attrs); in signJarWithPrexistingSimpleTextFilePre18()
103 assertEquals(1, attrs.size()); in signJarWithPrexistingSimpleTextFilePre18()
104 assertEquals("OOQgIEXBissIvva3ydRoaXk29Rk=", attrs.getValue("SHA1-Digest")); in signJarWithPrexistingSimpleTextFilePre18()
158 Attributes attrs = manifest.getAttributes("directory/file"); in signJarWithPrexistingSimpleTextFilePos18() local
159 assertNotNull(attrs); in signJarWithPrexistingSimpleTextFilePos18()
160 assertEquals(1, attrs.size()); in signJarWithPrexistingSimpleTextFilePos18()
162 attrs.getValue("SHA-256-Digest")); in signJarWithPrexistingSimpleTextFilePos18()
/tools/apksig/src/main/java/com/android/apksig/internal/apk/v1/
DV1SchemeSigner.java464 Attributes attrs = new Attributes(); in generateSignatureFile() local
465 attrs.putValue( in generateSignatureFile()
470 SignatureFileWriter.writeIndividualSection(out, sectionName, attrs); in generateSignatureFile()
DV1SchemeVerifier.java2021 public SignedAttributes(Collection<Attribute> attrs) throws Pkcs7DecodingException { in SignedAttributes() argument
2022 Map<String, List<Asn1OpaqueObject>> result = new HashMap<>(attrs.size()); in SignedAttributes()
2023 for (Attribute attr : attrs) { in SignedAttributes()
/tools/test/connectivity/acts/framework/acts/test_utils/power/
DPowerBaseTest.py187 def decode_test_configs(self, attrs, indices): argument
198 config_dict = dict(zip(attrs, values))
/tools/tradefederation/core/res/jacoco/
Djacocoagent.jarMETA-INF/MANIFEST.MF META-INF/MTNMINDS.SF META-INF/MTNMINDS ...
Djacocoant.jarMETA-INF/MANIFEST.MF META-INF/MTNMINDS.SF META-INF/MTNMINDS ...