Searched refs:beforeUtils (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/errorprone/refaster/ |
D | EfficientXml.java | 42 void beforeUtils(TypedXmlSerializer out, String n, int v) throws Exception { in beforeUtils() method in EfficientXml.IntToString 81 int beforeUtils(TypedXmlPullParser in, String n) throws Exception { in beforeUtils() method in EfficientXml.IntFromString 132 void beforeUtils(TypedXmlSerializer out, String n, long v) throws Exception { in beforeUtils() method in EfficientXml.LongToString 171 long beforeUtils(TypedXmlPullParser in, String n) throws Exception { in beforeUtils() method in EfficientXml.LongFromString 222 void beforeUtils(TypedXmlSerializer out, String n, float v) throws Exception { in beforeUtils() method in EfficientXml.FloatToString 239 float beforeUtils(TypedXmlPullParser in, String n) throws Exception { in beforeUtils() method in EfficientXml.FloatFromString 326 boolean beforeUtils(TypedXmlPullParser in, String n) throws Exception { in beforeUtils() method in EfficientXml.BooleanFromString
|