/external/elfutils/tests/ |
D | run-dwfllines.sh | 25 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc: 0 27 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc: 0 29 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc: 0 31 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc: 0 33 time: 0, len: 0, idx: 0, b: 1, e: 1, pe: 0, eb: 0, block: 0, isa: 0, disc: 0 36 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc: 0 38 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc: 0 40 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc: 0 42 time: 0, len: 0, idx: 0, b: 1, e: 1, pe: 0, eb: 0, block: 0, isa: 0, disc: 0 45 time: 0, len: 0, idx: 0, b: 1, e: 0, pe: 0, eb: 0, block: 0, isa: 0, disc: 0 [all …]
|
/external/libvpx/libvpx/vp8/common/ |
D | extend.c | 26 int eb, /* extend bottom border */ in copy_and_extend_plane() argument 67 for (i = 0; i < eb; i++) in copy_and_extend_plane() 80 int eb = dst->border + dst->y_height - src->y_height; in vp8_copy_and_extend_frame() local 86 et, el, eb, er); in vp8_copy_and_extend_frame() 90 eb = (dst->border >> 1) + dst->uv_height - src->uv_height; in vp8_copy_and_extend_frame() 96 et, el, eb, er); in vp8_copy_and_extend_frame() 101 et, el, eb, er); in vp8_copy_and_extend_frame() 112 int eb = dst->border + dst->y_height - src->y_height; in vp8_copy_and_extend_frame_with_rect() local 125 eb = 0; in vp8_copy_and_extend_frame_with_rect() 134 et, el, eb, er); in vp8_copy_and_extend_frame_with_rect() [all …]
|
/external/llvm/test/MC/ARM/ |
D | thumb2-cbn-to-next-inst.s | 23 @ CHECK: 0: 02 eb 03 01 add.w r1, r2, r3 25 @ CHECK: 6: 05 eb 06 04 add.w r4, r5, r6 27 @ CHECK: c: a8 eb 09 07 sub.w r7, r8, r9 28 @ CHECK: 10: 08 eb 09 07 add.w r7, r8, r9 30 @ CHECK: 16: 0b eb 0c 0a add.w r10, r11, r12 32 @ CHECK: 1c: a8 eb 09 07 sub.w r7, r8, r9 33 @ CHECK: 20: 04 eb 05 03 add.w r3, r4, r5
|
/external/google-breakpad/src/processor/ |
D | binarystream_unittest.cc | 140 const uint8_t ea = 0, eb = 100, ec = 200, ed = 0xFF; in TEST_F() local 142 stream << ea << eb << ec << ed; in TEST_F() 146 EXPECT_EQ(eb, b); in TEST_F() 159 stream << ea << eb << ec << ed; in TEST_F() 162 EXPECT_EQ(eb, b); in TEST_F() 170 const uint16_t ea = 0, eb = 0x100, ec = 0x8000, ed = 0xFFFF; in TEST_F() local 172 stream << ea << eb << ec << ed; in TEST_F() 176 EXPECT_EQ(eb, b); in TEST_F() 189 stream << ea << eb << ec << ed; in TEST_F() 192 EXPECT_EQ(eb, b); in TEST_F() [all …]
|
/external/libexif/test/ |
D | test-mem.c | 35 unsigned char *eb, size[2]; in main() local 50 exif_data_save_data (ed, &eb, &ebs); in main() 58 for (i = 0; i < ebs && exif_loader_write (loader, eb + i, 1); i++); in main() 60 free (eb); in main()
|
/external/valgrind/memcheck/tests/amd64/ |
D | xsave-avx.stderr.exp | 438 32 xx xx c2 64 a0 a2 79 eb 19 40 00 00 00 00 00 00 439 48 xx xx c2 64 a0 a2 79 eb 19 40 00 00 00 00 00 00 440 64 xx xx c2 64 a0 a2 79 eb 19 40 00 00 00 00 00 00 441 80 xx xx c2 64 a0 a2 79 eb 19 40 00 00 00 00 00 00 442 96 xx xx c2 64 a0 a2 79 eb 19 40 00 00 00 00 00 00 443 112 xx xx c2 64 a0 a2 79 eb 19 40 00 00 00 00 00 00 444 128 xx xx c2 64 a0 a2 79 eb 19 40 00 00 00 00 00 00 445 144 xx xx c2 64 a0 a2 79 eb 19 40 00 00 00 00 00 00 546 32 xx xx c2 64 a0 a2 79 eb 19 40 00 00 00 00 00 00 547 48 xx xx c2 64 a0 a2 79 eb 19 40 00 00 00 00 00 00 [all …]
|
/external/skia/src/images/ |
D | SkMovie_gif.cpp | 232 ExtensionBlock* eb = frame->ExtensionBlocks + i; in drawFrame() local 233 if (eb->Function == GRAPHICS_EXT_FUNC_CODE && in drawFrame() 234 eb->ByteCount == 4) { in drawFrame() 235 bool has_transparency = ((eb->Bytes[0] & 1) == 1); in drawFrame() 237 transparent = (unsigned char)eb->Bytes[3]; in drawFrame() 266 ExtensionBlock* eb = frame->ExtensionBlocks + i; in checkIfWillBeCleared() local 267 if (eb->Function == GRAPHICS_EXT_FUNC_CODE && in checkIfWillBeCleared() 268 eb->ByteCount == 4) { in checkIfWillBeCleared() 270 int disposal = ((eb->Bytes[0] >> 2) & 7); in checkIfWillBeCleared() 284 ExtensionBlock* eb = frame->ExtensionBlocks + i; in getTransparencyAndDisposalMethod() local [all …]
|
D | SkImageDecoder_libgif.cpp | 140 const ExtensionBlock* eb = image.ExtensionBlocks + i; in find_transpIndex() local 141 if (eb->Function == 0xF9 && eb->ByteCount == 4) { in find_transpIndex() 142 if (eb->Bytes[0] & 1) { in find_transpIndex() 143 transpIndex = (unsigned char)eb->Bytes[3]; in find_transpIndex()
|
/external/valgrind/none/tests/s390x/ |
D | opcodes.h | 109 #define AGSI(i2,b1,dl1,dh1) SIY_IRD(eb,i2,b1,dl1,dh1,7a) 119 #define ALGSI(i2,b1,dl1,dh1) SIY_IRD(eb,i2,b1,dl1,dh1,7e) 124 #define ALSI(i2,b1,dl1,dh1) SIY_IRD(eb,i2,b1,dl1,dh1,6e) 129 #define ASI(i2,b1,dl1,dh1) SIY_IRD(eb,i2,b1,dl1,dh1,6a) 207 #define CLIY(i2,b1,dl1,dh1) SIY_URD(eb,i2,b1,dl1,dh1,55) 208 #define CLMY(r1,r3,b2,dl2,dh2) RSY_RURD(eb,r1,r3,b2,dl2,dh2,21) 217 #define CSY(r1,r3,b2,dl2,dh2) RSY_RRRD(eb,r1,r3,b2,dl2,dh2,14) 240 #define ICMY(r1,r3,b2,dl2,dh2) RSY_RURD(eb,r1,r3,b2,dl2,dh2,81) 244 #define LAA(r1,r3,b2,dl2,dh2) RSY_RRRD(eb,r1,r3,b2,dl2,dh2,f8) 245 #define LAAG(r1,r3,b2,dl2,dh2) RSY_RRRD(eb,r1,r3,b2,dl2,dh2,e8) [all …]
|
/external/wpa_supplicant_8/src/tls/ |
D | pkcs5.c | 593 u8 *eb, pad; in pkcs5_decrypt() local 616 eb = os_malloc(enc_data_len); in pkcs5_decrypt() 617 if (eb == NULL) { in pkcs5_decrypt() 622 if (crypto_cipher_decrypt(ctx, enc_data, eb, enc_data_len) < 0) { in pkcs5_decrypt() 625 os_free(eb); in pkcs5_decrypt() 630 pad = eb[enc_data_len - 1]; in pkcs5_decrypt() 633 os_free(eb); in pkcs5_decrypt() 637 if (eb[i] != pad) { in pkcs5_decrypt() 639 eb + enc_data_len - pad, pad); in pkcs5_decrypt() 640 os_free(eb); in pkcs5_decrypt() [all …]
|
/external/libunwind/tests/ |
D | crasher.c | 48 char *buf, *bp, *eb; in write_maps() local 73 for (bp = buf, eb = buf + len; bp < eb; bp += kv->kve_structsize) { in write_maps()
|
/external/chromium-trace/catapult/third_party/flot/ |
D | jquery.flot.errorbars.min.js | 7 …eb=series.points.errorbars;if(eb=="x"||eb=="xy"){if(xerr.asymmetric){exl=points[i+2];exu=points[i+…
|
D | jquery.flot.errorbars.js | 119 var eb = series.points.errorbars; 121 if (eb == 'x' || eb == 'xy') { 125 if (eb == 'xy') 132 if (eb == 'xy') 139 } else if (eb == 'y')
|
/external/libunwind/src/ |
D | os-freebsd.c | 97 char *buf, *bp, *eb; in map_create_list() local 132 for (bp = buf, eb = buf + len; bp < eb; bp += kv->kve_structsize) in map_create_list()
|
/external/bsdiff/ |
D | bsdiff.cc | 120 u_char *db,*eb; in bsdiff() local 151 ((eb=static_cast<u_char*>(malloc(newsize+1)))==NULL)) err(1,NULL); in bsdiff() 257 eb[eblen+i]=new_buf[lastscan+lenf+i]; in bsdiff() 309 BZ2_bzWrite(&bz2err, pfbz2, eb, eblen); in bsdiff() 326 free(eb); in bsdiff()
|
/external/autotest/client/site_tests/security_OpenSSLBlacklist/src/ |
D | cert.pem | 18 92:f2:a9:6e:55:93:60:34:a4:d3:af:73:13:eb:50: 24 1f:17:33:eb:fa:a8:18:35:5d 43 c8:76:8b:48:8c:b9:d2:52:eb:74:97:8a:b5:78:ea:ab:83:db:
|
/external/autotest/client/site_tests/platform_AccurateTime/src/ |
D | cert.pem | 18 92:f2:a9:6e:55:93:60:34:a4:d3:af:73:13:eb:50: 24 1f:17:33:eb:fa:a8:18:35:5d 43 c8:76:8b:48:8c:b9:d2:52:eb:74:97:8a:b5:78:ea:ab:83:db:
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | Environment.h | 65 Environment(BindingsTy eb) in Environment() argument 66 : ExprBindings(eb) {} in Environment()
|
/external/opencv3/modules/java/src/ |
D | photo+AlignMTB.java | 83 public void computeBitmaps(Mat img, Mat tb, Mat eb) in computeBitmaps() argument 86 computeBitmaps_0(nativeObj, img.nativeObj, tb.nativeObj, eb.nativeObj); in computeBitmaps()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/ |
D | ExceptionTests.java | 37 Exception eb = (Exception) b; in hasSameBehavior() local 39 return ea.toString().equals(eb.toString()); in hasSameBehavior()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
D | ExceptionTests.java | 36 Exception eb = (Exception) b; in hasSameBehavior() local 38 return ea.toString().equals(eb.toString()); in hasSameBehavior()
|
/external/conscrypt/src/test/resources/ |
D | ca-cert.pem | 16 18:1c:2a:40:13:c6:d0:7b:8c:76:eb:91:57:d3:d0: 40 33:42:24:72:7f:51:d6:90:bc:47:a9:df:35:4d:b0:f6:eb:25:
|
D | cert-ct-poisoned.pem | 44 5f:90:6c:ca:2c:2d:3e:eb:fc:81:99:64:eb:d8:cf:7c:08:86:
|
/external/valgrind/VEX/orig_arm/ |
D | nanoarm | 7 . 0d c0 a0 e1 10 d8 2d e9 05 b0 4c e2 14 00 a0 e3 fe ff ff eb
|
D | nanoarm.orig | 19 . fe ff ff eb
|