Home
last modified time | relevance | path

Searched refs:file_out (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/boost/process/
Dio.hpp212 …api::file_out<p1,p2> operator=(const boost::filesystem::path &p) const {return api::file_out<p1,p2… in operator =()
213 …api::file_out<p1,p2> operator=(const std::string &p) const {return api::file_out<p1,p2… in operator =()
214 …api::file_out<p1,p2> operator=(const std::wstring &p) const {return api::file_out<p1,p2… in operator =()
215 …api::file_out<p1,p2> operator=(const char * p) const {return api::file_out<p1,p2… in operator =()
216 …api::file_out<p1,p2> operator=(const wchar_t * p) const {return api::file_out<p1,p2… in operator =()
218 …api::file_out<p1,p2> operator>(const boost::filesystem::path &p) const {return api::file_out<p1,p2… in operator >()
219 …api::file_out<p1,p2> operator>(const std::string &p) const {return api::file_out<p1,p2… in operator >()
220 …api::file_out<p1,p2> operator>(const std::wstring &p) const {return api::file_out<p1,p2… in operator >()
221 …api::file_out<p1,p2> operator>(const char * p) const {return api::file_out<p1,p2… in operator >()
222 …api::file_out<p1,p2> operator>(const wchar_t * p) const {return api::file_out<p1,p2… in operator >()
[all …]
/third_party/boost/boost/process/detail/posix/
Dfile_out.hpp22 struct file_out : handler_base_ext, ::boost::process::detail::uses_handles struct
28 file_out(T&& t) : file(std::forward<T>(t), file_descriptor::write), handle(file.handle()) {} in file_out() function
29 file_out(FILE * f) : handle(fileno(f)) {} in file_out() function
45 void file_out<1,-1>::on_exec_setup(Executor &e) const in on_exec_setup()
53 void file_out<2,-1>::on_exec_setup(Executor &e) const in on_exec_setup()
61 void file_out<1,2>::on_exec_setup(Executor &e) const in on_exec_setup()
/third_party/boost/boost/process/detail/windows/
Dfile_out.hpp23 struct file_out : public ::boost::process::detail::handler_base, struct
33 file_out(T&& t) : file(std::forward<T>(t), file_descriptor::write) {} in file_out() function
34 file_out(FILE * f) : handle(reinterpret_cast<void*>(_get_osfhandle(_fileno(f)))) {} in file_out() argument
42 void file_out<1,-1>::on_setup(WindowsExecutor &e) const in on_setup()
55 void file_out<2,-1>::on_setup(WindowsExecutor &e) const in on_setup()
68 void file_out<1,2>::on_setup(WindowsExecutor &e) const in on_setup()
/third_party/glib/gio/
Dgfileiostream.c559 GFileOutputStream *file_out; in g_file_io_stream_real_get_etag() local
562 file_out = G_FILE_OUTPUT_STREAM (out); in g_file_io_stream_real_get_etag()
564 return g_file_output_stream_get_etag (file_out); in g_file_io_stream_real_get_etag()
574 GFileOutputStream *file_out; in g_file_io_stream_real_query_info() local
577 file_out = G_FILE_OUTPUT_STREAM (out); in g_file_io_stream_real_query_info()
579 return g_file_output_stream_query_info (file_out, in g_file_io_stream_real_query_info()
624 GFileOutputStream *file_out; in g_file_io_stream_real_query_info_async() local
628 file_out = G_FILE_OUTPUT_STREAM (out); in g_file_io_stream_real_query_info_async()
631 g_file_output_stream_query_info_async (file_out, in g_file_io_stream_real_query_info_async()
642 GFileOutputStream *file_out; in g_file_io_stream_real_query_info_finish() local
[all …]
/third_party/boost/libs/geometry/doc/doxy/
Ddoxygen_enhance.py31 file_out = file (args[0], 'w') variable
32 file_out.write(doxygen_contents)
33 file_out.close()
/third_party/gn/src/gn/
Declipse_writer.cc58 std::ofstream file_out; in RunAndWriteFile() local
59 file_out.open(FilePathToUTF8(file).c_str(), in RunAndWriteFile()
61 if (file_out.fail()) { in RunAndWriteFile()
67 EclipseWriter gen(build_settings, builder, file_out); in RunAndWriteFile()
/third_party/boost/tools/quickbook/src/
Ddependency_tracker.cpp84 fs::path const& file_out, flags f) in write_dependencies() argument
86 fs::ofstream out(file_out); in write_dependencies()
91 quickbook::detail::path_to_generic(file_out)); in write_dependencies()
/third_party/mindspore/tests/st/model_zoo_tests/DeepFM/src/
Dcallback.py23 with open(file_path, 'a+', encoding='utf-8') as file_out:
24 file_out.write(out_str + '\n')
/third_party/mindspore/tests/st/model_zoo_tests/wide_and_deep/python_file_for_ci/
Dcallbacks.py27 with open(file_path, 'a+', encoding="utf-8") as file_out:
28 file_out.write(out_str + "\n")
/third_party/ntfs-3g/ntfsprogs/
Dntfsdecrypt.c335 goto file_out; in ntfs_pkcs12_load_pfxfile()
340 goto file_out; in ntfs_pkcs12_load_pfxfile()
344 goto file_out; in ntfs_pkcs12_load_pfxfile()
350 goto file_out; in ntfs_pkcs12_load_pfxfile()
372 file_out: in ntfs_pkcs12_load_pfxfile()
/third_party/mindspore/tests/st/model_zoo_tests/DeepFM/
Dprocess_data.py129 with open(file_path, 'a', encoding="utf-8") as file_out:
130 file_out.write(wrt_str + "\n")
/third_party/boost/libs/property_tree/test/
Dtest_utils.hpp111 test_file file_out("", filename_out); in generic_parser_test() local
/third_party/mbedtls/tests/suites/
Dtest_suite_mpi.function324 FILE *file_out, *file_in;
331 file_out = fopen( output_file, "w" );
332 TEST_ASSERT( file_out != NULL );
333 ret = mbedtls_mpi_write_file( NULL, &X, output_radix, file_out );
334 fclose(file_out);