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

1 2

  /development/build/
sdk.exclude.atree 24 -*.pyc
  /external/selinux/python/sepolgen/
Makefile 11 rm -f *~ *.pyc
  /external/selinux/python/sepolgen/src/
Makefile 12 rm -f *~ *.pyc
  /external/selinux/python/sepolgen/src/sepolgen/
Makefile 13 rm -f *~ *.pyc
  /external/selinux/python/sepolgen/tests/
Makefile 4 rm -f *~ *.pyc
  /external/autotest/
.gitignore 11 *.pyc
33 *.pyc
  /external/v8/
Android.d8.mk 19 # generating jsmin.pyc in the source directory
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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")
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 16 name + os.extsep + "pyc",
50 pyc = TESTFN + "$py.class"
52 pyc = TESTFN + os.extsep + "pyc"
77 self.fail("import from .pyc/.pyo failed: %s" % err)
79 unlink(pyc)
94 # Issue 6070: under posix .pyc files got their execute bit set if
109 "either a .pyc or .pyo file")
149 # Compile & remove .py file, we only need .pyc (or .pyo).
272 # and the .pyc file are renamed).
    [all...]
  /prebuilts/gdb/darwin-x86/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")
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)
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/gdb/linux-x86/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")
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)
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/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")
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)
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")
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)
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/ltp/include/mk/
env_post.mk 48 CLEAN_TARGETS += $(MAKE_TARGETS) *.o *.pyc
  /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)
  /external/protobuf/examples/
Makefile 17 rm -f *.pyc
  /external/autotest/site_utils/
deploy_server_local.py 161 # Remove .pyc files via pyclean, which is a package on all ubuntu server.
162 print('Removing .pyc files')
166 print('Warning: fail to remove .pyc! %s' % e)
470 # Remove .pyc files via pyclean, which is a package on all ubuntu server
471 print('Removing .pyc files')
475 print('Warning: fail to remove .pyc! %s' % e)
  /build/soong/ui/build/
config.go 88 // Tell python not to spam the source tree with .pyc files.
  /prebuilts/gdb/darwin-x86/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...]
  /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/regex-re2/
Makefile 213 rm -f re2/*.pyc

Completed in 1326 milliseconds

1 2