Searched refs:from_filename (Results 1 – 9 of 9) sorted by relevance
/external/python/setuptools/pkg_resources/tests/ |
D | test_resources.py | 45 dist_from_fn = pkg_resources.Distribution.from_filename 157 Foo = Distribution.from_filename( 162 ad.add(Distribution.from_filename("Foo-0.9.egg")) 176 Baz = Distribution.from_filename( 203 Foo = Distribution.from_filename("/foo_dir/Foo-1.2.dist-info") 227 Foo = Distribution.from_filename( 234 quux = Distribution.from_filename("/foo_dir/quux-1.0.dist-info") 243 Foo = Distribution.from_filename( 250 quux = Distribution.from_filename("/foo_dir/quux-1.0.dist-info") 258 Foo = Distribution.from_filename( [all …]
|
/external/grpc-grpc/src/compiler/ |
D | node_generator.cc | 64 grpc::string GetRootPath(const grpc::string& from_filename, in GetRootPath() argument 73 size_t slashes = std::count(from_filename.begin(), from_filename.end(), '/'); in GetRootPath()
|
/external/mesa3d/scripts/ |
D | get_reviewer.pl | 58 my $from_filename = 0; 249 'f|file' => \$from_filename, 436 if ($from_filename) { 2047 if ($from_filename) {
|
/external/python/setuptools/setuptools/tests/ |
D | test_wheel.py | 139 dist = Distribution.from_filename(egg_path, metadata=metadata)
|
/external/u-boot/scripts/ |
D | get_maintainer.pl | 58 my $from_filename = 0; 262 'f|file' => \$from_filename, 506 if ($from_filename || ($file ne "&STDIN" && vcs_file_exists($file))) { 2265 if ($from_filename) {
|
/external/python/setuptools/pkg_resources/ |
D | __init__.py | 1881 yield Distribution.from_filename(path_item, metadata=metadata) 1939 yield Distribution.from_filename( 2671 def from_filename(cls, filename, metadata=None, **kw): member in Distribution
|
D | api_tests.txt | 98 from_location, from_filename (w/path normalization)
|
/external/python/setuptools/setuptools/command/ |
D | easy_install.py | 892 return Distribution.from_filename(egg_path, metadata=metadata)
|
/external/python/setuptools/docs/ |
D | pkg_resources.txt | 909 ``Distribution.from_filename(filename, metadata=None**kw)`` (classmethod) 924 ``from_filename()`` or ``from_location()`` constructors than to specify 1846 the filesystem (including ``Distribution.from_filename()``) ensure this
|