Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/profiler/parser/
Dstep_trace_parser.py211 def _get_next_step_trace(self, content, event_info): argument
222 start_time = event_info.get('end', '-')
223 event_info['start'] = start_time
224 if 'reduce' not in event_info.keys():
225 event_info['reduce'] = {}
237 self._construct_event_info(next_event, event_info)
239 if event_info.get('end'):
240 yield event_info
241 start_time = event_info.get('end', '-')
242 event_info.clear()
[all …]
/third_party/ffmpeg/libavformat/
Dsrtdec.c65 struct event_info { struct
72 static int get_event_info(const char *line, struct event_info *ei) in get_event_info() argument
95 const struct event_info *ei, int append_cache) in add_event()
134 struct event_info ei; in srt_read_header()
149 struct event_info tmp_ei; in srt_read_header()
/third_party/python/Lib/idlelib/idle_test/
Dtest_parenmatch.py65 self.assertIn('<<parenmatch-check-restore>>', text.event_info())
75 text.event_info())
/third_party/cef/libcef/browser/osr/
Dweb_contents_view_osr.cc156 const blink::mojom::DragEventSourceInfo& event_info, in StartDragging() argument
161 event_info, source_rwh); in StartDragging()
Dbrowser_platform_delegate_osr.cc467 const blink::mojom::DragEventSourceInfo& event_info, in StartDragging() argument
485 event_info.location.x(), event_info.location.y()); in StartDragging()
Dweb_contents_view_osr.h73 const blink::mojom::DragEventSourceInfo& event_info,
Dbrowser_platform_delegate_osr.h82 const blink::mojom::DragEventSourceInfo& event_info,
/third_party/python/Lib/idlelib/
Dmulticall.py394 def event_info(self, virtual=None): member in MultiCallCreator.MultiCall
396 return widget.event_info(self, virtual)
400 widget.event_info(self, virtual)
/third_party/cef/libcef/browser/
Dbrowser_platform_delegate.h334 const blink::mojom::DragEventSourceInfo& event_info,
Dbrowser_platform_delegate.cc316 const blink::mojom::DragEventSourceInfo& event_info, in StartDragging() argument
/third_party/cef/libcef/browser/alloy/
Dalloy_browser_host_impl.h174 const blink::mojom::DragEventSourceInfo& event_info,
Dalloy_browser_host_impl.cc1644 const blink::mojom::DragEventSourceInfo& event_info, in StartDragging() argument
1648 image_offset, event_info, source_rwh); in StartDragging()
/third_party/python/Lib/tkinter/
D__init__.py1889 def event_info(self, virtual=None): member in Misc