Searched refs:timeOut (Results 1 – 6 of 6) sorted by relevance
68 int timeOut = params.getInt("TimeOut"); in run() local73 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() argument118 OfficeWatcher.sleep(timeOut); in shortWait()
233 public ProcessHandler(String cmdLine, int timeOut) in ProcessHandler() argument235 this(cmdLine, null, null, null, timeOut); in ProcessHandler()309 …ublic ProcessHandler(String cmdLine, PrintWriter log, File workDir, String[] envVars, long timeOut) in ProcessHandler() argument324 this.mTimeOut = timeOut; in ProcessHandler()
61 final int timeOut = param.getInt(PropertyName.TIME_OUT) / 2; in run() local69 wait(timeOut); in run()
27 public int timeOut = 0; field in TimeoutThread29 public TimeoutThread(int timeOut) { in TimeoutThread() argument30 this.timeOut = timeOut; in TimeoutThread()34 util.utils.shortWait(timeOut); in run()
113 int timeOut = param.getInt(PropertyName.THREAD_TIME_OUT)*5; in getActiveDialogAfterStartup() local114 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() local248 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()
1283 Time timeOut = new Time(); in makeAny() local1284 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 26 milliseconds