Home | History | Annotate | Download | only in sourcer

Lines Matching refs:mOutput

30     private final Output mOutput;
39 mOutput = output;
49 mOutput.write("%s=", name);
52 mOutput.write(name.toString());
59 mOutput.write(mOpenChar);
66 mOutput.write(mCloseChar);
68 mOutput.write("\n");
75 mOutput.write("@%s", name);
82 return new AnnotationSourcer(mOutput, true /*isArray*/);
87 mOutput.write("/* annotation enum not supported: %s */\n", name);