Lines Matching defs:n

32         void beforeToString(TypedXmlSerializer out, String n, int v) throws Exception {  in beforeToString()
37 void beforeValueOf(TypedXmlSerializer out, String n, int v) throws Exception { in beforeValueOf()
42 void beforeUtils(TypedXmlSerializer out, String n, int v) throws Exception { in beforeUtils()
47 void beforeRadix(TypedXmlSerializer out, String n, int v) throws Exception { in beforeRadix()
52 void after(TypedXmlSerializer out, String n, int v) throws Exception { in after()
59 void beforeToHexString(TypedXmlSerializer out, String n, int v) throws Exception { in beforeToHexString()
64 void beforeRadix(TypedXmlSerializer out, String n, int v) throws Exception { in beforeRadix()
69 void after(TypedXmlSerializer out, String n, int v) throws Exception { in after()
76 int beforeParse(TypedXmlPullParser in, String n) throws Exception { in beforeParse()
81 int beforeUtils(TypedXmlPullParser in, String n) throws Exception { in beforeUtils()
86 int beforeRadix(TypedXmlPullParser in, String n) throws Exception { in beforeRadix()
91 int after(TypedXmlPullParser in, String n) throws Exception { in after()
98 int before(TypedXmlPullParser in, String n, int d) throws Exception { in before()
103 int after(TypedXmlPullParser in, String n, int d) throws Exception { in after()
110 int beforeParse(TypedXmlPullParser in, String n) throws Exception { in beforeParse()
115 int after(TypedXmlPullParser in, String n) throws Exception { in after()
122 void beforeToString(TypedXmlSerializer out, String n, long v) throws Exception { in beforeToString()
127 void beforeValueOf(TypedXmlSerializer out, String n, long v) throws Exception { in beforeValueOf()
132 void beforeUtils(TypedXmlSerializer out, String n, long v) throws Exception { in beforeUtils()
137 void beforeRadix(TypedXmlSerializer out, String n, long v) throws Exception { in beforeRadix()
142 void after(TypedXmlSerializer out, String n, long v) throws Exception { in after()
149 void beforeToHexString(TypedXmlSerializer out, String n, long v) throws Exception { in beforeToHexString()
154 void beforeRadix(TypedXmlSerializer out, String n, long v) throws Exception { in beforeRadix()
159 void after(TypedXmlSerializer out, String n, long v) throws Exception { in after()
166 long beforeParse(TypedXmlPullParser in, String n) throws Exception { in beforeParse()
171 long beforeUtils(TypedXmlPullParser in, String n) throws Exception { in beforeUtils()
176 long beforeRadix(TypedXmlPullParser in, String n) throws Exception { in beforeRadix()
181 long after(TypedXmlPullParser in, String n) throws Exception { in after()
188 long before(TypedXmlPullParser in, String n, long d) throws Exception { in before()
193 long after(TypedXmlPullParser in, String n, long d) throws Exception { in after()
200 long beforeParse(TypedXmlPullParser in, String n) throws Exception { in beforeParse()
205 long after(TypedXmlPullParser in, String n) throws Exception { in after()
212 void beforeToString(TypedXmlSerializer out, String n, float v) throws Exception { in beforeToString()
217 void beforeValueOf(TypedXmlSerializer out, String n, float v) throws Exception { in beforeValueOf()
222 void beforeUtils(TypedXmlSerializer out, String n, float v) throws Exception { in beforeUtils()
227 void after(TypedXmlSerializer out, String n, float v) throws Exception { in after()
234 float beforeParse(TypedXmlPullParser in, String n) throws Exception { in beforeParse()
239 float beforeUtils(TypedXmlPullParser in, String n) throws Exception { in beforeUtils()
244 float after(TypedXmlPullParser in, String n) throws Exception { in after()
251 void beforeToString(TypedXmlSerializer out, String n, double v) throws Exception { in beforeToString()
256 void beforeValueOf(TypedXmlSerializer out, String n, double v) throws Exception { in beforeValueOf()
261 void after(TypedXmlSerializer out, String n, double v) throws Exception { in after()
268 double beforeParse(TypedXmlPullParser in, String n) throws Exception { in beforeParse()
273 double after(TypedXmlPullParser in, String n) throws Exception { in after()
280 void beforeToString(TypedXmlSerializer out, String n, boolean v) throws Exception { in beforeToString()
285 void beforeValueOf(TypedXmlSerializer out, String n, boolean v) throws Exception { in beforeValueOf()
290 void after(TypedXmlSerializer out, String n, boolean v) throws Exception { in after()
297 void before(TypedXmlSerializer out, String n) throws Exception { in before()
302 void after(TypedXmlSerializer out, String n) throws Exception { in after()
309 void before(TypedXmlSerializer out, String n) throws Exception { in before()
314 void after(TypedXmlSerializer out, String n) throws Exception { in after()
321 boolean beforeParse(TypedXmlPullParser in, String n) throws Exception { in beforeParse()
326 boolean beforeUtils(TypedXmlPullParser in, String n) throws Exception { in beforeUtils()
331 boolean after(TypedXmlPullParser in, String n) throws Exception { in after()
338 boolean before(TypedXmlPullParser in, String n, boolean d) throws Exception { in before()
343 boolean after(TypedXmlPullParser in, String n, boolean d) throws Exception { in after()