HomeSort by relevance Sort by last modified time
    Searched refs:to_filename (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
install_egg_info.py 25 to_filename(safe_name(self.distribution.get_name())),
26 to_filename(safe_version(self.distribution.get_version())),
73 def to_filename(name): function
  /external/python/cpython2/Lib/distutils/command/
install_egg_info.py 25 to_filename(safe_name(self.distribution.get_name())),
26 to_filename(safe_version(self.distribution.get_version())),
73 def to_filename(name): function
  /external/python/cpython3/Lib/distutils/command/
install_egg_info.py 25 to_filename(safe_name(self.distribution.get_name())),
26 to_filename(safe_version(self.distribution.get_version())),
72 def to_filename(name): function
  /external/grpc-grpc/src/compiler/
node_generator.cc 65 const grpc::string& to_filename) {
66 if (to_filename.find("google/protobuf") == 0) {
  /external/python/setuptools/setuptools/
package_index.py 19 to_filename, Requirement, DEVELOP_DIST, EGG_DIST,
440 return to_filename(pkg), to_filename(ver)
    [all...]
  /external/python/setuptools/setuptools/command/
egg_info.py 29 safe_version, yield_lines, EntryPoint, iter_entry_points, to_filename)
196 self.egg_info = to_filename(self.egg_name) + '.egg-info'
  /external/python/setuptools/pkg_resources/
__init__.py 218 'safe_extra', 'to_filename', 'invalid_marker', 'evaluate_marker',
1338 def to_filename(name): function
    [all...]

Completed in 191 milliseconds