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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_zipimport.py 36 pyc = imp.get_magic() + struct.pack("<i", int(mtime)) + data
37 return pyc
47 pyc_ext = ".pyc"
157 # make pyc magic word invalid, forcing loading from .py
166 # make pyc magic word invalid, causing an ImportError
176 self.fail("expected ImportError; import from bad pyc") namespace
306 pyc = make_pyc(compile(src, "<???>", "exec"), NOW)
307 files = {TESTMOD + pyc_ext: (NOW, pyc),
326 pyc = make_pyc(compile(test_src, "<???>", "exec"), NOW)
328 TESTMOD + pyc_ext: (NOW, pyc)}
    [all...]
test_import.py 21 name + os.extsep + "pyc",
66 pyc = TESTFN + "$py.class"
68 pyc = TESTFN + os.extsep + "pyc"
94 self.fail("import from .pyc/.pyo failed: %s" % err) namespace
96 unlink(pyc)
114 # Issue 6070: under posix .pyc files got their execute bit set if
129 "either a .pyc or .pyo file")
143 # a read only source file resulted in a read only pyc file, which
151 # Tweak the mtime of the source to ensure pyc gets updated late
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_zipimport.py 36 pyc = imp.get_magic() + struct.pack("<i", int(mtime)) + data
37 return pyc
47 pyc_ext = ".pyc"
157 # make pyc magic word invalid, forcing loading from .py
166 # make pyc magic word invalid, causing an ImportError
176 self.fail("expected ImportError; import from bad pyc") namespace
306 pyc = make_pyc(compile(src, "<???>", "exec"), NOW)
307 files = {TESTMOD + pyc_ext: (NOW, pyc),
326 pyc = make_pyc(compile(test_src, "<???>", "exec"), NOW)
328 TESTMOD + pyc_ext: (NOW, pyc)}
    [all...]
test_import.py 21 name + os.extsep + "pyc",
66 pyc = TESTFN + "$py.class"
68 pyc = TESTFN + os.extsep + "pyc"
94 self.fail("import from .pyc/.pyo failed: %s" % err) namespace
96 unlink(pyc)
114 # Issue 6070: under posix .pyc files got their execute bit set if
129 "either a .pyc or .pyo file")
143 # a read only source file resulted in a read only pyc file, which
151 # Tweak the mtime of the source to ensure pyc gets updated late
    [all...]
  /external/protobuf/examples/
Makefile 15 rm -f *.pyc
  /external/chromium_org/third_party/mesa/src/scons/
custom.py 145 # Running the Python script causes .pyc files to be generated in the
147 # effects for .pyc files
149 pyc = env.File(str(dep) + 'c')
150 env.SideEffect(pyc, code)
  /external/mesa3d/scons/
custom.py 145 # Running the Python script causes .pyc files to be generated in the
147 # effects for .pyc files
149 pyc = env.File(str(dep) + 'c')
150 env.SideEffect(pyc, code)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py 233 PYC_EXT = ".pyc"
569 # Create a zip file containing all modules as pyc.
576 path, pyc = getPycData(name, code, ispkg)
577 zf.writestr(path, pyc)
579 # add site.pyc
584 # Create individual .pyc files.
684 # include a real .pyc file if self.use_zipimport is True.
    [all...]
  /external/chromium_org/third_party/re2/
Makefile 213 rm -f re2/*.pyc
  /external/regex-re2/
Makefile 213 rm -f re2/*.pyc
  /build/core/
config.mk 22 # Tell python not to spam the source tree with .pyc files. This
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
doctest.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
doctest.py     [all...]

Completed in 1256 milliseconds