HomeSort by relevance Sort by last modified time
    Searched refs:WriteToFile (Results 1 - 25 of 35) sorted by null

1 2

  /external/boringssl/src/tool/
generate_ed25519.cc 38 static bool WriteToFile(const std::string &path, const uint8_t *in,
64 return WriteToFile(args_map["-out-public"], public_key, sizeof(public_key)) &&
65 WriteToFile(args_map["-out-private"], private_key,
  /system/nativepower/daemon/
wake_lock_manager.cc 36 bool WriteToFile(const base::FilePath& path, const std::string& data) {
103 if (first_request && !WriteToFile(lock_path_, kLockName))
119 if (requests_.empty() && !WriteToFile(unlock_path_, kLockName))
  /external/ceres-solver/examples/
bal_problem.h 50 void WriteToFile(const std::string& filename) const;
pgm_image.h 79 bool WriteToFile(std::string filename) const;
185 bool PGMImage<Real>::WriteToFile(std::string filename) const {
denoising.cc 215 CHECK(solution.WriteToFile(FLAGS_output))
bal_problem.cc 136 void BALProblem::WriteToFile(const std::string& filename) const {
  /external/lzma/CPP/7zip/Common/
InOutTempBuffer.h 21 bool WriteToFile(const void *data, UInt32 size);
InOutTempBuffer.cpp 41 bool CInOutTempBuffer::WriteToFile(const void *data, UInt32 size)
71 return WriteToFile(data, size);
  /external/chromium-trace/catapult/third_party/py_vulcanize/py_vulcanize/
generate_unittest.py 54 def WriteToFile(self, f):
generate.py 156 def WriteToFile(self, output_file):
266 extra_script.WriteToFile(output_file)
  /external/v8/src/
log-utils.h 112 int WriteToFile(const char* msg, int length) {
  /external/webrtc/webrtc/system_wrappers/source/
trace_impl.h 93 void WriteToFile(const char* msg, uint16_t length)
trace_impl.cc 365 WriteToFile(trace_message, length);
368 void TraceImpl::WriteToFile(const char* msg, uint16_t length) {
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_coverage_libcdep.cc 535 WriteToFile(cov_fd, &header, sizeof(header));
536 WriteToFile(cov_fd, module, module_name_length);
537 WriteToFile(cov_fd, blob, blob_size);
560 WriteToFile(cov_fd, block.data(), header_size_with_module + payload_size);
609 WriteToFile(fd, out.data(), out.length());
617 WriteToFile(fd, out.data(), out.length());
627 if (WriteToFile(fd, event_bytes, bytes_to_write, &actually_written) &&
675 WriteToFile(fd, out.data(), out.length());
710 WriteToFile(fd, bitset.data() + r.beg, r.end - r.beg);
737 WriteToFile(fd, out.data() + r.beg, r.end - r.beg)
    [all...]
sanitizer_coverage_mapping_libcdep.cc 111 if (!WriteToFile(map_fd, text.data(), text.length(), nullptr, &err)) {
sanitizer_common.cc 70 WriteToFile(kStderrFd, ErrorMsgPrefix, internal_strlen(ErrorMsgPrefix));
71 WriteToFile(kStderrFd, full_path, internal_strlen(full_path));
  /external/compiler-rt/lib/dfsan/
dfsan.cc 335 WriteToFile(fd, buf, internal_strlen(buf));
337 WriteToFile(fd, __dfsan_label_info[l].desc,
340 WriteToFile(fd, "\n", 1);
  /external/llvm/lib/Fuzzer/
FuzzerIO.cpp 71 void WriteToFile(const Unit &U, const std::string &Path) {
FuzzerInternal.h 33 void WriteToFile(const Unit &U, const std::string &Path);
FuzzerLoop.cpp 290 WriteToFile(U, Path);
302 WriteToFile(U, Path);
312 WriteToFile(U, DirPlusFile(Options.OutputCorpus, Hash(U)));
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_libc_test.cc 98 EXPECT_TRUE(WriteToFile(fd, str1, len1, &bytes_written));
100 EXPECT_TRUE(WriteToFile(fd, str2, len2, &bytes_written));
  /external/chromium-trace/catapult/tracing/tracing_build/
trace2html.py 65 def WriteToFile(self, output_file):
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
tab_complete.py 146 def WriteToFile(self, filename):
265 cache.WriteToFile(GetTabCompletionCacheFilename())
  /art/compiler/utils/
assembler_test_base.h 298 std::string data_name = WriteToFile(data, test_name + ".ass");
306 std::string as_name = WriteToFile(as, test_name + ".gcc");
348 std::string WriteToFile(const std::vector<uint8_t>& buffer, std::string test_name) {
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_unittest.cc 124 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) {
238 void RefFiles::WriteToFile(const RtcpStatistics& stats_raw) {
    [all...]

Completed in 503 milliseconds

1 2