Searched refs:ts (Results 1 - 25 of 287) sorted by relevance

1234567891011>>

/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 Dlambda-expressions.cpp152 template<typename...Ts> bool f(Ts &&...ts) {
153 return g<Ts...>([&ts] {
154 if (!ts)
156 --ts;
189 template<typename...Ts> void nested(Ts ...ts) {
191 // Each expansion of this lambda implicitly captures all of 'ts', because
192 // the inner lambda also expands 'ts'.
194 return ts + [&] { return f(ts...); } ();
200 template<typename...Ts> void nested2(Ts ...ts) { // expecte
[all...]
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/antlr/antlr-3.4/runtime/Ruby/test/unit/
H A Dtest-scheme.rb11 @ts = TokenScheme.new do
20 @a_class.send(:include, @ts)
26 @ts::A.should == 4
27 @ts::B.should == 5
28 @ts::T__6.should == 6
29 @ts::EOF.should == -1
33 @ts::TOKEN_NAMES.should == {
38 @ts.token_name(5).should == 'B'
39 @ts.token_name(6).should == "'+'"
40 @ts
[all...]
/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/webkit/Source/WebCore/rendering/svg/
H A DSVGRenderTreeAsText.cpp100 TextStream& operator<<(TextStream& ts, TextStreamSeparator& sep) argument
103 ts << sep.m_separator;
106 return ts;
110 static void writeNameValuePair(TextStream& ts, const char* name, ValueType value) argument
112 ts << " [" << name << "=" << value << "]";
116 static void writeNameAndQuotedValue(TextStream& ts, const char* name, ValueType value) argument
118 ts << " [" << name << "=\"" << value << "\"]";
121 static void writeIfNotEmpty(TextStream& ts, const char* name, const String& value) argument
124 writeNameValuePair(ts, name, value);
128 static void writeIfNotDefault(TextStream& ts, cons argument
134 operator <<(TextStream& ts, const FloatRect &r) argument
159 operator <<(TextStream& ts, const AffineTransform& transform) argument
175 operator <<(TextStream& ts, const WindRule rule) argument
189 operator <<(TextStream& ts, const SVGUnitTypes::SVGUnitType& unitType) argument
206 operator <<(TextStream& ts, const SVGMarkerElement::SVGMarkerUnitsType& markerUnit) argument
223 operator <<(TextStream& ts, const Color& c) argument
229 operator <<(TextStream& ts, const DashArray& a) argument
243 operator <<(TextStream& ts, LineCap style) argument
260 operator <<(TextStream& ts, LineJoin style) argument
277 operator <<(TextStream& ts, GradientSpreadMethod mode) argument
294 writeSVGPaintingResource(TextStream& ts, RenderSVGResource* resource) argument
317 writeStyle(TextStream& ts, const RenderObject& object) argument
376 writePositionAndStyle(TextStream& ts, const RenderObject& object) argument
383 operator <<(TextStream& ts, const RenderSVGPath& path) argument
427 operator <<(TextStream& ts, const RenderSVGRoot& root) argument
432 writeRenderSVGTextBox(TextStream& ts, const RenderBlock& text) argument
450 writeSVGInlineTextBox(TextStream& ts, SVGInlineTextBox* textBox, int indent) argument
507 writeSVGInlineTextBoxes(TextStream& ts, const RenderText& text, int indent) argument
517 writeStandardPrefix(TextStream& ts, const RenderObject& object, int indent) argument
526 writeChildren(TextStream& ts, const RenderObject& object, int indent) argument
537 writeCommonGradientProperties(TextStream& ts, GradientSpreadMethod spreadMethod, const AffineTransform& gradientTransform, bool boundingBoxMode) argument
548 writeSVGResourceContainer(TextStream& ts, const RenderObject& object, int indent) argument
644 writeSVGContainer(TextStream& ts, const RenderObject& container, int indent) argument
656 write(TextStream& ts, const RenderSVGRoot& root, int indent) argument
663 writeSVGText(TextStream& ts, const RenderBlock& text, int indent) argument
672 writeSVGInlineText(TextStream& ts, const RenderText& text, int indent) argument
682 writeSVGImage(TextStream& ts, const RenderSVGImage& image, int indent) argument
690 write(TextStream& ts, const RenderSVGPath& path, int indent) argument
697 writeSVGGradientStop(TextStream& ts, const RenderSVGGradientStop& stop, int indent) argument
711 writeResources(TextStream& ts, const RenderObject& object, int indent) argument
[all...]
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/chromium-trace/trace-viewer/src/
H A Dlinux_perf_gesture_parser.js36 gestureOpenSlice: function(title, ts, opt_args) {
38 'touchpad_gesture', title, ts, opt_args);
41 gestureCloseSlice: function(title, ts) {
50 thread.endSlice(ts);
64 logEvent: function(eventName, cpuNumber, pid, ts, eventBase) {
69 this.gestureOpenSlice('GestureLog', ts, {name: innerEvent[2]});
72 this.gestureCloseSlice('GestureLog', ts);
88 syncEvent: function(eventName, cpuNumber, pid, ts, eventBase) {
92 this.gestureOpenSlice('SyncInterpret', ts,
96 this.gestureCloseSlice('SyncInterpret', ts);
[all...]
H A Dlinux_perf_mali_parser.js36 maliDDKOpenSlice: function(pid, ts, func, blockinfo) {
39 kthread.thread.beginSlice('gpu-driver', func, ts,
43 maliDDKCloseSlice: function(pid, ts, args, blockinfo) {
51 thread.endSlice(ts);
68 maliDDKEvent: function(eventName, cpuNumber, pid, ts, eventBase) {
73 this.maliDDKOpenSlice(pid, ts, maliEvent[3], maliEvent[2]);
76 this.maliDDKCloseSlice(pid, ts, [], maliEvent[2]);
85 dvfsSample: function(counterName, seriesName, ts, value) {
93 counter.timestamps.push(ts);
97 dvfsEventEvent: function(eventName, cpuNumber, pid, ts, eventBas
[all...]
H A Dlinux_perf_exynos_parser.js34 exynosFlipOpenSlice: function(ts, pipe) {
37 kthread.openSliceTS = ts;
41 exynosFlipCloseSlice: function(ts, args) {
48 ts - kthread.openSliceTS);
58 flipEvent: function(eventName, cpuNumber, pid, ts, eventBase) {
65 this.exynosFlipOpenSlice(ts, pipe);
67 this.exynosFlipCloseSlice(ts,
74 exynosBusfreqSample: function(name, ts, frequency) {
82 counter.timestamps.push(ts);
89 busfreqTargetIntEvent: function(eventName, cpuNumber, pid, ts, eventBas
[all...]
/external/webkit/Source/WebCore/rendering/
H A DRenderTreeAsText.cpp87 TextStream& operator<<(TextStream& ts, const IntRect& r) argument
89 return ts << "at (" << r.x() << "," << r.y() << ") size " << r.width() << "x" << r.height();
92 TextStream& operator<<(TextStream& ts, const IntPoint& p) argument
94 return ts << "(" << p.x() << "," << p.y() << ")";
97 TextStream& operator<<(TextStream& ts, const FloatPoint& p) argument
99 ts << "(";
101 ts << p.x();
103 ts << int(p.x());
104 ts << ",";
106 ts <<
112 operator <<(TextStream& ts, const FloatSize& s) argument
127 writeIndent(TextStream& ts, int indent) argument
133 printBorderStyle(TextStream& ts, const EBorderStyle borderStyle) argument
226 writeRenderObject(TextStream& ts, const RenderObject& o, RenderAsTextBehavior behavior) argument
491 writeTextRun(TextStream& ts, const RenderText& o, const InlineTextBox& run) argument
516 write(TextStream& ts, const RenderObject& o, int indent, RenderAsTextBehavior behavior) argument
593 write(TextStream& ts, RenderLayer& l, const IntRect& layerBounds, const IntRect& backgroundClipRect, const IntRect& clipRect, const IntRect& outlineClipRect, LayerPaintPhase paintPhase = LayerPaintPhaseAll, int indent = 0, RenderAsTextBehavior behavior = RenderAsTextBehaviorNormal) argument
646 writeLayers(TextStream& ts, const RenderLayer* rootLayer, RenderLayer* l, const IntRect& paintRect, int indent, RenderAsTextBehavior behavior) argument
736 writeSelection(TextStream& ts, const RenderObject* o) argument
[all...]
H A DRenderTreeAsText.h67 static void writeRenderObject(TextStream& ts, const RenderObject& o, RenderAsTextBehavior behavior);
76 TextStream& operator<<(TextStream& ts, const Vector<Item>& vector) argument
78 ts << "[";
82 ts << vector[i];
84 ts << ", ";
87 ts << "]";
88 return ts;
/external/webrtc/src/system_wrappers/source/
H A Dcondition_variable_posix.cc109 timespec ts; local
112 clock_gettime(CLOCK_REALTIME, &ts);
114 clock_gettime(CLOCK_MONOTONIC, &ts);
119 ts.tv_sec = tv.tv_sec;
120 ts.tv_nsec = tv.tv_usec * MICROSECONDS_PER_MILLISECOND;
123 ts.tv_sec += maxTimeInMS / MILLISECONDS_PER_SECOND;
124 ts.tv_nsec += (maxTimeInMS - ((maxTimeInMS / MILLISECONDS_PER_SECOND)*
127 if (ts.tv_nsec >= NANOSECONDS_PER_SECOND)
129 ts.tv_sec += ts
[all...]
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsLayer.cpp397 static void writeIndent(TextStream& ts, int indent) argument
400 ts << " ";
403 void GraphicsLayer::dumpLayer(TextStream& ts, int indent, LayerTreeAsTextBehavior behavior) const argument
405 writeIndent(ts, indent);
406 ts << "(" << "GraphicsLayer";
409 ts << " " << static_cast<void*>(const_cast<GraphicsLayer*>(this));
410 ts << " \"" << m_name << "\"";
413 ts << "\n";
414 dumpProperties(ts, indent, behavior);
415 writeIndent(ts, inden
419 dumpProperties(TextStream& ts, int indent, LayerTreeAsTextBehavior behavior) const argument
527 TextStream ts; local
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DTreeSetTest.java40 TreeSet ts; field in class:TreeSetTest
108 ts.add(new Integer(-8));
109 assertTrue("Failed to add Object", ts.contains(new Integer(-8)));
110 ts.add(objArray[0]);
111 assertTrue("Added existing element", ts.size() == objArray.length + 1);
122 s.addAll(ts);
123 assertTrue("Incorrect size after add", s.size() == ts.size());
124 Iterator i = ts.iterator();
135 ts.clear();
136 assertEquals("Returned non-zero size after clear", 0, ts
[all...]
/external/clang/test/PCH/
H A Dpragma-diag-section.cpp25 TS<int> ts; local
26 ts.m();
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DTimeStampParser.java85 float ts = Float.parseFloat(s);
86 timeStamp.setTimeStamp(ts);
88 long ts = Long.parseLong(firstNumber);
89 timeStamp.setTime(ts);
110 float ts = Float.parseFloat(s);
111 timeStamp.setDelay(ts);
113 int ts = Integer.parseInt(firstNumber);
114 timeStamp.setDelay(ts);
/external/webkit/Source/WebCore/platform/graphics/filters/
H A DDistantLightSource.cpp70 TextStream& DistantLightSource::externalRepresentation(TextStream& ts) const
72 ts << "[type=DISTANT-LIGHT] ";
73 ts << "[azimuth=\"" << azimuth() << "\"]";
74 ts << "[elevation=\"" << elevation() << "\"]";
75 return ts;
H A DFEMerge.cpp72 TextStream& FEMerge::externalRepresentation(TextStream& ts, int indent) const argument
74 writeIndent(ts, indent);
75 ts << "[feMerge";
76 FilterEffect::externalRepresentation(ts);
79 ts << " mergeNodes=\"" << size << "\"]\n";
81 inputEffect(i)->externalRepresentation(ts, indent + 1);
82 return ts;
H A DPointLightSource.cpp76 static TextStream& operator<<(TextStream& ts, const FloatPoint3D& p) argument
78 ts << "x=" << p.x() << " y=" << p.y() << " z=" << p.z();
79 return ts;
82 TextStream& PointLightSource::externalRepresentation(TextStream& ts) const
84 ts << "[type=POINT-LIGHT] ";
85 ts << "[position=\"" << position() << "\"]";
86 return ts;
H A DFEComponentTransfer.cpp191 static TextStream& operator<<(TextStream& ts, const ComponentTransferType& type) argument
195 ts << "UNKNOWN";
198 ts << "IDENTITY";
201 ts << "TABLE";
204 ts << "DISCRETE";
207 ts << "LINEAR";
210 ts << "GAMMA";
213 return ts;
216 static TextStream& operator<<(TextStream& ts, const ComponentTransferFunction& function) argument
218 ts << "typ
227 externalRepresentation(TextStream& ts, int indent) const argument
[all...]
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_sock_thread.c103 static thread_slot_t ts[MAX_THREAD]; variable
184 APPL_TRACE_DEBUG2("ts[%d].used:%d", i, ts[i].used);
185 if(!ts[i].used)
187 ts[i].used = 1;
199 ts[h].used = 0;
214 ts[h].cmd_fdr = ts[h].cmd_fdw = -1;
215 ts[h].used = 0;
216 ts[
[all...]
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3tokenstream.c54 static pANTLR3_COMMON_TOKEN tokLT (pANTLR3_TOKEN_STREAM ts, ANTLR3_INT32 k);
55 static pANTLR3_COMMON_TOKEN dbgTokLT (pANTLR3_TOKEN_STREAM ts, ANTLR3_INT32 k);
56 static pANTLR3_COMMON_TOKEN get (pANTLR3_TOKEN_STREAM ts, ANTLR3_UINT32 i);
57 static pANTLR3_TOKEN_SOURCE getTokenSource (pANTLR3_TOKEN_STREAM ts);
58 static void setTokenSource (pANTLR3_TOKEN_STREAM ts, pANTLR3_TOKEN_SOURCE tokenSource);
59 static pANTLR3_STRING toString (pANTLR3_TOKEN_STREAM ts);
60 static pANTLR3_STRING toStringSS (pANTLR3_TOKEN_STREAM ts, ANTLR3_UINT32 start, ANTLR3_UINT32 stop);
61 static pANTLR3_STRING toStringTT (pANTLR3_TOKEN_STREAM ts, pANTLR3_COMMON_TOKEN start, pANTLR3_COMMON_TOKEN stop);
62 static void setDebugListener (pANTLR3_TOKEN_STREAM ts, pANTLR3_DEBUG_EVENT_LISTENER debugger);
328 setDebugListener (pANTLR3_TOKEN_STREAM ts, pANTLR3_DEBUG_EVENT_LISTENE argument
352 tokLT(pANTLR3_TOKEN_STREAM ts, ANTLR3_INT32 k) argument
420 pANTLR3_TOKEN_STREAM ts; local
437 dbgTokLT(pANTLR3_TOKEN_STREAM ts, ANTLR3_INT32 k) argument
497 get(pANTLR3_TOKEN_STREAM ts, ANTLR3_UINT32 i) argument
507 getTokenSource(pANTLR3_TOKEN_STREAM ts) argument
513 setTokenSource( pANTLR3_TOKEN_STREAM ts, pANTLR3_TOKEN_SOURCE tokenSource) argument
520 toString(pANTLR3_TOKEN_STREAM ts) argument
535 toStringSS(pANTLR3_TOKEN_STREAM ts, ANTLR3_UINT32 start, ANTLR3_UINT32 stop) argument
580 toStringTT(pANTLR3_TOKEN_STREAM ts, pANTLR3_COMMON_TOKEN start, pANTLR3_COMMON_TOKEN stop) argument
603 pANTLR3_TOKEN_STREAM ts; local
622 pANTLR3_TOKEN_STREAM ts; local
802 pANTLR3_TOKEN_STREAM ts; local
824 pANTLR3_TOKEN_STREAM ts; local
848 pANTLR3_TOKEN_STREAM ts; local
868 pANTLR3_TOKEN_STREAM ts; local
885 pANTLR3_TOKEN_STREAM ts; local
896 pANTLR3_TOKEN_STREAM ts; local
917 pANTLR3_TOKEN_STREAM ts; local
930 pANTLR3_TOKEN_STREAM ts; local
[all...]
/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/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...]

Completed in 467 milliseconds

1234567891011>>