Home
last modified time | relevance | path

Searched refs:PathLike (Results 1 – 25 of 70) sorted by relevance

123

/external/tensorflow/tensorflow/lite/g3doc/tools/
Dbuild_java_api_docs.py75 def overlay(from_root: Union[str, os.PathLike[str]],
76 to_root: Union[str, os.PathLike[str]]) -> None:
/external/fonttools/Tests/ufoLib/
DUFOZ_test.py56 class PathLike: class
64 path = PathLike(testufo)
/external/python/cpython3/Lib/
Dimghdr.py3 from os import PathLike
15 if isinstance(file, (str, PathLike)):
Dcompileall.py26 if quiet < 2 and isinstance(dir, os.PathLike):
157 if quiet < 2 and isinstance(fullname, os.PathLike):
Dzipapp.py39 if isinstance(archive, (str, os.PathLike)):
Dbz2.py80 if isinstance(filename, (str, bytes, os.PathLike)):
Dlzma.py117 if isinstance(filename, (str, bytes, os.PathLike)):
Dos.py1070 class PathLike(abc.ABC): class
1081 if cls is PathLike:
/external/tensorflow/tensorflow/python/keras/utils/
Dio_utils.py37 if isinstance(path, os.PathLike):
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgoogletest-printers-test.cc206 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/
Dgoogletest-printers-test.cc206 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/
Drust_uprev.py120 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/
Dgoogletest-printers-test.cc207 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/
Dgoogletest-printers-test.cc199 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/
Dasset.py77 if isinstance(path, os.PathLike):
/external/python/cpython3/Misc/NEWS.d/
D3.6.0a2.rst47 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/
Dhelpers.py29 AnyPath = Union[AnyStr, os.PathLike]
54 def make_string_path(dir_name: os.PathLike) -> str: ... argument
Dfake_scandir.py26 BaseClass = os.PathLike
/external/python/cpython3/Lib/importlib/
Dresources.py37 Resource = Union[str, os.PathLike]
/external/tensorflow/tensorflow/python/checkpoint/
Dcheckpoint_management.py267 if isinstance(checkpoint_dir, os.PathLike):
627 if isinstance(directory, os.PathLike):
Dcheckpoint.py2262 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/
Dranges-test.cc123 TEST(RangesTest, PathLike) { in TEST() argument
/external/crosvm/tools/impl/
Dcommon.py68 PathLike = Union[Path, str] variable
686 def cwd_context(path: PathLike): argument
702 def chdir(path: PathLike): argument
/external/tensorflow/tensorflow/python/training/
Dcheckpoint_utils.py449 if isinstance(ckpt_dir_or_file, os.PathLike):
/external/python/setuptools/setuptools/config/
Dpyprojecttoml.py17 _Path = Union[str, os.PathLike]

123