/third_party/mindspore/mindspore/profiler/parser/ |
D | step_trace_parser.py | 211 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/ |
D | srtdec.c | 65 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/ |
D | test_parenmatch.py | 65 self.assertIn('<<parenmatch-check-restore>>', text.event_info()) 75 text.event_info())
|
/third_party/cef/libcef/browser/osr/ |
D | web_contents_view_osr.cc | 156 const blink::mojom::DragEventSourceInfo& event_info, in StartDragging() argument 161 event_info, source_rwh); in StartDragging()
|
D | browser_platform_delegate_osr.cc | 467 const blink::mojom::DragEventSourceInfo& event_info, in StartDragging() argument 485 event_info.location.x(), event_info.location.y()); in StartDragging()
|
D | web_contents_view_osr.h | 73 const blink::mojom::DragEventSourceInfo& event_info,
|
D | browser_platform_delegate_osr.h | 82 const blink::mojom::DragEventSourceInfo& event_info,
|
/third_party/python/Lib/idlelib/ |
D | multicall.py | 394 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/ |
D | browser_platform_delegate.h | 334 const blink::mojom::DragEventSourceInfo& event_info,
|
D | browser_platform_delegate.cc | 316 const blink::mojom::DragEventSourceInfo& event_info, in StartDragging() argument
|
/third_party/cef/libcef/browser/alloy/ |
D | alloy_browser_host_impl.h | 174 const blink::mojom::DragEventSourceInfo& event_info,
|
D | alloy_browser_host_impl.cc | 1644 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__.py | 1889 def event_info(self, virtual=None): member in Misc
|