Home
last modified time | relevance | path

Searched refs:_frame (Results 1 – 25 of 28) sorted by relevance

12

/external/python/cpython3/Include/
Dgenobject.h11 struct _frame; /* Avoid including frameobject.h */
18 struct _frame *prefix##_frame; \
41 PyAPI_FUNC(PyObject *) PyGen_New(struct _frame *);
42 PyAPI_FUNC(PyObject *) PyGen_NewWithQualName(struct _frame *,
64 PyAPI_FUNC(PyObject *) PyCoro_New(struct _frame *,
88 PyAPI_FUNC(PyObject *) PyAsyncGen_New(struct _frame *,
Dceval.h44 struct _frame; /* Avoid including frameobject.h */
49 PyAPI_FUNC(struct _frame *) PyEval_GetFrame(void);
139 PyAPI_FUNC(PyObject *) PyEval_EvalFrame(struct _frame *);
140 PyAPI_FUNC(PyObject *) PyEval_EvalFrameEx(struct _frame *f, int exc);
142 PyAPI_FUNC(PyObject *) _PyEval_EvalFrameDefault(struct _frame *f, int exc);
Dtraceback.h10 struct _frame;
17 struct _frame *tb_frame;
23 PyAPI_FUNC(int) PyTraceBack_Here(struct _frame *);
Dpystate.h21 struct _frame; /* Forward declaration for PyFrameObject. */
26 typedef PyObject* (*_PyFrameEvalFunction)(struct _frame *, int);
177 typedef int (*Py_tracefunc)(PyObject *, struct _frame *, int, PyObject *);
219 struct _frame *frame;
449 typedef struct _frame *(*PyThreadFrameGetter)(PyThreadState *self_);
Dframeobject.h17 typedef struct _frame { struct
19 struct _frame *f_back; /* previous frame, or NULL */ argument
/external/libunwind/doc/
Dunw_is_signal_frame.tex8 …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
Dunw_get_reg.tex30 \Func{unw\_is\_signal\_frame}(3)), it is usually possible to access
66 \SeeAlso{unw\_is\_signal\_frame(3)},
Dunw_set_reg.tex30 \Func{unw\_is\_signal\_frame}(3)), it is usually possible to access
68 \SeeAlso{unw\_is\_signal\_frame(3)},
Dunw_set_fpreg.tex30 \Func{unw\_is\_signal\_frame}(3)), it is usually possible to access
68 \SeeAlso{unw\_is\_signal\_frame(3)},
Dunw_get_fpreg.tex30 \Func{unw\_is\_signal\_frame}(3)), it is usually possible to access
66 \SeeAlso{unw\_is\_signal\_frame(3)},
/external/python/cpython2/Include/
Dtraceback.h8 struct _frame;
15 struct _frame *tb_frame;
20 PyAPI_FUNC(int) PyTraceBack_Here(struct _frame *);
Dgenobject.h10 struct _frame; /* Avoid including frameobject.h */
17 struct _frame *gi_frame;
34 PyAPI_FUNC(PyObject *) PyGen_New(struct _frame *);
Dpystate.h42 struct _frame; /* Avoid including frameobject.h */
45 typedef int (*Py_tracefunc)(PyObject *, struct _frame *, int, PyObject *);
62 struct _frame *frame;
192 typedef struct _frame *(*PyThreadFrameGetter)(PyThreadState *self_);
Dceval.h26 struct _frame; /* Avoid including frameobject.h */
31 PyAPI_FUNC(struct _frame *) PyEval_GetFrame(void);
65 PyAPI_FUNC(PyObject *) PyEval_EvalFrame(struct _frame *);
66 PyAPI_FUNC(PyObject *) PyEval_EvalFrameEx(struct _frame *f, int exc);
Dframeobject.h16 typedef struct _frame { struct
18 struct _frame *f_back; /* previous frame, or NULL */ argument
/external/ImageMagick/Magick++/lib/
DMontage.cpp236 _frame() in MontageFramed()
276 _frame=frame_; in frameGeometry()
281 return(_frame); in frameGeometry()
296 if (_frame.isValid()) in updateMontageInfo()
297 Magick::CloneString(&montageInfo_.frame,_frame); in updateMontageInfo()
/external/python/cpython3/Lib/
Dtracemalloc.py145 self._frame = frame
149 return self._frame[0]
153 return self._frame[1]
156 return (self._frame == other._frame)
159 return (self._frame < other._frame)
162 return hash(self._frame)
197 return frame._frame in self._frames
/external/clang/test/SemaObjC/
Dproperty-error-readonly-assign.m30 NSRect _frame; field
/external/autotest/client/cros/
Dxmlrpc_server.py90 def _handle_signal(self, _signum, _frame): argument
/external/ImageMagick/Magick++/lib/Magick++/
DMontage.h151 Geometry _frame; variable
/external/python/cpython2/Python/
Dpystate.c150 static struct _frame *
477 struct _frame *frame = t->frame; in _PyThread_CurrentFrames()
/external/grpc-grpc/test/cpp/naming/utils/
Ddns_server.py115 def _quit_on_signal(signum, _frame): argument
/external/grpc-grpc/test/cpp/naming/
Dresolver_component_tests_runner.py109 def _quit_on_signal(signum, _frame): argument
/external/grpc-grpc/templates/test/cpp/naming/
Dresolver_component_tests_defs.include109 def _quit_on_signal(signum, _frame):
/external/python/cpython3/Python/
Dpystate.c349 static struct _frame *
864 struct _frame *frame = t->frame; in _PyThread_CurrentFrames()

12