Searched refs:ts (Results 276 - 300 of 980) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/filters/
H A DFETurbulence.cpp409 static TextStream& operator<<(TextStream& ts, const TurbulenceType& type)
413 ts << "UNKNOWN";
416 ts << "TURBULANCE";
419 ts << "NOISE";
422 return ts;
425 TextStream& FETurbulence::externalRepresentation(TextStream& ts, int indent) const
427 writeIndent(ts, indent);
428 ts << "[feTurbulence";
429 FilterEffect::externalRepresentation(ts);
430 ts << " typ
[all...]
H A DFECustomFilter.cpp372 TextStream& FECustomFilter::externalRepresentation(TextStream& ts, int indent) const argument
374 writeIndent(ts, indent);
375 ts << "[feCustomFilter";
376 FilterEffect::externalRepresentation(ts);
377 ts << "]\n";
378 inputEffect(0)->externalRepresentation(ts, indent + 1);
379 return ts;
H A DFEGaussianBlur.cpp309 TextStream& FEGaussianBlur::externalRepresentation(TextStream& ts, int indent) const argument
311 writeIndent(ts, indent);
312 ts << "[feGaussianBlur";
313 FilterEffect::externalRepresentation(ts);
314 ts << " stdDeviation=\"" << m_stdX << ", " << m_stdY << "\"]\n";
315 inputEffect(0)->externalRepresentation(ts, indent + 1);
316 return ts;
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DTrustSettings.h81 TrustSettings*& ts);
90 TrustSettings*& ts);
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DTrustSettings.h81 TrustSettings*& ts);
90 TrustSettings*& ts);
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DTrustSettings.h81 TrustSettings*& ts);
90 TrustSettings*& ts);
/macosx-10.9.5/text_cmds-87/tail/
H A Dforward.c393 struct timespec ts; local
396 ts.tv_sec = 0;
397 ts.tv_nsec = 0;
421 if (kevent(kq, ev, n, NULL, 0, &ts) < 0) {
436 struct timespec ts; local
494 ts.tv_sec = 1;
495 ts.tv_nsec = 0;
500 n = kevent(kq, NULL, 0, ev, 1, Fflag ? &ts : NULL);
/macosx-10.9.5/vim-53/runtime/compiler/
H A Drspec.vim41 " vim: nowrap sw=2 sts=2 ts=8:
H A Drubyunit.vim35 " vim: nowrap sw=2 sts=2 ts=8:
/macosx-10.9.5/vim-53/runtime/indent/
H A Dd.vim22 " vim: ts=8 noet
H A Dlifelines.vim24 " vim: ts=8 sw=4
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dqf.vim24 " vim: ts=8
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/IOKit/hidsystem/
H A DIOHIKeyboard.h56 /* atTime */ AbsoluteTime ts);
65 /* atTime */ AbsoluteTime ts);
83 /* atTime */ AbsoluteTime ts,
95 /* atTime */ AbsoluteTime ts,
270 /* atTime */ AbsoluteTime ts);
279 /* atTime */ AbsoluteTime ts);
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_clock.c185 * ts: timeout interval, in timespec
191 struct timespec *ts)
195 if (ts && (ts->tv_sec || ts->tv_nsec)) {
196 nanoseconds_to_absolutetime((uint64_t)ts->tv_sec * NSEC_PER_SEC + ts->tv_nsec, &deadline );
188 bsd_timeout( timeout_fcn_t fcn, void *param, struct timespec *ts) argument
/macosx-10.9.5/smb-697.95.1/kernel/netsmb/
H A Dsmb_iod.c994 struct timespec ts; local
1012 ts.tv_sec = 1;
1013 ts.tv_nsec = 0;
1014 msleep(&iod->iod_flags, 0, PWAIT, "90sndw", &ts);
1157 struct timespec ts; local
1166 ts.tv_sec = 1;
1167 ts.tv_nsec = 0;
1168 msleep(&iod->iod_flags, 0, PWAIT, "90irq", &ts);
1189 ts.tv_sec = 15;
1190 ts
1245 struct timespec now, ts, uetimeout; local
[all...]
/macosx-10.9.5/libpcap-42/libpcap/
H A Dpcap-win32.c263 ULONGLONG ts; local
367 ts = header->ts;
368 pcap_header.ts.tv_sec = (int)(ts >> 32);
369 ts = (ts & 0xffffffffi64) * 1000000;
370 ts += 0x80000000; /* rounding */
371 pcap_header.ts.tv_usec = (int)(ts >> 3
[all...]
/macosx-10.9.5/file_cmds-230/cp/
H A Dutils.c355 struct stat ts; local
374 if (fdval ? fstat(fd, &ts) :
375 (islink ? lstat(to.p_path, &ts) : stat(to.p_path, &ts)))
379 ts.st_mode &= S_ISUID | S_ISGID | S_ISVTX |
388 if (!gotstat || fs->st_uid != ts.st_uid || fs->st_gid != ts.st_gid)
399 if (!gotstat || fs->st_mode != ts.st_mode)
407 if (!gotstat || fs->st_flags != ts.st_flags)
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/bn/
H A Dbn_exp2.c40 int start=1,ts=0,x,y; local
86 ts=1;
140 ts=k;
209 for (i=0; i<ts; i++)
211 for (j=0; j<ts; j++)
H A Dbn_exp.c407 int start=1,ts=0; local
427 ts=1;
443 ts=i;
507 for (i=0; i<ts; i++)
518 int start=1,ts=0; local
562 ts=1;
584 ts=i;
651 for (i=0; i<ts; i++)
801 int i,j,bits,ret=0,wstart,wend,window,wvalue,ts=0; local
818 ts
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/test/
H A Dsockperf.c182 static apr_status_t runTest(struct testSet *ts, struct testResult *res, argument
188 apr_size_t sz = ts->size * TEST_SIZE;
195 memset(buffer, ts->c, sz);
197 res->iters = ts->iters > MAX_ITERS ? MAX_ITERS : ts->iters;
/macosx-10.9.5/apr-30/apr/apr/test/
H A Dsockperf.c173 static apr_status_t runTest(struct testSet *ts, struct testResult *res, argument
179 apr_size_t sz = ts->size * TEST_SIZE;
186 memset(buffer, ts->c, sz);
188 res->iters = ts->iters > MAX_ITERS ? MAX_ITERS : ts->iters;
/macosx-10.9.5/ksh-20/ksh/src/lib/libcmd/
H A Ddate.c285 Time_t ts; local
415 ts = convert(fmts, s, now);
417 if (te > ts)
418 e += te - ts;
420 e += ts - te;
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/test_micro/
H A Db_workload.c41 conf.ts = "Btree";
86 conf.ts = "Btree";
92 conf.ts = "Hash";
218 conf.ts, b_workload_workload_str(conf.workload), (u_long)conf.pcount);
237 printf("%s %s ", conf.message, conf.ts);
413 printf("\tdatabase type: %s\n", config->ts);
442 (u_long)config->pcount, config->ts,
449 1 : config->gcount), config->ts,
455 (u_long)config->pcount, config->ts,
467 config->ts, (u_lon
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test_micro/source/
H A Db_workload.c41 conf.ts = "Btree";
85 conf.ts = "Btree";
91 conf.ts = "Hash";
217 conf.ts, workload_str(conf.workload), (u_long)conf.pcount);
236 printf("%s %s ", conf.message, conf.ts);
412 printf("\tdatabase type: %s\n", config->ts);
441 (u_long)config->pcount, config->ts,
448 1 : config->gcount), config->ts,
454 (u_long)config->pcount, config->ts,
466 config->ts, (u_lon
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dmidnight.el180 (let ((tm (float-time)) bts (ts (format-time-string "%Y-%m-%d %T"))
186 (message "[%s] `%s' [%s %d]" ts bn (if bts (round delay)) cbld)
194 (message "[%s] killing `%s'" ts bn)

Completed in 306 milliseconds

<<11121314151617181920>>