Home | History | Annotate | Download | only in stress

Lines Matching refs:mOutput

58     private Writer mOutput;
89 mOutput = new BufferedWriter(new FileWriter(stressOutFile, true));
90 mOutput.write(this.getName() + "\n");
106 mOutput.write("\n\n");
107 mOutput.close();
139 mOutput.write("Total number of loops: " +
142 mOutput.write("No of loop: ");
159 mOutput.write(Integer.toString(j + i * NUMBER_OF_SCENE_MODE_LOOPS));
161 mOutput.write(", " + (j + i * NUMBER_OF_SCENE_MODE_LOOPS));
187 mOutput.write("Total number of loops: " + NUMBER_OF_ZOOM_LOOPS + "\n");
188 mOutput.write("No of loops: ");
218 mOutput.write(Integer.toString(i));
220 mOutput.write(", " + i);