Home
last modified time | relevance | path

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

12

/external/cronet/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/perfetto/src/trace_processor/
Dexport_json_unittest.cc110 base::TempFile temp_file = base::TempFile::Create(); in TEST_F() local
142 base::TempFile temp_file = base::TempFile::Create(); in TEST_F() local
187 base::TempFile temp_file = base::TempFile::Create(); in TEST_F() local
219 base::TempFile temp_file = base::TempFile::Create(); in TEST_F() local
246 base::TempFile temp_file = base::TempFile::Create(); in TEST_F() local
315 base::TempFile temp_file = base::TempFile::Create(); in TEST_F() local
367 base::TempFile temp_file = base::TempFile::Create(); in TEST_F() local
408 base::TempFile temp_file = base::TempFile::Create(); in TEST_F() local
446 base::TempFile temp_file = base::TempFile::Create(); in TEST_F() local
481 base::TempFile temp_file = base::TempFile::Create(); in TEST_F() local
[all …]
/external/perfetto/src/base/
Dtemp_file.cc72 TempFile temp_file; in Create() local
100 TempFile temp_file = TempFile::Create(); in CreateUnlinked() local
/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/perfetto/src/tracing/test/
Dapi_test_support.cc159 base::StackString<255> temp_file("%s\\perfetto-XXXXXX", getenv("TMP")); in CreateTempFile() local
169 char temp_file[] = "/data/local/tmp/perfetto-XXXXXXXX"; in CreateTempFile() local
173 char temp_file[] = "/tmp/perfetto-XXXXXXXX"; in CreateTempFile() local
/external/cronet/testing/trigger_scripts/
Dbase_test_triggerer.py80 temp_file, argument
218 def delete_temp_file(self, temp_file): argument
221 def read_json_from_temp_file(self, temp_file): argument
225 def read_encoded_json_from_temp_file(self, temp_file): argument
Dperf_device_trigger_unittest.py44 def delete_temp_file(self, temp_file): argument
47 def read_json_from_temp_file(self, temp_file): argument
50 def read_encoded_json_from_temp_file(self, temp_file): argument
/external/cronet/base/test/
Dtest_file_util_win_unittest.cc62 FilePath temp_file = temp_dir.GetPath().Append(FilePath(L"file_for_evict")); in TEST() local
81 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/oss-fuzz/projects/opencv/
Dfilestorage_read_file_fuzzer.cc25 const FuzzerTemporaryFile temp_file(data, size); in LLVMFuzzerTestOneInput() local
/external/rust/crates/protobuf-parse/src/protoc/
Dparse_and_typecheck.rs17 let temp_file = temp_dir.path().join("descriptor.pbbin"); in parse_and_typecheck() localVariable
/external/cronet/base/metrics/
Dpersistent_histogram_allocator_unittest.cc169 FilePath temp_file = temp_dir.GetPath().AppendASCII(temp_name); in TEST_F() local
198 FilePath temp_file = temp_dir.GetPath().AppendASCII(temp_name); in TEST_F() local
463 FilePath temp_file = temp_dir.GetPath().AppendASCII(temp_name); in TEST_F() local
/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/libabigail/include/
Dabg-tools-utils.h120 class temp_file; variable
/external/crosvm/cros_async/src/sys/windows/
Dhandle_source.rs434 let mut temp_file = NamedTempFile::new().unwrap(); in test_punch_holes() localVariable
468 let mut temp_file = NamedTempFile::new().unwrap(); in test_punch_holes_fail_out_of_bounds() localVariable
Doverlapped_source.rs564 let mut temp_file = open_blocking(&file_path); in test_punch_holes() localVariable
597 let mut temp_file = open_blocking(&file_path); in test_punch_holes_fail_out_of_bounds() localVariable
/external/cronet/base/json/
Djson_value_serializer_unittest.cc156 FilePath temp_file(tempdir.GetPath().AppendASCII("test.json")); in TEST() local
179 FilePath temp_file(tempdir.GetPath().AppendASCII("test.json")); in TEST() local
/external/google-breakpad/src/tools/windows/symupload/
Dsymupload.cc138 FILE *temp_file = NULL; in DumpSymbolsToTempFile() local
/external/libchrome/base/json/
Djson_value_serializer_unittest.cc152 FilePath temp_file(tempdir.GetPath().AppendASCII("test.json")); in TEST() local
176 FilePath temp_file(tempdir.GetPath().AppendASCII("test.json")); in TEST() local
/external/crosvm/acpi_tables/src/
Dsdt.rs154 let temp_file = NamedTempFile::new()?; in test_sdt_read_write() localVariable
/external/cronet/components/nacl/renderer/plugin/
Dpnacl_coordinator.cc265 base::File temp_file( in BitcodeStreamCacheMiss() local
/external/cronet/base/files/
Dfile_util_win.cc597 File CreateAndOpenTemporaryFileInDir(const FilePath& dir, FilePath* temp_file) { in CreateAndOpenTemporaryFileInDir()
645 bool CreateTemporaryFileInDir(const FilePath& dir, FilePath* temp_file) { in CreateTemporaryFileInDir()
/external/angle/build/android/
Dresource_sizes.py699 def _ExtractToTempFile(zip_obj, subpath, temp_file): argument
/external/cronet/build/android/
Dresource_sizes.py692 def _ExtractToTempFile(zip_obj, subpath, temp_file): argument

12