Home
last modified time | relevance | path

Searched defs:temp_file (Results 1 – 25 of 56) sorted by relevance

123

/external/cronet/tot/base/test/launcher/
Dtest_results_tracker_unittest.cc26 FilePath temp_file; in TEST() local
45 FilePath temp_file; in TEST() local
65 FilePath temp_file; in TEST() local
87 FilePath temp_file; in TEST() local
108 FilePath temp_file; in TEST() local
129 FilePath temp_file; in TEST() local
153 FilePath temp_file; in TEST() local
/external/cronet/stable/base/test/launcher/
Dtest_results_tracker_unittest.cc26 FilePath temp_file; in TEST() local
45 FilePath temp_file; in TEST() local
65 FilePath temp_file; in TEST() local
87 FilePath temp_file; in TEST() local
108 FilePath temp_file; in TEST() local
129 FilePath temp_file; in TEST() local
153 FilePath temp_file; in TEST() local
/external/cronet/tot/base/files/
Dscoped_temp_file_unittest.cc15 ScopedTempFile temp_file; in TEST() local
68 ScopedTempFile temp_file; in TEST() local
79 ScopedTempFile temp_file; in TEST() local
/external/cronet/stable/base/files/
Dscoped_temp_file_unittest.cc15 ScopedTempFile temp_file; in TEST() local
68 ScopedTempFile temp_file; in TEST() local
79 ScopedTempFile temp_file; in TEST() local
/external/perfetto/src/base/
Dtemp_file.cc73 TempFile temp_file; in Create() local
101 TempFile temp_file = TempFile::Create(); in CreateUnlinked() local
/external/perfetto/src/trace_processor/
Dexport_json_unittest.cc130 base::TempFile temp_file = base::TempFile::Create(); in TEST_F() local
162 base::TempFile temp_file = base::TempFile::Create(); in TEST_F() local
207 base::TempFile temp_file = base::TempFile::Create(); in TEST_F() local
239 base::TempFile temp_file = base::TempFile::Create(); in TEST_F() local
269 base::TempFile temp_file = base::TempFile::Create(); in TEST_F() local
338 base::TempFile temp_file = base::TempFile::Create(); in TEST_F() local
390 base::TempFile temp_file = base::TempFile::Create(); in TEST_F() local
431 base::TempFile temp_file = base::TempFile::Create(); in TEST_F() local
470 base::TempFile temp_file = base::TempFile::Create(); in TEST_F() local
505 base::TempFile temp_file = base::TempFile::Create(); in TEST_F() local
[all …]
/external/webrtc/modules/audio_coding/neteq/tools/
Drtp_file_source.cc37 std::unique_ptr<RtpFileReader> temp_file( in ValidRtpDump() local
43 std::unique_ptr<RtpFileReader> temp_file( in ValidPcap() local
/external/cronet/tot/testing/trigger_scripts/
Dbase_test_triggerer.py81 temp_file, argument
216 def delete_temp_file(self, temp_file): argument
219 def read_json_from_temp_file(self, temp_file): argument
223 def read_encoded_json_from_temp_file(self, temp_file): argument
Dperf_device_trigger_unittest.py46 def delete_temp_file(self, temp_file): argument
49 def read_json_from_temp_file(self, temp_file): argument
52 def read_encoded_json_from_temp_file(self, temp_file): argument
/external/cronet/stable/testing/trigger_scripts/
Dbase_test_triggerer.py81 temp_file, argument
216 def delete_temp_file(self, temp_file): argument
219 def read_json_from_temp_file(self, temp_file): argument
223 def read_encoded_json_from_temp_file(self, temp_file): argument
Dperf_device_trigger_unittest.py46 def delete_temp_file(self, temp_file): argument
49 def read_json_from_temp_file(self, temp_file): argument
52 def read_encoded_json_from_temp_file(self, temp_file): argument
/external/perfetto/src/tracing/test/
Dapi_test_support.cc160 base::StackString<255> temp_file("%s\\perfetto-XXXXXX", getenv("TMP")); in CreateTempFile() local
170 char temp_file[] = "/data/local/tmp/perfetto-XXXXXXXX"; in CreateTempFile() local
174 char temp_file[] = "/tmp/perfetto-XXXXXXXX"; in CreateTempFile() local
/external/cronet/tot/base/test/
Dtest_file_util_win_unittest.cc63 FilePath temp_file = temp_dir.GetPath().Append(FilePath(L"file_for_evict")); in TEST() local
82 FilePath temp_file = subdir.Append(FilePath(std::wstring(200, L'b'))); in TEST() local
/external/cronet/stable/base/test/
Dtest_file_util_win_unittest.cc63 FilePath temp_file = temp_dir.GetPath().Append(FilePath(L"file_for_evict")); in TEST() local
82 FilePath temp_file = subdir.Append(FilePath(std::wstring(200, L'b'))); in TEST() local
/external/libjpeg-turbo/
Djmemsys.h140 short temp_file; /* file reference number to temp file */ member
145 FILE *temp_file; /* stdio reference to temp file */ member
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dinit_text_file_to_import_test_pass.cc69 llvm::ToolOutputFile temp_file(filename, fd); in runOnOperation() local
132 auto temp_file = openOutputFile(filename, &error_message); in runOnOperation() local
/external/rust/android-crates-io/crates/vmm-sys-util/src/
Dtempfile.rs135 let temp_file = TempFile::new_with_prefix(path_buf.as_path())?; in new_in() localVariable
145 let temp_file = TempFile::new_in(in_tmp_dir.as_path())?; in new() localVariable
295 let temp_file = TempFile::new_with_prefix(prefix).unwrap(); in test_into_file() localVariable
Derrno.rs148 let temp_file = TempFile::new().unwrap(); in test_errno() localVariable
/external/rust/android-crates-io/crates/tokio-util/tests/
Dcompat.rs13 let temp_file = NamedTempFile::new()?; in compat_file_seek() localVariable
/external/rust/android-crates-io/crates/protobuf-parse/src/protoc/
Dparse_and_typecheck.rs17 let temp_file = temp_dir.path().join("descriptor.pbbin"); in parse_and_typecheck() localVariable
/external/libchrome/base/metrics/
Dpersistent_histogram_allocator_unittest.cc163 FilePath temp_file = temp_dir.GetPath().AppendASCII(temp_name); in TEST_F() local
192 FilePath temp_file = temp_dir.GetPath().AppendASCII(temp_name); in TEST_F() local
/external/cronet/tot/base/metrics/
Dpersistent_histogram_allocator_unittest.cc177 FilePath temp_file = temp_dir.GetPath().AppendASCII(temp_name); in TEST_F() local
206 FilePath temp_file = temp_dir.GetPath().AppendASCII(temp_name); in TEST_F() local
638 FilePath temp_file = temp_dir.GetPath().AppendASCII(temp_name); in TEST_F() local
/external/cronet/stable/base/metrics/
Dpersistent_histogram_allocator_unittest.cc177 FilePath temp_file = temp_dir.GetPath().AppendASCII(temp_name); in TEST_F() local
206 FilePath temp_file = temp_dir.GetPath().AppendASCII(temp_name); in TEST_F() local
638 FilePath temp_file = temp_dir.GetPath().AppendASCII(temp_name); in TEST_F() local
/external/rust/android-crates-io/crates/vm-memory/src/
Dio.rs402 let mut temp_file = TempFile::new().unwrap().into_file(); localVariable
486 let mut temp_file = TempFile::new().unwrap().into_file(); in write_5_bytes_to_file() localVariable
501 let mut temp_file = TempFile::new().unwrap().into_file(); in write_5_bytes_to_file() localVariable
/external/google-breakpad/src/tools/windows/symupload/
Dsymupload.cc141 FILE* temp_file = NULL; in DumpSymbolsToTempFile() local

123