HomeSort by relevance Sort by last modified time
    Searched refs:get_magic (Results 1 - 23 of 23) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_compileall.py 31 compare = struct.pack('<4sl', imp.get_magic(), mtime)
52 self.recreation_check(struct.pack('<4sl', imp.get_magic(), 1))
test_zipimport.py 36 pyc = imp.get_magic() + struct.pack("<i", int(mtime)) + data
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_compileall.py 31 compare = struct.pack('<4sl', imp.get_magic(), mtime)
52 self.recreation_check(struct.pack('<4sl', imp.get_magic(), 1))
test_zipimport.py 36 pyc = imp.get_magic() + struct.pack("<i", int(mtime)) + data
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_linux.c 152 int get_magic = WLC_GET_MAGIC; local
161 get_magic = DHD_GET_MAGIC;
172 if (ret < 0 && cmd != get_magic)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
py_compile.py 13 MAGIC = imp.get_magic()
imputil.py 441 f.write(imp.get_magic())
590 if f.read(4) == imp.get_magic():
compileall.py 90 expect = struct.pack('<4sl', imp.get_magic(), mtime)
pkgutil.py 24 if magic != imp.get_magic():
modulefinder.py 292 if fp.read(4) != imp.get_magic():
pydoc.py 251 magic = imp.get_magic()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
py_compile.py 13 MAGIC = imp.get_magic()
imputil.py 441 f.write(imp.get_magic())
590 if f.read(4) == imp.get_magic():
compileall.py 90 expect = struct.pack('<4sl', imp.get_magic(), mtime)
pkgutil.py 24 if magic != imp.get_magic():
modulefinder.py 292 if fp.read(4) != imp.get_magic():
pydoc.py 251 magic = imp.get_magic()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
buildtools.py 28 MAGIC = imp.get_magic()
bundlebuilder.py 237 MAGIC = imp.get_magic()
    [all...]
  /external/blktrace/
blkparse.c 2146 static inline __u32 get_magic(struct blk_io_trace *bit) function
    [all...]
  /external/chromium_org/third_party/jinja2/
environment.py 638 py_header = imp.get_magic() + \
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py 123 MAGIC = imp.get_magic()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py 123 MAGIC = imp.get_magic()
    [all...]

Completed in 2844 milliseconds