Searched refs:_nSeconds (Results 1 – 8 of 8) sorted by relevance
33 static void waitInSeconds(int _nSeconds, String _sReason) in waitInSeconds() argument35 … GlobalLogWriter.get().println("Wait " + String.valueOf(_nSeconds) + " sec. Reason: " + _sReason); in waitInSeconds()37 java.lang.Thread.sleep(_nSeconds * 1000); in waitInSeconds()
36 public static void sleep( int _nSeconds) in sleep() argument41 java.lang.Thread.sleep(_nSeconds * 1000); in sleep()
141 public static long secondsToMilliSeconds(double _nSeconds) in secondsToMilliSeconds() argument143 return (long)(_nSeconds * 1000.0); in secondsToMilliSeconds()
39 static void waitInSeconds(int _nSeconds, String _sReason) in waitInSeconds() argument41 … GlobalLogWriter.println("Wait 0.25 * " + String.valueOf(_nSeconds) + " sec. Reason: " + _sReason); in waitInSeconds()43 java.lang.Thread.sleep(_nSeconds * 250); in waitInSeconds()
164 public static long secondsToMilliSeconds(double _nSeconds) in secondsToMilliSeconds() argument166 return (long)(_nSeconds * 1000.0); in secondsToMilliSeconds()
90 …void SetHelpAgentTimeoutPeriod( sal_Int32 _nSeconds ) { nHelpAgentTimeoutPeriod = _nSeconds; Set… in SetHelpAgentTimeoutPeriod() argument662 void SvtHelpOptions::SetHelpAgentTimeoutPeriod( sal_Int32 _nSeconds ) in SetHelpAgentTimeoutPeriod() argument664 pImp->SetHelpAgentTimeoutPeriod( _nSeconds ); in SetHelpAgentTimeoutPeriod()
192 private void sleep(int _nSeconds) in sleep() argument196 Thread.sleep(_nSeconds * 1000); in sleep()
54 void SetHelpAgentTimeoutPeriod( sal_Int32 _nSeconds );
Completed in 65 milliseconds