Home
last modified time | relevance | path

Searched defs:frame (Results 1 – 25 of 61) sorted by relevance

123

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dbdb.py44 def trace_dispatch(self, frame, event, arg): argument
64 def dispatch_line(self, frame): argument
70 def dispatch_call(self, frame, arg): argument
83 def dispatch_return(self, frame, arg): argument
89 def dispatch_exception(self, frame, arg): argument
105 def stop_here(self, frame): argument
121 def break_here(self, frame): argument
146 def break_anywhere(self, frame): argument
152 def user_call(self, frame, argument_list): argument
157 def user_line(self, frame): argument
[all …]
Dprofile.py212 def trace_dispatch(self, frame, event, arg): argument
230 def trace_dispatch_i(self, frame, event, arg): argument
245 def trace_dispatch_mac(self, frame, event, arg): argument
259 def trace_dispatch_l(self, frame, event, arg): argument
278 def trace_dispatch_exception(self, frame, t): argument
286 def trace_dispatch_call(self, frame, t): argument
308 def trace_dispatch_c_call (self, frame, t): argument
319 def trace_dispatch_return(self, frame, t): argument
Dtrace.py537 def file_module_function_of(self, frame): argument
578 def globaltrace_trackcallers(self, frame, why, arg): argument
589 def globaltrace_countfuncs(self, frame, why, arg): argument
598 def globaltrace_lt(self, frame, why, arg): argument
621 def localtrace_trace_and_count(self, frame, why, arg): argument
636 def localtrace_trace(self, frame, why, arg): argument
649 def localtrace_count(self, frame, why, arg): argument
Dcgitb.py65 def lookup(name, frame, locals): argument
81 def scanvars(reader, frame, locals): argument
Dinspect.py819 def getargvalues(frame): argument
985 def getframeinfo(frame, context=1): argument
1018 def getlineno(frame): argument
1023 def getouterframes(frame, context=1): argument
Dpdb.py141 def user_call(self, frame, argument_list): argument
150 def user_line(self, frame): argument
160 def bp_commands(self,frame): argument
184 def user_return(self, frame, return_value): argument
192 def user_exception(self, frame, exc_info): argument
207 def interaction(self, frame, traceback): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_sys_setprofile.py30 def callback(self, frame, event, arg): argument
36 def add_event(self, event, frame=None): argument
63 def callback(self, frame, event, arg): argument
67 def trace_call(self, frame): argument
71 def trace_return(self, frame): argument
75 def trace_exception(self, frame): argument
79 def trace_pass(self, frame): argument
Dtest_signal.py51 def format_frame(self, frame, limit=None): argument
54 def handlerA(self, signum, frame): argument
60 def handlerB(self, signum, frame): argument
Dtest_threadsignals.py26 def handle_signals(sig,frame): argument
Dtest_pty.py62 def handle_sig(self, sig, frame): argument
Dtest_sys_settrace.py239 def trace(self, frame, event, arg): argument
242 def traceWithGenexp(self, frame, event, arg): argument
391 def trace(self, frame, event, arg): argument
439 def g(frame, why, extra): argument
471 def trace(self, frame, event, arg): argument
/device/google/marlin/camera/QCamera2/HAL/
DQCamera2HWICallbacks.cpp143 mm_camera_super_buf_t* frame = in zsl_channel_cb() local
291 mm_camera_super_buf_t *frame) in selectScene()
400 mm_camera_super_buf_t* frame = in capture_channel_cb_routine() local
650 mm_camera_super_buf_t* frame = in postproc_channel_cb_routine() local
706 mm_camera_buf_def_t *frame = super_frame->bufs[0]; in synchronous_stream_cb_routine() local
802 mm_camera_buf_def_t *frame = super_frame->bufs[0]; in preview_stream_cb_routine() local
1138 mm_camera_buf_def_t *frame = super_frame->bufs[0]; in nodisplay_preview_stream_cb_routine() local
1221 mm_camera_buf_def_t *frame = super_frame->bufs[0]; in rdi_mode_stream_cb_routine() local
1350 mm_camera_buf_def_t *frame = super_frame->bufs[0]; in postview_stream_cb_routine() local
1412 mm_camera_buf_def_t *frame = super_frame->bufs[0]; in video_stream_cb_routine() local
[all …]
DQCameraPostProc.cpp793 bool QCameraPostProcessor::validatePostProcess(mm_camera_super_buf_t *frame) in validatePostProcess()
915 int32_t QCameraPostProcessor::processData(mm_camera_super_buf_t *frame) in processData()
1064 int32_t QCameraPostProcessor::processRawData(mm_camera_super_buf_t *frame) in processRawData()
1269 int32_t QCameraPostProcessor::processPPData(mm_camera_super_buf_t *frame) in processPPData()
1913 mm_camera_super_buf_t *frame, in queryStreams()
2010 int32_t QCameraPostProcessor::syncStreamParams(mm_camera_super_buf_t *frame, in syncStreamParams()
2570 mm_camera_buf_def_t *frame = NULL; in processRawImageImpl() local
/device/generic/goldfish/camera/
DEmulatedQemuCameraDevice.cpp234 uint8_t* frame = frameBufferPair->first; in getCurrentFrame() local
284 uint8_t* frame = frameBufferPair->first; in getCurrentFrame() local
/device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_reprocess.c37 mm_camera_buf_def_t *frame = bufs->bufs[0]; in mm_app_reprocess_notify_cb() local
276 mm_camera_buf_def_t *frame, in mm_app_do_reprocess()
Dmm_qcamera_rdi.c41 static void mm_app_rdi_dump_frame(mm_camera_buf_def_t *frame, in mm_app_rdi_dump_frame()
73 mm_camera_buf_def_t *frame = bufs->bufs[0]; in mm_app_rdi_notify_cb() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dtraceback.c84 newtracebackobject(PyTracebackObject *next, PyFrameObject *frame) in newtracebackobject()
106 PyTraceBack_Here(PyFrameObject *frame) in PyTraceBack_Here()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dtraceback.c84 newtracebackobject(PyTracebackObject *next, PyFrameObject *frame) in newtracebackobject()
106 PyTraceBack_Here(PyFrameObject *frame) in PyTraceBack_Here()
/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3Stream.cpp587 int32_t QCamera3Stream::processDataNotify(mm_camera_super_buf_t *frame) in processDataNotify()
628 mm_camera_super_buf_t *frame = in dataNotifyCB() local
693 mm_camera_super_buf_t *frame = in dataProcRoutine() local
1296 mm_camera_super_buf_t *frame = (mm_camera_super_buf_t *)data; in releaseFrameData() local
1628 mm_camera_super_buf_t *frame; in handleBatchBuffer() local
DQCamera3Channel.cpp499 void QCamera3Channel::dumpYUV(mm_camera_buf_def_t *frame, cam_dimension_t dim, in dumpYUV()
2206 void QCamera3RawChannel::dumpRawSnapshot(mm_camera_buf_def_t *frame) in dumpRawSnapshot()
2237 void QCamera3RawChannel::convertLegacyToRaw16(mm_camera_buf_def_t *frame) in convertLegacyToRaw16()
2281 void QCamera3RawChannel::convertMipiToRaw16(mm_camera_buf_def_t *frame) in convertMipiToRaw16()
2413 void QCamera3RawDumpChannel::dumpRawSnapshot(mm_camera_buf_def_t *frame) in dumpRawSnapshot()
2873 mm_camera_super_buf_t *frame = in streamCbRoutine() local
3634 mm_camera_super_buf_t* frame = NULL; in streamCbRoutine() local
4041 mm_camera_super_buf_t* frame = NULL; in streamCbRoutine() local
4452 mm_camera_super_buf_t *frame = pp_buffer->input; in overrideMetadata() local
4565 qcamera_fwk_input_pp_data_t *frame) in overrideFwkMetadata()
[all …]
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
Dcpu.h138 #define CLKF_BASEPRI(frame) (0) /*XXX: CHECKME */ argument
139 #define CLKF_INTR(frame) (curcpu()->ci_intrdepth) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
Dsignals.py14 def __call__(self, signum, frame): argument
/device/google/cuttlefish_common/host/frontend/vnc_server/
Djpeg_compressor.cpp42 cvd::Message JpegCompressor::Compress(const Message& frame, in Compress()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dinspect.py822 def getargvalues(frame): argument
988 def getframeinfo(frame, context=1): argument
1021 def getlineno(frame): argument
1026 def getouterframes(frame, context=1): argument
/device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/
Dgrant_table.h140 UINT32 frame; member
245 UINT64 frame; member
257 UINT64 frame; member

123