HomeSort by relevance Sort by last modified time
    Searched full:_frame (Results 1 - 25 of 53) sorted by null

1 2 3

  /prebuilts/gdb/darwin-x86/include/python2.7/
traceback.h 8 struct _frame;
15 struct _frame *tb_frame;
20 PyAPI_FUNC(int) PyTraceBack_Here(struct _frame *);
genobject.h 10 struct _frame; /* Avoid including frameobject.h */
17 struct _frame *gi_frame;
34 PyAPI_FUNC(PyObject *) PyGen_New(struct _frame *);
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);
frameobject.h 16 typedef struct _frame { struct
18 struct _frame *f_back; /* previous frame, or NULL */
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_);
  /prebuilts/gdb/linux-x86/include/python2.7/
traceback.h 8 struct _frame;
15 struct _frame *tb_frame;
20 PyAPI_FUNC(int) PyTraceBack_Here(struct _frame *);
genobject.h 10 struct _frame; /* Avoid including frameobject.h */
17 struct _frame *gi_frame;
34 PyAPI_FUNC(PyObject *) PyGen_New(struct _frame *);
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);
frameobject.h 16 typedef struct _frame { struct
18 struct _frame *f_back; /* previous frame, or NULL */
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
traceback.h 8 struct _frame;
15 struct _frame *tb_frame;
20 PyAPI_FUNC(int) PyTraceBack_Here(struct _frame *);
genobject.h 10 struct _frame; /* Avoid including frameobject.h */
17 struct _frame *gi_frame;
34 PyAPI_FUNC(PyObject *) PyGen_New(struct _frame *);
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);
frameobject.h 16 typedef struct _frame { struct
18 struct _frame *f_back; /* previous frame, or NULL */
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
traceback.h 8 struct _frame;
15 struct _frame *tb_frame;
20 PyAPI_FUNC(int) PyTraceBack_Here(struct _frame *);
genobject.h 10 struct _frame; /* Avoid including frameobject.h */
17 struct _frame *gi_frame;
34 PyAPI_FUNC(PyObject *) PyGen_New(struct _frame *);
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);
frameobject.h 16 typedef struct _frame { struct
18 struct _frame *f_back; /* previous frame, or NULL */
  /external/libunwind/doc/
unw_is_signal_frame.tex 8 \begin{Name}{3}{unw\_is\_signal\_frame}{David Mosberger-Tang}{Programming Library}{unw\_is\_signal\_frame}unw\_is\_signal\_frame -- check if current frame is a signal frame
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
unw_get_fpreg.tex 30 \Func{unw\_is\_signal\_frame}(3)), it is usually possible to access
66 \SeeAlso{unw\_is\_signal\_frame(3)},
unw_get_reg.tex 30 \Func{unw\_is\_signal\_frame}(3)), it is usually possible to access
66 \SeeAlso{unw\_is\_signal\_frame(3)},
unw_set_fpreg.tex 30 \Func{unw\_is\_signal\_frame}(3)), it is usually possible to access
68 \SeeAlso{unw\_is\_signal\_frame(3)},
unw_set_reg.tex 30 \Func{unw\_is\_signal\_frame}(3)), it is usually possible to access
68 \SeeAlso{unw\_is\_signal\_frame(3)},
  /external/opencv3/modules/superres/src/
frame_source.cpp 115 void CaptureFrameSource::nextFrame(OutputArray _frame)
117 if (_frame.kind() == _InputArray::MAT)
118 vc_ >> _frame.getMatRef();
119 else if(_frame.kind() == _InputArray::CUDA_GPU_MAT)
122 arrCopy(frame_, _frame);
124 else if (_frame.isUMat())
125 vc_ >> *(UMat *)_frame.getObj();
227 void VideoFrameSource_CUDA::nextFrame(OutputArray _frame)
229 if (_frame.kind() == _InputArray::CUDA_GPU_MAT)
231 bool res = reader_->nextFrame(_frame.getGpuMatRef())
    [all...]
  /external/clang/test/SemaObjC/
property-error-readonly-assign.m 30 NSRect _frame;
  /external/ImageMagick/Magick++/lib/
Montage.cpp 236 _frame()
276 _frame=frame_;
281 return(_frame);
296 if (_frame.isValid())
297 Magick::CloneString(&montageInfo_.frame,_frame);

Completed in 1040 milliseconds

1 2 3