OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBenchmarkResult
(Results
1 - 6
of
6
) 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/SampleTest/src/com/android/rs/sample/
SampleRSActivity.java
78
private TextView
mBenchmarkResult
;
99
mBenchmarkResult
= (TextView) findViewById(R.id.benchmarkText);
100
mBenchmarkResult
.setText("Result: not run");
172
mBenchmarkResult
.setText("Result: " + t + " ms");*/
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
ImageProcessingActivity2.java
132
private TextView
mBenchmarkResult
;
326
mBenchmarkResult
.setText("Result: not run");
383
mBenchmarkResult
= (TextView) findViewById(R.id.benchmarkText);
384
mBenchmarkResult
.setText("Result: not run");
408
//
mBenchmarkResult
.setText("RS: " + t + " ms Java: " + javaTime + " ms");
409
mBenchmarkResult
.setText("Result: " + t + " ms");
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
ImageProcessingActivityJB.java
130
private TextView
mBenchmarkResult
;
350
mBenchmarkResult
.setText("Result: not run");
407
mBenchmarkResult
= (TextView) findViewById(R.id.benchmarkText);
408
mBenchmarkResult
.setText("Result: not run");
432
//
mBenchmarkResult
.setText("RS: " + t + " ms Java: " + javaTime + " ms");
433
mBenchmarkResult
.setText("Result: " + t + " ms");
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
ImageProcessingActivity.java
189
private TextView
mBenchmarkResult
;
430
mBenchmarkResult
.setText("Result: not run");
483
mBenchmarkResult
= (TextView) findViewById(R.id.benchmarkText);
484
mBenchmarkResult
.setText("Result: not run");
560
//
mBenchmarkResult
.setText("RS: " + t + " ms Java: " + javaTime + " ms");
561
mBenchmarkResult
.setText("Result: " + t + " ms");
Completed in 27 milliseconds