Home
last modified time | relevance | path

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

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DOfficeWatcher.java68 int timeOut = params.getInt("TimeOut"); in run() local
73 timeOut = params.getInt("TimeOut"); in run()
75 shortWait(timeOut == 0 ? 30000 : timeOut); in run()
77 if ((StoredPing == previous) && timeOut != 0) { in run()
86 dbg("the Office is idle for " + timeOut / 1000 + in run()
112 shortWait(timeOut == 0 ? 30000 : timeOut); in run()
116 protected void shortWait(int timeOut) { in shortWait() argument
118 OfficeWatcher.sleep(timeOut); in shortWait()
H A DProcessHandler.java233 public ProcessHandler(String cmdLine, int timeOut) in ProcessHandler() argument
235 this(cmdLine, null, null, null, timeOut); in ProcessHandler()
309 …ublic ProcessHandler(String cmdLine, PrintWriter log, File workDir, String[] envVars, long timeOut) in ProcessHandler() argument
324 this.mTimeOut = timeOut; in ProcessHandler()
H A DLoggingThread.java61 final int timeOut = param.getInt(PropertyName.TIME_OUT) / 2; in run() local
69 wait(timeOut); in run()
/trunk/main/framework/qa/complex/framework/recovery/
H A DTimeoutThread.java27 public int timeOut = 0; field in TimeoutThread
29 public TimeoutThread(int timeOut) { in TimeoutThread() argument
30 this.timeOut = timeOut; in TimeoutThread()
34 util.utils.shortWait(timeOut); in run()
H A DRecoveryTools.java113 int timeOut = param.getInt(PropertyName.THREAD_TIME_OUT)*5; in getActiveDialogAfterStartup() local
114 int maximum = (timeOut / pause) * multi; in getActiveDialogAfterStartup()
119 …log.println("waiting until the office has recoverd... remaining " + (timeOut * multi - pause * cou… in getActiveDialogAfterStartup()
245 int timeOut = param.getInt(PropertyName.THREAD_TIME_OUT)*5; in waitForClosedOffice() local
248 while ((ph != null) && (ph.getExitCode()<0) && (pause*multi < timeOut)) { in waitForClosedOffice()
249 …log.println("waiting until the office is closed... remaining " + (timeOut - pause * multi)/1000 + … in waitForClosedOffice()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DORowSetValue.java1283 Time timeOut = new Time(); in makeAny() local
1284 timeOut.Hours = time.Hours; in makeAny()
1285 timeOut.Minutes = time.Minutes; in makeAny()
1286 timeOut.Seconds = time.Seconds; in makeAny()
1287 timeOut.HundredthSeconds = time.HundredthSeconds; in makeAny()
1288 rValue = timeOut; in makeAny()

Completed in 30 milliseconds