Home
last modified time | relevance | path

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 Dtest_multiarray.py3815 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/
Dtmpfile.cc37 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 Dtmpfile.cc38 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/
Dtmpfile.cc38 char tmp_filename[MAX_PATH]; in gpr_tmpfile() local
/aosp_15_r20/external/grpc-grpc/src/core/lib/gpr/posix/
H A Dtmpfile.cc37 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/
Dtmpfile.cc39 TCHAR tmp_filename[MAX_PATH]; in gpr_tmpfile() local
/aosp_15_r20/external/grpc-grpc/src/core/lib/gpr/windows/
H A Dtmpfile.cc39 TCHAR tmp_filename[MAX_PATH]; in gpr_tmpfile() local
/aosp_15_r20/external/tensorflow/tensorflow/core/data/
H A Dsnapshot_utils.cc949 std::string tmp_filename = in WriteMetadataFile() local
/aosp_15_r20/art/libprofile/profile/
H A Dprofile_compilation_info.cc844 std::string tmp_filename = filename + ".XXXXXX.tmp"; in Save() local