Searched refs:pure (Results 1 – 2 of 2) sorted by relevance
707 val pure = valueElement.getAttribute(ATTR_PURE) in createAnnotation() constant708 return if (pure != null && pure.isNotEmpty()) { in createAnnotation()714 XmlBackedAnnotationAttribute(ATTR_PURE, pure) in createAnnotation()
18 * apksig -- a pure Java library, and19 * apksigner -- a pure Java command-line tool based on the apksig library.