Searched defs:BOOLEAN (Results 1 – 9 of 9) sorted by relevance
69 BOOLEAN, enumConstant
37 public static final String BOOLEAN = "Z"; field in TypeUtil
5 BOOLEAN, enumConstant
54 sTagMap.put(TAG_BOOLEAN, Asn1Tag.BOOLEAN); in sTagMap.put()
144 BOOLEAN(12, 1), enumConstant317 public static Element BOOLEAN(RenderScript rs) { in BOOLEAN() method in Element
134 BOOLEAN(12, 1), enumConstant313 public static Element BOOLEAN(RenderScript rs) { in BOOLEAN() method in Element
294 BOOLEAN = 0x08; // Allows any boolean BinaryPrimitive values. enumerator
493 sp<const Element> BOOLEAN; member
1284 static final int BOOLEAN = 1; field in RemoteViews.ReflectionAction