Home
last modified time | relevance | path

Searched refs:iTimeout (Results 1 – 6 of 6) sorted by relevance

/aoo4110/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclControl.java191 public boolean exists(double iTimeout) { in exists() argument
192 return exists(iTimeout, 1); in exists()
198 public boolean exists(double iTimeout, double interval) { in exists() argument
204 }.test(iTimeout, interval); in exists() argument
214 public void waitForExistence(double iTimeout, double interval) {
220 }.waitForTrue( this + " is not found!", iTimeout, interval);
224 public void waitForEnabled(double iTimeout, double interval) {
232 }.waitForTrue("Time out to wait the control to be enabled!", iTimeout, interval);
235 public void waitForDisabled(double iTimeout, double interval) {
243 }.waitForTrue("Time out to wait the control to be disabled!", iTimeout, interval);
[all …]
H A DVclApp.java199 public boolean exists(double iTimeout) { in exists() argument
200 return exists(iTimeout, 1); in exists()
207 public boolean exists(double iTimeout, double interval) { in exists() argument
209 while (System.currentTimeMillis() - startTime < iTimeout * 1000) { in exists()
225 public void waitForExistence(double iTimeout, double interval) { in waitForExistence() argument
226 if (!exists(iTimeout, interval)) in waitForExistence()
H A DVclMenuItem.java246 public boolean exists(double iTimeout) { in exists() argument
247 return exists(iTimeout, 1); in exists()
253 public boolean exists(double iTimeout, double interval) { in exists() argument
255 while (System.currentTimeMillis() - startTime < iTimeout * 1000) { in exists()
/aoo4110/test/testassistant/lib/
H A Dtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/openoffice/test/ org/openoffice/test/common/ ...
/aoo4110/test/testcommon/source/org/openoffice/test/common/
H A DCondition.java35 public boolean test(double iTimeout, double interval) { in test() argument
37 while (System.currentTimeMillis() - startTime < iTimeout * 1000) { in test()
49 public void waitForTrue(String message, double iTimeout, double interval) { in waitForTrue() argument
50 if (!test(iTimeout, interval)) { in waitForTrue()
/aoo4110/main/qadevOOo/runner/basicrunner/basichelper/
H A DConnector.java129 static Integer iTimeout; field in ConnectorImpl
136 iTimeout = new Integer(3000); in ConnectorImpl()
183 return iTimeout; in getByName()
248 Thread.sleep(ConnectorImpl.iTimeout.intValue()); in run()

Completed in 27 milliseconds