/external/ImageMagick/PerlMagick/ |
D | MANIFEST | 35 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/boringssl/src/crypto/chacha/asm/ |
D | chacha-armv4.pl | 53 my @t=map("r$_",(8..11)); 61 my ($xc,$xc_) = (@t[0..1]); 62 my ($xd,$xd_) = $odd ? (@t[2],@x[$d1]) : (@x[$d0],@t[2]); 236 str @t[3],[sp,#4*(32+2)] @ save len 240 ldr @t[3], [sp,#4*(15)] 242 ldr @t[2], [sp,#4*(13)] 244 str @t[3], [sp,#4*(16+15)] 245 mov @t[3],#10 250 subs @t[3],@t[3],#1 257 ldr @t[3],[sp,#4*(32+2)] @ load len [all …]
|
/external/libcxx/test/std/re/re.traits/ |
D | isctype.pass.cpp | 27 std::regex_traits<char> t; in main() local 30 assert( t.isctype('_', t.lookup_classname(s.begin(), s.end()))); in main() 31 assert( t.isctype('a', t.lookup_classname(s.begin(), s.end()))); in main() 32 assert( t.isctype('Z', t.lookup_classname(s.begin(), s.end()))); in main() 33 assert( t.isctype('5', 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('-', t.lookup_classname(s.begin(), s.end()))); in main() 36 assert(!t.isctype('@', t.lookup_classname(s.begin(), s.end()))); in main() 39 assert(!t.isctype('_', t.lookup_classname(s.begin(), s.end()))); in main() 40 assert( t.isctype('a', t.lookup_classname(s.begin(), s.end()))); in main() [all …]
|
/external/libchrome/base/strings/ |
D | string_tokenizer_unittest.cc | 17 StringTokenizer t(input, " "); in TEST() local 19 EXPECT_TRUE(t.GetNext()); in TEST() 20 EXPECT_EQ(string("this"), t.token()); in TEST() 22 EXPECT_TRUE(t.GetNext()); in TEST() 23 EXPECT_EQ(string("is"), t.token()); in TEST() 25 EXPECT_TRUE(t.GetNext()); in TEST() 26 EXPECT_EQ(string("a"), t.token()); in TEST() 28 EXPECT_TRUE(t.GetNext()); in TEST() 29 EXPECT_EQ(string("test"), t.token()); in TEST() 31 EXPECT_FALSE(t.GetNext()); in TEST() [all …]
|
/external/chromium-libpac/test/js-unittest/ |
D | pac_library_unittest.js | 13 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/flatbuffers/go/ |
D | table.go | 14 func (t *Table) Offset(vtableOffset VOffsetT) VOffsetT { 15 vtable := UOffsetT(SOffsetT(t.Pos) - t.GetSOffsetT(t.Pos)) 16 if vtableOffset < t.GetVOffsetT(vtable) { 17 return t.GetVOffsetT(vtable + UOffsetT(vtableOffset)) 23 func (t *Table) Indirect(off UOffsetT) UOffsetT { 24 return off + GetUOffsetT(t.Bytes[off:]) 28 func (t *Table) String(off UOffsetT) string { 29 b := t.ByteVector(off) 34 func (t *Table) ByteVector(off UOffsetT) []byte { 35 off += GetUOffsetT(t.Bytes[off:]) [all …]
|
/external/boringssl/src/ssl/test/runner/curve25519/ |
D | mont25519_amd64.go | 69 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/ |
D | m_oset.c | 168 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/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.c | 114 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/curl/lib/ |
D | splay.c | 41 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/clang/test/Analysis/ |
D | const-method-call.cpp | 50 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/ |
D | x25519-x86_64.c | 51 fe25519 t; in fe25519_pack() local 52 t = *x; in fe25519_pack() 53 x25519_x86_64_freeze(&t); in fe25519_pack() 55 r[0] = (uint8_t)(t.v[0] & 0xff); in fe25519_pack() 56 r[1] = (uint8_t)((t.v[0] >> 8) & 0xff); in fe25519_pack() 57 r[2] = (uint8_t)((t.v[0] >> 16) & 0xff); in fe25519_pack() 58 r[3] = (uint8_t)((t.v[0] >> 24) & 0xff); in fe25519_pack() 59 r[4] = (uint8_t)((t.v[0] >> 32) & 0xff); in fe25519_pack() 60 r[5] = (uint8_t)((t.v[0] >> 40) & 0xff); in fe25519_pack() 61 r[6] = (uint8_t)((t.v[0] >> 48)); in fe25519_pack() [all …]
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | TimeTest.java | 17 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/boringssl/src/crypto/aes/asm/ |
D | bsaes-armv7.pl | 78 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/pdfium/third_party/libtiff/ |
D | tif_swab.c | 39 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/ltp/testcases/kernel/syscalls/mremap/ |
D | mremap05.c | 138 static void test_mremap(struct test_case_t *t) in test_mremap() argument 140 t->ret = mremap(t->old_address, t->old_size, t->new_size, t->flags, in test_mremap() 141 t->new_address); in test_mremap() 143 if (t->ret == t->exp_ret) { in test_mremap() 144 if (t->ret != MAP_FAILED) { in test_mremap() 145 tst_resm(TPASS, "%s", t->msg); in test_mremap() 146 if (*(t->ret) == 0x1) in test_mremap() 147 tst_resm(TPASS, "%s value OK", t->msg); in test_mremap() 149 tst_resm(TPASS, "%s value failed", t->msg); in test_mremap() 151 if (errno == t->exp_errno) in test_mremap() [all …]
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | CommonTreeAdaptor.cs | 60 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/skia/third_party/lua/src/ |
D | ltable.c | 51 #define hashpow2(t,n) (gnode(t, lmod((n), sizenode(t)))) argument 53 #define hashstr(t,str) hashpow2(t, (str)->tsv.hash) argument 54 #define hashboolean(t,p) hashpow2(t, p) argument 61 #define hashmod(t,n) (gnode(t, ((n) % ((sizenode(t)-1)|1)))) argument 64 #define hashpointer(t,p) hashmod(t, IntPoint(p)) argument 80 static Node *hashnum (const Table *t, lua_Number n) { in hashnum() argument 88 return hashmod(t, i); in hashnum() 97 static Node *mainposition (const Table *t, const TValue *key) { in mainposition() argument 100 return hashnum(t, nvalue(key)); in mainposition() 107 return hashstr(t, rawtsvalue(key)); in mainposition() [all …]
|
/external/syslinux/com32/lua/src/ |
D | ltable.c | 51 #define hashpow2(t,n) (gnode(t, lmod((n), sizenode(t)))) argument 53 #define hashstr(t,str) hashpow2(t, (str)->tsv.hash) argument 54 #define hashboolean(t,p) hashpow2(t, p) argument 61 #define hashmod(t,n) (gnode(t, ((n) % ((sizenode(t)-1)|1)))) argument 64 #define hashpointer(t,p) hashmod(t, IntPoint(p)) argument 82 static Node *hashnum (const Table *t, lua_Number n) { in hashnum() argument 86 return gnode(t, 0); in hashnum() 89 return hashmod(t, a[0]); in hashnum() 98 static Node *mainposition (const Table *t, const TValue *key) { in mainposition() argument 101 return hashnum(t, nvalue(key)); in mainposition() [all …]
|
/external/okhttp/website/static/ |
D | bootstrap.min.js | 6 …t={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEn… argument
|
/external/clang/test/CodeGen/ |
D | object-size.c | 177 struct { int t[10]; } t[10]; in test20() local 180 gi = __builtin_object_size(&t[0].t[5], 0); in test20() 182 gi = __builtin_object_size(&t[0].t[5], 1); in test20() 184 gi = __builtin_object_size(&t[0].t[5], 2); in test20() 186 gi = __builtin_object_size(&t[0].t[5], 3); in test20() 191 struct { int t; } t; in test21() local 194 gi = __builtin_object_size(&t + 1, 0); in test21() 196 gi = __builtin_object_size(&t + 1, 1); in test21() 198 gi = __builtin_object_size(&t + 1, 2); in test21() 200 gi = __builtin_object_size(&t + 1, 3); in test21() [all …]
|
/external/v8/testing/gtest/include/gtest/internal/ |
D | gtest-tuple.h | 221 tuple(const tuple& t) : f0_(t.f0_) {} 224 tuple(const GTEST_1_TUPLE_(U)& t) : f0_(t.f0_) {} 226 tuple& operator=(const tuple& t) { return CopyFrom(t); } 229 tuple& operator=(const GTEST_1_TUPLE_(U)& t) { 230 return CopyFrom(t); 236 tuple& CopyFrom(const GTEST_1_TUPLE_(U)& t) { 237 f0_ = t.f0_; 254 tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_) {} 257 tuple(const GTEST_2_TUPLE_(U)& t) : f0_(t.f0_), f1_(t.f1_) {} 261 tuple& operator=(const tuple& t) { return CopyFrom(t); } [all …]
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/ |
D | gtest-tuple.h | 213 tuple(const tuple& t) : f0_(t.f0_) {} 216 tuple(const GTEST_1_TUPLE_(U)& t) : f0_(t.f0_) {} 218 tuple& operator=(const tuple& t) { return CopyFrom(t); } 221 tuple& operator=(const GTEST_1_TUPLE_(U)& t) { 222 return CopyFrom(t); 228 tuple& CopyFrom(const GTEST_1_TUPLE_(U)& t) { 229 f0_ = t.f0_; 246 tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_) {} 249 tuple(const GTEST_2_TUPLE_(U)& t) : f0_(t.f0_), f1_(t.f1_) {} 253 tuple& operator=(const tuple& t) { return CopyFrom(t); } [all …]
|
/external/googletest/googletest/include/gtest/internal/ |
D | gtest-tuple.h | 221 tuple(const tuple& t) : f0_(t.f0_) {} 224 tuple(const GTEST_1_TUPLE_(U)& t) : f0_(t.f0_) {} 226 tuple& operator=(const tuple& t) { return CopyFrom(t); } 229 tuple& operator=(const GTEST_1_TUPLE_(U)& t) { 230 return CopyFrom(t); 236 tuple& CopyFrom(const GTEST_1_TUPLE_(U)& t) { 237 f0_ = t.f0_; 254 tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_) {} 257 tuple(const GTEST_2_TUPLE_(U)& t) : f0_(t.f0_), f1_(t.f1_) {} 261 tuple& operator=(const tuple& t) { return CopyFrom(t); } [all …]
|
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
D | gtest-tuple.h | 213 tuple(const tuple& t) : f0_(t.f0_) {} 216 tuple(const GTEST_1_TUPLE_(U)& t) : f0_(t.f0_) {} 218 tuple& operator=(const tuple& t) { return CopyFrom(t); } 221 tuple& operator=(const GTEST_1_TUPLE_(U)& t) { 222 return CopyFrom(t); 228 tuple& CopyFrom(const GTEST_1_TUPLE_(U)& t) { 229 f0_ = t.f0_; 246 tuple(const tuple& t) : f0_(t.f0_), f1_(t.f1_) {} 249 tuple(const GTEST_2_TUPLE_(U)& t) : f0_(t.f0_), f1_(t.f1_) {} 253 tuple& operator=(const tuple& t) { return CopyFrom(t); } [all …]
|