Searched defs:distname (Results 1 – 6 of 6) sorted by relevance
/external/python/setuptools/setuptools/tests/ |
D | test_dist.py | 24 def sdist_with_index(distname, version): argument
|
D | test_virtualenv.py | 86 def sdist(distname, version): argument
|
D | test_easy_install.py | 523 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/ |
D | platform.py | 234 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/ |
D | platform.py | 225 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/ |
D | tst_kvcmp.c | 87 const char *distname = tst_kvcmp_distname(cur_kver); in compare_kver() local
|