Searched refs:seconds (Results 176 - 200 of 471) sorted by relevance

1234567891011>>

/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DDateMath.cpp644 // Fractional seconds parsing is lenient, allows any number of digits.
646 static char* parseES5TimePortion(char* currentPosition, long& hours, long& minutes, double& seconds, long& timeZoneSeconds) argument
676 seconds = intSeconds;
692 seconds += fracSeconds * pow(10.0, static_cast<double>(-numFracDigits));
756 double seconds = 0; local
766 currentPosition = parseES5TimePortion(currentPosition + 1, hours, minutes, seconds, timeZoneSeconds);
784 if (hours == 24 && (minutes || seconds))
788 if (seconds < 0 || seconds >= 61)
790 if (seconds > 6
1109 makeRFC2822DateString(unsigned dayOfWeek, unsigned day, unsigned month, unsigned year, unsigned hours, unsigned minutes, unsigned seconds, int utcOffset) argument
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/calendar/
H A Dtimeclock.el235 "The number of seconds in the workday of `timeclock-last-event'.")
242 `timeclock-workday' seconds every day. Any days in which you work
260 "Integer representing the number of seconds in the last period.
414 "Return the number of seconds until the workday is complete.
425 (defun timeclock-status-string (&optional show-seconds today-only)
439 (if show-seconds
446 (timeclock-seconds-to-string remainder show-seconds t)
449 (timeclock-when-to-leave-string show-seconds today-only)))
486 (defun timeclock-seconds
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Dupgrade.tcl58 puts $o [clock format [clock seconds] -format "%H:%M %D"]
63 puts [clock format [clock seconds] -format "%H:%M %D"]
216 puts $o [clock format [clock seconds] -format "%H:%M %D"]
220 puts [clock format [clock seconds] -format "%H:%M %D"]
374 puts $o [clock format [clock seconds] -format "%H:%M %D"]
378 puts [clock format [clock seconds] -format "%H:%M %D"]
557 puts $o [clock format [clock seconds] -format "%H:%M %D"]
559 puts [clock format [clock seconds] -format "%H:%M %D"]
/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebFrameLoadDelegate.h155 @param seconds Seconds in which the redirect will happen
161 - (void)webView:(WebView *)sender willPerformClientRedirectToURL:(NSURL *)URL delay:(NSTimeInterval)seconds fireDate:(NSDate *)date forFrame:(WebFrame *)frame;
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dtimezone.el285 (defun timezone-time-from-absolute (date seconds)
294 (seconds-per-day (float 86400))
295 (seconds (+ seconds (* days seconds-per-day)))
297 (hi (floor (/ seconds current-time-arithmetic-base)))
299 (lo (floor (- seconds hibase))))
300 (and (< (abs (- seconds (+ hibase lo))) 2) ;; Check for integer overflow.
303 (defun timezone-time-zone-from-absolute (date seconds)
310 (let ((utc-time (timezone-time-from-absolute date seconds)))
[all...]
/macosx-10.10.1/libauto-186/
H A Dauto_impl_utilities.h165 integer_t seconds;
171 return ((auto_date_t)myinfo.user_time.seconds*(auto_date_t)1000000) + (auto_date_t)myinfo.user_time.microseconds +
172 ((auto_date_t)myinfo.system_time.seconds*(auto_date_t)1000000) + (auto_date_t)myinfo.system_time.microseconds;
177 // returns duration in seconds
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/tests/
H A Dall.tcl59 set timeCmd {clock format [clock seconds]}
/macosx-10.10.1/tcl-105/tcl_ext/tbcload/tbcload/config/
H A DinstallFile.tcl103 file mtime $dsttmp [clock seconds]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/config/
H A DinstallFile.tcl103 file mtime $dsttmp [clock seconds]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/log/
H A DloggerUtils.tcl136 {[clock format [clock seconds] -format {%Y/%m/%d %H:%M:%S}]} \
295 {[clock format [clock seconds] -format {%Y/%m/%d %H:%M:%S}]} \
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/config/
H A DinstallFile.tcl103 file mtime $dsttmp [clock seconds]
/macosx-10.10.1/vim-55/runtime/spell/
H A Dcleanadd.vim5 " Time in seconds after last time an ll.xxxxx.add file was updated
/macosx-10.10.1/BerkeleyDB-21/db/test/scr028/
H A Dt.c51 local_sleep(u_long seconds, u_long microseconds) argument
/macosx-10.10.1/JavaScriptCore-7600.1.17/heap/
H A DBlockAllocator.cpp129 waitForDuration(std::chrono::seconds(1));
/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DChildProcess.cpp48 // If the connection has been closed and we haven't responded in the main thread for 10 seconds
50 auto watchdogDelay = std::chrono::seconds(10);
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/win32/
H A Dtime.c61 isc_interval_set(isc_interval_t *i, unsigned int seconds, argument
70 i->interval = (LONGLONG)seconds * INTERVALS_PER_S
84 isc_time_set(isc_time_t *t, unsigned int seconds, unsigned int nanoseconds) { argument
98 i1.QuadPart += (unsigned __int64)seconds*10000000;
/macosx-10.10.1/dcerpc-61/dcerpc/perf/
H A Dperf.idl275 [in] unsigned long seconds
285 [in] unsigned long seconds
/macosx-10.10.1/dtrace-147/test/cmd/badioctl/
H A Dbadioctl.c62 int i = 0, seconds; local
/macosx-10.10.1/ntp-92/libntp/
H A Dmachines.c77 * we have to sleep for number of seconds
95 void sleep(int seconds) argument
97 taskDelay(seconds*TICK);
100 * that pauses and calls SIGALRM after the seconds are up...
101 * so ... taskDelay() fudged for seconds should amount to the same thing.
104 void alarm (int seconds) argument
106 sleep(seconds);
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/tcl/tequila/
H A Dtequilas.tcl170 set timestamp [clock seconds]
192 mk::set tqs.$view!$n name $key text $data date [clock seconds]
407 set tqs_info(shutdown) [clock seconds]
420 # returns number of seconds since the server was started
422 set tqs_info(shutdown) [expr {[clock seconds]-$tqs_info(shutdown)}]
438 TqsTimer 30000 ;# default commit timer is 30 seconds
/macosx-10.10.1/text_cmds-88/md5/
H A Dmd5.c255 float seconds; local
288 seconds = total.tv_sec + (float) total.tv_usec / 1000000;
292 printf("\nTime = %f seconds\n", seconds);
295 (float) TEST_BLOCK_LEN * (float) TEST_BLOCK_COUNT / seconds);
/macosx-10.10.1/bootp-298/IPConfiguration.bproj/
H A DDHCPDUIDIAID.c62 * Return the number of seconds since midnight (UTC), January 1, 2000, the
69 uint32_t seconds; local
77 seconds = (uint32_t)(time(NULL) - DHCPDUID_epoch);
78 return (seconds);
/macosx-10.10.1/ntp-92/ntpd/
H A Drefclock_dumbclock.c59 * worse than this number of seconds away, assume the next day and retry.
200 int seconds; /* seconds */ local
236 &hours,&minutes,&seconds) == 3)
261 asserted_tm.tm_sec = seconds;
/macosx-10.10.1/ntp-92/sntp/
H A Dsntp-opts.def128 68 seconds, can be modified with -t.
135 descrip = "Specify the number of seconds to wait for broadcasts";
137 arg-name = "seconds";
141 of seconds specified before giving up. Default 68 seconds.
220 indicates the local clock is 4.567 seconds behind the correct time
221 (so 4.567 seconds must be added to the local clock to get it to be correct),
226 seconds.
/macosx-10.10.1/procmail-14/procmail/src/
H A Dlockfile.c111 \n\t-nnn\twait nnn seconds between locking attempts\
113 \n\t-l nnn\tset locktimeout to nnn seconds\
114 \n\t-s nnn\tsuspend nnn seconds after a locktimeout occurred\
282 void ssleep(seconds)const unsigned seconds; /* stub */
283 { sleep(seconds);

Completed in 476 milliseconds

1234567891011>>