Home
last modified time | relevance | path

Searched refs:dump_name (Results 1 – 16 of 16) sorted by relevance

/third_party/gstreamer/gstplugins_bad/tests/examples/wpe/
Dwpe.c36 gchar *dump_name = g_strconcat ("state_changed-", in _bus_watch() local
40 GST_DEBUG_GRAPH_SHOW_ALL, dump_name); in _bus_watch()
41 g_free (dump_name); in _bus_watch()
/third_party/gstreamer/gstplugins_bad/tests/examples/webrtc/
Dwebrtcbidirectional.c22 gchar *dump_name = g_strconcat ("state_changed-", in _bus_watch() local
26 GST_DEBUG_GRAPH_SHOW_ALL, dump_name); in _bus_watch()
27 g_free (dump_name); in _bus_watch()
Dwebrtc.c22 gchar *dump_name = g_strconcat ("state_changed-", in _bus_watch() local
26 GST_DEBUG_GRAPH_SHOW_ALL, dump_name); in _bus_watch()
27 g_free (dump_name); in _bus_watch()
Dwebrtctransceiver.c22 gchar *dump_name = g_strconcat ("state_changed-", in _bus_watch() local
26 GST_DEBUG_GRAPH_SHOW_ALL, dump_name); in _bus_watch()
27 g_free (dump_name); in _bus_watch()
Dwebrtcswap.c22 gchar *dump_name = g_strconcat ("state_changed-", in _bus_watch() local
26 GST_DEBUG_GRAPH_SHOW_ALL, dump_name); in _bus_watch()
27 g_free (dump_name); in _bus_watch()
Dwebrtcrenego.c58 gchar *dump_name = g_strconcat ("state_changed-", in _bus_watch() local
62 GST_DEBUG_GRAPH_SHOW_ALL, dump_name); in _bus_watch()
63 g_free (dump_name); in _bus_watch()
/third_party/mindspore/mindspore/ccsrc/debug/data_dump/
Dcpu_e2e_dump.cc118 std::string dump_name = node_name; in DumpSingleAnfNode() local
124 dump_name = std::string("cst") + std::to_string(iter->second); in DumpSingleAnfNode()
148 …std::string file_path = dump_path + "/Parameter." + dump_name + '.' + std::to_string(kTaskId) + '.… in DumpSingleAnfNode()
De2e_dump.cc214 std::string dump_name = node_name; in DumpSingleAnfNode() local
221 dump_name = std::string("cst") + std::to_string(iter->second); in DumpSingleAnfNode()
242 …std::string file_path = dump_path + "/Parameter." + dump_name + '.' + std::to_string(task_id) + '.… in DumpSingleAnfNode()
/third_party/gstreamer/gstplugins_bad/tests/examples/nvcodec/
Dnvcodec.c162 gchar *dump_name = g_strconcat ("nvcodec.", state_transition_name, in bus_msg() local
165 GST_DEBUG_GRAPH_SHOW_ALL, dump_name); in bus_msg()
166 g_free (dump_name); in bus_msg()
/third_party/mindspore/mindspore/ccsrc/debug/
Ddebug_services.cc763 std::string dump_name = std::get<1>(node); in ConvertWatchPointNodes() local
764 dump_name = dump_name.substr(0, dump_name.rfind(".")); in ConvertWatchPointNodes()
772 ProcessConvertList(dump_name, file_format, specific_dump_dir, &dir_to_files_map, result_list); in ConvertWatchPointNodes()
818 std::string dump_name = dump_style_name.substr(0, found_dot); in GetTensorDataInfoAsync() local
823 std::size_t found = file_name.find(dump_name); in GetTensorDataInfoAsync()
1149 std::string dump_name = std::get<1>(node); in ProcessTensorDataSync() local
1152 if (stripped_file_name.empty() || stripped_file_name.length() <= dump_name.length()) { in ProcessTensorDataSync()
1155 std::size_t found = stripped_file_name.rfind(dump_name, 0); in ProcessTensorDataSync()
1157 size_t slot = std::stoul(stripped_file_name.substr(dump_name.length() + 1)); in ProcessTensorDataSync()
1160 std::string output_str = dump_name.substr(dump_name.rfind(".") + 1); in ProcessTensorDataSync()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dwebrtcbin.c321 gchar *dump_name = g_strconcat ("%s-state_changed-", in _bus_watch() local
325 GST_DEBUG_GRAPH_SHOW_ALL, dump_name); in _bus_watch()
326 g_free (dump_name); in _bus_watch()
335 gchar *dump_name; in _bus_watch() local
336 dump_name = in _bus_watch()
339 GST_DEBUG_GRAPH_SHOW_ALL, dump_name); in _bus_watch()
340 g_free (dump_name); in _bus_watch()
341 dump_name = in _bus_watch()
344 GST_DEBUG_GRAPH_SHOW_ALL, dump_name); in _bus_watch()
345 g_free (dump_name); in _bus_watch()
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dgstdiscoverer.c1564 const gchar *dump_name = NULL; in handle_message() local
1582 dump_name = "gst-discoverer-error"; in handle_message()
1605 dump_name = "gst-discoverer-warning"; in handle_message()
1612 dump_name = "gst-discoverer-eos"; in handle_message()
1632 dump_name = "gst-discoverer-application-message"; in handle_message()
1653 dump_name = "gst-discoverer-target-state"; in handle_message()
1741 if (dump_name != NULL) { in handle_message()
1744 GST_DEBUG_GRAPH_SHOW_ALL, dump_name); in handle_message()
/third_party/gstreamer/gstreamer/tools/
Dgst-launch.c960 gchar *dump_name = g_strconcat ("gst-launch.", state_transition_name, in bus_sync_handler() local
963 GST_DEBUG_GRAPH_SHOW_ALL, dump_name); in bus_sync_handler()
964 g_free (dump_name); in bus_sync_handler()
/third_party/libxml2/
DxmlIO.c2025 char * dump_name = NULL; in xmlIOHTTPCloseWrite() local
2039 dump_name = tempnam( NULL, "lxml" ); in xmlIOHTTPCloseWrite()
2040 if ( dump_name != NULL ) { in xmlIOHTTPCloseWrite()
2041 (void)snprintf( buffer, sizeof(buffer), "%s.content", dump_name ); in xmlIOHTTPCloseWrite()
2053 (void)snprintf( buffer, sizeof(buffer), "%s.reply", dump_name ); in xmlIOHTTPCloseWrite()
2069 free( dump_name ); in xmlIOHTTPCloseWrite()
/third_party/gettext/gnulib-local/lib/libxml/
DxmlIO.c2029 char * dump_name = NULL; in xmlIOHTTPCloseWrite() local
2043 dump_name = tempnam( NULL, "lxml" ); in xmlIOHTTPCloseWrite()
2044 if ( dump_name != NULL ) { in xmlIOHTTPCloseWrite()
2045 (void)snprintf( buffer, sizeof(buffer), "%s.content", dump_name ); in xmlIOHTTPCloseWrite()
2057 (void)snprintf( buffer, sizeof(buffer), "%s.reply", dump_name ); in xmlIOHTTPCloseWrite()
2073 free( dump_name ); in xmlIOHTTPCloseWrite()
/third_party/gstreamer/gstplugins_base/tests/examples/playback/
Dplayback-test.c1912 gchar *dump_name; in msg_state_changed() local
1914 dump_name = g_strdup_printf ("seek.%s_%s", in msg_state_changed()
1918 GST_DEBUG_GRAPH_SHOW_ALL, dump_name); in msg_state_changed()
1920 g_free (dump_name); in msg_state_changed()