Home
last modified time | relevance | path

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

12345678910>>...111

/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/v8/test/mjsunit/third_party/
Dstring-trim.js48 {s : '\u0009', t : 'HORIZONTAL TAB'}, property
49 {s : '\u000A', t : 'LINE FEED OR NEW LINE'}, property
50 {s : '\u000B', t : 'VERTICAL TAB'}, property
51 {s : '\u000C', t : 'FORMFEED'}, property
52 {s : '\u000D', t : 'CARRIAGE RETURN'}, property
53 {s : '\u0020', t : 'SPACE'}, property
54 {s : '\u00A0', t : 'NO-BREAK SPACE'}, property
55 {s : '\u2000', t : 'EN QUAD'}, property
56 {s : '\u2001', t : 'EM QUAD'}, property
57 {s : '\u2002', t : 'EN SPACE'}, property
[all …]
/external/chromium_org/v8/test/mjsunit/third_party/
Dstring-trim.js48 {s : '\u0009', t : 'HORIZONTAL TAB'}, property
49 {s : '\u000A', t : 'LINE FEED OR NEW LINE'}, property
50 {s : '\u000B', t : 'VERTICAL TAB'}, property
51 {s : '\u000C', t : 'FORMFEED'}, property
52 {s : '\u000D', t : 'CARRIAGE RETURN'}, property
53 {s : '\u0020', t : 'SPACE'}, property
54 {s : '\u00A0', t : 'NO-BREAK SPACE'}, property
55 {s : '\u2000', t : 'EN QUAD'}, property
56 {s : '\u2001', t : 'EM QUAD'}, property
57 {s : '\u2002', t : 'EN SPACE'}, property
[all …]
/external/chromium_org/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/robolectric/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/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/chromium-trace/trace-viewer/third_party/gl-matrix/dist/
Dgl-matrix-min.js28 (function(){"use strict";var e={};typeof exports=="undefined"?typeof define=="function"&&typeof def… argument
/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/v8/test/mjsunit/compiler/
Doptimized-for-in.js35 function a(t) { argument
44 function b(t) { argument
54 function c(t) { argument
63 function d(t) { argument
73 function e(t) { argument
84 function f(t) { argument
95 function g(t) { argument
110 function h(t, deopt) { argument
123 function j(t, deopt) { argument
136 function k(t, deopt) { argument
[all …]
/external/chromium_org/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/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/libppp/src/
Dthroughput.c46 throughput_init(struct pppThroughput *t, int period) in throughput_init()
70 throughput_destroy(struct pppThroughput *t) in throughput_destroy()
82 throughput_uptime(struct pppThroughput *t) in throughput_uptime()
100 throughput_disp(struct pppThroughput *t, struct prompt *prompt) in throughput_disp()
134 throughput_log(struct pppThroughput *t, int level, const char *title) in throughput_log()
162 struct pppThroughput *t = (struct pppThroughput *)v; in throughput_sampler() local
196 throughput_start(struct pppThroughput *t, const char *name, int rolling) in throughput_start()
213 throughput_restart(struct pppThroughput *t, const char *name, int rolling) in throughput_restart()
232 throughput_stop(struct pppThroughput *t) in throughput_stop()
240 throughput_addin(struct pppThroughput *t, long long n) in throughput_addin()
[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/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/chromium-libpac/test/js-unittest/
Dpac_library_unittest.js35 Tests.testDnsDomainIs = function(t) { argument
42 Tests.testDnsDomainLevels = function(t) { argument
48 Tests.testIsInNet = function(t) { argument
61 Tests.testIsPlainHostName = function(t) { argument
66 Tests.testLocalHostOrDomainIs = function(t) { argument
72 Tests.testShExpMatch = function(t) { argument
79 Tests.testSortIpAddressList = function(t) { argument
126 Tests.testIsInNetEx = function(t) { argument
160 Tests.testWeekdayRange = function(t) { argument
183 Tests.testDateRange = function(t) { argument
[all …]
/external/chromium/net/data/proxy_resolver_v8_unittest/
Dpac_library_unittest.js35 Tests.testDnsDomainIs = function(t) { argument
42 Tests.testDnsDomainLevels = function(t) { argument
48 Tests.testIsInNet = function(t) { argument
61 Tests.testIsPlainHostName = function(t) { argument
66 Tests.testLocalHostOrDomainIs = function(t) { argument
72 Tests.testShExpMatch = function(t) { argument
79 Tests.testSortIpAddressList = function(t) { argument
126 Tests.testIsInNetEx = function(t) { argument
160 Tests.testWeekdayRange = function(t) { argument
183 Tests.testDateRange = function(t) { argument
[all …]
/external/chromium_org/net/data/proxy_resolver_v8_unittest/
Dpac_library_unittest.js35 Tests.testDnsDomainIs = function(t) { argument
42 Tests.testDnsDomainLevels = function(t) { argument
48 Tests.testIsInNet = function(t) { argument
61 Tests.testIsPlainHostName = function(t) { argument
66 Tests.testLocalHostOrDomainIs = function(t) { argument
72 Tests.testShExpMatch = function(t) { argument
79 Tests.testSortIpAddressList = function(t) { argument
126 Tests.testIsInNetEx = function(t) { argument
160 Tests.testWeekdayRange = function(t) { argument
183 Tests.testDateRange = function(t) { argument
[all …]
/external/chromium_org/third_party/mesa/src/src/egl/main/
Deglcurrent.c58 static INLINE void _eglSetTSD(const _EGLThreadInfo *t) in _eglSetTSD()
79 _EGLThreadInfo *t = _eglGetTSD(); in _eglFiniTSD() local
115 static INLINE void _eglSetTSD(const _EGLThreadInfo *t) in _eglSetTSD()
144 _eglInitThreadInfo(_EGLThreadInfo *t) in _eglInitThreadInfo()
159 _EGLThreadInfo *t = (_EGLThreadInfo *) calloc(1, sizeof(_EGLThreadInfo)); in _eglCreateThreadInfo() local
172 _eglDestroyThreadInfo(_EGLThreadInfo *t) in _eglDestroyThreadInfo()
204 _EGLThreadInfo *t = _eglCheckedGetTSD(); in _eglGetCurrentThread() local
220 _EGLThreadInfo *t = _eglCheckedGetTSD(); in _eglDestroyCurrentThread() local
237 _EGLThreadInfo *t = _eglCheckedGetTSD(); in _eglIsCurrentThreadDummy() local
248 _EGLThreadInfo *t = _eglGetCurrentThread(); in _eglGetAPIContext() local
[all …]
/external/mesa3d/src/egl/main/
Deglcurrent.c58 static INLINE void _eglSetTSD(const _EGLThreadInfo *t) in _eglSetTSD()
79 _EGLThreadInfo *t = _eglGetTSD(); in _eglFiniTSD() local
115 static INLINE void _eglSetTSD(const _EGLThreadInfo *t) in _eglSetTSD()
144 _eglInitThreadInfo(_EGLThreadInfo *t) in _eglInitThreadInfo()
159 _EGLThreadInfo *t = (_EGLThreadInfo *) calloc(1, sizeof(_EGLThreadInfo)); in _eglCreateThreadInfo() local
172 _eglDestroyThreadInfo(_EGLThreadInfo *t) in _eglDestroyThreadInfo()
204 _EGLThreadInfo *t = _eglCheckedGetTSD(); in _eglGetCurrentThread() local
220 _EGLThreadInfo *t = _eglCheckedGetTSD(); in _eglDestroyCurrentThread() local
237 _EGLThreadInfo *t = _eglCheckedGetTSD(); in _eglIsCurrentThreadDummy() local
248 _EGLThreadInfo *t = _eglGetCurrentThread(); in _eglGetAPIContext() local
[all …]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DDebugTreeAdaptor.java77 Object t = adaptor.dupTree(tree); in dupTree() local
86 protected void simulateTreeConstruction(Object t) { in simulateTreeConstruction()
112 public void addChild(Object t, Object child) { in addChild()
130 public void addChild(Object t, Token child) { in addChild()
160 public int getType(Object t) { in getType()
164 public void setType(Object t, int type) { in setType()
168 public String getText(Object t) { in getText()
172 public void setText(Object t, String text) { in setText()
176 public Token getToken(Object t) { in getToken()
180 public void setTokenBoundaries(Object t, Token startToken, Token stopToken) { in setTokenBoundaries()
[all …]
/external/chromium_org/third_party/mesa/src/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 …]

12345678910>>...111