Home
last modified time | relevance | path

Searched refs:t (Results 1 – 25 of 7030) sorted by relevance

12345678910>>...282

/external/chromium-trace/catapult/tracing/third_party/gl-matrix/dist/
Dgl-matrix-min.js28t,n){if("object"==typeof exports&&"object"==typeof module)module.exports=n();else if("function"==t… argument
29t[0]=r[0]*a+r[3]*e+r[6],t[1]=r[1]*a+r[4]*e+r[7],t},e.transformMat4=function(t,n,r){var a=n[0],e=n[…
/external/ImageMagick/PerlMagick/
DMANIFEST35 t/blob.t
36 t/bzlib/input.miff
37 t/bzlib/read.t
38 t/bzlib/write.t
39 t/cgm/input.cgm
40 t/cgm/read.t
41 t/composite.t
42 t/filter.t
43 t/fpx/input_256.fpx
44 t/fpx/input_bw.fpx
[all …]
/external/libcxx/test/std/re/re.traits/
Disctype.pass.cpp22 std::regex_traits<char> t; in main() local
25 assert( t.isctype('_', t.lookup_classname(s.begin(), s.end()))); in main()
26 assert( t.isctype('a', t.lookup_classname(s.begin(), s.end()))); in main()
27 assert( t.isctype('Z', t.lookup_classname(s.begin(), s.end()))); in main()
28 assert( t.isctype('5', t.lookup_classname(s.begin(), s.end()))); in main()
29 assert(!t.isctype(' ', t.lookup_classname(s.begin(), s.end()))); in main()
30 assert(!t.isctype('-', t.lookup_classname(s.begin(), s.end()))); in main()
31 assert(!t.isctype('@', t.lookup_classname(s.begin(), s.end()))); in main()
34 assert(!t.isctype('_', t.lookup_classname(s.begin(), s.end()))); in main()
35 assert( t.isctype('a', t.lookup_classname(s.begin(), s.end()))); in main()
[all …]
Dvalue.pass.cpp22 std::regex_traits<char> t; in main() local
26 assert(t.value(c, 8) == -1); in main()
27 assert(t.value(c, 10) == -1); in main()
28 assert(t.value(c, 16) == -1); in main()
32 assert(t.value(c, 8) == c - '0'); in main()
33 assert(t.value(c, 10) == c - '0'); in main()
34 assert(t.value(c, 16) == c - '0'); in main()
38 assert(t.value(c, 8) == -1); in main()
39 assert(t.value(c, 10) == c - '0'); in main()
40 assert(t.value(c, 16) == c - '0'); in main()
[all …]
/external/chromium-libpac/test/js-unittest/
Dpac_library_unittest.js13 var t = new TestContext(test);
16 Tests[test](t);
18 if (t.failed()) {
35 Tests.testDnsDomainIs = function(t) { argument
36 t.expectTrue(dnsDomainIs("google.com", ".com"));
37 t.expectTrue(dnsDomainIs("google.co.uk", ".co.uk"));
38 t.expectFalse(dnsDomainIs("google.com", ".co.uk"));
39 t.expectFalse(dnsDomainIs("www.adobe.com", ".ad"));
42 Tests.testDnsDomainLevels = function(t) { argument
43 t.expectEquals(0, dnsDomainLevels("www"));
[all …]
/external/boringssl/src/ssl/test/runner/curve25519/
Dmont25519_amd64.go69 var t, z [5]uint64
70 unpack(&t, base)
71 mladder(&t, &z, &e)
73 mul(&t, &t, &z)
74 pack(out, &t)
133 t := *x
134 freeze(&t)
136 out[0] = byte(t[0])
137 out[1] = byte(t[0] >> 8)
138 out[2] = byte(t[0] >> 16)
[all …]
/external/valgrind/coregrind/
Dm_oset.c168 void* slow_key_of_node(const AvlTree* t, const AvlNode* n) in slow_key_of_node() argument
170 return (void*)((Addr)elem_of_node(n) + t->keyOff); in slow_key_of_node()
197 inline Word slow_cmp(const AvlTree* t, const void* k, const AvlNode* n) in slow_cmp() argument
199 return t->cmp(k, elem_of_node(n)); in slow_cmp()
244 static void stackClear(AvlTree* t) in stackClear() argument
247 vg_assert(t); in stackClear()
249 t->nodeStack[i] = NULL; in stackClear()
250 t->numStack[i] = 0; in stackClear()
252 t->stackTop = 0; in stackClear()
256 static inline void stackPush(AvlTree* t, AvlNode* n, Int i) in stackPush() argument
[all …]
/external/curl/lib/
Dsplay.c41 struct Curl_tree *t) in Curl_splay() argument
46 if(t == NULL) in Curl_splay()
47 return t; in Curl_splay()
52 comp = compare(i, t->key); in Curl_splay()
54 if(t->smaller == NULL) in Curl_splay()
56 if(compare(i, t->smaller->key) < 0) { in Curl_splay()
57 y = t->smaller; /* rotate smaller */ in Curl_splay()
58 t->smaller = y->larger; in Curl_splay()
59 y->larger = t; in Curl_splay()
60 t = y; in Curl_splay()
[all …]
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.c114 struct _glxapi_table *t = _mesa_GetGLXDispatchTable(); in get_dispatch() local
116 if (t) { in get_dispatch()
121 d->Table = t; in get_dispatch()
127 prevTable = t; in get_dispatch()
128 return t; in get_dispatch()
193 struct _glxapi_table *t; in glXChooseVisual() local
194 GET_DISPATCH(dpy, t); in glXChooseVisual()
195 if (!t) in glXChooseVisual()
197 return (t->ChooseVisual)(dpy, screen, list); in glXChooseVisual()
204 struct _glxapi_table *t; in glXCopyContext() local
[all …]
/external/skia/src/sfnt/
DSkPreprocessorSeq.h567 #define SK_SEQ_FOREACH_0(op,lop,d,x,t) argument
568 #define SK_SEQ_FOREACH_1(op,lop,d,x,t) lop(d,x) argument
569 #define SK_SEQ_FOREACH_2(op,lop,d,x,t) op(d,x) SK_SEQ_FOREACH_1(op, lop, d, SK_SEQ_HEAD(t), SK_SEQ_… argument
570 #define SK_SEQ_FOREACH_3(op,lop,d,x,t) op(d,x) SK_SEQ_FOREACH_2(op, lop, d, SK_SEQ_HEAD(t), SK_SEQ_… argument
571 #define SK_SEQ_FOREACH_4(op,lop,d,x,t) op(d,x) SK_SEQ_FOREACH_3(op, lop, d, SK_SEQ_HEAD(t), SK_SEQ_… argument
572 #define SK_SEQ_FOREACH_5(op,lop,d,x,t) op(d,x) SK_SEQ_FOREACH_4(op, lop, d, SK_SEQ_HEAD(t), SK_SEQ_… argument
573 #define SK_SEQ_FOREACH_6(op,lop,d,x,t) op(d,x) SK_SEQ_FOREACH_5(op, lop, d, SK_SEQ_HEAD(t), SK_SEQ_… argument
574 #define SK_SEQ_FOREACH_7(op,lop,d,x,t) op(d,x) SK_SEQ_FOREACH_6(op, lop, d, SK_SEQ_HEAD(t), SK_SEQ_… argument
575 #define SK_SEQ_FOREACH_8(op,lop,d,x,t) op(d,x) SK_SEQ_FOREACH_7(op, lop, d, SK_SEQ_HEAD(t), SK_SEQ_… argument
576 #define SK_SEQ_FOREACH_9(op,lop,d,x,t) op(d,x) SK_SEQ_FOREACH_8(op, lop, d, SK_SEQ_HEAD(t), SK_SEQ_… argument
[all …]
/external/v8/test/cctest/compiler/
Dtest-simplified-lowering.cc104 SimplifiedLoweringTester<Object*> t; in TEST() local
108 Node* loaded = t.LoadField(load, t.PointerConstant(&input)); in TEST()
110 Node* convert = t.NumberToInt32(loaded); in TEST()
114 t.StoreField(store, t.PointerConstant(&result), convert); in TEST()
115 t.Return(t.jsgraph.TrueConstant()); in TEST()
116 t.LowerAllNodesAndLowerChanges(); in TEST()
117 t.GenerateCode(); in TEST()
122 t.Call(); in TEST()
133 SimplifiedLoweringTester<Object*> t; in TEST() local
137 Node* loaded = t.LoadField(load, t.PointerConstant(&input)); in TEST()
[all …]
Dtest-loop-analysis.cc187 LoopFinderTester& t; member
193 While(LoopFinderTester& R, Node* cond) : t(R) { in While()
194 loop = t.graph.NewNode(t.common.Loop(2), t.start, t.start); in While()
195 branch = t.graph.NewNode(t.common.Branch(), cond, loop); in While()
196 if_true = t.graph.NewNode(t.common.IfTrue(), branch); in While()
197 exit = t.graph.NewNode(t.common.IfFalse(), branch); in While()
216 : base(w.t.jsgraph.Int32Constant(b)), inc(w.t.jsgraph.Int32Constant(k)) { in Counter()
223 phi = w.t.graph.NewNode(w.t.op(2, false), base, base, w.loop); in Build()
224 add = w.t.graph.NewNode(&kIntAdd, phi, inc); in Build()
237 : base(w.t.graph.start()), val(w.t.jsgraph.Int32Constant(13)) { in StoreLoop()
[all …]
/external/chromium-trace/catapult/tracing/third_party/chai/
Dchai.js1t=require.modules[e];if(t)return"exports"in t||"function"!=typeof t.definition||(t.client=t.compon… argument
2t.stylize(RegExp.prototype.toString.call(r),"regexp"):t.stylize("[Object]","special");t.seen.push(… argument
/external/chromium-trace/catapult/third_party/chai/
Dchai.js1t=require.modules[e];if(t)return"exports"in t||"function"!=typeof t.definition||(t.client=t.compon… argument
2t.stylize(RegExp.prototype.toString.call(r),"regexp"):t.stylize("[Object]","special");t.seen.push(… argument
/external/clang/test/Analysis/
Dconst-method-call.cpp50 A t; in checkThatConstMethodWithoutDefinitionDoesNotInvalidateObject() local
51 t.x = 3; in checkThatConstMethodWithoutDefinitionDoesNotInvalidateObject()
52 t.foo(); in checkThatConstMethodWithoutDefinitionDoesNotInvalidateObject()
53 clang_analyzer_eval(t.x == 3); // expected-warning{{TRUE}} in checkThatConstMethodWithoutDefinitionDoesNotInvalidateObject()
55 t.bar(); in checkThatConstMethodWithoutDefinitionDoesNotInvalidateObject()
56 clang_analyzer_eval(t.x); // expected-warning{{UNKNOWN}} in checkThatConstMethodWithoutDefinitionDoesNotInvalidateObject()
60 B t; in checkThatConstMethodDoesInvalidateMutableFields() local
61 t.mut = 4; in checkThatConstMethodDoesInvalidateMutableFields()
62 t.foo(); in checkThatConstMethodDoesInvalidateMutableFields()
63 clang_analyzer_eval(t.mut); // expected-warning{{UNKNOWN}} in checkThatConstMethodDoesInvalidateMutableFields()
[all …]
/external/boringssl/src/crypto/curve25519/
Dx25519-x86_64.c29 fe25519 t; in fe25519_pack() local
30 t = *x; in fe25519_pack()
31 x25519_x86_64_freeze(&t); in fe25519_pack()
33 r[0] = (uint8_t)(t.v[0] & 0xff); in fe25519_pack()
34 r[1] = (uint8_t)((t.v[0] >> 8) & 0xff); in fe25519_pack()
35 r[2] = (uint8_t)((t.v[0] >> 16) & 0xff); in fe25519_pack()
36 r[3] = (uint8_t)((t.v[0] >> 24) & 0xff); in fe25519_pack()
37 r[4] = (uint8_t)((t.v[0] >> 32) & 0xff); in fe25519_pack()
38 r[5] = (uint8_t)((t.v[0] >> 40) & 0xff); in fe25519_pack()
39 r[6] = (uint8_t)((t.v[0] >> 48)); in fe25519_pack()
[all …]
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DTimeTest.java17 Time t = new Time(); in shouldSetToNow() local
18 t.setToNow(); in shouldSetToNow()
19 assertThat(t.toMillis(false), not(equalTo(0l))); in shouldSetToNow()
24 Time t = new Time(); in shouldHaveNoArgsConstructor() local
25 assertNotNull(t.timezone); in shouldHaveNoArgsConstructor()
30 Time t = new Time(); in shouldHaveCopyConstructor() local
31 t.setToNow(); in shouldHaveCopyConstructor()
32 Time t2 = new Time(t); in shouldHaveCopyConstructor()
33 assertEquals(t.timezone, t2.timezone); in shouldHaveCopyConstructor()
34 assertEquals(t.year, t2.year); in shouldHaveCopyConstructor()
[all …]
/external/pdfium/third_party/libtiff/
Dtif_swab.c39 unsigned char t; in TIFFSwabShort() local
41 t = cp[1]; cp[1] = cp[0]; cp[0] = t; in TIFFSwabShort()
50 unsigned char t; in TIFFSwabLong() local
52 t = cp[3]; cp[3] = cp[0]; cp[0] = t; in TIFFSwabLong()
53 t = cp[2]; cp[2] = cp[1]; cp[1] = t; in TIFFSwabLong()
62 unsigned char t; in TIFFSwabLong8() local
64 t = cp[7]; cp[7] = cp[0]; cp[0] = t; in TIFFSwabLong8()
65 t = cp[6]; cp[6] = cp[1]; cp[1] = t; in TIFFSwabLong8()
66 t = cp[5]; cp[5] = cp[2]; cp[2] = t; in TIFFSwabLong8()
67 t = cp[4]; cp[4] = cp[3]; cp[3] = t; in TIFFSwabLong8()
[all …]
/external/boringssl/src/crypto/aes/asm/
Dbsaes-armv7.pl78 my @t=@_[8..11];
81 &Inv_GF256 (@b[6,5,0,3,7,1,4,2],@t,@s);
133 my @t=@_[8..11];
136 &Inv_GF256 (@b[5,1,2,6,3,7,0,4],@t,@s);
235 my @t=@_[12..15];
237 veor @t[0], @x[0], @x[2]
238 veor @t[1], @x[1], @x[3]
240 &Mul_GF4 (@x[0], @x[1], @y[0], @y[1], @t[2..3]);
245 Mul_GF4_N_GF4 (@t[0], @t[1], @y[0], @y[1], @t[3],
246 @x[2], @x[3], @y[2], @y[3], @t[2]);
[all …]
/external/v8/test/mjsunit/compiler/
Doptimized-for-in.js35 function a(t) { argument
37 for (var i in t) {
38 result.push(i + t[i]);
44 function b(t) { argument
46 for (var i in t) {
47 result.push(i + t[i]);
48 delete t[i];
54 function c(t) { argument
56 for (var i in t) {
57 result.push(i + t[i]);
[all …]
/external/strace/
Dprint_time.c49 print_timespec_t(const timespec_t *t) in print_timespec_t() argument
51 tprintf(time_fmt, (intmax_t) t->tv_sec, (intmax_t) t->tv_nsec); in print_timespec_t()
55 print_timespec_t_utime(const timespec_t *t) in print_timespec_t_utime() argument
57 switch (t->tv_nsec) { in print_timespec_t_utime()
65 print_timespec_t(t); in print_timespec_t_utime()
71 print_timeval_t(const timeval_t *t) in print_timeval_t() argument
73 tprintf(time_fmt, (intmax_t) t->tv_sec, (intmax_t) t->tv_usec); in print_timeval_t()
78 timespec_t t; in MPERS_PRINTER_DECL() local
80 if (umove_or_printaddr(tcp, addr, &t)) in MPERS_PRINTER_DECL()
83 print_timespec_t(&t); in MPERS_PRINTER_DECL()
[all …]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DCommonTreeAdaptor.cs60 public override object DupNode(object t) { in DupNode() argument
61 if (t == null) in DupNode()
64 return ((ITree)t).DupNode(); in DupNode()
116 public override void SetTokenBoundaries(object t, IToken startToken, IToken stopToken) { in SetTokenBoundaries() argument
117 if (t == null) in SetTokenBoundaries()
129 ((ITree)t).TokenStartIndex = start; in SetTokenBoundaries()
130 ((ITree)t).TokenStopIndex = stop; in SetTokenBoundaries()
133 public override int GetTokenStartIndex(object t) { in GetTokenStartIndex() argument
134 if (t == null) in GetTokenStartIndex()
137 return ((ITree)t).TokenStartIndex; in GetTokenStartIndex()
[all …]
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
DCustomElements.min.js11t=Date.now()%1e9,r=function(){this.name="__st"+(1e9*Math.random()>>>0)+(t++ +"__")};r.prototype={s… argument
DHTMLImports.min.js11t=Date.now()%1e9,r=function(){this.name="__st"+(1e9*Math.random()>>>0)+(t++ +"__")};r.prototype={s… variable
/external/chromium-trace/catapult/tracing/third_party/d3/
Dd3.min.js1t(n){return n.length}function e(n){for(var t=1;n*t%1;)t*=10;return t}function r(n,t){try{for(var e… argument
2t.clipExtent=function(n){return arguments.length?(w=n,_=n?Pe(n[0][0],n[0][1],n[1][0],n[1][1]):bt,u… argument
3t){return Io(n.invert(t))},r.domain=function(t){return arguments.length?(n.domain(t),r):n.domain()… argument
4t=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[0],… argument
5t.apply(this,arguments),i=e.apply(this,arguments),o=r.apply(this,arguments)+ys,a=u.apply(this,argu… argument

12345678910>>...282