HomeSort by relevance Sort by last modified time
    Searched defs:fProgressIndicator (Results 1 - 6 of 6) sorted by null

  /external/junit/src/junit/awtui/
TestRunner.java 62 protected ProgressBar fProgressIndicator;
93 fProgressIndicator.step(fTestResult.wasSuccessful());
234 fProgressIndicator= new ProgressBar();
305 addGrid(panel, fProgressIndicator, 0, 3, 2, GridBagConstraints.HORIZONTAL, 1.0, GridBagConstraints.WEST);
461 fProgressIndicator.reset();
493 fProgressIndicator.start(testSuite.countTestCases());
  /external/junit/src/junit/swingui/
TestRunner.java 84 private ProgressBar fProgressIndicator;
142 fProgressIndicator.step(fTestResult.runCount(), fTestResult.wasSuccessful());
436 fProgressIndicator= new MacProgressBar(fStatusLine);
438 fProgressIndicator= new ProgressBar();
465 addGrid(panel, fProgressIndicator, 0, 3, 2, GridBagConstraints.HORIZONTAL, 1.0, GridBagConstraints.WEST);
646 fProgressIndicator.reset();
792 fProgressIndicator.start(total);
  /cts/tools/dx-tests/lib/
junit.jar 
  /cts/tools/utils/lib/
junit.jar 
  /cts/tools/vm-tests/lib/
junit.jar 
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 187 milliseconds