Home
last modified time | relevance | path

Searched defs:file_name (Results 1 – 25 of 383) sorted by relevance

12345678910>>...16

/third_party/mbedtls/tests/scripts/
Dset_psa_test_dependencies.py136 def systematic_dependencies(file_name, function_name, arguments): argument
168 def updated_dependencies(file_name, function_name, arguments, dependencies): argument
183 def keep_manual_dependencies(file_name, function_name, arguments): argument
198 def process_data_stanza(stanza, file_name, test_case_number): argument
252 def process_data_file(file_name, old_content): argument
262 def update_file(file_name, old_content, new_content): argument
277 def process_file(file_name): argument
Dcheck_test_cases.py38 def error(self, file_name, line_number, fmt, *args): argument
43 def warning(self, file_name, line_number, fmt, *args): argument
61 file_name, line_number, description): argument
99 def walk_ssl_opt_sh(self, file_name): argument
155 file_name, line_number, description): argument
/third_party/ltp/include/
Dtst_cgroup.h156 #define SAFE_CGROUP_HAS(cg, file_name) \ argument
164 #define SAFE_CGROUP_READ(cg, file_name, out, len) \ argument
174 #define SAFE_CGROUP_PRINTF(cg, file_name, fmt, ...) \ argument
178 #define SAFE_CGROUP_PRINT(cg, file_name, str) \ argument
187 #define SAFE_CGROUP_SCANF(cg, file_name, fmt, ...) \ argument
197 #define SAFE_CGROUP_LINES_SCANF(cg, file_name, fmt, ...) \ argument
207 #define SAFE_CGROUP_OCCURSIN(cg, file_name, needle) \ argument
/third_party/mindspore/tests/ut/cpp/mindrecord/
Dut_shard_operator_test.cc59 std::string file_name = "./imagenet.shard01"; in TEST_F() local
83 std::string file_name = "./imagenet.shard01"; in TEST_F() local
109 std::string file_name = "./imagenet.shard01"; in TEST_F() local
134 std::string file_name = "./imagenet.shard01"; in TEST_F() local
161 std::string file_name = "./imagenet.shard01"; in TEST_F() local
186 std::string file_name = "./imagenet.shard01"; in TEST_F() local
212 std::string file_name = "./imagenet.shard01"; in TEST_F() local
247 std::string file_name = "./imagenet.shard01"; in TEST_F() local
271 std::string file_name = "./imagenet.shard01"; in TEST_F() local
297 std::string file_name = "./imagenet.shard01"; in TEST_F() local
[all …]
Dut_shard_reader_test.cc54 std::string file_name = "./imagenet.shard01"; in TEST_F() local
75 std::string file_name = "./imagenet.shard01"; in TEST_F() local
99 std::string file_name = "./imagenet.shard01"; in TEST_F() local
122 std::string file_name = "./imagenet.shard01"; in TEST_F() local
148 std::string file_name = "./imagenet.shard01"; in TEST_F() local
167 std::string file_name = "./imagenet.shard01"; in TEST_F() local
188 std::string file_name = "./imagenet.shard01"; in TEST_F() local
197 std::string file_name = "./imagenet.shard01"; in TEST_F() local
218 std::string file_name = "./"; in TEST_F() local
228 std::string file_name = "./imagenet.shard01"; in TEST_F() local
Dut_shard_segment_test.cc59 std::string file_name = "./imagenet.shard01"; in TEST_F() local
106 std::string file_name = "./imagenet.shard01"; in TEST_F() local
137 std::string file_name = "./imagenet.shard01"; in TEST_F() local
165 std::string file_name = "./imagenet.shard01"; in TEST_F() local
195 std::string file_name = "./imagenet.shard01"; in TEST_F() local
/third_party/boost/boost/nowide/
Dfstream.hpp80 … explicit basic_ifstream(const char* file_name, std::ios_base::openmode mode = std::ios_base::in) in basic_ifstream()
85 …explicit basic_ifstream(const wchar_t* file_name, std::ios_base::openmode mode = std::ios_base::in) in basic_ifstream()
91 …explicit basic_ifstream(const std::string& file_name, std::ios_base::openmode mode = std::ios_base… in basic_ifstream()
98 const Path& file_name, in basic_ifstream()
131 … explicit basic_ofstream(const char* file_name, std::ios_base::openmode mode = std::ios_base::out) in basic_ofstream()
136 …explicit basic_ofstream(const wchar_t* file_name, std::ios_base::openmode mode = std::ios_base::ou… in basic_ofstream()
141 …explicit basic_ofstream(const std::string& file_name, std::ios_base::openmode mode = std::ios_base… in basic_ofstream()
147 const Path& file_name, in basic_ofstream()
184 explicit basic_fstream(const char* file_name, in basic_fstream()
190 explicit basic_fstream(const wchar_t* file_name, in basic_fstream()
[all …]
/third_party/mindspore/mindspore/ccsrc/utils/system/
Dfile_system.cc31 WriteFilePtr PosixFileSystem::CreateWriteFile(const string &file_name) { in CreateWriteFile()
49 bool PosixFileSystem::FileExist(const string &file_name) { in FileExist()
62 bool PosixFileSystem::DeleteFile(const string &file_name) { in DeleteFile()
107 WriteFilePtr WinFileSystem::CreateWriteFile(const string &file_name) { in CreateWriteFile()
125 bool WinFileSystem::FileExist(const string &file_name) { in FileExist()
164 bool WinFileSystem::DeleteFile(const string &file_name) { in DeleteFile()
Dfile_system.h67 explicit WriteFile(const string &file_name) : file_name_(file_name) {} in WriteFile()
123 explicit PosixWriteFile(const string &file_name) : WriteFile(file_name), file_(nullptr) {} in PosixWriteFile()
229 explicit WinWriteFile(const string &file_name) : WriteFile(file_name), file_(nullptr) {} in WinWriteFile()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/common/
Dcommon_backend_optimization.cc43 …std::string file_name = "hwopt_common_before_graph_" + std::to_string(kernel_graph->graph_id()) + … in BackendCommonOptimization() local
62 …std::string file_name = "hwopt_common_after_graph_" + std::to_string(kernel_graph->graph_id()) + "… in BackendCommonOptimization() local
97 std::string file_name = in CommonUnifyMindIROptimization() local
110 …std::string file_name = "hwopt_common_unify_mindir_after_graph_" + std::to_string(kernel_graph->gr… in CommonUnifyMindIROptimization() local
/third_party/gstreamer/gstreamer/gst/
Dgstdebugutils.h99 #define GST_DEBUG_BIN_TO_DOT_FILE(bin, details, file_name) gst_debug_bin_to_dot_file (bin, details,… argument
111 #define GST_DEBUG_BIN_TO_DOT_FILE_WITH_TS(bin, details, file_name) gst_debug_bin_to_dot_file_with_t… argument
117 #define GST_DEBUG_BIN_TO_DOT_FILE(bin, details, file_name) argument
118 #define GST_DEBUG_BIN_TO_DOT_FILE_WITH_TS(bin, details, file_name) argument
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/
Dascend_backend_optimization.cc286 …std::string file_name = "hwopt_d_ir_fusion_before_graph_" + std::to_string(kernel_graph->graph_id(… in AscendBackendIRFusionOptimization() local
319 …std::string file_name = "hwopt_d_ir_fusion_after_graph_" + std::to_string(kernel_graph->graph_id()… in AscendBackendIRFusionOptimization() local
397 …std::string file_name = "hwopt_d_before_graph_" + std::to_string(kernel_graph->graph_id()) + ".ir"; in AscendBackendOptimization() local
447 std::string file_name = "hwopt_d_end_graph_" + std::to_string(kernel_graph->graph_id()) + ".ir"; in AscendBackendOptimization() local
478 …std::string file_name = "hwopt_d_ub_fusion_before_graph_" + std::to_string(kernel_graph->graph_id(… in AscendBackendUBFusionOptimization() local
512 …std::string file_name = "hwopt_d_ub_fusion_after_graph_" + std::to_string(kernel_graph->graph_id()… in AscendBackendUBFusionOptimization() local
/third_party/boost/boost/gil/io/
Dmake_writer.hpp20 auto make_writer(String const& file_name, image_write_info<FormatTag> const& info, in make_writer() argument
42 make_writer( const std::wstring& file_name in make_writer()
100 auto make_writer(String const& file_name, FormatTag const&, in make_writer() argument
119 make_writer( const std::wstring& file_name in make_writer()
Dmake_dynamic_image_writer.hpp21 String const& file_name, image_write_info<FormatTag> const& info, in make_dynamic_image_writer()
45 make_dynamic_image_writer( const std::wstring& file_name in make_dynamic_image_writer()
103 auto make_dynamic_image_writer(String const& file_name, FormatTag const&, in make_dynamic_image_writer() argument
122 make_dynamic_image_writer( const std::wstring& file_name in make_dynamic_image_writer()
Dmake_dynamic_image_reader.hpp21 String const& file_name, image_read_settings<FormatTag> const& settings, in make_dynamic_image_reader()
43 std::wstring const& file_name, image_read_settings<FormatTag> const& settings) in make_dynamic_image_reader()
90 auto make_dynamic_image_reader(String const& file_name, FormatTag const&, in make_dynamic_image_reader() argument
106 auto make_dynamic_image_reader(std::wstring const& file_name, FormatTag const&) in make_dynamic_image_reader()
Dmake_reader.hpp21 String const&file_name, in make_reader()
50 make_reader( const std::wstring& file_name in make_reader()
121 String const&file_name, in make_reader()
145 make_reader( const std::wstring& file_name in make_reader()
Dmake_backend.hpp22 String const& file_name, image_read_settings<FormatTag> const& settings, in make_reader_backend()
45 std::wstring const& file_name, image_read_settings<FormatTag> const& settings) in make_reader_backend()
91 auto make_reader_backend(String const& file_name, FormatTag const&, in make_reader_backend() argument
/third_party/node/tools/
Dcheckimports.py10 def do_exist(file_name, lines, imported): argument
18 def is_valid(file_name): argument
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dcurlfilesink.c40 test_verify_file_data (const gchar * dir, gchar * file_name, in test_verify_file_data()
102 gchar *file_name = g_strdup_printf ("curlfilesink_%d", g_random_int ()); in GST_START_TEST() local
180 gchar *file_name = g_strdup_printf ("curlfilesink_%d", g_random_int ()); in GST_START_TEST() local
227 gchar *file_name = g_strdup_printf ("curlfilesink_%d", g_random_int ()); in GST_START_TEST() local
345 gchar *file_name = g_strdup_printf ("curlfilesink_%d", g_random_int ()); in GST_START_TEST() local
397 gchar *file_name = g_strdup_printf ("curlfilesink_%d", g_random_int ()); in GST_START_TEST() local
/third_party/icu/tools/unicodetools/com/ibm/rbm/
DOccurance.java18 private String file_name; field in Occurance
26 Occurance (String file_name, String file_path, int line_number) { in Occurance()
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
Dsymlink.c28 char *file_name = "/data/temp.txt"; in symlink_0100() local
50 char *file_name = "/data/temp.txt"; in symlink_0200() local
/third_party/mesa3d/src/mapi/glapi/gen/
Dgl_marshal_h.py85 file_name = 'gl_API.xml' variable
94 file_name = val variable
/third_party/gettext/gettext-tools/src/
Dxg-encoding.c62 const char *file_name, size_t line_number) in non_ascii_error_message()
100 const char *file_name, size_t line_number) in from_current_source_encoding()
Dwrite-xml.c46 const char *file_name) in msgdomain_write_xml_bulk()
90 const char *file_name) in msgdomain_write_xml()
/third_party/flatbuffers/src/
Didl_gen_grpc.cpp225 FlatBufFile(const Parser &parser, const std::string &file_name, in FlatBufFile()
305 const std::string &file_name) in GoGRPCGenerator()
336 const std::string &file_name) { in GenerateGoGRPC()
347 const std::string &file_name) { in GenerateCppGRPC()
382 const std::string &file_name) in JavaGRPCGenerator()
404 const std::string &file_name) { in GenerateJavaGRPC()
454 const std::string &file_name) { in GeneratePythonGRPC()
489 const std::string &file_name) { in GeneratedFileName()
495 const std::string &file_name) { in GenerateSwiftGRPC()
535 const std::string &file_name, in GeneratedFileName()
[all …]

12345678910>>...16