Searched refs:now (Results 51 - 75 of 2081) sorted by relevance

1234567891011>>

/macosx-10.9.5/ruby-104/ruby/test/openssl/
H A Dtest_ocsp.rb15 now = Time.at(Time.now.to_i) # suppress usec
19 ca_subj, ca_key, ca_serial, now, now+3600, [], nil, nil, dgst)
21 subj, @key, serial, now, now+3600, [], @ca_cert, nil, dgst)
/macosx-10.9.5/CPANInternal-140/DateTime/t/
H A D30future_tz.t28 my $dt = DateTime->now( time_zone => $add->[2] );
H A D14locale.t13 eval { DateTime->now( locale => 'en_US' ) };
37 is( DateTime->now->locale->id, 'it', 'default locale should now be "it"' );
H A D20infinite.t94 my $now = DateTime->now;
96 is( DateTime->compare($pos, $now), 1, 'positive infinite is greater than now' );
97 is( DateTime->compare($neg, $now), -1, 'negative infinite is less than now' );
101 my $now = DateTime->now;
109 my $now = DateTime->now;
[all...]
/macosx-10.9.5/Chess-310.5/Sources/
H A DMBCAnimation.mm75 struct timeval now;
77 gettimeofday(&now, NULL);
79 now.tv_sec - fStart.tv_sec
80 + 0.000001f * (now.tv_usec - fStart.tv_usec);
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dlog_adhoc.c95 struct timeval now; local
161 now = stats->deliver_done;
163 GETTIMEOFDAY(&now);
165 DELTA(delay, now, stats->incoming_arrival);
175 DELTA(xdelay, now, stats->conn_setup_done);
178 DELTA(xdelay, now, stats->agent_handoff);
182 DELTA(adelay, now, stats->active_arrival);
186 DELTA(pdelay, now, stats->incoming_arrival);
/macosx-10.9.5/postfix-252/postfix/src/master/
H A Dmaster_avail.c89 time_t now; local
113 now = event_time();
114 if (serv->stress_expire_time < now)
116 serv->stress_expire_time = now + 1000;
128 time_t now; local
152 now = event_time();
153 if (serv->busy_warn_time < now - 1000) {
154 serv->busy_warn_time = now;
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/include/example/
H A Dparser_use.inc12 ... now process the returned abstract syntax tree ...
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dxhtml.vim6 " Load the HTML syntax for now.
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dclock.c252 uint64_t now; local
258 now = mach_absolute_time();
260 *abstime = now;
269 * If the delta has not yet passed, now is set to the start
274 if (now > clock_calend.adjstart) {
275 t32 = (uint32_t)(now - clock_calend.adjstart);
278 now -= clock_calend.adjoffset;
280 now = clock_calend.adjstart;
284 now += clock_calend.offset;
286 absolutetime_to_microtime(now, sec
309 uint64_t now; local
358 uint64_t now; local
585 uint64_t now, t64; local
726 uint64_t now, t64; local
826 uint64_t now = mach_absolute_time(); local
948 uint64_t now; local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/os_windows/
H A Dos_clock.c72 struct _timeb now;
74 _ftime(&now);
75 tp->tv_sec = now.time;
76 tp->tv_nsec = now.millitm * NS_PER_MS;
/macosx-10.9.5/PowerManagement-420.90.1/pmconfigd/
H A Dupsshutdown33 shutdown -hu now "${MSG}"
38 shutdown -h now "${MSG}"
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/MakefileApp/
H A DAppController.rb21 @msgField.setStringValue(Time.now.to_s)
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/template/MakefileBased/
H A DAppController.rb21 @msgField.setStringValue(Time.now.to_s)
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/template/Xcode2.x/MakefileBased/
H A DAppController.rb21 @msgField.setStringValue(Time.now.to_s)
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/net/
H A Ddriver.c43 static char now[512]; local
48 strftime(now, sizeof(now) - 1,
52 return (now);
/macosx-10.9.5/bind9-45.100/bind9/lib/isccc/include/isccc/
H A Dcc.h69 isc_uint32_t serial, isccc_time_t now,
87 isccc_cc_createresponse(isccc_sexpr_t *message, isccc_time_t now,
113 isccc_cc_cleansymtab(isccc_symtab_t *symtab, isccc_time_t now);
118 isccc_time_t now);
/macosx-10.9.5/ruby-104/ruby/test/rake/
H A Dfile_creation.rb10 now = Time.now
12 create_file(oldfile, now - 60)
15 create_file(newfile, now)
/macosx-10.9.5/zsh-60/zsh/Src/Modules/
H A Ddatetime.c158 struct timespec now; local
160 if (clock_gettime(CLOCK_REALTIME, &now) < 0) {
165 return (double)now.tv_sec + (double)now.tv_nsec * 1e-9;
167 struct timeval now;
171 gettimeofday(&now, &dummy_tz);
173 return (double)now.tv_sec + (double)now.tv_usec * 1e-6;
184 struct timespec now; local
186 if (clock_gettime(CLOCK_REALTIME, &now) <
[all...]
/macosx-10.9.5/ruby-104/ruby/test/-ext-/old_thread_select/
H A Dtest_old_thread_select.rb21 t0 = Time.now
23 diff = Time.now - t0
32 t0 = Time.now
34 diff = Time.now - t0
44 t0 = Time.now
85 t0 = Time.now
87 diff = Time.now - t0
/macosx-10.9.5/bind9-45.100/bind9/contrib/
H A Dcheck-secure-delegation.pl.in33 # Get "now" in a RRSIG datestamp format.
34 $now = strftime "%Y%m%d%H%M%S", gmtime;
49 next if ($words[8] >= $now && $words[9] <= $now);
79 if ($words[8] >= $now && $words[9] <= $now) {
/macosx-10.9.5/top-89.1.2/
H A Duinteger.c115 struct top_uinteger top_uinteger_calc_result(uint64_t now, uint64_t prev, argument
119 result = top_init_uinteger(now, false);
137 bool top_uinteger_format_result(char *buf, size_t bufsize, uint64_t now, argument
142 i = top_uinteger_calc_result(now, prev, beg);
150 if(now < prev) {
153 } else if(now > prev) {
170 bool top_uinteger_format_mem_result(char *buf, size_t bufsize, uint64_t now, argument
175 i = top_uinteger_calc_result(now, prev, beg);
190 if(now < prev) {
193 } else if(now > pre
[all...]
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dthrottle.c99 time_t now; local
104 now = time(NULL);
111 if (te->penalty < now) {
146 remaining = te->penalty - now;
152 te->penalty = now + new;
/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/IOKit/graphics/
H A DIOGraphicsPrivate.h36 AbsoluteTime now; \
38 AbsoluteTime_to_scalar(&now) = mach_absolute_time(); \
39 absolutetime_to_nanoseconds(now, &nano); \
58 AbsoluteTime now; \
60 AbsoluteTime_to_scalar(&now) = mach_absolute_time(); \
61 absolutetime_to_nanoseconds( now, &nano ); \
79 AbsoluteTime now; \
81 AbsoluteTime_to_scalar(&now) = mach_absolute_time(); \
82 absolutetime_to_nanoseconds( now, &nano ); \
/macosx-10.9.5/Libnotify-121.20.1/notifyd/
H A Dtimer.c47 timer_next(timer_t *t, time_t now) argument
63 if (t->start < now) return 0;
73 if ((t->end != 0) && (t->end < now)) return 0;
76 if (t->start >= now) return t->start;
81 x = ((t->freq - 1) + now - t->start) / t->freq;
97 if ((t->end != 0) && (t->end < now)) return 0;
100 if (t->start >= now) return t->start;
105 if ((t->next > 0) && (t->next < now)) next = t->next;
107 while (next < now)
123 /* we now hav
278 time_t now; local
326 time_t now; local
383 time_t next, now; local
[all...]

Completed in 318 milliseconds

1234567891011>>