Searched defs:ts (Results 1 - 25 of 160) sorted by relevance

1234567

/external/clang/test/SemaCXX/
H A DPR9459.cpp6 template<typename>struct ts{}ap() // expected-error {{expected ';' after struct}} expected-error {{requires a type specifier}} struct
7 {ts<a>::ap<ae_same<int>::&ae_same<>>::p(a); }; // expected-error {{use of undeclared identifier 'a'}}
H A Dwarn-large-by-value-copy.cpp35 void tf(TS<size> ts) {} // expected-warning {{ts' is a large (300 bytes) pass-by-value argument}} argument
38 TS<300> ts; local
39 tf<300>(ts); // expected-note {{instantiation}}
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerClient.java40 * @param ts A reference to a TransformState object
42 void setTransformState(TransformState ts); argument
/external/clang/test/PCH/
H A Dpragma-diag-section.cpp25 TS<int> ts; local
26 ts.m();
/external/qemu/
H A Dqemu-timer-common.c56 struct timespec ts; local
57 if (clock_gettime(CLOCK_MONOTONIC, &ts) == 0) {
/external/valgrind/main/none/tests/
H A Dsem.c15 struct timespec ts; local
43 ts.tv_sec = 0;
44 ts.tv_nsec = 1000000;
46 if (semtimedop(semid, &sop, 1, &ts) < 0 && errno != EAGAIN)
70 ts.tv_sec = 0;
71 ts.tv_nsec = 1000;
73 if (semtimedop(semid, &sop, 1, &ts) < 0)
/external/webkit/Source/WebCore/rendering/svg/
H A DSVGRenderTreeAsText.h70 TextStream& operator<<(TextStream& ts, const Vector<Item*>& v) argument
72 ts << "[";
75 ts << *v[i];
77 ts << ", ";
80 ts << "]";
81 return ts;
85 TextStream& operator<<(TextStream& ts, Pointer* t) argument
87 ts << reinterpret_cast<intptr_t>(t);
88 return ts;
/external/valgrind/main/auxprogs/
H A Daix5_VKI_info.c175 struct timespec ts; local
179 (int)sizeof(ts.tv_sec));
182 (int)sizeof(ts.tv_nsec));
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
H A DCodeSigner_ImplTest.java41 private Timestamp ts = new Timestamp(now, cpath); field in class:CodeSigner_ImplTest
47 assertTrue(new CodeSigner(cpath, ts).hashCode() == (cpath.hashCode() ^ ts
/external/blktrace/btt/
H A Daqd.c59 void aqd_issue(void *info, double ts) argument
64 fprintf(ap->fp, "%lf %d\n%lf %d\n", ts, ap->na, ts, ap->na + 1);
69 void aqd_complete(void *info, double ts) argument
76 ts, ap->na, ts, ap->na - 1);
/external/libffi/testsuite/libffi.call/
H A Dstruct1.c17 static test_structure_1 struct1(test_structure_1 ts) argument
19 ts.uc++;
20 ts.d--;
21 ts.ui++;
23 return ts;
H A Dstruct2.c16 static test_structure_2 struct2(test_structure_2 ts) argument
18 ts.d1--;
19 ts.d2--;
21 return ts;
H A Dstruct3.c15 static test_structure_3 struct3(test_structure_3 ts) argument
17 ts.si = -(ts.si*2);
19 return ts;
H A Dstruct4.c17 static test_structure_4 struct4(test_structure_4 ts) argument
19 ts.ui3 = ts.ui1 * ts.ui2 * ts.ui3;
21 return ts;
H A Dstruct6.c15 static test_structure_6 struct6 (test_structure_6 ts) argument
17 ts.f += 1;
18 ts.d += 1;
20 return ts;
H A Dstruct7.c16 static test_structure_7 struct7 (test_structure_7 ts) argument
18 ts.f1 += 1;
19 ts.f2 += 1;
20 ts.d += 1;
22 return ts;
H A Dstruct8.c17 static test_structure_8 struct8 (test_structure_8 ts) argument
19 ts.f1 += 1;
20 ts.f2 += 1;
21 ts.f3 += 1;
22 ts.f4 += 1;
24 return ts;
H A Dstruct9.c16 static test_structure_9 struct9 (test_structure_9 ts) argument
18 ts.f += 1;
19 ts.i += 1;
21 return ts;
/external/openssl/crypto/asn1/
H A Da_time.c109 struct tm *ts; local
112 ts=OPENSSL_gmtime(&t,&data);
113 if (ts == NULL)
120 if (!OPENSSL_gmtime_adj(ts, offset_day, offset_sec))
123 if((ts->tm_year >= 50) && (ts->tm_year < 150))
/external/strace/
H A Dterm.c197 struct ttysize ts; local
312 if (!verbose(tcp) || umove(tcp, arg, &ts) < 0)
315 ts.ts_lines, ts.ts_cols);
/external/valgrind/main/drd/tests/
H A Dhold_lock.c16 struct timespec ts; local
19 ts.tv_sec = ms / 1000;
20 ts.tv_nsec = (ms % 1000) * 1000 * 1000;
21 nanosleep(&ts, 0);
/external/valgrind/main/memcheck/tests/
H A Dlinux-syscalls-2007.c40 struct timespec ts = { .tv_sec = 1, .tv_nsec = 0 }; local
54 ppoll (pfd, 2, &ts, &mask);
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
H A DCCCanvasLayerImpl.cpp70 void CCCanvasLayerImpl::dumpLayerProperties(TextStream& ts, int indent) const argument
72 writeIndent(ts, indent);
73 ts << "canvas layer texture id: " << m_textureId << " premultiplied: " << m_premultipliedAlpha << "\n";
74 CCLayerImpl::dumpLayerProperties(ts, indent);
H A DCCPluginLayerImpl.cpp74 void CCPluginLayerImpl::dumpLayerProperties(TextStream& ts, int indent) const argument
76 writeIndent(ts, indent);
77 ts << "plugin layer texture id: " << m_textureId << "\n";
78 CCLayerImpl::dumpLayerProperties(ts, indent);
/external/webkit/Source/WebCore/platform/graphics/filters/
H A DFEFlood.cpp89 TextStream& FEFlood::externalRepresentation(TextStream& ts, int indent) const argument
91 writeIndent(ts, indent);
92 ts << "[feFlood";
93 FilterEffect::externalRepresentation(ts);
94 ts << " flood-color=\"" << floodColor().nameForRenderTreeAsText() << "\" "
96 return ts;

Completed in 1786 milliseconds

1234567