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

123456

/external/webkit/WebCore/rendering/
H A DSVGRenderTreeAsText.h73 TextStream& operator<<(TextStream& ts, const Vector<Item*>& v) argument
75 ts << "[";
78 ts << *v[i];
80 ts << ", ";
83 ts << "]";
84 return ts;
88 TextStream& operator<<(TextStream& ts, const Vector<Item>& v) argument
90 ts << "[";
93 ts << v[i];
95 ts << ", ";
103 operator <<(TextStream& ts, Pointer* t) argument
[all...]
/external/webkit/WebCore/svg/graphics/filters/
H A DSVGLightSource.cpp32 static TextStream& operator<<(TextStream& ts, const FloatPoint3D& p) argument
34 ts << "x=" << p.x() << " y=" << p.y() << " z=" << p.z();
35 return ts;
38 TextStream& PointLightSource::externalRepresentation(TextStream& ts) const
40 ts << "[type=POINT-LIGHT] ";
41 ts << "[position=\"" << position() << "\"]";
42 return ts;
45 TextStream& SpotLightSource::externalRepresentation(TextStream& ts) const
47 ts << "[type=SPOT-LIGHT] ";
48 ts << "[positio
[all...]
/external/openssl/crypto/asn1/
H A Da_time.c103 struct tm *ts; local
106 ts=OPENSSL_gmtime(&t,&data);
107 if (ts == NULL)
112 if((ts->tm_year >= 50) && (ts->tm_year < 150))
H A Da_gentm.c210 struct tm *ts; local
219 ts=OPENSSL_gmtime(&t, &data);
220 if (ts == NULL)
238 BIO_snprintf(p,len,"%04d%02d%02d%02d%02d%02dZ",ts->tm_year + 1900,
239 ts->tm_mon+1,ts->tm_mday,ts->tm_hour,ts->tm_min,ts->tm_sec);
/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);
H A Dplat.c67 void plat_x2c(void *info, __u64 ts, __u64 latency) argument
69 double now = TO_SEC(ts);
/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/opencore/fileformats/mp4/composer/src/
H A Dmediaheaderatom.cpp67 PVA_FF_MediaHeaderAtom::addSample(uint32 ts) argument
69 _deltaTS = ts - _prevTS;
71 setDuration(ts);
73 _prevTS = ts;
80 PVA_FF_MediaHeaderAtom::updateLastTSEntry(uint32 ts) argument
83 setDuration(ts);
H A Dmovieextendsheaderatom.cpp61 PVA_FF_MovieExtendsHeaderAtom::updateMovieFragmentDuration(uint32 ts) argument
63 if (ts > _fragmentDuration)
65 _fragmentDuration = ts;
H A Dmovieheaderatom.cpp92 PVA_FF_MovieHeaderAtom::addSample(uint32 ts) argument
95 // Currenly ts for the media samples fp in terms of milliseconds
97 (uint32)((getTimeScale() / 1000.0f) * ts + 0.5f); // For rounding
H A Dtimetosampleatom.cpp57 PVA_FF_TimeToSampleAtom::nextSample(uint32 ts) argument
67 _currentTimestamp = ts;
73 int32 delta = ts - _currentTimestamp;
74 _currentTimestamp = ts;
91 PVA_FF_TimeToSampleAtom::updateLastTSEntry(uint32 ts) argument
96 int32 delta = ts - _currentTimestamp;
108 // Entries are calculated as difference between current ts and previous ts. Therefore
/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/ipsec-tools/src/racoon/
H A Dlogger.c185 char ts[256]; local
198 strftime(ts, sizeof(ts), "%B %d %T", tm);
199 fprintf(fp, "%s: %s\n", ts, p->buf[j]);
/external/opencore/fileformats/mp4/composer/include/
H A Damrsampleentry.h39 void setTimeScale(uint16 ts) argument
41 _timeScale = ts;
H A Dmediaheaderatom.h57 void setTimeScale(uint32 ts) argument
59 _timeScale = ts;
87 void addSample(uint32 ts);
88 void updateLastTSEntry(uint32 ts);
H A Dmovieheaderatom.h58 void setTimeScale(uint32 ts) argument
60 _timeScale = ts;
85 void addSample(uint32 ts); // Informs that another sample was added at time ts
/external/icu4c/test/compat/
H A Dtzdate.c111 struct tm ts; local
115 ts = *localtime(&now);
118 memset(&ts, 0, sizeof(ts));
119 ts.tm_year = year;
120 ts.tm_mon = month - OFFSET_MONTH;
121 ts.tm_mday = day;
122 ts.tm_hour = hour;
123 ts.tm_min = minute;
125 now = mktime(&ts);
[all...]
/external/opencore/android/
H A Dandroid_audio_output.h59 OSSRequest(uint8* data, uint32 len, PVMFCommandId id, const OsclAny* ctx, const PVMFTimestamp& ts) : argument
60 iData(data), iDataLen(len), iCmdId(id), iContext(ctx), iTimestamp(ts)

Completed in 346 milliseconds

123456