Searched refs:_frame (Results 1 – 17 of 17) sorted by relevance
/third_party/python/Include/cpython/ |
D | frameobject.h | 28 struct _frame { struct 30 struct _frame *f_back; /* previous frame, or NULL */ argument 52 static inline int _PyFrame_IsRunnable(struct _frame *f) { in _PyFrame_IsRunnable() argument 56 static inline int _PyFrame_IsExecuting(struct _frame *f) { in _PyFrame_IsExecuting() 60 static inline int _PyFrameHasCompleted(struct _frame *f) { in _PyFrameHasCompleted()
|
/third_party/libunwind/doc/ |
D | unw_is_signal_frame.tex | 8 …in{Name}{3}{unw\_is\_signal\_frame}{David Mosberger-Tang}{Programming Library}{unw\_is\_signal\_fr… 15 \Type{int} \Func{unw\_is\_signal\_frame}(\Type{unw\_cursor\_t~*}\Var{cp});\\ 19 The \Func{unw\_is\_signal\_frame}() routine returns a positive value 34 On successful completion, \Func{unw\_is\_signal\_frame}() returns a 41 \Func{unw\_is\_signal\_frame}() is thread-safe as well as safe to use
|
D | unw_get_reg.tex | 30 \Func{unw\_is\_signal\_frame}(3)), it is usually possible to access 66 \SeeAlso{unw\_is\_signal\_frame(3)},
|
D | unw_set_fpreg.tex | 30 \Func{unw\_is\_signal\_frame}(3)), it is usually possible to access 68 \SeeAlso{unw\_is\_signal\_frame(3)},
|
D | unw_get_fpreg.tex | 30 \Func{unw\_is\_signal\_frame}(3)), it is usually possible to access 66 \SeeAlso{unw\_is\_signal\_frame(3)},
|
D | unw_set_reg.tex | 30 \Func{unw\_is\_signal\_frame}(3)), it is usually possible to access 68 \SeeAlso{unw\_is\_signal\_frame(3)},
|
D | libunwind.tex | 57 \Type{int} \Func{unw\_is\_signal\_frame}(\Type{unw\_cursor\_t~*});\\ 339 \SeeAlso{unw\_is\_signal\_frame(3)},
|
/third_party/python/Lib/ |
D | tracemalloc.py | 149 self._frame = frame 153 return self._frame[0] 157 return self._frame[1] 162 return (self._frame == other._frame) 167 return (self._frame < other._frame) 170 return hash(self._frame) 210 return frame._frame in self._frames
|
/third_party/python/Include/ |
D | pyframe.h | 12 typedef struct _frame PyFrameObject;
|
D | genobject.h | 19 PyFrameObject *prefix##_frame; \
|
/third_party/gstreamer/gstplugins_bad/ext/webrtcdsp/ |
D | gstwebrtcechoprobe.cpp | 306 gpointer _frame, GstBuffer ** buf) in gst_webrtc_echo_probe_read() argument 308 webrtc::AudioFrame * frame = (webrtc::AudioFrame *) _frame; in gst_webrtc_echo_probe_read()
|
/third_party/skia/third_party/externals/angle2/doc/ |
D | CaptureAndReplay.md | 24 `angle_capture_context{id}_frame{n}.cpp`. Each GL Context currently has its own replay sources. 26 `angle_capture_context{id}_frame{n}.angledata`. Replay programs must be able to load data from the
|
/third_party/ffmpeg/libavdevice/ |
D | decklink_enc.cpp | 142 …virtual HRESULT STDMETHODCALLTYPE ScheduledFrameCompleted(IDeckLinkVideoFrame *_frame, BMDOutputFr… in ScheduledFrameCompleted() argument 144 decklink_frame *frame = static_cast<decklink_frame *>(_frame); in ScheduledFrameCompleted()
|
/third_party/rust/crates/proc-macro2/src/ |
D | parse.rs | 173 Some((lo, _frame)) => { in token_stream() 179 Some(_frame) => return Err(LexError { span: Span {} }), in token_stream()
|
/third_party/python/Misc/NEWS.d/ |
D | 3.10.0b3.rst | 334 :c:struct:`PyFrameObject` rather than ``_frame``. The non-existing entry
|
/third_party/python/Doc/reference/ |
D | datamodel.rst | 1017 .. _frame-objects:
|
/third_party/ffmpeg/doc/ |
D | filters.texi | 20254 option look at the frame timestamp, while the _frame variants simply count the
|