Searched refs:attrs (Results 1 – 14 of 14) sorted by relevance
73 public ChoreoTestView(Context context, AttributeSet attrs) { in ChoreoTestView() argument74 super(context, attrs); in ChoreoTestView()77 public ChoreoTestView(Context context, AttributeSet attrs, int defStyleAttr) { in ChoreoTestView() argument78 super(context, attrs, defStyleAttr); in ChoreoTestView()81 … public ChoreoTestView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in ChoreoTestView() argument82 super(context, attrs, defStyleAttr, defStyleRes); in ChoreoTestView()
97 public TestView(Context context, AttributeSet attrs) { in TestView() argument98 super(context, attrs); in TestView()101 public TestView(Context context, AttributeSet attrs, int defStyleAttr) { in TestView() argument102 super(context, attrs, defStyleAttr); in TestView()105 public TestView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in TestView() argument106 super(context, attrs, defStyleAttr, defStyleRes); in TestView()
101 Attributes attrs = manifest.getAttributes("directory/file"); in signJarWithPrexistingSimpleTextFilePre18() local102 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() local159 assertNotNull(attrs); in signJarWithPrexistingSimpleTextFilePos18()160 assertEquals(1, attrs.size()); in signJarWithPrexistingSimpleTextFilePos18()162 attrs.getValue("SHA-256-Digest")); in signJarWithPrexistingSimpleTextFilePos18()
35 attrs = ['screen_status', 'wifi_status']37 self.decode_test_configs(attrs, indices)
179 attrs = ['screen_status', 'band', 'client_connect', 'wifi_sharing']181 self.decode_test_configs(attrs, indices)199 attrs = [204 self.decode_test_configs(attrs, indices)
33 attrs = ['screen_status', 'wifi_band', 'dtim']35 self.decode_test_configs(attrs, indices)
76 attrs = [81 self.decode_test_configs(attrs, indices)
53 attrs = ['screen_status', 'wifi_band']55 self.decode_test_configs(attrs, indices)
30 attrs = [35 self.decode_test_configs(attrs, indices)
44 attrs = [50 self.decode_test_configs(attrs, indices)
461 Attributes attrs = new Attributes(); in generateSignatureFile() local462 attrs.putValue( in generateSignatureFile()467 SignatureFileWriter.writeIndividualSection(out, sectionName, attrs); in generateSignatureFile()
1482 public SignedAttributes(Collection<Attribute> attrs) throws Pkcs7DecodingException { in SignedAttributes() argument1483 Map<String, List<Asn1OpaqueObject>> result = new HashMap<>(attrs.size()); in SignedAttributes()1484 for (Attribute attr : attrs) { in SignedAttributes()
311 def decode_test_configs(self, attrs, indices): argument322 config_dict = dict(zip(attrs, values))
META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...