Searched refs:seconds (Results 26 - 50 of 471) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tcl_ext/memchan/memchan/tea.tests/
H A Dall.tcl42 set timeCmd {clock format [clock seconds]}
/macosx-10.10.1/tcl-105/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dstarsync.tcl7 set time [clock format [clock seconds] -format {%Y/%m/%d %T}]
/macosx-10.10.1/tcl-105/tcl_ext/tclae/tclae/tests/
H A Dall.tcl50 set timeCmd {clock format [clock seconds]}
/macosx-10.10.1/tcl-105/tcl_ext/tktable/tktable/tests/
H A Dall.tcl43 set timeCmd {clock format [clock seconds]}
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/tests/
H A Dall.tcl42 set timeCmd {clock format [clock seconds]}
/macosx-10.10.1/Chess-310.6/Sources/
H A DMBCAnimation.h60 - (void) runWithTime:(float)seconds view:(MBCBoardView *)view;
H A DMBCAnimation.mm100 - (void) runWithTime:(float)seconds view:(MBCBoardView *)view
103 fTime = seconds;
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/win32/include/
H A Dconfig.h212 #define sleep(seconds) plug_sleep(seconds)
213 unsigned int plug_sleep(unsigned int seconds);
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/examples/
H A Dsort.tcl27 puts [clock format [clock seconds]]
49 puts [clock format [clock seconds]]
54 puts [clock format [clock seconds]]
H A Dbigblock.tcl18 set s [clock seconds]
22 set t [expr {[clock seconds] - $s}]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dtimeflow.h51 Interval(int seconds) { mValue = seconds; } argument
52 Interval(double seconds) { mValue = seconds; } argument
53 explicit Interval(time_t seconds) { mValue = seconds; } argument
67 // express as (fractions of) seconds, milliseconds, or microseconds
68 double seconds() const { return mValue; } function in class:Security::Time::Interval
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dtimeflow.h51 Interval(int seconds) { mValue = seconds; } argument
52 Interval(double seconds) { mValue = seconds; } argument
53 explicit Interval(time_t seconds) { mValue = seconds; } argument
67 // express as (fractions of) seconds, milliseconds, or microseconds
68 double seconds() const { return mValue; } function in class:Security::Time::Interval
/macosx-10.10.1/ruby-106/ruby/lib/webrick/
H A Dutils.rb157 # +time+:: Timeout in seconds
159 def TimeoutHandler.register(seconds, exception)
161 instance.register(Thread.current, Time.now + seconds, exception)
207 # +time+:: Timeout in seconds
231 # than +seconds+.
233 # If +seconds+ is zero or nil, simply executes the block
234 def timeout(seconds, exception=Timeout::Error)
235 return yield if seconds.nil? or seconds.zero?
237 id = TimeoutHandler.register(seconds, exceptio
[all...]
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Util/
H A DTimeTracker.pm67 my($seconds, $microseconds) = $self->{time_function}->();
70 return($seconds, $microseconds);
90 my $seconds = $time_to->[0] -
98 $seconds--;
101 return($seconds, $milliseconds);
112 my($seconds, $milliseconds) = time_diff(
116 return $seconds*1000 + $milliseconds;
127 my($seconds, $milliseconds) = time_diff(
133 return $seconds*1000 + $milliseconds;
152 my($seconds,
[all...]
/macosx-10.10.1/libxslt-13/libxslt/tests/exslt/date/
H A DMakefile.am34 seconds.1.out seconds.1.xml seconds.1.xsl \
35 seconds.2.out seconds.2.xml seconds.2.xsl
/macosx-10.10.1/Security-57031.1.35/Security/include/security_asn1/
H A Dprinrval.h142 NSPR_API(PRIntervalTime) PR_SecondsToInterval(PRUint32 seconds); variable
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A Dprinrval.h142 NSPR_API(PRIntervalTime) PR_SecondsToInterval(PRUint32 seconds); variable
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A Dprinrval.h142 NSPR_API(PRIntervalTime) PR_SecondsToInterval(PRUint32 seconds); variable
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A Dprinrval.h142 NSPR_API(PRIntervalTime) PR_SecondsToInterval(PRUint32 seconds); variable
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/nsupdate/
H A Dsetup.sh41 2000 ; refresh (2000 seconds)
42 2000 ; retry (2000 seconds)
/macosx-10.10.1/emacs-93/emacs/src/
H A Dsystime.h68 EMACS_SECS (TIME) is an rvalue for the seconds component of TIME.
98 #define EMACS_SET_SECS(time, seconds) ((time).tv_sec = (seconds))
135 #define EMACS_SET_SECS(time, seconds) ((time) = (seconds))
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/virtchannel_base/
H A Drandseed.tcl32 [clock seconds] \
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dprogressmeter.c47 #define STALL_TIME 5 /* we're stalled after this many seconds */
128 int hours, minutes, seconds; local
203 seconds = bytes_left / bytes_per_second;
205 seconds = elapsed;
207 hours = seconds / 3600;
208 seconds -= hours * 3600;
209 minutes = seconds / 60;
210 seconds -= minutes * 60;
214 "%d:%02d:%02d", hours, minutes, seconds);
217 " %02d:%02d", minutes, seconds);
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DCacheModel.cpp34 unsigned& cacheTotalCapacity, unsigned& cacheMinDeadCapacity, unsigned& cacheMaxDeadCapacity, std::chrono::seconds& deadDecodedDataDeletionInterval,
140 deadDecodedDataDeletionInterval = std::chrono::seconds { 60 };
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/win32/include/isc/
H A Dtime.h48 unsigned int seconds, unsigned int nanoseconds);
50 * Set 'i' to a value representing an interval of 'seconds' seconds and
88 isc_time_set(isc_time_t *t, unsigned int seconds, unsigned int nanoseconds);
90 * Set 't' to a value which represents the given number of seconds and
234 * of seconds since the epoch; it will always be less than one

Completed in 221 milliseconds

1234567891011>>