Home
last modified time | relevance | path

Searched refs:WriteToFile (Results 1 – 25 of 36) sorted by relevance

12

/external/boringssl/src/tool/
Dgenerate_ed25519.cc38 static bool WriteToFile(const std::string &path, const uint8_t *in, in WriteToFile() function
64 return WriteToFile(args_map["-out-public"], public_key, sizeof(public_key)) && in GenerateEd25519Key()
65 WriteToFile(args_map["-out-private"], private_key, in GenerateEd25519Key()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_coverage_libcdep.cc535 WriteToFile(cov_fd, &header, sizeof(header)); in CovWritePacked()
536 WriteToFile(cov_fd, module, module_name_length); in CovWritePacked()
537 WriteToFile(cov_fd, blob, blob_size); in CovWritePacked()
560 WriteToFile(cov_fd, block.data(), header_size_with_module + payload_size); in CovWritePacked()
609 WriteToFile(fd, out.data(), out.length()); in DumpTrace()
617 WriteToFile(fd, out.data(), out.length()); in DumpTrace()
627 if (WriteToFile(fd, event_bytes, bytes_to_write, &actually_written) && in DumpTrace()
675 WriteToFile(fd, out.data(), out.length()); in DumpCallerCalleePairs()
710 WriteToFile(fd, bitset.data() + r.beg, r.end - r.beg); in DumpCounters()
737 WriteToFile(fd, out.data() + r.beg, r.end - r.beg); in DumpAsBitSet()
[all …]
Dsanitizer_coverage_mapping_libcdep.cc111 if (!WriteToFile(map_fd, text.data(), text.length(), nullptr, &err)) { in CovUpdateMapping()
Dsanitizer_common.cc70 WriteToFile(kStderrFd, ErrorMsgPrefix, internal_strlen(ErrorMsgPrefix)); in ReopenIfNecessary()
71 WriteToFile(kStderrFd, full_path, internal_strlen(full_path)); in ReopenIfNecessary()
/external/lzma/CPP/7zip/Common/
DInOutTempBuffer.cpp41 bool CInOutTempBuffer::WriteToFile(const void *data, UInt32 size) in WriteToFile() function in CInOutTempBuffer
71 return WriteToFile(data, size); in Write()
DInOutTempBuffer.h21 bool WriteToFile(const void *data, UInt32 size);
/external/compiler-rt/lib/dfsan/
Ddfsan.cc335 WriteToFile(fd, buf, internal_strlen(buf)); in dfsan_dump_labels()
337 WriteToFile(fd, __dfsan_label_info[l].desc, in dfsan_dump_labels()
340 WriteToFile(fd, "\n", 1); in dfsan_dump_labels()
/external/skia/tools/
Dreformat-json.py43 gm_json.WriteToFile(gm_json.LoadFromFile(filename), filename)
/external/ceres-solver/examples/
Dbal_problem.h50 void WriteToFile(const std::string& filename) const;
Dpgm_image.h79 bool WriteToFile(std::string filename) const;
185 bool PGMImage<Real>::WriteToFile(std::string filename) const { in WriteToFile() function
Ddenoising.cc215 CHECK(solution.WriteToFile(FLAGS_output)) in main()
/external/chromium-trace/catapult/third_party/py_vulcanize/py_vulcanize/
Dgenerate.py161 def WriteToFile(self, output_file): member in ExtraScript
271 extra_script.WriteToFile(output_file)
Dgenerate_unittest.py54 def WriteToFile(self, f): member in GenerateTests.testExtraScriptWithWriteContentsFunc.ExtraScript
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_libc_test.cc98 EXPECT_TRUE(WriteToFile(fd, str1, len1, &bytes_written)); in TEST()
100 EXPECT_TRUE(WriteToFile(fd, str2, len2, &bytes_written)); in TEST()
/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dtab_complete.py146 def WriteToFile(self, filename): member in TabCompletionCache
265 cache.WriteToFile(GetTabCompletionCacheFilename())
/external/llvm/lib/Fuzzer/
DFuzzerLoop.cpp290 WriteToFile(U, Path); in WriteToOutputCorpus()
302 WriteToFile(U, Path); in WriteUnitToFileWithPrefix()
312 WriteToFile(U, DirPlusFile(Options.OutputCorpus, Hash(U))); in SaveCorpus()
DFuzzerIO.cpp71 void WriteToFile(const Unit &U, const std::string &Path) { in WriteToFile() function
DFuzzerInternal.h33 void WriteToFile(const Unit &U, const std::string &Path);
/external/v8/src/
Dlog-utils.h111 int WriteToFile(const char* msg, int length) { in WriteToFile() function
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dneteq_unittest.cc124 template<typename T, size_t n> void WriteToFile(
130 void WriteToFile(const NetEqNetworkStatistics& stats);
132 void WriteToFile(const RtcpStatistics& stats);
163 WriteToFile(test_results); in ProcessReference()
169 WriteToFile(test_results, length); in ProcessReference()
174 void RefFiles::WriteToFile(const T (&test_results)[n], size_t length) { in WriteToFile() function in webrtc::RefFiles
193 void RefFiles::WriteToFile(const NetEqNetworkStatistics& stats_raw) { in WriteToFile() function in webrtc::RefFiles
238 void RefFiles::WriteToFile(const RtcpStatistics& stats_raw) { in WriteToFile() function in webrtc::RefFiles
/external/webrtc/webrtc/system_wrappers/source/
Dtrace_impl.h93 void WriteToFile(const char* msg, uint16_t length)
Dtrace_impl.cc365 WriteToFile(trace_message, length); in AddMessageToList()
368 void TraceImpl::WriteToFile(const char* msg, uint16_t length) { in WriteToFile() function in webrtc::TraceImpl
/external/chromium-trace/catapult/tracing/tracing_build/
Dtrace2html.py61 def WriteToFile(self, output_file): member in ViewerDataScript
/external/chromium-trace/catapult/perf_insights/perf_insights_build/
Dpi_report_to_html.py151 def WriteToFile(self, output_file): member in DataScript
/external/v8/tools/
Drun_perf.py161 def WriteToFile(self, file_name): member in Results
900 results.WriteToFile(options.json_test_results)
905 results_no_patch.WriteToFile(options.json_test_results_no_patch)

12