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

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
PerformanceResults.java 26 import org.eclipse.core.runtime.OperationCanceledException;
374 } catch (OperationCanceledException e) {
610 private int readScenarios(String buildName, SubMonitor subMonitor) throws OperationCanceledException {
635 if (subMonitor.isCanceled()) throw new OperationCanceledException();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
GenerateResults.java 27 import org.eclipse.core.runtime.OperationCanceledException;
    [all...]
ScenarioData.java 26 import org.eclipse.core.runtime.OperationCanceledException;
174 if (subMonitor.isCanceled()) throw new OperationCanceledException();
202 if (subMonitor.isCanceled()) throw new OperationCanceledException();
271 if (subMonitor.isCanceled()) throw new OperationCanceledException();
305 if (subMonitor.isCanceled()) throw new OperationCanceledException();
320 if (subMonitor.isCanceled()) throw new OperationCanceledException();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.common_3.6.0.v20100503.jar 

Completed in 2740 milliseconds