Home
last modified time | relevance | path

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

12345678910>>...109

/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/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/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/chromium-trace/trace-viewer/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/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/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/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 …]
Ddefault.pass.cpp51 std::tuple<> t; in main() local
54 std::tuple<int> t; in main() local
58 std::tuple<int, char*> t; in main() local
63 std::tuple<int, char*, std::string> t; in main() local
69 std::tuple<int, char*, std::string, DefaultOnly> t; in main() local
91 constexpr std::tuple<> t; in main() local
94 constexpr std::tuple<int> t; in main() local
98 constexpr std::tuple<int, char*> t; in main() local
107 std::tuple<IllFormedDefault> t(v); in main() local
/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/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/guava/guava-tests/test/com/google/common/reflect/
DTypeVisitorTest.java44 @Override void visitClass(Class<?> t) {} in testVisitClass()
52 @Override void visitTypeVariable(TypeVariable<?> t) {} in testVisitTypeVariable()
60 @Override void visitWildcardType(WildcardType t) {} in testVisitWildcardType()
68 @Override void visitGenericArrayType(GenericArrayType t) {} in testVisitGenericArrayType()
76 @Override void visitParameterizedType(ParameterizedType t) {} in testVisitParameterizedType()
84 @Override void visitParameterizedType(ParameterizedType t) { in testVisitRecursiveTypeBounds()
87 @Override void visitTypeVariable(TypeVariable<?> t) { in testVisitRecursiveTypeBounds()
106 @Override void visitTypeVariable(TypeVariable<?> t) { in visitTypeVariable()
110 @Override void visitWildcardType(WildcardType t) { in visitWildcardType()
114 @Override void visitParameterizedType(ParameterizedType t) { in visitParameterizedType()
[all …]
DTypeResolverTest.java34 Type t = aTypeVariable(); in testWhere_noMapping() local
39 Type t = aTypeVariable(); in testWhere_typeVariableMapping() local
52 Type t = aTypeVariable(); in testWhere_typeVariableSelfMapping() local
58 Type t = new TypeCapture<List<T>>() {}.capture(); in testWhere_parameterizedSelfMapping() local
64 Type t = new TypeCapture<T[]>() {}.capture(); in testWhere_genericArraySelfMapping() local
76 Type t = aWildcardType(); in testWhere_wildcardSelfMapping() local
81 Type t = aTypeVariable(); in testWhere_duplicateMapping() local
96 Type t = new TypeCapture<T>() {}.capture(); in testWhere_genericArrayMapping() local
103 Type t = new TypeCapture<T>() {}.capture(); in testWhere_primitiveArrayMapping() local
109 Type t = new TypeCapture<T>() {}.capture(); in testWhere_parameterizedTypeMapping() local
[all …]
/external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/impl/
DSLF4JLog.java116 public void trace(Object message, Throwable t) { in trace()
117 logger.trace(String.valueOf(message), t); in trace() local
140 public void debug(Object message, Throwable t) { in debug()
141 logger.debug(String.valueOf(message), t); in debug() local
164 public void info(Object message, Throwable t) { in info()
165 logger.info(String.valueOf(message), t); in info() local
188 public void warn(Object message, Throwable t) { in warn()
189 logger.warn(String.valueOf(message), t); in warn() local
212 public void error(Object message, Throwable t) { in error()
213 logger.error(String.valueOf(message), t); in error() local
[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… function
/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-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/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/CSharp3/Sources/Antlr3.Runtime/Tree/
DITreeAdaptor.cs167 void AddChild( object t, object child ); in AddChild()
258 int GetType( object t ); in GetType()
261 void SetType( object t, int type ); in SetType()
263 string GetText( object t ); in GetText()
266 void SetText( object t, string text ); in SetText()
279 IToken GetToken( object t ); in GetToken()
289 void SetTokenBoundaries( object t, IToken startToken, IToken stopToken ); in SetTokenBoundaries()
292 int GetTokenStartIndex( object t ); in GetTokenStartIndex()
295 int GetTokenStopIndex( object t ); in GetTokenStopIndex()
303 object GetChild( object t, int i ); in GetChild()
[all …]

12345678910>>...109