Searched refs:now (Results 76 - 100 of 2081) sorted by relevance

1234567891011>>

/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Todo/
H A DCalendarMatrix.py20 now = NSCalendarDate.date()
35 now.yearOfCommonEra(),
36 now.monthOfYear(),
37 now.dayOfMonth(),
145 now = NSCalendarDate.date()
148 if (selDate.yearOfCommonEra() == now.yearOfCommonEra()
149 and selDate.monthOfYear() == now.monthOfYear()
150 and selDate.dayOfMonth() == now.dayOfMonth()):
152 now.dayOfMonth() + self._startOffset - 1)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Todo/
H A DCalendarMatrix.py20 now = NSCalendarDate.date()
35 now.yearOfCommonEra(),
36 now.monthOfYear(),
37 now.dayOfMonth(),
145 now = NSCalendarDate.date()
148 if (selDate.yearOfCommonEra() == now.yearOfCommonEra()
149 and selDate.monthOfYear() == now.monthOfYear()
150 and selDate.dayOfMonth() == now.dayOfMonth()):
152 now.dayOfMonth() + self._startOffset - 1)
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblutil/
H A Dmeter.c78 lutil_get_now (double *now) argument
83 assert( now );
85 *now = ((double) tv.tv_sec) + (((double) tv.tv_usec) / 1000000.0);
90 assert( now );
92 *now = (double) tm;
139 double frac, cycle_length, speed, now; local
145 lutil_get_now( &now );
147 if ( !force && now - meter->last_update < display_rate ) return 0;
150 elapsed = now - meter->start_time;
166 cycle_length = now
355 double now; local
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/tm/
H A Dtvtouch.c94 Tv_t now; local
169 tvgettime(&now);
171 av = (const Tv_t*)&now;
173 mv = (const Tv_t*)&now;
198 if (errno != ENOENT && av == (const Tv_t*)&now && mv == (const Tv_t*)&now && !utimets(path, NiL))
227 if (errno != ENOENT && av == (const Tv_t*)&now && mv == (const Tv_t*)&now && !utimes(path, NiL))
239 if (errno != ENOENT && av == (const Tv_t*)&now && mv == (const Tv_t*)&now
[all...]
/macosx-10.9.5/ntp-88/libntp/
H A Dsystime.c61 l_fp *now /* system time */
78 now->l_i = (int32)ts.tv_sec + JAN_1970;
87 now->l_i++;
90 now->l_i--;
92 now->l_uf = (u_int32)(dtemp * FRAC);
102 now->l_i = tv.tv_sec + JAN_1970;
111 now->l_i++;
114 now->l_i--;
116 now->l_uf = (u_int32)(dtemp * FRAC);
128 double now /* adjustmen
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/compat/
H A Dtzdate.c110 time_t now; local
114 time(&now);
115 ts = *localtime(&now);
125 now = mktime(&ts);
126 ts = *localtime(&now);
132 return (double)now;
/macosx-10.9.5/ntp-88/util/
H A Djitter.c93 l_fp *now /* system time */
109 now->l_i = ts.tv_sec + JAN_1970;
119 now->l_i = tv.tv_sec + JAN_1970;
130 now->l_i++;
133 now->l_i--;
136 now->l_uf = (u_int32)dtemp;
/macosx-10.9.5/apr-30/apr/apr/test/
H A Dtesttime.c33 static apr_time_t now = APR_INT64_C(1032030336186711); variable
76 rv = apr_time_exp_gmt(&xt, now);
89 time_t posix_secs = (time_t)apr_time_sec(now);
92 rv = apr_time_exp_lt(&xt, now);
120 rv = apr_time_exp_gmt(&xt, now);
128 ABTS_TRUE(tc, now + hr_off_64 == imp);
138 rv = apr_time_exp_lt(&xt, now);
146 ABTS_TRUE(tc, now + hr_off_64 == imp);
155 rv = apr_time_exp_gmt(&xt, now);
162 ABTS_TRUE(tc, now
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma/Date/
H A D15.9.5.11-1.js47 var now = (new Date()).valueOf();
49 addTestCase( now );
H A D15.9.5.13-1.js47 var now = (new Date()).valueOf();
49 addTestCase( now );
H A D15.9.5.21-1.js47 var now = (new Date()).valueOf();
58 addTestCase( now );
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DFTPDirectoryParser.h93 : now(0)
102 double now; /* needed for year determination */ member in struct:WebCore::ListState
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/metadata/
H A Dsetup.sh45 inact=`$KEYGEN -q -r $RANDFILE -P now-24h -A now-24h -I now $czone`
54 $SETTIME -A now+15s $rolling > /dev/null
/macosx-10.9.5/dcerpc-58/dcerpc/rpcd/
H A Drpcdsliv.c180 struct timeval now;
191 gettimeofday(&now, &tz);
195 ru_sleep_until(&now, slive_c_long_wait);
197 gettimeofday(&now, &tz);
206 * Point to next entry in list now because
271 struct timeval now;
289 gettimeofday(&now, &tz);
300 waketime.tv_sec = now.tv_sec + waitsecs + 1;
310 /* have lock now
313 gettimeofday(&now,
179 struct timeval now; local
270 struct timeval now; local
[all...]
/macosx-10.9.5/libarchive-29/libarchive/cpio/test/
H A Dtest_option_c.c60 time_t t, now; local
89 now = time(NULL); /* They were all created w/in last two seconds. */
136 assert(t <= now); /* File wasn't created in future. */
137 assert(t >= now - 2); /* File was created w/in last 2 secs. */
162 assert(t <= now); /* File wasn't created in future. */
163 assert(t >= now - 2); /* File was created w/in last 2 secs. */
196 assert(t <= now); /* File wasn't created in future. */
197 assert(t >= now - 2); /* File was created w/in last 2 secs. */
/macosx-10.9.5/libpcap-42/libpcap/msdos/
H A Dbin2c.c19 time_t now = time (NULL); local
31 argv[1], ctime(&now));
/macosx-10.9.5/remote_cmds-41.90.1/timed.tproj/timed.tproj/
H A Dcorrect.c113 * adjust our own clock now that we are not sending it out
127 struct timeval now; local
172 (void) gettimeofday(&now, 0);
173 timevaladd(&now, corr);
174 if (settimeofday(&now, 0) < 0)
184 adj_msg_time(msg, now)
186 struct timeval *now;
188 msg->tsp_time.tv_sec += (now->tv_sec - from_when.tv_sec);
189 msg->tsp_time.tv_usec += (now->tv_usec - from_when.tv_usec);
/macosx-10.9.5/ruby-104/ruby/test/openssl/
H A Dtest_pkcs12.rb12 now = Time.now
20 @cacert = issue_cert(ca, TEST_KEY_RSA2048, 1, now, now+3600, ca_exts,
42 @inter_cacert = issue_cert(inter_ca, inter_ca_key, 2, now, now+3600, ca_exts,
50 @mycert = issue_cert(ee, TEST_KEY_RSA1024, 3, now, now+3600, exts,
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dautomake.vim3 " Maintainer: Nikolai Weibull <now@bitwi.se>
/macosx-10.9.5/vim-53/runtime/indent/
H A Ddictconf.vim3 " Maintainer: Nikolai Weibull <now@bitwi.se>
H A Ddictdconf.vim3 " Maintainer: Nikolai Weibull <now@bitwi.se>
/macosx-10.9.5/Libc-997.90.3/sys/
H A DOSMemoryNotification.c80 struct timeval rel, now; local
82 gettimeofday(&now, NULL);
84 rel.tv_usec = abstime->tv_usec - now.tv_usec;
85 rel.tv_sec = abstime->tv_sec - now.tv_sec;
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/MakefileApp2/
H A DAppController.rb28 @msgField.setStringValue(Time.now.to_s)
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DClockGeneric.h48 double now() const;
/macosx-10.9.5/adv_cmds-153/finger/
H A Dextern.h47 extern time_t now;

Completed in 301 milliseconds

1234567891011>>