Searched refs:ts (Results 351 - 375 of 951) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/ruby-106/ruby/lib/
H A Dopen3.rb414 # Open3.pipeline_rw("tr -dc A-Za-z", "wc -c") {|i,o,ts|
471 # "logresolve") {|o, ts|
477 # Open3.pipeline_r("yes", "head -10") {|o, ts|
479 # p ts[0].value #=> #<Process::Status: pid 24910 SIGPIPE (signal 13)>
480 # p ts[1].value #=> #<Process::Status: pid 24913 exit 0>
521 # Open3.pipeline_w("bzip2 -c", :out=>"/tmp/hello.bz2") {|i, ts|
565 # Open3.pipeline_start("xeyes") {|ts|
567 # t = ts[0]
579 # :err=>err_w) {|ts|
594 ts,
[all...]
/macosx-10.10.1/vim-55/runtime/indent/
H A Dconfig.vim33 let width = width + &ts - (width % &ts)
H A Dmake.vim85 return &ts
102 return &ts
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIKeyboard.cpp939 AbsoluteTime ts; local
940 clock_get_uptime(&ts);
942 dispatchKeyboardEvent(_codeToRepeat, false, ts);
948 dispatchKeyboardEvent(i, false, ts);
1003 AbsoluteTime ts; local
1004 clock_get_uptime(&ts);
1008 dispatchKeyboardEvent(_codeToRepeat, false, ts);
1014 dispatchKeyboardEvent(i, false, ts);
1065 /* atTime */ AbsoluteTime ts)
1084 ts,
1055 _keyboardEvent( IOHIKeyboard * self, unsigned eventType, unsigned flags, unsigned key, unsigned charCode, unsigned charSet, unsigned origCharCode, unsigned origCharSet, unsigned keyboardType, bool repeat, AbsoluteTime ts) argument
1090 _keyboardSpecialEvent( IOHIKeyboard * self, unsigned eventType, unsigned flags, unsigned key, unsigned flavor, UInt64 guid, bool repeat, AbsoluteTime ts) argument
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/ocsp/
H A Docsp_prn.c91 static char *table2string(long s, OCSP_TBLSTR *ts, int len) argument
94 for (p=ts; p < ts + len; p++)
/macosx-10.10.1/Security-57031.1.35/Security/sec/ipc/
H A Dserver.c230 SecTrustStoreRef ts = NULL; local
233 ts = SecTrustStoreForDomainName(domain, error);
236 return ts;
343 SecTrustStoreRef ts = SecXPCDictionaryGetTrustStore(event, kSecXPCKeyDomain, &error); local
344 if (ts) {
348 if (SecTrustStoreContainsCertificateWithDigest(ts, digest, &contains, &error))
357 SecTrustStoreRef ts = SecXPCDictionaryGetTrustStore(event, kSecXPCKeyDomain, &error); local
358 if (ts) {
363 bool result = _SecTrustStoreSetTrustSettings(ts, certificate, trustSettingsDictOrArray, &error);
374 SecTrustStoreRef ts local
[all...]
/macosx-10.10.1/file-46/file/src/
H A Dreadcdf.c49 struct timespec ts; local
127 cdf_timestamp_to_timespec(&ts, tp);
128 c = ctime(&ts.tv_sec);
/macosx-10.10.1/libpcap-48/libpcap/
H A Ddlpisubs.c185 pkthdr.ts.tv_sec = sbp->sbh_timestamp.tv_sec;
186 pkthdr.ts.tv_usec = sbp->sbh_timestamp.tv_usec;
188 (void) gettimeofday(&pkthdr.ts, NULL);
H A Dpcap-darwin.c634 uint64_t ts; local
768 ts = ((uint64_t)h->ts.tv_sec) * 1000000 + (uint64_t)h->ts.tv_usec;
769 epb->timestamp_high = ts >> 32;
770 epb->timestamp_low = ts & 0xffffffff;
/macosx-10.10.1/ntp-92/libntp/
H A Diosignal.c314 l_fp ts; local
316 get_systime(&ts);
324 (void)input_handler(&ts);
/macosx-10.10.1/ntp-92/ntpd/
H A Drefclock_jupiter.c119 struct timespec ts; /* last timestamp */ member in struct:instance
397 struct timespec timeout, ts; local
416 ts = instance->pps_info.assert_timestamp;
421 ts = instance->pps_info.clear_timestamp;
425 if ((instance->ts.tv_sec == ts.tv_sec) && (instance->ts.tv_nsec == ts.tv_nsec))
427 instance->ts = ts;
[all...]
/macosx-10.10.1/ruby-106/ruby/
H A Dthread_pthread.c348 native_cond_timedwait(rb_thread_cond_t *cond, pthread_mutex_t *mutex, struct timespec *ts) argument
359 r = pthread_cond_timedwait(&cond->cond, mutex, ts);
801 struct timespec ts; local
810 ts.tv_sec = tv.tv_sec + 60;
811 ts.tv_nsec = tv.tv_usec * 1000;
820 native_cond_timedwait(&cond, &thread_cache_lock, &ts);
1363 struct timespec ts; local
1364 ts.tv_sec = 0;
1365 ts.tv_nsec = TIME_QUANTUM_USEC * 1000;
1366 ts
[all...]
/macosx-10.10.1/tcpdump-61/tcpdump/
H A DsctpConstants.h536 #define TIMEVAL_TO_TIMESPEC(tv, ts) \
538 (ts)->tv_sec = (tv)->tv_sec; \
539 (ts)->tv_nsec = (tv)->tv_usec * 1000; \
/macosx-10.10.1/webdavfs-367/webdav_fs.kextproj/webdav_fs.kmodproj/
H A Dwebdav_vfsops.c112 struct timespec ts; local
130 ts.tv_sec = 1;
131 ts.tv_nsec = 0;
132 error = msleep((caddr_t)&webdav_ref_table, NULL, PCATCH, "webdav_get_open_ref", &ts);
218 struct timespec ts; local
373 TIMEVAL_TO_TIMESPEC(&tv, &ts);
376 timespec_to_webdav_timespec64(ts, &wts);
613 struct timespec ts; local
630 nanouptime(&ts);
633 (((ts
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_sig.c969 struct user_timespec ts; local
976 error = copyin(uap->ts, &ts64, sizeof(ts64));
977 ts.tv_sec = ts64.tv_sec;
978 ts.tv_nsec = ts64.tv_nsec;
981 error = copyin(uap->ts, &ts32, sizeof(ts32));
982 ts.tv_sec = ts32.tv_sec;
983 ts.tv_nsec = ts32.tv_nsec;
990 if ((ts.tv_sec & 0xFFFFFFFF00000000ULL) != 0) {
991 ts.tv_sec = 0xFFFFFFFF;
992 ts
1068 struct user_timespec ts; local
[all...]
/macosx-10.10.1/apache-793/httpd/server/mpm/worker/
H A Dworker.c1002 static void create_listener_thread(thread_starter *ts) argument
1004 int my_child_num = ts->child_num_arg;
1005 apr_threadattr_t *thread_attr = ts->threadattr;
1013 rv = apr_thread_create(&ts->listener, thread_attr, listener_thread,
1021 apr_os_thread_get(&listener_os_thread, ts->listener);
1031 thread_starter *ts = dummy; local
1032 apr_thread_t **threads = ts->threads;
1033 apr_threadattr_t *thread_attr = ts->threadattr;
1034 int child_num_arg = ts->child_num_arg;
1098 create_listener_thread(ts);
1217 thread_starter *ts; local
[all...]
/macosx-10.10.1/gnutar-453/gnutar/tests/
H A Dgenfile.c281 struct timespec ts; member in struct:action
293 act->ts = touch_time;
651 struct timespec ts[2];
653 ts[0] = ts[1] = p->ts;
654 if (utimens (p->name, ts) != 0)
647 struct timespec ts[2]; local
/macosx-10.10.1/gnutar-453/gnutar/src/
H A Dxheader.c864 _decode_time (struct timespec *ts, char const *arg, char const *keyword)
931 ts->tv_sec = s;
932 ts->tv_nsec = ns;
941 decode_time (struct timespec *ts, char const *arg, char const *keyword)
943 switch (_decode_time (ts, arg, keyword))
1022 struct timespec ts;
1023 if (decode_time (&ts, arg, keyword))
1024 st->atime = ts;
1090 struct timespec ts;
1091 if (decode_time (&ts, ar
859 _decode_time(struct timespec *ts, char const *arg, char const *keyword) argument
936 decode_time(struct timespec *ts, char const *arg, char const *keyword) argument
1017 struct timespec ts; local
1085 struct timespec ts; local
1104 struct timespec ts; local
[all...]
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDResourceUserClient.cpp567 AbsoluteTime ts; local
589 clock_interval_to_deadline(kMicrosecondScale, _maxClientTimeoutUS, &ts);
591 switch ( _commandGate->commandSleep(retData, ts, THREAD_ABORTSAFE) ) {
635 AbsoluteTime ts; local
657 clock_interval_to_deadline(kMicrosecondScale, _maxClientTimeoutUS, (uint64_t *)&ts);
659 switch ( _commandGate->commandSleep(retData, ts, THREAD_ABORTSAFE) ) {
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PackageManager/
H A Dpackman.py445 ts = self.installationLog.textStorage()
446 ts.deleteCharactersInRange_((0, ts.length()))
485 ts = self.installationLog.textStorage()
486 ts.appendAttributedString_(
494 ts.appendAttributedString_(
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PackageManager/
H A Dpackman.py445 ts = self.installationLog.textStorage()
446 ts.deleteCharactersInRange_((0, ts.length()))
485 ts = self.installationLog.textStorage()
486 ts.appendAttributedString_(
494 ts.appendAttributedString_(
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/PackageManager/
H A Dpackman.py445 ts = self.installationLog.textStorage()
446 ts.deleteCharactersInRange_((0, ts.length()))
485 ts = self.installationLog.textStorage()
486 ts.appendAttributedString_(
494 ts.appendAttributedString_(
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DDateConstructor.cpp192 GregorianDateTime ts; local
193 msToGregorianDateTime(vm, currentTimeMS(), false, ts);
194 return JSValue::encode(jsNontrivialString(&vm, formatDateTime(ts, DateTimeFormatDateAndTime, false)));
/macosx-10.10.1/apr-32/apr/apr/test/
H A Dabts.c152 void abts_run_test(abts_suite *ts, test_func f, void *value) argument
157 if (!should_test_run(ts->tail->name)) {
160 ss = ts->tail;
/macosx-10.10.1/apr-32/apr-util/apr-util/test/
H A Dabts.c152 void abts_run_test(abts_suite *ts, test_func f, void *value) argument
157 if (!should_test_run(ts->tail->name)) {
160 ss = ts->tail;

Completed in 432 milliseconds

<<11121314151617181920>>