Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/functional_tests/java/src/com/android/game/qualification/tests/
DChoreoTestActivity.java73 public ChoreoTestView(Context context, AttributeSet attrs) { in ChoreoTestView() argument
74 super(context, attrs); in ChoreoTestView()
77 public ChoreoTestView(Context context, AttributeSet attrs, int defStyleAttr) { in ChoreoTestView() argument
78 super(context, attrs, defStyleAttr); in ChoreoTestView()
81 … public ChoreoTestView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in ChoreoTestView() argument
82 super(context, attrs, defStyleAttr, defStyleRes); in ChoreoTestView()
DSurfaceFlingerTestActivity.java97 public TestView(Context context, AttributeSet attrs) { in TestView() argument
98 super(context, attrs); in TestView()
101 public TestView(Context context, AttributeSet attrs, int defStyleAttr) { in TestView() argument
102 super(context, attrs, defStyleAttr); in TestView()
105 public TestView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in TestView() argument
106 super(context, attrs, defStyleAttr, defStyleRes); in TestView()
/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)
DPowerWiFiHotspotTest.py179 attrs = ['screen_status', 'band', 'client_connect', 'wifi_sharing']
181 self.decode_test_configs(attrs, indices)
199 attrs = [
204 self.decode_test_configs(attrs, indices)
DPowerWiFiscanTest.py76 attrs = [
81 self.decode_test_configs(attrs, indices)
DPowerWiFitrafficTest.py31 attrs = [
36 self.decode_test_configs(attrs, indices)
DPowerWiFimulticastTest.py53 attrs = ['screen_status', 'wifi_band']
55 self.decode_test_configs(attrs, indices)
/tools/test/connectivity/acts/tests/google/power/coex/
DPowerCoexbaselineTest.py30 attrs = [
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.java458 Attributes attrs = new Attributes(); in generateSignatureFile() local
459 attrs.putValue( in generateSignatureFile()
464 SignatureFileWriter.writeIndividualSection(out, sectionName, attrs); in generateSignatureFile()
DV1SchemeVerifier.java1517 public SignedAttributes(Collection<Attribute> attrs) throws Pkcs7DecodingException { in SignedAttributes() argument
1518 Map<String, List<Asn1OpaqueObject>> result = new HashMap<>(attrs.size()); in SignedAttributes()
1519 for (Attribute attr : attrs) { in SignedAttributes()
/tools/test/connectivity/acts/framework/acts/test_utils/power/
DPowerBaseTest.py254 def decode_test_configs(self, attrs, indices): argument
265 config_dict = dict(zip(attrs, values))
/tools/tradefederation/core/res/jacoco/
Djacocoagent.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/jacoco/ org/ ...
Djacocoant.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/jacoco/ org/ ...
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_test_utils.py1803 attrs = [attr for attr in dir(CarrierConfigs) if not attr.startswith("__")]
1804 for attr in attrs:
/tools/tradefederation/core/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...