OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTestCaseName
(Results
1 - 5
of
5
) sorted by null
/development/cmds/monkey/src/com/android/commands/monkey/
MonkeyInstrumentationEvent.java
31
String
mTestCaseName
;
35
mTestCaseName
= testCaseName;
42
if (cn == null ||
mTestCaseName
== null)
46
args.putString("class",
mTestCaseName
);
MonkeyGetFrameRateEvent.java
45
private static String
mTestCaseName
= null;
58
mTestCaseName
= testCaseName;
86
writer.write(String.format("%s:%.2f\n",
mTestCaseName
,avgFrameRate));
/cts/suite/cts/hostTests/jank/app/src/com/android/cts/jank/opengl/
CtsDeviceJankOpenGl.java
86
startTrace(
mTestCaseName
, i);
104
recordResults(
mTestCaseName
, i);
107
saveResults(
mTestCaseName
);
/cts/suite/cts/hostTests/jank/app/src/com/android/cts/jank/ui/
CtsDeviceJankUi.java
62
startTrace(
mTestCaseName
, i);
79
recordResults(
mTestCaseName
, i);
82
saveResults(
mTestCaseName
);
/frameworks/testing/uiautomator_test_libraries/src/com/android/uiautomator/platform/
JankTestBase.java
56
protected String
mTestCaseName
;
193
mTestCaseName
= this.getName();
207
String outputFile = String.format("%s_%d_trace",
mTestCaseName
, iteration);
Completed in 134 milliseconds