/external/python/cpython3/Include/ |
D | genobject.h | 11 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 *,
|
D | ceval.h | 44 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);
|
D | traceback.h | 10 struct _frame; 17 struct _frame *tb_frame; 23 PyAPI_FUNC(int) PyTraceBack_Here(struct _frame *);
|
D | pystate.h | 21 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_);
|
D | frameobject.h | 17 typedef struct _frame { struct 19 struct _frame *f_back; /* previous frame, or NULL */ argument
|
/external/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_reg.tex | 30 \Func{unw\_is\_signal\_frame}(3)), it is usually possible to access 68 \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)},
|
/external/python/cpython2/Include/ |
D | traceback.h | 8 struct _frame; 15 struct _frame *tb_frame; 20 PyAPI_FUNC(int) PyTraceBack_Here(struct _frame *);
|
D | genobject.h | 10 struct _frame; /* Avoid including frameobject.h */ 17 struct _frame *gi_frame; 34 PyAPI_FUNC(PyObject *) PyGen_New(struct _frame *);
|
D | pystate.h | 42 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_);
|
D | ceval.h | 26 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);
|
D | frameobject.h | 16 typedef struct _frame { struct 18 struct _frame *f_back; /* previous frame, or NULL */ argument
|
/external/ImageMagick/Magick++/lib/ |
D | Montage.cpp | 236 _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/ |
D | tracemalloc.py | 145 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/ |
D | property-error-readonly-assign.m | 30 NSRect _frame; field
|
/external/autotest/client/cros/ |
D | xmlrpc_server.py | 90 def _handle_signal(self, _signum, _frame): argument
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Montage.h | 151 Geometry _frame; variable
|
/external/python/cpython2/Python/ |
D | pystate.c | 150 static struct _frame * 477 struct _frame *frame = t->frame; in _PyThread_CurrentFrames()
|
/external/grpc-grpc/test/cpp/naming/utils/ |
D | dns_server.py | 115 def _quit_on_signal(signum, _frame): argument
|
/external/grpc-grpc/test/cpp/naming/ |
D | resolver_component_tests_runner.py | 109 def _quit_on_signal(signum, _frame): argument
|
/external/grpc-grpc/templates/test/cpp/naming/ |
D | resolver_component_tests_defs.include | 109 def _quit_on_signal(signum, _frame):
|
/external/python/cpython3/Python/ |
D | pystate.c | 349 static struct _frame * 864 struct _frame *frame = t->frame; in _PyThread_CurrentFrames()
|