HomeSort by relevance Sort by last modified time
    Searched refs:_frame (Results 1 - 25 of 25) sorted by 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);
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_);
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);
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_);
frameobject.h 16 typedef struct _frame { struct
18 struct _frame *f_back; /* previous frame, or NULL */
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
packet_loss_test.cc 182 if (_frameToDecode->_frame->Length() == 0 || _sumChannelBytes == 0)
184 _sumChannelBytes += _frameToDecode->_frame->Length();
220 _frameToDecode->_frame->CopyFrame(newEncBuf.Length(), newEncBuf.Buffer());
232 unsigned char *buf = _frameToDecode->_frame->Buffer();
234 if (static_cast<long>(_frameToDecode->_frame->Length()) - _inBufIdx <= mtu)
236 int size = _frameToDecode->_frame->Length() - _inBufIdx;
237 _inBufIdx = _frameToDecode->_frame->Length();
normal_async_test.h 28 _frame(frame),
32 webrtc::VideoFrame* _frame; member in class:FrameQueueTuple
normal_async_test.cc 190 if (_frame != NULL)
192 delete _frame;
483 _sumEncBytes += _frameToDecode->_frame->Length();
485 VideoEncodedBufferToEncodedImage(*(_frameToDecode->_frame), encodedImage);
  /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)},
libunwind.tex 55 \Type{int} \Func{unw\_is\_signal\_frame}(\Type{unw\_cursor\_t~*});\\
336 \SeeAlso{unw\_is\_signal\_frame(3)},
  /external/chromium_org/build/android/pylib/utils/
emulator.py 434 def _ShutdownOnSignal(self, _signum, _frame):
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineView.js 175 frameStrip._frame = frame;
199 this._delegate.requestWindowTimes(frameBar._frame.startTime, frameBar._frame.endTime);
207 this._delegate.select(WebInspector.TimelineSelection.fromFrame(frameBar._frame));
    [all...]
  /external/chromium_org/build/android/
test_runner.py 814 def DumpThreadStacks(_signal, _frame):
  /external/opencv/cxcore/src/
cxdatastructs.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/
ResourcesPanel.js     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzVideo.m 66 _frame = frame;
    [all...]

Completed in 826 milliseconds