Home
last modified time | relevance | path

Searched refs:f_code (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
Dtracer.c263 …printf("trace: %s @ %s %d\n", what_sym[what], MyText_AS_STRING(frame->f_code->co_filename), frame-… in CTracer_trace()
268 …if (strstr(MyText_AS_STRING(frame->f_code->co_filename), start_file) && frame->f_lineno == start_l… in CTracer_trace()
293 SHOWLOG(self->depth, frame->f_lineno, frame->f_code->co_filename, "missedreturn"); in CTracer_trace()
328 filename = frame->f_code->co_filename; in CTracer_trace()
388 int first = frame->f_code->co_firstlineno; in CTracer_trace()
394 SHOWLOG(self->depth, frame->f_lineno, frame->f_code->co_filename, "return"); in CTracer_trace()
404 SHOWLOG(self->depth, frame->f_lineno, frame->f_code->co_filename, "line"); in CTracer_trace()
449 self->last_exc_firstlineno = frame->f_code->co_firstlineno; in CTracer_trace()
Dcollector.py63 filename = frame.f_code.co_filename
91 first = frame.f_code.co_firstlineno
99 self.last_exc_firstlineno = frame.f_code.co_firstlineno
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
Ddecode.c218 picture->f_code[0][0] = picture_info->f_code[0][0] - 1; in vlVdpDecoderRenderMpeg12()
219 picture->f_code[0][1] = picture_info->f_code[0][1] - 1; in vlVdpDecoderRenderMpeg12()
220 picture->f_code[1][0] = picture_info->f_code[1][0] - 1; in vlVdpDecoderRenderMpeg12()
221 picture->f_code[1][1] = picture_info->f_code[1][1] - 1; in vlVdpDecoderRenderMpeg12()
/external/mesa3d/src/gallium/state_trackers/vdpau/
Ddecode.c218 picture->f_code[0][0] = picture_info->f_code[0][0] - 1; in vlVdpDecoderRenderMpeg12()
219 picture->f_code[0][1] = picture_info->f_code[0][1] - 1; in vlVdpDecoderRenderMpeg12()
220 picture->f_code[1][0] = picture_info->f_code[1][0] - 1; in vlVdpDecoderRenderMpeg12()
221 picture->f_code[1][1] = picture_info->f_code[1][1] - 1; in vlVdpDecoderRenderMpeg12()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_mpeg12_bitstream.c632 int r_size = bs->desc->f_code[s][t]; in motion_vector()
670 mb->PMV[0][s][0] = wrap(mb->PMV[0][s][0] + delta[0], bs->desc->f_code[s][0]); in motion_vector_frame()
671 mb->PMV[0][s][1] = wrap(DIV2DOWN(mb->PMV[0][s][1]) + delta[1], bs->desc->f_code[s][1]) * 2; in motion_vector_frame()
675 mb->PMV[1][s][0] = wrap(mb->PMV[1][s][0] + delta[0], bs->desc->f_code[s][0]); in motion_vector_frame()
676 mb->PMV[1][s][1] = wrap(DIV2DOWN(mb->PMV[1][s][1]) + delta[1], bs->desc->f_code[s][1]) * 2; in motion_vector_frame()
680 mb->PMV[0][s][0] = wrap(mb->PMV[0][s][0] + delta[0], bs->desc->f_code[s][0]); in motion_vector_frame()
681 mb->PMV[0][s][1] = wrap(mb->PMV[0][s][1] + delta[1], bs->desc->f_code[s][1]); in motion_vector_frame()
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
Dvl_mpeg12_bitstream.c632 int r_size = bs->desc->f_code[s][t]; in motion_vector()
670 mb->PMV[0][s][0] = wrap(mb->PMV[0][s][0] + delta[0], bs->desc->f_code[s][0]); in motion_vector_frame()
671 mb->PMV[0][s][1] = wrap(DIV2DOWN(mb->PMV[0][s][1]) + delta[1], bs->desc->f_code[s][1]) * 2; in motion_vector_frame()
675 mb->PMV[1][s][0] = wrap(mb->PMV[1][s][0] + delta[0], bs->desc->f_code[s][0]); in motion_vector_frame()
676 mb->PMV[1][s][1] = wrap(DIV2DOWN(mb->PMV[1][s][1]) + delta[1], bs->desc->f_code[s][1]) * 2; in motion_vector_frame()
680 mb->PMV[0][s][0] = wrap(mb->PMV[0][s][0] + delta[0], bs->desc->f_code[s][0]); in motion_vector_frame()
681 mb->PMV[0][s][1] = wrap(mb->PMV[0][s][1] + delta[1], bs->desc->f_code[s][1]); in motion_vector_frame()
/external/chromium_org/third_party/cython/src/Cython/
DDebugging.py12 name = f.f_code.co_name
/external/chromium_org/third_party/libva/va/
Dva_enc_mpeg2.h216 unsigned char f_code[2][2]; member
Dva.h1112 int f_code; /* pack all four fcode into this */ member
/external/chromium_org/third_party/jinja2/
Ddebug.py171 if tb.tb_frame.f_code in internal_code:
241 function = tb.tb_frame.f_code.co_name
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
Dp_video_state.h131 unsigned f_code[2][2]; member
/external/mesa3d/src/gallium/include/pipe/
Dp_video_state.h131 unsigned f_code[2][2]; member
/external/lldb/examples/python/
Dpytracer.py130 return CodeFancy(self.f.f_code) if self.f != None else None
/external/antlr/antlr-3.4/runtime/Python/tests/
Dtestbase.py133 code = frame[0].f_code
/external/chromium_org/third_party/cython/src/Cython/Debugger/Tests/
Dtest_libcython_in_gdb.py444 messages = itertools.chain([sys._getframe(1).f_code.co_name, ':'],
/external/antlr/antlr-3.4/runtime/Python/antlr3/
Drecognizers.py859 code = frame[0].f_code
/external/chromium_org/third_party/cython/src/Cython/Compiler/
DVisitor.py109 code = frame.f_code
/external/chromium_org/third_party/cython/src/Cython/Includes/Deprecated/
Dpython2.5.pxd168 PyCodeObject *f_code