Searched refs:MAGIC (Results 1 - 25 of 77) sorted by relevance

1234

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
H A Dcpio.h47 #define MAGIC "070707" macro
H A Dtic.h78 #define MAGIC 0432 /* first two bytes of a compiled entry */ macro
87 #define IS_TIC_MAGIC(p) (LOW_MSB(p) == MAGIC)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
H A Dcpio.h47 #define MAGIC "070707" macro
H A Dtic.h78 #define MAGIC 0432 /* first two bytes of a compiled entry */ macro
87 #define IS_TIC_MAGIC(p) (LOW_MSB(p) == MAGIC)
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dsunaudio.py8 MAGIC = '.snd' variable
21 if fp.read(4) != MAGIC:
H A Dpy_compile.py13 MAGIC = imp.get_magic() variable
129 fc.write(MAGIC)
H A Dsre_constants.py16 MAGIC = 20031017 variable
240 f.write("#define SRE_MAGIC %d\n" % MAGIC)
H A Dsre_compile.py18 assert _sre.MAGIC == MAGIC, "SRE module mismatch"
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dsunaudio.py8 MAGIC = '.snd' variable
21 if fp.read(4) != MAGIC:
H A Dpy_compile.py13 MAGIC = imp.get_magic() variable
129 fc.write(MAGIC)
H A Dsre_constants.py16 MAGIC = 20031017 variable
240 f.write("#define SRE_MAGIC %d\n" % MAGIC)
H A Dsre_compile.py18 assert _sre.MAGIC == MAGIC, "SRE module mismatch"
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dsunaudio.py8 MAGIC = '.snd' variable
21 if fp.read(4) != MAGIC:
H A Dpy_compile.py13 MAGIC = imp.get_magic() variable
129 fc.write(MAGIC)
H A Dsre_constants.py16 MAGIC = 20031017 variable
240 f.write("#define SRE_MAGIC %d\n" % MAGIC)
H A Dsre_compile.py18 assert _sre.MAGIC == MAGIC, "SRE module mismatch"
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dsunaudio.py8 MAGIC = '.snd' variable
21 if fp.read(4) != MAGIC:
H A Dpy_compile.py13 MAGIC = imp.get_magic() variable
129 fc.write(MAGIC)
H A Dsre_constants.py16 MAGIC = 20031017 variable
240 f.write("#define SRE_MAGIC %d\n" % MAGIC)
H A Dsre_compile.py18 assert _sre.MAGIC == MAGIC, "SRE module mismatch"
/prebuilts/misc/common/swig/include/2.0.11/perl5/
H A Dperlrun.swg105 typedef int (CPerlObj::*SwigMagicFunc)(SV *, MAGIC *);
110 #define SWIG_MAGIC(a,b) (SV *a, MAGIC *b)
119 #define SWIG_MAGIC(a,b) (SV *a, MAGIC *b)
124 typedef int (*SwigMagicFunc)(SV *, MAGIC *);
131 #define SWIG_MAGIC(a,b) (struct interpreter *interp, SV *a, MAGIC *b)
136 typedef int (*SwigMagicFunc)(struct interpreter *, SV *, MAGIC *);
251 MAGIC *mg;
458 SWIGRUNTIME void _swig_create_magic(SV *sv, char *name, int (*set)(SV *, MAGIC *), int (*get)(SV *,MAGIC *))
460 SWIGRUNTIME void _swig_create_magic(SV *sv, char *name, int (*set)(struct interpreter*, SV *, MAGIC *), in
[all...]
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
H A Dbuildtools.py28 MAGIC = imp.get_magic() variable
248 data = (MAGIC + '\0\0\0\0') + data
429 fc.write('\0\0\0\0') # MAGIC placeholder, written later
434 fc.write(MAGIC)
H A Dbundlebuilder.py237 MAGIC = imp.get_magic() variable
255 return path, MAGIC + '\0\0\0\0' + marshal.dumps(code)
753 f.write(MAGIC)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
H A Dbuildtools.py28 MAGIC = imp.get_magic() variable
248 data = (MAGIC + '\0\0\0\0') + data
429 fc.write('\0\0\0\0') # MAGIC placeholder, written later
434 fc.write(MAGIC)
/prebuilts/maven_repo/bumptech/com/github/bumptech/glide/disklrucache/1.0.0-SNAPSHOT/
H A Ddisklrucache-1.0.0-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/bumptech/ com/bumptech/glide/ com/bumptech/glide/disklrucache/ ...

Completed in 8015 milliseconds

1234