Searched defs:attribute (Results 1 – 17 of 17) sorted by relevance
64 public void setAttribute(String attribute, Object value) throws IllegalArgumentException { in setAttribute()81 public Object getAttribute(String attribute) throws IllegalArgumentException { in getAttribute()
154 final Object attribute = entry.getValue(); in toJson() local175 protected void setAttribute(String attribute, Object value) throws IllegalArgumentException { in setAttribute()189 protected Object getAttribute(String attribute) throws IllegalArgumentException { in getAttribute()
76 val attribute = annotation.findAttribute("value") in testIntDef() constant
220 private void setMainAttribute(@Nonnull String attribute, @Nonnull String value) { in setMainAttribute()
208 private static String encodeAttribute(String attribute) { in encodeAttribute()
490 ByteBuffer attribute = in parseSigner() local
95 for (attribute in filter.attributes) { in annotationsMatch() method
180 for (attribute in annotation.attributes()) { in checkRequiresPermission() constant
104 for (attribute in annotation.attributes()) { in <lambda>() constant
191 for (attribute in annotation.attributes()) { in isSuppressed() constant
286 for (attribute in annotation.attributes()) { in <lambda>() variable
696 for (attribute in annotation.attributes()) { in <lambda>() variable
431 ByteBuffer attribute = in parseSigner() local
165 for (attribute in attributes) { in <lambda>() variable
180 for (attribute in attributes) { in <lambda>() variable
254 ByteBuffer attribute = ApkSigningBlockUtils.getLengthPrefixedSlice(v3SignerAttribute); in testLineageFromV3SignerAttribute() local
264 ByteBuffer attribute = getLengthPrefixedSlice(additionalAttributes); in readFromSignedData() local