Searched refs:seconds (Results 201 - 225 of 471) sorted by relevance

1234567891011>>

/macosx-10.10.1/procmail-14/procmail/src/
H A Drobust.c180 void ssleep(seconds)const unsigned seconds;
182 sleep(seconds);
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/tablelist/
H A Dbwidget.tcl84 set clock [clock seconds]
212 # Get the activation date in seconds from the last argument
228 if {$actClock <= [clock seconds]} {
241 # Get the activation clock value in seconds from the last argument
256 if {$actClock <= [clock seconds]} {
H A Dbwidget_tile.tcl89 set clock [clock seconds]
218 # Get the activation date in seconds from the last argument
234 if {$actClock <= [clock seconds]} {
247 # Get the activation clock value in seconds from the last argument
262 if {$actClock <= [clock seconds]} {
H A DmiscWidgets.tcl92 set clock [clock seconds]
223 # Check whether the last argument is a clock value in seconds
239 if {$actClock <= [clock seconds]} {
252 # Check whether the last argument is a clock value in seconds
268 if {$actClock <= [clock seconds]} {
H A DmiscWidgets_tile.tcl97 set clock [clock seconds]
229 # Check whether the last argument is a clock value in seconds
245 if {$actClock <= [clock seconds]} {
258 # Check whether the last argument is a clock value in seconds
274 if {$actClock <= [clock seconds]} {
H A DtileWidgets.tcl91 set clock [clock seconds]
220 # Get the activation date in seconds from the last argument
236 if {$actClock <= [clock seconds]} {
249 # Get the activation clock value in seconds from the last argument
264 if {$actClock <= [clock seconds]} {
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/unix/
H A DtclXunixOS.c275 * o seconds (I/O) - Seconds to pause for, it is updated with the time
283 TclXOSsetitimer (interp, seconds, funcName)
285 double *seconds;
289 * A million microseconds per seconds.
297 secFloor = floor (*seconds);
300 timer.it_value.tv_usec = (long) ((*seconds - secFloor) *
310 *seconds = oldTimer.it_value.tv_sec;
311 *seconds += ((double) oldTimer.it_value.tv_usec) /
318 useconds = ceil (*seconds);
319 *seconds
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/counter/
H A Dcounter.tcl109 # The value associated with -timehist is the number of seconds
127 set startTime [clock seconds]
310 set counter(resetDate) [clock seconds]
390 set minute [expr {([clock seconds] - $minuteBase) / $secsPerMinute}]
613 set minuteBase [clock seconds]
792 set curIndex [expr {([clock seconds] - $minuteBase) / $secsPerMinute}]
1197 set time($instance) [list $msec [clock seconds]]
1225 set now [list $msec [clock seconds]]
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dtimefield.itk59 itk_option define -seconds seconds Seconds on
241 # to be 30. In addition, leap seconds are fully taken into account.
381 set seconds [::clock seconds]
389 set seconds $time
393 if {[catch {set seconds [::clock scan $time -gmt $itk_option(-gmt)]}]} {
400 set _timeVar [::clock format $seconds -format $_formatString \
H A Dwatch.itk358 set seconds [clock seconds]
360 set seconds $time
361 } elseif {[catch {set seconds [clock scan $time]}]} {
366 set timestring [clock format $seconds -format "%I %M %S %p"]
H A Ddatefield.itk329 set seconds [::clock seconds]
331 [clock format $seconds -format "$format" -gmt $itk_option(-gmt)]
335 set seconds $date
336 } elseif {[catch {set seconds [::clock scan $date -gmt \
342 [clock format $seconds -format "$format" -gmt $itk_option(-gmt)]
/macosx-10.10.1/tcl-105/tcl/tcl/tools/
H A DtclZIC.tcl39 # We avoid the solar time files and the leap seconds.
491 # Returns a two element list containing a count of seconds from
543 # Returns the offset time as a count of seconds.
662 # command will be appended a start time (seconds from epoch)
908 # convert "until" to seconds from epoch in current time zone
1130 # to seconds from the Epoch,
1133 # seconds -- Time at which the GMT day starts, in seconds
1137 # timeOfDay - Time of day to convert, in seconds from midnight
1142 # Returns the time of day in seconds fro
[all...]
/macosx-10.10.1/zsh-61/zsh/Functions/Misc/
H A Dzkbd65 If you do not press the requested keys within 10 seconds, key reading will
178 sequence does not echo within 2 seconds after you press it, that key may
189 If you do not press a key within 10 seconds, key reading will abort.
/macosx-10.10.1/PowerManagement-494.1.2/pmconfigd/
H A DUPSLowPower.c79 static void _reEvaluatePowerSourcesLater(int seconds);
209 // Check to make sure that the UPS has been on battery power for a full 10 seconds before initiating a shutdown.
210 // Certain UPS's have reported transient "on battery power with 0% capacity remaining" states for 3-5 seconds.
211 // So we make sure not to heed this shutdown notice unless we've been on battery power for 10 seconds.
564 _reEvaluatePowerSourcesLater(int seconds) argument
569 when = CFAbsoluteTimeGetCurrent() + (CFTimeInterval)seconds;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DTimer.cpp141 Result.WallTime = now.seconds() + now.microseconds() / 1000000.0;
142 Result.UserTime = user.seconds() + user.microseconds() / 1000000.0;
143 Result.SystemTime = sys.seconds() + sys.microseconds() / 1000000.0;
334 OS << format(" Total Execution Time: %5.4f seconds (%5.4f wall clock)\n",
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/treectrl/
H A Dmailwasher.rb134 seconds = Tk::Clock.seconds - rand(100000)
135 received = Tk::Clock.format(seconds, '%d/%m/%y %I:%M %p')
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/demos/
H A Dmailwasher.tcl116 set seconds [expr {[clock seconds] - int(rand() * 100000)}]
117 set received [clock format $seconds -format "%d/%m/%y %I:%M %p"]
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DDateMath.h91 // dayOfWeek: [0, 6] 0 being Monday, day: [1, 31], month: [0, 11], year: ex: 2011, hours: [0, 23], minutes: [0, 59], seconds: [0, 59], utcOffset: [-720,720].
92 String makeRFC2822DateString(unsigned dayOfWeek, unsigned day, unsigned month, unsigned year, unsigned hours, unsigned minutes, unsigned seconds, int utcOffset);
/macosx-10.10.1/WebKit2-7600.1.25/NetworkProcess/soup/
H A DNetworkProcessSoup.cpp107 auto deadDecodedDataDeletionInterval = std::chrono::seconds { 0 };
/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DChildProcessProxy.h51 template<typename T> bool sendSync(T&& message, typename T::Reply&&, uint64_t destinationID, std::chrono::milliseconds timeout = std::chrono::seconds(1));
/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Dmgmt.c697 ** of seconds, it is free to exit.
702 ** idle_secs The idle timout in seconds.
772 ** number of seconds, it is free to exit.
794 ** return - The idle timeout in seconds.
852 ** forever or to wait the length of the time specified in seconds. If the
853 ** value of seconds is 0 the remote procedure call is orphaned as soon as
865 ** seconds The number of seconds to wait for an acknowledgement.
890 signed32 seconds,
901 RPC_SET_CANCEL_TIMEOUT (seconds, statu
873 rpc_mgmt_set_cancel_timeout( signed32 seconds, unsigned32 *status ) argument
947 rpc_mgmt_set_call_timeout( rpc_binding_handle_t binding_h, unsigned32 seconds, unsigned32 *status ) argument
[all...]
/macosx-10.10.1/emacs-93/emacs/lib-src/
H A Dntlib.h36 void sleep(unsigned long seconds);
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_cvbase.py14 self.failUnlessIsInstance(v.seconds, (int, long))
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_cvbase.py14 self.assertIsInstance(v.seconds, (int, long))
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/PyObjCTest/
H A Dtest_cvbase.py19 self.assertIsInstance(v.seconds, (int, long))

Completed in 313 milliseconds

1234567891011>>