Searched defs:WriteToFile (Results 1 - 14 of 14) sorted by relevance

/external/boringssl/src/tool/
H A Dgenerate_ed25519.cc38 static bool WriteToFile(const std::string &path, const uint8_t *in, function
64 return WriteToFile(args_map["-out-public"], public_key, sizeof(public_key)) &&
65 WriteToFile(args_map["-out-private"], private_key,
/external/chromium-trace/catapult/third_party/py_vulcanize/py_vulcanize/
H A Dgenerate_unittest.py54 def WriteToFile(self, f): member in class:GenerateTests.testExtraScriptWithWriteContentsFunc.ExtraScript
H A Dgenerate.py156 def WriteToFile(self, output_file): member in class:ExtraScript
266 extra_script.WriteToFile(output_file)
/external/chromium-trace/catapult/tracing/tracing_build/
H A Dtrace2html.py65 def WriteToFile(self, output_file): member in class:ViewerDataScript
/external/lzma/CPP/7zip/Common/
H A DInOutTempBuffer.cpp41 bool CInOutTempBuffer::WriteToFile(const void *data, UInt32 size) function in class:CInOutTempBuffer
71 return WriteToFile(data, size);
/external/llvm/lib/Fuzzer/
H A DFuzzerIO.cpp71 void WriteToFile(const Unit &U, const std::string &Path) { function in namespace:fuzzer
/external/v8/src/
H A Dlog-utils.h112 int WriteToFile(const char* msg, int length) { function in class:v8::internal::Log
/external/ceres-solver/examples/
H A Dbal_problem.cc136 void BALProblem::WriteToFile(const std::string& filename) const { function in class:ceres::examples::BALProblem
/external/chromium-trace/catapult/third_party/gsutil/gslib/
H A Dtab_complete.py146 def WriteToFile(self, filename): member in class:TabCompletionCache
265 cache.WriteToFile(GetTabCompletionCacheFilename())
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.cc201 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written, function in namespace:__sanitizer
H A Dsanitizer_win.cc508 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written, function in namespace:__sanitizer
682 if (!WriteToFile(fd, buffer, length)) {
/external/v8/tools/
H A Drun_perf.py161 def WriteToFile(self, file_name): member in class:Results
1068 results.WriteToFile(options.json_test_results)
1073 results_no_patch.WriteToFile(options.json_test_results_no_patch)
/external/webrtc/webrtc/system_wrappers/source/
H A Dtrace_impl.cc365 WriteToFile(trace_message, length);
368 void TraceImpl::WriteToFile(const char* msg, uint16_t length) { function in class:webrtc::TraceImpl
/external/webrtc/webrtc/modules/audio_coding/neteq/
H A 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);
169 WriteToFile(test_results, length);
174 void RefFiles::WriteToFile(const T (&test_results)[n], size_t length) {
193 void RefFiles::WriteToFile(const NetEqNetworkStatistics& stats_raw) { function in class:webrtc::RefFiles
238 void RefFiles::WriteToFile(const RtcpStatistics& stats_raw) { function in class:webrtc::RefFiles

Completed in 668 milliseconds