/external/tensorflow/tensorflow/lite/g3doc/tools/ |
D | build_java_api_docs.py | 75 def overlay(from_root: Union[str, os.PathLike[str]], 76 to_root: Union[str, os.PathLike[str]]) -> None:
|
/external/fonttools/Tests/ufoLib/ |
D | UFOZ_test.py | 56 class PathLike: class 64 path = PathLike(testufo)
|
/external/python/cpython3/Lib/ |
D | imghdr.py | 3 from os import PathLike 15 if isinstance(file, (str, PathLike)):
|
D | compileall.py | 26 if quiet < 2 and isinstance(dir, os.PathLike): 157 if quiet < 2 and isinstance(fullname, os.PathLike):
|
D | zipapp.py | 39 if isinstance(archive, (str, os.PathLike)):
|
D | bz2.py | 80 if isinstance(filename, (str, bytes, os.PathLike)):
|
D | lzma.py | 117 if isinstance(filename, (str, bytes, os.PathLike)):
|
D | os.py | 1070 class PathLike(abc.ABC): class 1081 if cls is PathLike:
|
/external/tensorflow/tensorflow/python/keras/utils/ |
D | io_utils.py | 37 if isinstance(path, os.PathLike):
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/ |
D | googletest-printers-test.cc | 206 class PathLike { class 209 typedef PathLike value_type; 212 PathLike& operator*(); 218 PathLike() {} in PathLike() function in foo::PathLike 223 friend ::std::ostream& operator<<(::std::ostream& os, const PathLike&) { in operator <<() argument 1264 ::foo::PathLike x; 1266 const ::foo::PathLike cx;
|
/external/cronet/third_party/boringssl/src/third_party/googletest/test/ |
D | googletest-printers-test.cc | 206 class PathLike { class 209 typedef PathLike value_type; 212 PathLike& operator*(); 218 PathLike() {} in PathLike() function in foo::PathLike 223 friend ::std::ostream& operator<<(::std::ostream& os, const PathLike&) { in operator <<() argument 1264 ::foo::PathLike x; 1266 const ::foo::PathLike cx;
|
/external/toolchain-utils/rust_tools/ |
D | rust_uprev.py | 120 def find_ebuild_for_package(name: str) -> os.PathLike: 502 def get_distdir() -> os.PathLike: 507 def update_manifest(ebuild_file: os.PathLike) -> None: argument 758 def remove_ebuild_version(path: os.PathLike, name: str, version: RustVersion): argument
|
/external/googletest/googletest/test/ |
D | googletest-printers-test.cc | 207 class PathLike { class 210 typedef PathLike value_type; 213 PathLike& operator*(); 219 PathLike() {} in PathLike() function in foo::PathLike 224 friend ::std::ostream& operator<<(::std::ostream& os, const PathLike&) { in operator <<() argument 1315 ::foo::PathLike x; 1317 const ::foo::PathLike cx;
|
/external/cronet/third_party/googletest/src/googletest/test/ |
D | googletest-printers-test.cc | 199 class PathLike { class 202 typedef PathLike value_type; 205 PathLike& operator*(); 211 PathLike() {} in PathLike() function in foo::PathLike 216 friend ::std::ostream& operator<<(::std::ostream& os, const PathLike&) { in operator <<() argument 1320 ::foo::PathLike x; 1322 const ::foo::PathLike cx;
|
/external/tensorflow/tensorflow/python/trackable/ |
D | asset.py | 77 if isinstance(path, os.PathLike):
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.6.0a2.rst | 47 Add support for os.PathLike objects to open() (part of :pep:`519`). 218 Add os.PathLike support to DirEntry (part of :pep:`519`). Initial patch by 238 Add os.PathLike support to pathlib, removing its provisional status (part of 248 Add support for os.PathLike objects to os.fsencode() and os.fsdecode() (part 258 Introduce os.PathLike and os.fspath() (part of :pep:`519`).
|
/external/python/pyfakefs/pyfakefs/ |
D | helpers.py | 29 AnyPath = Union[AnyStr, os.PathLike] 54 def make_string_path(dir_name: os.PathLike) -> str: ... argument
|
D | fake_scandir.py | 26 BaseClass = os.PathLike
|
/external/python/cpython3/Lib/importlib/ |
D | resources.py | 37 Resource = Union[str, os.PathLike]
|
/external/tensorflow/tensorflow/python/checkpoint/ |
D | checkpoint_management.py | 267 if isinstance(checkpoint_dir, os.PathLike): 627 if isinstance(directory, os.PathLike):
|
D | checkpoint.py | 2262 if isinstance(file_prefix, os.PathLike): 2367 if isinstance(file_prefix, os.PathLike): 2456 if isinstance(save_path, os.PathLike): 2572 if isinstance(save_path, os.PathLike):
|
/external/fmtlib/test/ |
D | ranges-test.cc | 123 TEST(RangesTest, PathLike) { in TEST() argument
|
/external/crosvm/tools/impl/ |
D | common.py | 68 PathLike = Union[Path, str] variable 686 def cwd_context(path: PathLike): argument 702 def chdir(path: PathLike): argument
|
/external/tensorflow/tensorflow/python/training/ |
D | checkpoint_utils.py | 449 if isinstance(ckpt_dir_or_file, os.PathLike):
|
/external/python/setuptools/setuptools/config/ |
D | pyprojecttoml.py | 17 _Path = Union[str, os.PathLike]
|