| /external/python/setuptools/setuptools/config/ | 
| D | expand.py | 52 _Path = Union[str, os.PathLike]  variable91     patterns: Iterable[str], root_dir: Optional[_Path] = None
 121 def read_files(filepaths: Union[str, bytes, Iterable[_Path]], root_dir=None) -> str:
 139 def _filter_existing_files(filepaths: Iterable[_Path]) -> Iterator[_Path]:
 147 def _read_file(filepath: Union[bytes, _Path]) -> str:  argument
 152 def _assert_local(filepath: _Path, root_dir: str):
 163     root_dir: Optional[_Path] = None
 198 def _find_spec(module_name: str, module_path: Optional[_Path]) -> ModuleSpec:
 219     module_name: str, package_dir: Optional[Mapping[str, str]], root_dir: _Path
 255     root_dir: Optional[_Path] = None
 [all …]
 
 | 
| D | pyprojecttoml.py | 17 _Path = Union[str, os.PathLike]  variable21 def load_file(filepath: _Path) -> dict:
 28 def validate(config: dict, filepath: _Path):
 47     dist: "Distribution", filepath: _Path, ignore_option_errors=False,
 57     filepath: _Path,
 128     root_dir: Optional[_Path] = None,
 172     dist: Optional["Distribution"], project_cfg: dict, root_dir: _Path
 219     root_dir: _Path,
 262     root_dir: _Path,
 280     dynamic_cfg: dict, root_dir: _Path, ignore_option_errors: bool
 [all …]
 
 | 
| D | _apply_pyprojecttoml.py | 23 _Path = Union[os.PathLike, str]  variable31 def apply(dist: "Distribution", config: dict, filename: _Path) -> "Distribution":
 99 def _long_description(dist: "Distribution", val: _DictOrStr, root_dir: _Path):
 114 def _license(dist: "Distribution", val: dict, root_dir: _Path):
 123 def _people(dist: "Distribution", val: List[dict], _root_dir: _Path, kind: str):
 181 def _copy_command_options(pyproject: dict, dist: "Distribution", filename: _Path):
 
 | 
| D | setupcfg.py | 22 _Path = Union[str, os.PathLike]  variable34     filepath: _Path,
 61 def apply_configuration(dist: "Distribution", filepath: _Path) -> "Distribution":
 71     dist: "Distribution", filepath: _Path,
 72     other_files: Iterable[_Path] = (),
 329     def _parse_file(cls, value, root_dir: _Path):
 354     def _parse_attr(self, value, package_dir, root_dir: _Path):
 488         root_dir: _Path = os.curdir
 
 | 
| /external/python/setuptools/setuptools/ | 
| D | discovery.py | 53 _Path = Union[str, os.PathLike]  variable63 def _valid_name(path: _Path) -> bool:
 77         where: _Path = '.',
 110     def _find_iter(cls, where: _Path, exclude: _Filter, include: _Filter) -> StrIter:
 130     def _find_iter(cls, where: _Path, exclude: _Filter, include: _Filter) -> StrIter:
 158     def _looks_like_package(path: _Path, _package_name: str) -> bool:
 165     def _looks_like_package(_path: _Path, _package_name: str) -> bool:
 175     def _find_iter(cls, where: _Path, exclude: _Filter, include: _Filter) -> StrIter:
 235     def _looks_like_package(_path: _Path, package_name: str) -> bool:
 272 def _find_packages_within(root_pkg: str, pkg_dir: _Path) -> List[str]:
 [all …]
 
 | 
| /external/python/setuptools/setuptools/tests/config/ | 
| D | test_pyprojecttoml.py | 7 from path import Path as _Path  unknown
 | 
| /external/clang/test/Analysis/ | 
| D | dead-stores.m | 101 Radar11059352_1 *_Path;  field
 | 
| /external/python/setuptools/setuptools/tests/ | 
| D | test_config_discovery.py | 16 from path import Path as _Path  unknown
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/include/__filesystem/ | 
| D | directory_entry.h | 46   typedef _VSTD_FS::path _Path;  typedef
 | 
| /external/clang/lib/Basic/ | 
| D | VirtualFileSystem.cpp | 255   RealFSDirIter(const Twine &_Path, std::error_code &EC)  in RealFSDirIter()1755     const Twine &_Path, RedirectingFileSystem &FS,  in VFSFromYamlDirIterImpl()
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ | 
| D | VirtualFileSystem.cpp | 2057     const Twine &_Path,  in VFSFromYamlDirIterImpl()
 | 
| /external/mesa3d/src/imgui/ | 
| D | imgui.h | 1813     ImVector<ImVec2>        _Path;              // [Internal] current path building  member
 |