Home
last modified time | relevance | path

Searched defs:t (Results 1 – 25 of 3737) sorted by relevance

12345678910>>...150

/external/libcxx/test/std/experimental/utilities/tuple/tuple.apply/
Darg_type.pass.cpp37 Tuple t{1, 2}; in test_values() local
41 Tuple t{2, 2}; in test_values() local
45 Tuple t{2, 3}; in test_values() local
49 Tuple t{3, 3}; in test_values() local
53 Tuple const t{4, 4}; in test_values() local
57 Tuple const t{4, 5}; in test_values() local
69 Tuple t{x, y}; in test_refs() local
74 Tuple t{x, y}; in test_refs() local
79 Tuple t{x, y}; in test_refs() local
84 Tuple const t{x, y}; in test_refs() local
[all …]
Dtypes.pass.cpp102 Tuple t{}; in test_void_0() local
109 Tuple t{}; in test_void_0() local
117 Tuple t{}; in test_void_0() local
125 Tuple t{}; in test_void_0() local
138 Tuple t{1}; in test_void_1() local
145 Tuple t{2}; in test_void_1() local
153 Tuple t{3}; in test_void_1() local
161 Tuple t{4}; in test_void_1() local
174 Tuple t{1, 2}; in test_void_2() local
181 Tuple t{2, 3}; in test_void_2() local
[all …]
Dextended_types.pass.cpp105 Tuple t{a}; in test_ext_int_0() local
113 TuplePtr t{&a}; in test_ext_int_0() local
121 TupleBase t{a}; in test_ext_int_0() local
129 TupleWrap t{a}; in test_ext_int_0() local
137 ConstTuple t{a}; in test_ext_int_0() local
145 ConstTuplePtr t{&a}; in test_ext_int_0() local
153 ConstTupleBase t{a}; in test_ext_int_0() local
161 ConstTupleWrap t{a}; in test_ext_int_0() local
168 Tuple t{a}; in test_ext_int_0() local
174 TuplePtr t{&a}; in test_ext_int_0() local
[all …]
/external/chromium-trace/catapult/tracing/third_party/chai/
Dchai.js1 !function(){function require(e){var t=require.modules[e];if(t)return"exports"in t||"function"!=type… argument
2 f(r))return o(r);if(0===O.length&&(!E||0==r.length))return _[0]+S+_[1];if(0>p)return h(r)?t.stylize… argument
/external/chromium-trace/catapult/third_party/chai/
Dchai.js1 !function(){function require(e){var t=require.modules[e];if(t)return"exports"in t||"function"!=type… argument
2 f(r))return o(r);if(0===O.length&&(!E||0==r.length))return _[0]+S+_[1];if(0>p)return h(r)?t.stylize… argument
/external/v8/test/webkit/
Dstring-trim.js38 {s : '\u0009', t : 'HORIZONTAL TAB'}, property
39 {s : '\u000A', t : 'LINE FEED OR NEW LINE'}, property
40 {s : '\u000B', t : 'VERTICAL TAB'}, property
41 {s : '\u000C', t : 'FORMFEED'}, property
42 {s : '\u000D', t : 'CARRIAGE RETURN'}, property
43 {s : '\u0020', t : 'SPACE'}, property
44 {s : '\u00A0', t : 'NO-BREAK SPACE'}, property
45 {s : '\u2000', t : 'EN QUAD'}, property
46 {s : '\u2001', t : 'EM QUAD'}, property
47 {s : '\u2002', t : 'EN SPACE'}, property
[all …]
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/
DCoverageTransformerTest.java67 CoverageTransformer t = createTransformer(); in testHasSourceLocationNegative1() local
73 CoverageTransformer t = createTransformer(); in testHasSourceLocationNegative2() local
80 CoverageTransformer t = createTransformer(); in testHasSourceLocationNegative3() local
88 CoverageTransformer t = createTransformer(); in testHasSourceLocationPositive() local
94 CoverageTransformer t = createTransformer(); in testFilterAgentClass() local
102 CoverageTransformer t = createTransformer(); in testFilterIncludesBootstrapClassesPositive() local
109 CoverageTransformer t = createTransformer(); in testFilterIncludesBootstrapClassesNegative() local
117 CoverageTransformer t = createTransformer(); in testFilterClassLoaderPositive1() local
125 CoverageTransformer t = createTransformer(); in testFilterClassLoaderPositive2() local
133 CoverageTransformer t = createTransformer(); in testFilterClassLoaderNegative1() local
[all …]
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DTimeTest.java17 Time t = new Time(); in shouldSetToNow() local
24 Time t = new Time(); in shouldHaveNoArgsConstructor() local
30 Time t = new Time(); in shouldHaveCopyConstructor() local
44 Time t = new Time(); in shouldHaveSetTime() local
59 Time t = new Time(); in shouldHaveSet3Args() local
68 Time t = new Time(); in shouldHaveSet6Args() local
80 Time t = new Time("UTC"); in shouldHaveTimeZoneConstructor() local
86 Time t = new Time(); in shouldClear() local
104 Time t = new Time(); in shouldHaveToMillis() local
133 Time t = new Time("Europe/Berlin"); in shouldHaveParse() local
[all …]
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
DCommonTreeAdaptor.js20 dupNode: function(t) { argument
69 setTokenBoundaries: function(t, startToken, stopToken) { argument
97 getTokenStartIndex: function(t) { argument
104 getTokenStopIndex: function(t) { argument
111 getText: function(t) { argument
118 getType: function(t) { argument
129 getToken: function(t) { argument
136 getChild: function(t, i) { argument
143 getChildCount: function(t) { argument
150 getParent: function(t) { argument
[all …]
/external/v8/test/mjsunit/compiler/
Doptimized-for-in.js36 function a(t) { argument
45 function b(t) { argument
55 function c(t) { argument
64 function d(t) { argument
74 function e(t) { argument
85 function f(t) { argument
96 function g(t) { argument
111 function h(t, deopt) { argument
124 function j(t, deopt) { argument
137 function k(t, deopt) { argument
[all …]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DCommonTreeAdaptor.cs60 public override object DupNode(object t) { in DupNode()
116 public override void SetTokenBoundaries(object t, IToken startToken, IToken stopToken) { in SetTokenBoundaries()
133 public override int GetTokenStartIndex(object t) { in GetTokenStartIndex()
140 public override int GetTokenStopIndex(object t) { in GetTokenStopIndex()
147 public override string GetText(object t) { in GetText()
154 public override int GetType(object t) { in GetType()
167 public override IToken GetToken(object t) { in GetToken()
174 public override object GetChild(object t, int i) { in GetChild()
181 public override int GetChildCount(object t) { in GetChildCount()
188 public override object GetParent(object t) { in GetParent()
[all …]
DITreeAdaptor.cs111 void AddChild(object t, object child); in AddChild()
238 int GetType(object t); in GetType()
241 void SetType(object t, int type); in SetType()
243 string GetText(object t); in GetText()
246 void SetText(object t, string text); in SetText()
259 IToken GetToken(object t); in GetToken()
269 void SetTokenBoundaries(object t, IToken startToken, IToken stopToken); in SetTokenBoundaries()
272 int GetTokenStartIndex(object t); in GetTokenStartIndex()
275 int GetTokenStopIndex(object t); in GetTokenStopIndex()
283 object GetChild(object t, int i); in GetChild()
[all …]
DBaseTreeAdaptor.cs91 public virtual object DupTree(object t, object parent) { in DupTree()
117 public virtual void AddChild(object t, object child) { in AddChild()
223 public virtual int GetType(object t) { in GetType()
227 public virtual void SetType(object t, int type) { in SetType()
231 public virtual string GetText(object t) { in GetText()
235 public virtual void SetText(object t, string text) { in SetText()
239 public virtual object GetChild(object t, int i) { in GetChild()
243 public virtual void SetChild(object t, int i, object child) { in SetChild()
247 public virtual object DeleteChild(object t, int i) { in DeleteChild()
251 public virtual int GetChildCount(object t) { in GetChildCount()
[all …]
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/delegation/
Dimport.rb21 def capture(t) argument
53 def capture(t) argument
84 def capture(t) argument
118 def capture(t) argument
131 def capture(t) argument
162 def capture(t) argument
175 def capture(t) argument
209 def capture(t) argument
237 def capture(t) argument
265 def capture(t) argument
[all …]
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
DTestTreeWizard.java49 CommonTree t = (CommonTree)wiz.create("ID"); in testSingleNode() local
57 CommonTree t = (CommonTree)wiz.create("ID[foo]"); in testSingleNodeWithArg() local
65 CommonTree t = (CommonTree)wiz.create("(A)"); in testSingleNodeTree() local
73 CommonTree t = (CommonTree)wiz.create("(A B C D)"); in testSingleLevelTree() local
81 CommonTree t = (CommonTree)wiz.create("(nil A B C)"); in testListTree() local
89 CommonTree t = (CommonTree)wiz.create("A B C"); in testInvalidListTree() local
95 CommonTree t = (CommonTree)wiz.create("(A (B C) (B D) E)"); in testDoubleLevelTree() local
103 CommonTree t = (CommonTree)wiz.create("ID"); in testSingleNodeIndex() local
112 CommonTree t = (CommonTree)wiz.create("(A B C D)"); in testNoRepeatsIndex() local
121 CommonTree t = (CommonTree)wiz.create("(A B (A C B) B D D)"); in testRepeatsIndex() local
[all …]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
DCommonTreeAdaptor.java50 public Object dupNode(Object t) { in dupNode()
94 public void setTokenBoundaries(Object t, Token startToken, Token stopToken) { in setTokenBoundaries()
104 public int getTokenStartIndex(Object t) { in getTokenStartIndex()
109 public int getTokenStopIndex(Object t) { in getTokenStopIndex()
114 public String getText(Object t) { in getText()
119 public int getType(Object t) { in getType()
128 public Token getToken(Object t) { in getToken()
135 public Object getChild(Object t, int i) { in getChild()
140 public int getChildCount(Object t) { in getChildCount()
145 public Object getParent(Object t) { in getParent()
[all …]
DTreeAdaptor.java94 public void addChild(Object t, Object child); in addChild()
191 public int getType(Object t); in getType()
194 public void setType(Object t, int type); in setType()
196 public String getText(Object t); in getText()
199 public void setText(Object t, String text); in setText()
210 public Token getToken(Object t); in getToken()
218 public void setTokenBoundaries(Object t, Token startToken, Token stopToken); in setTokenBoundaries()
221 public int getTokenStartIndex(Object t); in getTokenStartIndex()
224 public int getTokenStopIndex(Object t); in getTokenStopIndex()
230 public Object getChild(Object t, int i); in getChild()
[all …]
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
Dconst_Types.pass.cpp59 std::tuple<int> t(2); in main() local
64 constexpr std::tuple<int> t(2); in main() local
68 constexpr std::tuple<int> t; in main() local
73 std::tuple<int, char*> t(2, 0); in main() local
79 constexpr std::tuple<int, char*> t(2, nullptr); in main() local
85 std::tuple<int, char*> t(2, nullptr); in main() local
90 std::tuple<int, char*, std::string> t(2, nullptr, "text"); in main() local
100 std::tuple<int, NoValueCtor, int, int> t(1, NoValueCtor(), 2, 3); in main() local
107 std::tuple<int, NoValueCtorEmpty, int, int> t(1, NoValueCtorEmpty(), 2, 3); in main() local
114 std::tuple<int, char*, std::string> t(2); in main() local
[all …]
/external/strace/
Dprint_time.c49 print_timespec_t(const timespec_t *t) in print_timespec_t()
55 print_timespec_t_utime(const timespec_t *t) in print_timespec_t_utime()
71 print_timeval_t(const timeval_t *t) in print_timeval_t()
78 timespec_t t; in MPERS_PRINTER_DECL() local
88 timespec_t t; in MPERS_PRINTER_DECL() local
106 timespec_t t[2]; in MPERS_PRINTER_DECL() local
120 timespec_t t[2]; in MPERS_PRINTER_DECL() local
134 timeval_t t; in MPERS_PRINTER_DECL() local
144 timeval_t t[2]; in MPERS_PRINTER_DECL() local
158 timeval_t t; in MPERS_PRINTER_DECL() local
[all …]
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/js/
Dtransform-handler.js4 {t: 'skew', d: [{deg: 10}, {deg: 0}]}, property
5 {t: 'skew', d: [{deg: 12}, {deg: 45}]}, property
6 {t: 'skewx', d: [{deg: 0}]}, property
7 {t: 'skewy', d: [{rad: 1.5}]} property
13 {t: 'scale', d: [-2, -2]}, property
14 {t: 'scale', d: [3, -4]}, property
15 {t: 'scalex', d: [5]}, property
16 {t: 'scaley', d: [-1]}, property
17 {t: 'scalez', d: [-3]} property
20 [{t: 'scale3d', d: [-2, 0, 7]}]); property
[all …]
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.c114 struct _glxapi_table *t = _mesa_GetGLXDispatchTable(); in get_dispatch() local
193 struct _glxapi_table *t; in glXChooseVisual() local
204 struct _glxapi_table *t; in glXCopyContext() local
215 struct _glxapi_table *t; in glXCreateContext() local
226 struct _glxapi_table *t; in glXCreateGLXPixmap() local
237 struct _glxapi_table *t; in glXDestroyContext() local
250 struct _glxapi_table *t; in glXDestroyGLXPixmap() local
261 struct _glxapi_table *t; in glXGetConfig() local
293 struct _glxapi_table *t; in glXIsDirect() local
305 struct _glxapi_table *t; in glXMakeCurrent() local
[all …]
/external/okhttp/website/static/
Dbootstrap.min.js6 …ition=function(){var e=function(){var e=document.createElement("bootstrap"),t={WebkitTransition:"w… argument
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DDebugTreeAdaptor.cs90 protected virtual void SimulateTreeConstruction(object t) { in SimulateTreeConstruction()
116 public virtual void AddChild(object t, object child) { in AddChild()
134 public virtual void AddChild(object t, IToken child) { in AddChild()
164 public virtual int GetType(object t) { in GetType()
168 public virtual void SetType(object t, int type) { in SetType()
172 public virtual string GetText(object t) { in GetText()
176 public virtual void SetText(object t, string text) { in SetText()
180 public virtual IToken GetToken(object t) { in GetToken()
184 public virtual void SetTokenBoundaries(object t, IToken startToken, IToken stopToken) { in SetTokenBoundaries()
193 public virtual int GetTokenStartIndex(object t) { in GetTokenStartIndex()
[all …]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
DITreeAdaptor`1.cs99 void AddChild(T t, T child); in AddChild()
226 int GetType(T t); in GetType()
229 void SetType(T t, int type); in SetType()
231 string GetText(T t); in GetText()
234 void SetText(T t, string text); in SetText()
247 IToken GetToken(T t); in GetToken()
257 void SetTokenBoundaries(T t, IToken startToken, IToken stopToken); in SetTokenBoundaries()
260 int GetTokenStartIndex(T t); in GetTokenStartIndex()
263 int GetTokenStopIndex(T t); in GetTokenStopIndex()
271 T GetChild(T t, int i); in GetChild()
[all …]
/external/chromium-trace/catapult/tracing/third_party/d3/
Dd3.min.js1 !function(){function n(n){return null!=n&&!isNaN(n)}function t(n){return n.length}function e(n){for… argument
2 },t.clipExtent=function(n){return arguments.length?(w=n,_=n?Pe(n[0][0],n[0][1],n[1][0],n[1][1]):bt,… argument
3 }return r.invert=function(t){return Io(n.invert(t))},r.domain=function(t){return arguments.length?(… argument
4 var t=x.length;if(t){x.sort(c);for(var e,r=1,u=x[0],i=[u];t>r;++r)e=x[r],s(e[0],u)||s(e[1],u)?(a(u[… argument
5 …tion(){return no([0,1])},Xo.svg={},Xo.svg.arc=function(){function n(){var n=t.apply(this,arguments… argument

12345678910>>...150