Home
last modified time | relevance | path

Searched refs:dep_util (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/brotli/
H A Dsetup.py19 from distutils import dep_util namespace
67 if not (self.force or dep_util.newer_group(depends, ext_path, 'newer')):
/third_party/python/Lib/distutils/
H A Dcmd.py9 from distutils import util, dir_util, file_util, archive_util, dep_util namespace
399 if self.force or dep_util.newer_group(infiles, outfile):
H A Dfile_util.py100 from distutils.dep_util import newer
H A Dbcppcompiler.py22 from distutils.dep_util import newer
H A Dunixccompiler.py19 from distutils.dep_util import newer
H A Dutil.py14 from distutils.dep_util import newer
H A Dccompiler.py11 from distutils.dep_util import newer_group
/third_party/python/Lib/distutils/command/
H A Dbuild_scripts.py9 from distutils.dep_util import newer
H A Dbuild_ext.py15 from distutils.dep_util import newer_group
/third_party/python/Lib/distutils/tests/
H A Dtest_dep_util.py1 """Tests for distutils.dep_util."""
5 from distutils.dep_util import newer, newer_pairwise, newer_group
/third_party/python/Tools/peg_generator/pegen/
H A Dbuild.py57 from distutils.dep_util import newer_group

Completed in 8 milliseconds