Home
last modified time | relevance | path

Searched defs:distname (Results 1 – 6 of 6) sorted by relevance

/external/python/setuptools/setuptools/tests/
Dtest_dist.py24 def sdist_with_index(distname, version): argument
Dtest_virtualenv.py86 def sdist(distname, version): argument
Dtest_easy_install.py523 def make_dependency_sdist(dist_path, distname, version): argument
554 def make_trivial_sdist(dist_path, distname, version): argument
571 def make_nspkg_sdist(dist_path, distname, version): argument
619 def create_setup_requires_package(path, distname='foobar', version='0.1', argument
/external/python/cpython3/Lib/
Dplatform.py234 def _dist_try_harder(distname, version, id): argument
331 def linux_distribution(distname='', version='', id='', argument
341 def _linux_distribution(distname, version, id, supported_dists, argument
395 def dist(distname='', version='', id='', argument
/external/python/cpython2/Lib/
Dplatform.py225 def _dist_try_harder(distname,version,id): argument
322 def linux_distribution(distname='', version='', id='', argument
378 def dist(distname='',version='',id='', argument
/external/ltp/testcases/lib/
Dtst_kvcmp.c87 const char *distname = tst_kvcmp_distname(cur_kver); in compare_kver() local