/external/mesa3d/src/gallium/state_trackers/vdpau/ |
surface.c | 275 enum pipe_format pformat = FormatYCBCRToPipe(source_ycbcr_format); local 292 if (p_surf->video_buffer == NULL || pformat != p_surf->video_buffer->buffer_format) { 299 p_surf->templat.buffer_format = pformat;
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
pprint.py | 25 pformat() 45 __all__ = ["pprint","pformat","isreadable","isrecursive","saferepr", 61 def pformat(object, indent=1, width=80, depth=None): function 63 return PrettyPrinter(indent=indent, width=width, depth=depth).pformat(object) 120 def pformat(self, object): member in class:PrettyPrinter 347 p.pformat(object) 350 print "pformat:", t3 - t2
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
pprint.py | 25 pformat() 45 __all__ = ["pprint","pformat","isreadable","isrecursive","saferepr", 61 def pformat(object, indent=1, width=80, depth=None): function 63 return PrettyPrinter(indent=indent, width=width, depth=depth).pformat(object) 120 def pformat(self, object): member in class:PrettyPrinter 347 p.pformat(object) 350 print "pformat:", t3 - t2
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pprint.py | 25 pformat() 45 __all__ = ["pprint","pformat","isreadable","isrecursive","saferepr", 61 def pformat(object, indent=1, width=80, depth=None): function 63 return PrettyPrinter(indent=indent, width=width, depth=depth).pformat(object) 120 def pformat(self, object): member in class:PrettyPrinter 347 p.pformat(object) 350 print "pformat:", t3 - t2
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pprint.py | 25 pformat() 45 __all__ = ["pprint","pformat","isreadable","isrecursive","saferepr", 61 def pformat(object, indent=1, width=80, depth=None): function 63 return PrettyPrinter(indent=indent, width=width, depth=depth).pformat(object) 120 def pformat(self, object): member in class:PrettyPrinter 347 p.pformat(object) 350 print "pformat:", t3 - t2
|
/external/mesa3d/src/mesa/state_tracker/ |
st_format.c | 1436 enum pipe_format pformat; member in struct:exact_format_mapping [all...] |
st_cb_texture.c | 641 enum pipe_format pformat = util_format_linear(dst_texture->format); local 660 pformat, rgba); [all...] |
/external/opencv3/modules/java/generator/ |
gen_java.py | 5 from pprint import pformat namespace [all...] |
/hardware/intel/common/wrs_omxil_core/base/src/ |
portbase.cpp | 229 const OMX_AUDIO_PORTDEFINITIONTYPE *pformat = &p->format.audio; local 230 OMX_U32 mimetype_len = strlen(pformat->cMIMEType); 235 strncpy(format->cMIMEType, pformat->cMIMEType, 238 format->pNativeRender = pformat->pNativeRender; 239 format->bFlagErrorConcealment = pformat->bFlagErrorConcealment; 240 format->eEncoding = pformat->eEncoding; 246 const OMX_VIDEO_PORTDEFINITIONTYPE *pformat = &p->format.video; local 247 OMX_U32 mimetype_len = strlen(pformat->cMIMEType); 252 strncpy(format->cMIMEType, pformat->cMIMEType, 255 format->pNativeRender = pformat->pNativeRender 279 const OMX_IMAGE_PORTDEFINITIONTYPE *pformat = &p->format.image; local 303 const OMX_OTHER_PORTDEFINITIONTYPE *pformat = &p->format.other; local [all...] |
/external/chromium-trace/catapult/third_party/Paste/paste/ |
wsgiwrappers.py | 10 from pprint import pformat namespace 279 pf = pformat
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
image.c | 240 enum pipe_format pformat = vg_format_to_pipe(format); local 259 assert(screen->is_format_supported(screen, pformat, PIPE_TEXTURE_2D, 264 pt.format = pformat;
|
/external/opencv3/3rdparty/jinja2/ |
filters.py | 17 from jinja2.utils import Markup, escape, pformat, urlize, soft_unicode, \ 408 return pformat(value, verbose=verbose) 18 unicode_urlencode namespace
|
utils.py | 173 def pformat(obj, verbose=False): function 181 from pprint import pformat namespace 182 return pformat(obj)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/ |
dist.py | 301 from pprint import pformat namespace 323 out = pformat(opt_dict) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/ |
dist.py | 301 from pprint import pformat namespace 323 out = pformat(opt_dict) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
dist.py | 301 from pprint import pformat namespace 323 out = pformat(opt_dict) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
dist.py | 301 from pprint import pformat namespace 323 out = pformat(opt_dict) [all...] |