Home
last modified time | relevance | path

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

/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.py149 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
/external/python/cpython3/Include/cpython/
Dframeobject.h17 struct _frame { struct
19 struct _frame *f_back; /* previous frame, or NULL */ argument
/external/python/cpython3/Include/
Dpyframe.h12 typedef struct _frame PyFrameObject;
Dgenobject.h18 PyFrameObject *prefix##_frame; \
/external/llvm-project/clang/test/SemaObjC/
Dproperty-error-readonly-assign.m30 NSRect _frame; field
/external/clang/test/SemaObjC/
Dproperty-error-readonly-assign.m30 NSRect _frame; field
/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/autotest/client/cros/
Dxmlrpc_server.py180 def _handle_signal(self, _signum, _frame): argument
/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/angle/doc/
DCaptureAndReplay.md24 `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
/external/grpc-grpc/templates/test/cpp/naming/
Dresolver_component_tests_defs.include109 def _quit_on_signal(signum, _frame):
/external/google-breakpad/docs/
Dsymbol_files.md263 * Let _frame\_size_ be the sum of the _local\_size_ field, the
267 * F's return address is at `%esp +`_frame\_size_,
271 `%esp +`_frame\_size_`+ 4`. > > (Why do we include
272 _next\_parameter\_size_ in the sum when computing _frame\_size_ and
298 this to the value of `%esp` in F, plus the _frame\_size_ value mentioned
/external/rust/crates/proc-macro2/src/
Dparse.rs173 Some((lo, _frame)) => { in token_stream()
179 Some(_frame) => return Err(LexError { span: Span {} }), in token_stream()
/external/python/cpython2/Doc/reference/
Ddatamodel.rst979 .. _frame-objects:
/external/python/cpython3/Doc/reference/
Ddatamodel.rst985 .. _frame-objects: