/external/cronet/tot/base/test/launcher/ |
D | test_results_tracker_unittest.cc | 26 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/ |
D | test_results_tracker_unittest.cc | 26 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/ |
D | scoped_temp_file_unittest.cc | 15 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/ |
D | scoped_temp_file_unittest.cc | 15 ScopedTempFile temp_file; in TEST() local 68 ScopedTempFile temp_file; in TEST() local 79 ScopedTempFile temp_file; in TEST() local
|
/external/perfetto/src/base/ |
D | temp_file.cc | 73 TempFile temp_file; in Create() local 101 TempFile temp_file = TempFile::Create(); in CreateUnlinked() local
|
/external/perfetto/src/trace_processor/ |
D | export_json_unittest.cc | 130 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/ |
D | rtp_file_source.cc | 37 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/ |
D | base_test_triggerer.py | 81 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
|
D | perf_device_trigger_unittest.py | 46 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/ |
D | base_test_triggerer.py | 81 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
|
D | perf_device_trigger_unittest.py | 46 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/ |
D | api_test_support.cc | 160 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/ |
D | test_file_util_win_unittest.cc | 63 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/ |
D | test_file_util_win_unittest.cc | 63 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/ |
D | jmemsys.h | 140 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/ |
D | init_text_file_to_import_test_pass.cc | 69 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/ |
D | tempfile.rs | 135 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
|
D | errno.rs | 148 let temp_file = TempFile::new().unwrap(); in test_errno() localVariable
|
/external/rust/android-crates-io/crates/tokio-util/tests/ |
D | compat.rs | 13 let temp_file = NamedTempFile::new()?; in compat_file_seek() localVariable
|
/external/rust/android-crates-io/crates/protobuf-parse/src/protoc/ |
D | parse_and_typecheck.rs | 17 let temp_file = temp_dir.path().join("descriptor.pbbin"); in parse_and_typecheck() localVariable
|
/external/libchrome/base/metrics/ |
D | persistent_histogram_allocator_unittest.cc | 163 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/ |
D | persistent_histogram_allocator_unittest.cc | 177 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/ |
D | persistent_histogram_allocator_unittest.cc | 177 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/ |
D | io.rs | 402 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/ |
D | symupload.cc | 141 FILE* temp_file = NULL; in DumpSymbolsToTempFile() local
|