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

  /cts/tools/cts-native-scanner/src/com/android/cts/nativescanner/
TestScanner.java 53 String testCaseName = null;
58 if (testCaseName != null) {
64 testCaseName = line.trim();
65 if (testCaseName.endsWith(".")) {
66 testCaseName = testCaseName.substring(0, testCaseName.length()-1);
69 testNames.add("case:" + testCaseName);
  /cts/common/host-side/native-scanner/src/com/android/compatibility/common/scanner/
NativeScanner.java 47 String testCaseName = null;
54 if (testCaseName == null) {
59 testCaseName = line.trim();
60 if (testCaseName.endsWith(".")) {
61 testCaseName = testCaseName.substring(0, testCaseName.length()-1);
63 testNames.add("case:" + testCaseName);
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyInstrumentationEvent.java 33 public MonkeyInstrumentationEvent(String testCaseName, String runnerName) {
35 mTestCaseName = testCaseName;
MonkeyGetAppFrameRateEvent.java 56 public MonkeyGetAppFrameRateEvent(String status, String activityName, String testCaseName) {
60 sTestCaseName = testCaseName;
MonkeyGetFrameRateEvent.java 55 public MonkeyGetFrameRateEvent(String status, String testCaseName) {
58 mTestCaseName = testCaseName;
  /frameworks/testing/uiautomator_test_libraries/src/com/android/uiautomator/platform/
JankTestBase.java 202 * @param testCaseName
205 protected void startTrace(String testCaseName, int iteration) {
289 * @param testCaseName
292 protected void recordResults(String testCaseName, int iteration) {
306 String rawFileName = String.format("%s/%s_%d.txt", RAW_DATA_DIR, testCaseName, iteration);
345 testCaseName, iteration, refreshPeriod,
349 SurfaceFlingerHelper.printData(testCaseName, iteration);
355 * @param testCaseName
357 protected void saveResults(String testCaseName) {
361 testCaseName, mSuccessTestRuns, mIteration))
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
TestSuite.java 120 * @param testCaseName
123 private TestCase getTestCase(String testCaseName) {
124 TestCase testCase = mChildTestCaseMap.get(testCaseName);
126 testCase = new TestCase(testCaseName);
127 mChildTestCaseMap.put(testCaseName, testCase);
TestCase.java 44 * @param testCaseName
46 public TestCase(String testCaseName) {
47 setName(testCaseName);
TestPackageResult.java 139 String testCaseName = classNameSegments.remove(classNameSegments.size() - 1);
140 return mSuiteRoot.findTest(classNameSegments, testCaseName, testId.getTestName(), insertIfMissing);
  /frameworks/webview/chromium/tests/prebuilts/
android-janktesthelper.jar 
  /external/deqp/scripts/
run_nightly.py 188 def __init__ (self, testCaseName, innerHTML):
189 self.testCaseName = testCaseName
212 if row.testCaseName is not None and matchesAnyPattern(row.testCaseName, ignoreCases):
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBufferTest.cpp 554 DepthStencilTestCase(bool requestStencil, bool requestDepth, int expectedRenderBuffers, bool expectDepthStencil, const char* const testCaseName)
559 , testCaseName(testCaseName) { }
565 const char* const testCaseName;
583 SCOPED_TRACE(cases[i].testCaseName);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-junit.jar 

Completed in 2127 milliseconds