/external/jemalloc/test/unit/ |
D | zero.c | 13 #define MAGIC ((uint8_t)0x61) in test_zero() macro 22 assert_u_eq(s[0], MAGIC, in test_zero() 25 assert_u_eq(s[sz_prev-1], MAGIC, in test_zero() 34 s[i] = MAGIC; in test_zero() 45 #undef MAGIC in test_zero()
|
/external/python/cpython2/Tools/scripts/ |
D | checkpyc.py | 18 MAGIC = imp.get_magic() 20 print 'Using MAGIC word', repr(MAGIC) 49 if magic_str <> MAGIC:
|
/external/ltp/testcases/misc/math/fptests/ |
D | fptest02.c | 47 #define MAGIC 0.777807 macro 157 v = avgspd - MAGIC; in term() 162 v = avgspd - MAGIC; in term() 164 tst_resm(TINFO, "expected %.15f\n", MAGIC); in term()
|
/external/libese/apps/boot/card/src/com/android/verifiedboot/storage/ |
D | JcopBackupImpl.java | 33 final public static short MAGIC = (short)0xdeed; field in JcopBackupImpl 77 if (Util.getShort(in, (short)3) != MAGIC) { in restore() 154 Util.setShort(buffer, offset, MAGIC); in backup()
|
/external/python/cpython2/Lib/ |
D | sunaudio.py | 8 MAGIC = '.snd' variable 21 if fp.read(4) != MAGIC:
|
D | py_compile.py | 13 MAGIC = imp.get_magic() variable 129 fc.write(MAGIC)
|
D | sre_constants.py | 16 MAGIC = 20031017 variable 244 f.write("#define SRE_MAGIC %d\n" % MAGIC)
|
/external/elfutils/libdwfl/ |
D | gzip.c | 39 # define MAGIC "\xFD" "7zXZ\0" /* XZ file format. */ macro 52 # define MAGIC "BZh" macro 64 # define MAGIC "\037\213" macro 214 if (NOMAGIC (MAGIC) in unzip()
|
/external/llvm/test/CodeGen/X86/ |
D | 2009-07-15-CoalescerBug.ll | 13 %struct.MAGIC = type { %struct.MAGIC*, %struct.MGVTBL*, i16, i8, i8, %struct.SV*, i8*, i32 } 14 …MAGIC*)*, i32 (%struct.SV*, %struct.MAGIC*)*, i32 (%struct.SV*, %struct.MAGIC*)*, i32 (%struct.SV*… 24 …%struct.XPVAV = type { i8*, i64, i64, i64, double, %struct.MAGIC*, %struct.HV*, %struct.SV**, %str… 25 …%struct.XPVCV = type { i8*, i64, i64, i64, double, %struct.MAGIC*, %struct.HV*, %struct.HV*, %stru… 26 …%struct.XPVGV = type { i8*, i64, i64, i64, double, %struct.MAGIC*, %struct.HV*, %struct.GP*, i8*, … 27 …%struct.XPVHV = type { i8*, i64, i64, i64, double, %struct.MAGIC*, %struct.HV*, i32, %struct.HE*, … 28 …%struct.XPVIO = type { i8*, i64, i64, i64, double, %struct.MAGIC*, %struct.HV*, %struct.PerlIOl**,…
|
/external/mksh/src/ |
D | eval.c | 546 tpat1 = shf_smprintf("%s%c*", pat, MAGIC); in expand() 550 tpat1 = shf_smprintf("%c*%s", MAGIC, pat); in expand() 554 tpat1 = shf_smprintf("%c*%s%c*", MAGIC, pat, MAGIC); in expand() 633 *dp++ = MAGIC; in expand() 700 *dp++ = MAGIC; in expand() 1016 *dp++ = MAGIC; in expand() 1023 *dp++ = MAGIC; in expand() 1032 *dp++ = MAGIC; in expand() 1082 *dp++ = MAGIC; in expand() 1085 *dp++ = MAGIC; in expand() [all …]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | 2009-07-15-CoalescerBug.ll | 13 %struct.MAGIC = type { %struct.MAGIC*, %struct.MGVTBL*, i16, i8, i8, %struct.SV*, i8*, i32 } 14 …MAGIC*)*, i32 (%struct.SV*, %struct.MAGIC*)*, i32 (%struct.SV*, %struct.MAGIC*)*, i32 (%struct.SV*… 24 …%struct.XPVAV = type { i8*, i64, i64, i64, double, %struct.MAGIC*, %struct.HV*, %struct.SV**, %str… 25 …%struct.XPVCV = type { i8*, i64, i64, i64, double, %struct.MAGIC*, %struct.HV*, %struct.HV*, %stru… 26 …%struct.XPVGV = type { i8*, i64, i64, i64, double, %struct.MAGIC*, %struct.HV*, %struct.GP*, i8*, … 27 …%struct.XPVHV = type { i8*, i64, i64, i64, double, %struct.MAGIC*, %struct.HV*, i32, %struct.HE*, … 28 …%struct.XPVIO = type { i8*, i64, i64, i64, double, %struct.MAGIC*, %struct.HV*, %struct.PerlIOl**,…
|
/external/valgrind/coregrind/m_ume/ |
D | macho.c | 57 #define MAGIC MH_MAGIC macro 63 #define MAGIC MH_MAGIC_64 macro 535 if (mh.magic != MAGIC) { in load_thin_file() 800 if (magic == MAGIC) { in load_mach_file() 821 (*magic == MAGIC || *magic == VG_(ntohl)(FAT_MAGIC))) in VG_()
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/ |
D | DiskLruCacheTest.java | 42 import static com.squareup.okhttp.internal.DiskLruCache.MAGIC; 337 createJournalWithHeader(MAGIC, "0", "100", "2", ""); in openWithInvalidVersionClearsDirectory() 345 createJournalWithHeader(MAGIC, "1", "101", "2", ""); in openWithInvalidAppVersionClearsDirectory() 353 createJournalWithHeader(MAGIC, "1", "100", "1", ""); in openWithInvalidValueCountClearsDirectory() 361 createJournalWithHeader(MAGIC, "1", "100", "2", "x"); in openWithInvalidBlankLineClearsDirectory() 390 sink.writeUtf8(MAGIC + "\n" + VERSION_1 + "\n100\n2\n\nCLEAN k1 1 1"); // no trailing newline in openWithTruncatedLineDiscardsThatLine() 1237 expectedLines.add(MAGIC); in assertJournalEquals() 1247 createJournalWithHeader(MAGIC, VERSION_1, "100", "2", "", bodyLines); in createJournal()
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | urem.ll | 22 ; SI: v_mov_b32_e32 [[MAGIC:v[0-9]+]], 0x24924925 23 ; SI: v_mul_hi_u32 {{v[0-9]+}}, [[MAGIC]]
|
D | srem.ll | 22 ; SI: v_mov_b32_e32 [[MAGIC:v[0-9]+]], 0x92492493 23 ; SI: v_mul_hi_i32 {{v[0-9]+}}, [[MAGIC]],
|
/external/python/cpython2/Lib/plat-mac/ |
D | buildtools.py | 28 MAGIC = imp.get_magic() variable 248 data = (MAGIC + '\0\0\0\0') + data 434 fc.write(MAGIC)
|
/external/python/cpython2/Lib/plat-irix6/ |
D | flp.py | 55 MAGIC = '.fdc' variable 71 if fp.read(4) != MAGIC: 135 fp.write(MAGIC)
|
/external/python/cpython2/Lib/plat-irix5/ |
D | flp.py | 56 MAGIC = '.fdc' variable 72 if fp.read(4) != MAGIC: 136 fp.write(MAGIC)
|
/external/objenesis/main/src/test/java/org/objenesis/ |
D | ClassReader.java | 252 in.read(buffer, 0, MAGIC.length); in readClass() 253 assertArrayEquals(MAGIC); in readClass()
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
D | integer.inl | 40 // Henry Gordon Dietz: http://aggregate.org/MAGIC/ 72 // Henry Gordon Dietz: http://aggregate.org/MAGIC/
|
/external/ImageMagick/config/ |
D | ImageMagick.rc | 59 MAGIC.XML IMAGEMAGICK DISCARDABLE "..\\bin\\magic.xml"
|
/external/emma/core/java12/com/vladium/emma/data/ |
D | DataFactory.java | 549 if (magic != MAGIC) in persist() 692 out.writeInt (MAGIC); in writeFileHeader() 805 private static final int MAGIC = 0x454D4D41; // "EMMA" field in DataFactory
|
/external/objenesis/main/src/main/java/org/objenesis/instantiator/basic/ |
D | ClassDefinitionUtils.java | 84 public static final byte[] MAGIC = { (byte) 0xca, (byte) 0xfe, (byte) 0xba, (byte) 0xbe }; field in ClassDefinitionUtils
|
D | ProxyingInstantiator.java | 100 in.write(MAGIC); in writeExtendingClass()
|
/external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/ |
D | DiskLruCache.java | 89 static final String MAGIC = "libcore.io.DiskLruCache"; field in DiskLruCache 249 if (!MAGIC.equals(magic) in readJournal() 355 writer.write(MAGIC); in rebuildJournal()
|