Lines Matching refs:attribute
33 out.attribute(null, n, Integer.toString(v)); in beforeToString()
38 out.attribute(null, n, String.valueOf(v)); in beforeValueOf()
48 out.attribute(null, n, Integer.toString(v, 10)); in beforeRadix()
60 out.attribute(null, n, Integer.toHexString(v)); in beforeToHexString()
65 out.attribute(null, n, Integer.toString(v, 16)); in beforeRadix()
123 out.attribute(null, n, Long.toString(v)); in beforeToString()
128 out.attribute(null, n, String.valueOf(v)); in beforeValueOf()
138 out.attribute(null, n, Long.toString(v, 10)); in beforeRadix()
150 out.attribute(null, n, Long.toHexString(v)); in beforeToHexString()
155 out.attribute(null, n, Long.toString(v, 16)); in beforeRadix()
213 out.attribute(null, n, Float.toString(v)); in beforeToString()
218 out.attribute(null, n, String.valueOf(v)); in beforeValueOf()
252 out.attribute(null, n, Double.toString(v)); in beforeToString()
257 out.attribute(null, n, String.valueOf(v)); in beforeValueOf()
281 out.attribute(null, n, Boolean.toString(v)); in beforeToString()
286 out.attribute(null, n, String.valueOf(v)); in beforeValueOf()
298 out.attribute(null, n, "true"); in before()
310 out.attribute(null, n, "false"); in before()