/third_party/skia/third_party/externals/tint/src/utils/io/ |
H A D | tmpfile.h | 24 /// TmpFile constructs a temporary file that can be written to, and is 26 class TmpFile { class 33 explicit TmpFile(std::string extension = ""); 37 ~TmpFile(); 56 /// @return a reference to this TmpFile 58 inline TmpFile& operator<<(T&& data) { in operator <<() 67 TmpFile(const TmpFile&) = delete; 68 TmpFile& operator=(const TmpFile [all...] |
H A D | tmpfile_other.cc | 20 TmpFile::TmpFile(std::string) {} in TmpFile() function in tint::utils::TmpFile 22 TmpFile::~TmpFile() = default; 24 bool TmpFile::Append(const void*, size_t) const { in Append()
|
H A D | tmpfile_posix.cc | 51 TmpFile::TmpFile(std::string extension) in TmpFile() function in tint::utils::TmpFile 54 TmpFile::~TmpFile() { in ~TmpFile() 60 bool TmpFile::Append(const void* data, size_t size) const { in Append()
|
H A D | tmpfile_windows.cc | 44 TmpFile::TmpFile(std::string ext) : path_(TmpFilePath(ext)) {} in TmpFile() function in tint::utils::TmpFile 46 TmpFile::~TmpFile() { in ~TmpFile() 52 bool TmpFile::Append(const void* data, size_t size) const { in Append()
|
H A D | tmpfile_test.cc | 28 TmpFile tmp; in TEST() 73 TmpFile tmp(kExt); in TEST()
|
/third_party/icu/icu4c/source/test/testdata/ |
H A D | BUILDRULES.py | 20 output_file = TmpFile("testdata.lst"), 84 output_files = [TmpFile("zoneinfo64.res")], 181 output_file = TmpFile("nam.typ") 220 output_files = [TmpFile("testtable32.txt")], 228 input_files = [TmpFile("testtable32.txt")],
|
/third_party/icu/icu4c/source/python/icutools/databuilder/ |
H A D | __init__.py | 9 TmpFile = namedtuple("TmpFile", ["filename"]) variable
|
H A D | utils.py | 20 if isinstance(file, TmpFile): 128 # OutFile and TmpFile as different, and by default they evaluate as equal.
|
H A D | filtration.py | 338 TmpFile("%s/%s" % (self.filter_tmp_dir, basename))
|
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/ |
H A D | __init__.py | 9 TmpFile = namedtuple("TmpFile", ["filename"]) variable
|
H A D | utils.py | 20 if isinstance(file, TmpFile): 128 # OutFile and TmpFile as different, and by default they evaluate as equal.
|
H A D | filtration.py | 338 TmpFile("%s/%s" % (self.filter_tmp_dir, basename))
|
/third_party/skia/third_party/externals/tint/src/val/ |
H A D | msl.cc | 35 utils::TmpFile file(".metal"); in Msl()
|
H A D | hlsl.cc | 44 utils::TmpFile file; in HlslUsingDXC()
|
/third_party/icu/icu4c/source/data/ |
H A D | BUILDRULES.py | 107 output_file = TmpFile("icudata.lst"), 612 index_file_txt = TmpFile("{IN_SUB_DIR}/{INDEX_NAME}.txt".format(
|
/third_party/skia/third_party/externals/icu/source/data/ |
H A D | BUILDRULES.py | 105 output_file = TmpFile("icudata.lst"), 563 index_file_txt = TmpFile("{IN_SUB_DIR}/{INDEX_NAME}.txt".format(
|
/third_party/icu/icu4c/source/python/icutools/databuilder/renderers/ |
H A D | makefile.py | 152 timestamp_file = TmpFile("%s.timestamp" % request.name)
|
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/renderers/ |
H A D | makefile.py | 152 timestamp_file = TmpFile("%s.timestamp" % request.name)
|