Searched refs:now (Results 126 - 150 of 2081) sorted by relevance

1234567891011>>

/macosx-10.9.5/tcl-102/tcl/tcl/win/
H A DtclWinNotify.c344 * if we leave the modal loop, but for now we'll leave it around.
562 Tcl_Time now; /* Current wall clock time. */
571 Tcl_GetTime(&now);
572 desired.sec = now.sec + vdelay.sec;
573 desired.usec = now.usec + vdelay.usec;
588 Tcl_GetTime(&now);
589 if (now.sec > desired.sec) {
591 } else if ((now.sec == desired.sec) && (now.usec >= desired.usec)) {
595 vdelay.sec = desired.sec - now
554 Tcl_Time now; /* Current wall clock time. */ local
[all...]
/macosx-10.9.5/tcl-102/tcl84/tcl/win/
H A DtclWinNotify.c348 * for now we'll leave it around.
544 Tcl_Time now; /* Current wall clock time */
548 Tcl_GetTime( &now );
549 desired.sec = now.sec + ( ms / 1000 );
550 desired.usec = now.usec + 1000 * ( ms % 1000 );
558 Tcl_GetTime( &now );
559 if ( now.sec > desired.sec ) {
561 } else if ( ( now.sec == desired.sec )
562 && ( now.usec >= desired.usec ) ) {
565 sleepTime = ( ( 1000 * ( desired.sec - now
536 Tcl_Time now; /* Current wall clock time */ local
[all...]
/macosx-10.9.5/ruby-104/ruby/test/rdoc/
H A Dtest_rdoc_servlet.rb66 now = Time.now
69 File.utime now, now, 'rdoc.css'
79 assert_equal now.httpdate, @res['last-modified']
150 @req.header['if-modified-since'] = [(Time.now + 10).httpdate]
273 now = Time.now
274 File.utime now, now, '
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Strptime/t/
H A Dauthor-001_all_locales.t25 my $dt = DateTime->now( locale => $locale )->set( day => $day );
49 my $dt = DateTime->now( locale => $locale )->truncate( to => 'month' )
74 my $dt = DateTime->now( locale => $locale )->set( hour => $hour );
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Strptime/t/more/
H A D001_all_locales.t17 my $dt = DateTime->now( locale => $locale )->set( day => $day );
42 my $dt = DateTime->now( locale => $locale )->truncate( to => 'month' )->set( month => $month );
67 my $dt = DateTime->now( locale => $locale )->set( hour => $hour );
/macosx-10.9.5/Heimdal-323.92.1/lib/otp/
H A Dotp_db.c111 time_t now, then; local
126 time(&now);
127 if (then && now - then < OTP_USER_TIMEOUT) {
131 memcpy (p, &now, sizeof(now));
133 p += sizeof(now);
/macosx-10.9.5/Security-55471.14.18/sec/SOSCircle/Regressions/
H A Dsc-90-ckdclient.c66 CFAbsoluteTime now = CFAbsoluteTimeGetCurrent(); local
67 const char *nowstr = cfabsoluteTimeToString(now);
101 CFAbsoluteTime now = CFAbsoluteTimeGetCurrent(); local
102 const char *nowstr = cfabsoluteTimeToStringLocal(now);
126 CFAbsoluteTime now = CFAbsoluteTimeGetCurrent(); local
127 const char *nowstr = cfabsoluteTimeToStringLocal(now);
H A Dsc-95-ckd2client.c35 CFAbsoluteTime now = CFAbsoluteTimeGetCurrent(); local
36 const char *nowstr = cfabsoluteTimeToString(now);
51 CFAbsoluteTime now = CFAbsoluteTimeGetCurrent(); local
52 const char *nowstr = cfabsoluteTimeToStringLocal(now);
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dtime.c108 isc_stdtime_t now; local
118 isc_stdtime_get(&now);
119 start = (isc_int64_t) now;
120 if (isc_serial_gt(value, now))
121 t = start + (value - now);
123 t = start - (now - value);
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma/Date/
H A D15.9.5.23-2.js48 var now = (new Date()).valueOf();
50 test_times = new Array( now, TIME_1970, TIME_1900, TIME_2000 );
54 addTestCase( new Date(now), test_times[j] );
H A D15.9.5.2-1.js52 var now = new Date();
58 "Math.abs(Date.parse(now.toString()) - now.valueOf()) < 1000",
60 Math.abs(Date.parse(now.toString()) - now.valueOf()) < 1000 );
63 "typeof now.toString()",
65 typeof now.toString() );
H A D15.9.5.2.js52 var now = new Date();
58 "Math.abs(Date.parse(now.toString()) - now.valueOf()) < 1000",
60 Math.abs(Date.parse(now.toString()) - now.valueOf()) < 1000 );
63 "typeof now.toString()",
65 typeof now.toString() );
/macosx-10.9.5/dtrace-118.1/test/cmd/badioctl/
H A Dbadioctl.c64 hrtime_t now, last = 0, end; local
76 if ((now = gethrtime()) - last > NANOSEC) {
96 last = now;
/macosx-10.9.5/libdispatch-339.92.1/src/shims/
H A Dtime.h131 LARGE_INTEGER now;
132 return QueryPerformanceCounter(&now) ? now.QuadPart : 0;
/macosx-10.9.5/postfix-252/postfix/src/postscreen/
H A Dpostscreen_misc.c73 struct timeval now; local
75 GETTIMEOFDAY(&now);
76 PSC_CALC_DELTA(pdelay, now, tv);
/macosx-10.9.5/postfix-252/postfix/src/verify/
H A Dverify.c52 /* \fBaddress_verify_map\fR cache file. The file should now
425 long now = (long) time((time_t *) 0); local
444 (addr_status == DEL_RCPT_STAT_OK && updated + var_verify_pos_exp < now)
446 (addr_status != DEL_RCPT_STAT_OK && updated + var_verify_neg_exp < now)
456 || (now - probed > PROBE_TTL /* safe to probe */
491 (addr_status == DEL_RCPT_STAT_OK && updated + var_verify_pos_try < now)
493 (addr_status != DEL_RCPT_STAT_OK && updated + var_verify_neg_try < now)
495 if (now - probed > PROBE_TTL
500 STR(addr), addr_status, now, updated);
509 verify_make_entry(put_buf, addr_status, now, update
534 long now = (long) event_time(); local
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/
H A Dlogger.rb381 format_message(format_severity(severity), Time.now, progname, message))
609 "# Logfile created on %s by %s\n" % [Time.now.to_s, Logger::ProgName]
622 now = Time.now
623 period_end = previous_period_end(now)
661 def previous_period_end(now)
664 eod(now - 1 * SiD)
666 eod(now - ((now.wday + 1) * SiD))
668 eod(now
[all...]
/macosx-10.9.5/vim-53/src/
H A Dnbdebug.c84 time_t now; local
87 time(&now);
88 fprintf(nb_debug, "%s", asctime(localtime(&now)));
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/
H A DAccessorGroup.pm18 This class now exists in its own right on CPAN as Class::Accessor::Grouped
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFWTimeoutQ.cpp103 //AbsoluteTime now;
104 //IOFWGetAbsoluteTime(&now);
105 //IOLog("timeoutQ waketime %lx:%lx (now %lx:%lx)\n",
106 // fHead->getDeadline().hi, fHead->getDeadline().lo, now.hi, now.lo);
174 AbsoluteTime now, dead; local
175 IOFWGetAbsoluteTime(&now);
178 IOLog("processTimeout, time is %llx\n", AbsoluteTime_to_scalar(&now));
190 if(CMP_ABSOLUTETIME(&dead, &now) == 1)
214 //AbsoluteTime now;
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dtqueue.h82 Event *pop(Time now);
126 inline typename ScheduleQueue<Time>::Event *ScheduleQueue<Time>::pop(Time now) argument
130 if (top->fireTime <= now) {
132 secdebug("schedq", "event %p delivered at %.3f", top, double(now));
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dtqueue.h82 Event *pop(Time now);
126 inline typename ScheduleQueue<Time>::Event *ScheduleQueue<Time>::pop(Time now) argument
130 if (top->fireTime <= now) {
132 secdebug("schedq", "event %p delivered at %.3f", top, double(now));
/macosx-10.9.5/bind9-45.100/bind9/bin/dnssec/
H A Ddnssec-settime.c140 isc_stdtime_t now; local
166 isc_stdtime_get(&now);
247 now, now);
260 now, now);
273 now, now);
286 now, now);
[all...]
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dprogress.c167 struct timeval now = Curl_tvnow(); local
176 data->progress.t_startsingle = now;
185 Curl_tvdiff_secs(now, data->progress.t_startsingle);
189 Curl_tvdiff_secs(now, data->progress.t_startsingle);
193 Curl_tvdiff_secs(now, data->progress.t_startsingle);
197 Curl_tvdiff_secs(now, data->progress.t_startsingle);
201 Curl_tvdiff_secs(now, data->progress.t_startsingle);
207 data->progress.t_redirect = Curl_tvdiff_secs(now, data->progress.start);
254 struct timeval now; local
275 now
[all...]
/macosx-10.9.5/curl-78.94.1/curl/tests/libtest/
H A Dlib1507.c52 struct timeval now; local
53 now.tv_sec = (long)time(NULL);
54 now.tv_usec = 0;
55 return now;

Completed in 299 milliseconds

1234567891011>>