HomeSort by relevance Sort by last modified time
    Searched refs:MAGIC (Results 26 - 50 of 63) sorted by null

12 3

  /external/proguard/src/proguard/classfile/
ClassConstants.java 32 public static final int MAGIC = 0xCAFEBABE;
  /external/valgrind/main/coregrind/m_debuginfo/
readmacho.c 67 # define MAGIC MH_MAGIC
74 # define MAGIC MH_MAGIC_64
120 if (VG_(ntohl)(fh_be->magic) == FAT_MAGIC)
125 if (mh->magic == MAGIC)
184 fh.magic = VG_(ntohl)(fh_be.magic);
186 if (fh.magic == FAT_MAGIC) {
262 if (mh.magic != MAGIC) {
    [all...]
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
BinaryHprofWriter.java 80 out.writeBytes(BinaryHprof.MAGIC + "1.0.2");
  /external/glide/third_party/disklrucache/
disklrucache-2.0.2.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_compile.py 18 assert _sre.MAGIC == MAGIC, "SRE module mismatch"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_compile.py 18 assert _sre.MAGIC == MAGIC, "SRE module mismatch"
  /external/mksh/src/
tree.c 327 shf_putc(MAGIC, shf);
397 shf_putc(MAGIC, shf);
410 shf_putc(MAGIC, shf);
misc.c 611 /* skip MAGIC and closing parenthesis */
618 *dp++ = MAGIC;
636 *dp++ = MAGIC;
652 * pattern character are prefixed with MAGIC by expand.
700 * - if no magic,
703 * - if magic && (no globbing || syntax error)
760 * else must be a MAGIC-MAGIC, or MAGIC-!,
761 * MAGIC--, MAGIC-], MAGIC-{, MAGIC-, MAGIC-
    [all...]
sh.h 440 * Make MAGIC a char that might be printed to make bugs more obvious, but
444 #define MAGIC (7) /* prefix for *?[!{,} during expand */
445 #define ISMAGIC(c) ((unsigned char)(c) == MAGIC)
917 #define C_SUBOP2 BIT(8) /* "#%" (magic, see below) */
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py 237 MAGIC = imp.get_magic()
255 return path, MAGIC + '\0\0\0\0' + marshal.dumps(code)
753 f.write(MAGIC)
    [all...]
  /frameworks/compile/mclinker/lib/LD/
GNUArchiveReader.cpp 67 return (0 == memcmp(pStr, Archive::MAGIC, Archive::MAGIC_LEN));
  /external/proguard/src/proguard/classfile/util/
ClassUtil.java 39 * Checks whether the given class magic number is correct.
40 * @param magicNumber the magic number.
41 * @throws UnsupportedOperationException when the magic number is incorrect.
45 if (magicNumber != ClassConstants.MAGIC)
47 throw new UnsupportedOperationException("Invalid magic number ["+Integer.toHexString(magicNumber)+"] in class");
    [all...]
  /frameworks/native/opengl/libagl/
egl.cpp 143 MAGIC = 0x31415265
146 uint32_t magic; member in struct:android::egl_surface_t
177 : magic(MAGIC), dpy(dpy), config(config), ctx(0), zombie(false)
185 magic = 0;
189 ALOGE_IF(magic != MAGIC, "invalid EGLSurface (%p)", this);
190 return magic == MAGIC;
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
SocketChannelTest.java     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py 123 MAGIC = imp.get_magic()
132 return self.MAGIC + mtime
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py 123 MAGIC = imp.get_magic()
132 return self.MAGIC + mtime
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
ProcessStats.java 200 // In-memory Parcel magic number, used to detect attempts to unmarshall bad data
201 private static final int MAGIC = 0x50535453;
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
yjp-controller-api-redist.jar 
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 93 // In-memory Parcel magic number, used to detect attempts to unmarshall bad data
94 private static final int MAGIC = 0xBA757475; // 'BATSTATS'
8374 int magic = in.readInt(); local
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 

Completed in 1352 milliseconds

12 3