HomeSort by relevance Sort by last modified time
    Searched refs:mBenchmarkResult (Results 1 - 5 of 5) sorted by null

  /development/samples/RenderScript/Levels/src/com/android/rs/levels/
LevelsRSActivity.java 54 private TextView mBenchmarkResult;
167 mBenchmarkResult = (TextView) findViewById(R.id.benchmarkText);
168 mBenchmarkResult.setText("Result: not run");
209 mBenchmarkResult.setText("Result: " + t + " ms");
LevelsDalvikActivity.java 48 private TextView mBenchmarkResult;
154 mBenchmarkResult = (TextView) findViewById(R.id.benchmarkText);
155 mBenchmarkResult.setText("Result: not run");
237 mBenchmarkResult.setText("Result: " + t + " ms");
  /frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/
ScriptGroupTestActivity.java 62 private TextView mBenchmarkResult;
128 mBenchmarkResult.setText("Result: not run");
208 mBenchmarkResult = (TextView) findViewById(R.id.benchmarkText);
209 mBenchmarkResult.setText("Result: not run");
263 //mBenchmarkResult.setText("RS: " + t + " ms Java: " + javaTime + " ms");
264 mBenchmarkResult.setText("Result: " + t + " ms");
  /frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/
SampleRSActivity.java 77 private TextView mBenchmarkResult;
98 mBenchmarkResult = (TextView) findViewById(R.id.benchmarkText);
99 mBenchmarkResult.setText("Result: not run");
171 mBenchmarkResult.setText("Result: " + t + " ms");*/
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
ImageProcessingActivity.java 135 private TextView mBenchmarkResult;
387 mBenchmarkResult.setText("Result: not run");
444 mBenchmarkResult = (TextView) findViewById(R.id.benchmarkText);
445 mBenchmarkResult.setText("Result: not run");
500 //mBenchmarkResult.setText("RS: " + t + " ms Java: " + javaTime + " ms");
501 mBenchmarkResult.setText("Result: " + t + " ms");

Completed in 398 milliseconds