Searched defs:tmp_filename (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/pytorch/test/torch_np/numpy_tests/core/ |
H A D | test_multiarray.py | 3815 def tmp_filename(self, tmp_path, request): member in TestIO 3853 def test_empty_files_text(self, tmp_filename): argument 3859 def test_empty_files_binary(self, tmp_filename): argument 3865 def test_roundtrip_file(self, x, tmp_filename): argument 3873 def test_roundtrip(self, x, tmp_filename): argument 3878 def test_roundtrip_dump_pathlib(self, x, tmp_filename): argument 3908 def test_unseekable_fromfile(self, x, tmp_filename): argument 3920 def test_io_open_unbuffered_fromfile(self, x, tmp_filename): argument 3927 def test_largish_file(self, tmp_filename): argument 3947 def test_io_open_buffered_fromfile(self, x, tmp_filename): argument [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gpr/posix/ |
D | tmpfile.cc | 37 FILE* gpr_tmpfile(const char* prefix, char** tmp_filename) { in gpr_tmpfile()
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/gpr/msys/ |
H A D | tmpfile.cc | 38 char tmp_filename[MAX_PATH]; in gpr_tmpfile() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gpr/msys/ |
D | tmpfile.cc | 38 char tmp_filename[MAX_PATH]; in gpr_tmpfile() local
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/gpr/posix/ |
H A D | tmpfile.cc | 37 FILE* gpr_tmpfile(const char* prefix, char** tmp_filename) { in gpr_tmpfile()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gpr/windows/ |
D | tmpfile.cc | 39 TCHAR tmp_filename[MAX_PATH]; in gpr_tmpfile() local
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/gpr/windows/ |
H A D | tmpfile.cc | 39 TCHAR tmp_filename[MAX_PATH]; in gpr_tmpfile() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/data/ |
H A D | snapshot_utils.cc | 949 std::string tmp_filename = in WriteMetadataFile() local
|
/aosp_15_r20/art/libprofile/profile/ |
H A D | profile_compilation_info.cc | 844 std::string tmp_filename = filename + ".XXXXXX.tmp"; in Save() local
|