HomeSort by relevance Sort by last modified time
    Searched defs:pformat (Results 1 - 16 of 16) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pprint.py 25 pformat()
42 __all__ = ["pprint","pformat","isreadable","isrecursive","saferepr",
58 def pformat(object, indent=1, width=80, depth=None): function
60 return PrettyPrinter(indent=indent, width=width, depth=depth).pformat(object)
117 def pformat(self, object): member in class:PrettyPrinter
344 p.pformat(object)
347 print "pformat:", t3 - t2
  /external/python/cpython2/Lib/
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
340 p.pformat(object)
343 print "pformat:", t3 - t2
  /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/gallium/drivers/freedreno/a5xx/
fd5_gmem.c 71 enum pipe_format pformat = psurf->format; local
76 format = fd5_pipe2color(pformat);
77 swap = fd5_pipe2swap(pformat);
78 srgb = util_format_is_srgb(pformat);
  /external/mesa3d/src/gallium/drivers/svga/
svga_format.c 40 enum pipe_format pformat; member in struct:vgpu10_format_entry
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vdpau/
surface.c 306 enum pipe_format pformat = FormatYCBCRToPipe(source_ycbcr_format); local
323 if (p_surf->video_buffer == NULL || pformat != p_surf->video_buffer->buffer_format) {
330 p_surf->templat.buffer_format = pformat;
  /external/python/cpython3/Lib/
pprint.py 25 pformat()
43 __all__ = ["pprint","pformat","isreadable","isrecursive","saferepr",
55 def pformat(object, indent=1, width=80, depth=None, *, compact=False): function
58 compact=compact).pformat(object)
142 def pformat(self, object): member in class:PrettyPrinter
574 p.pformat(object)
577 print("pformat:", t3 - t2)
  /external/libmojo/third_party/jinja2/
utils.py 173 def pformat(obj, verbose=False): function
181 from pprint import pformat
182 return pformat(obj)
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_gmem.c 61 enum pipe_format pformat = 0; local
75 pformat = psurf->format;
81 pformat = rsc->base.b.format;
86 format = fd3_pipe2color(pformat);
87 swap = fd3_pipe2swap(pformat);
89 srgb = util_format_is_srgb(pformat);
91 pformat = util_format_linear(pformat);
126 fd3_fs_output_format(pformat))));
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_gmem.c 73 enum pipe_format pformat = psurf->format; local
82 pformat = rsc->base.b.format;
88 format = fd4_pipe2color(pformat);
89 swap = fd4_pipe2swap(pformat);
92 srgb = util_format_is_srgb(pformat);
94 pformat = util_format_linear(pformat);
155 enum pipe_format pformat = psurf->format; local
162 pformat = rsc->base.b.format;
178 A4XX_RB_COPY_DEST_INFO_FORMAT(fd4_pipe2color(pformat)) |
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_image.c 150 enum pipe_format pformat,
156 *width = iview->u.buf.size / util_format_get_blocksize(pformat);
163 if (util_format_get_stride(pformat, *width) >
179 if (util_format_get_blocksize(pformat) >
321 unsigned pformat = params->format; local
333 pformat = spr->base.format;
336 pformat, &width, &height, &depth))
339 stride = util_format_get_stride(pformat, width);
352 offset = get_image_offset(spr, iview, pformat, r_coord);
355 if (util_format_is_pure_sint(pformat)) {
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_format.c 1997 enum pipe_format pformat; member in struct:exact_format_mapping
2396 enum pipe_format pformat = st_choose_format(st, local
    [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...]

Completed in 251 milliseconds