/external/ImageMagick/Magick++/fuzz/ |
D | encoder_format.h | 3 std::string get() { return std::string(_format.begin(), _format.end()); } const in get() 9 _format = extension.substr(1, extension.size() - 1); in set() 22 _format=format.substr(0, index); in set() 24 _format=extension.substr(1, extension.size() - 1); in set() 27 std::wstring _format = L".notset";
|
/external/libxcam/xcore/ |
D | v4l2_device.h | 75 width = _format.fmt.pix.width; in get_size() 76 height = _format.fmt.pix.height; in get_size() 79 return _format.fmt.pix.pixelformat; in get_pixel_format() 134 struct v4l2_format _format; variable
|
D | v4l2_device.cpp | 51 xcam_mem_clear (_format); in V4l2Device() 101 if (_format.fmt.pix.pixelformat) { in set_framerate() 292 _format = format; in set_format() 374 format = _format; in get_format() 537 buf = new V4l2Buffer (v4l2_buf, _format); in allocate_buffer() 553 ret = allocate_buffer (new_buf, _format, i); in init_buffer_pool()
|
D | v4l2_buffer_proxy.h | 67 return _format; in get_format() 80 struct v4l2_format _format; variable
|
D | drm_display.cpp | 73 , _format (0) in DrmDisplay() 259 if (plane->formats[j] == _format) { in get_plane() 294 _format = to_drm_fourcc (format); in render_init()
|
D | drm_display.h | 148 unsigned int _format; variable
|
D | v4l2_buffer_proxy.cpp | 28 _format = format; in V4l2Buffer()
|
/external/python/cpython3/Lib/ |
D | pprint.py | 139 self._format(object, self._stream, 0, 0, {}, 0) 144 self._format(object, sio, 0, 0, {}, 0) 154 def _format(self, object, stream, indent, allowance, context, level): member in PrettyPrinter 200 self._format(list(object.items()), stream, 327 self._format(object.copy(), stream, indent + 13, allowance + 1, 344 self._format(ent, stream, indent + len(rep) + 2, 387 self._format(ent, stream, indent, 445 self._format(m, stream, indent, allowance + 1, context, level) 448 self._format(m, stream, indent, 1, context, level) 474 self._format(object.data, stream, indent, allowance, context, level - 1) [all …]
|
D | ast.py | 103 def _format(node): function 105 fields = [(a, _format(b)) for a, b in iter_fields(node)] 113 rv += ', '.join('%s=%s' % (a, _format(getattr(node, a))) 117 return '[%s]' % ', '.join(_format(x) for x in node) 121 return _format(node)
|
D | locale.py | 183 def _format(percent, value, grouping=False, monetary=False, *additional): function 223 new_val.append(_format(perc.group(), val, grouping, monetary)) 234 new_val.append(_format(perc.group(), 257 return _format(percent, value, grouping, monetary, *additional) 270 s = _format('%%.%if' % digits, abs(val), grouping, monetary=True) 306 return _format("%.12g", val)
|
/external/python/cpython2/Lib/ |
D | pprint.py | 117 self._format(object, self._stream, 0, 0, {}, 0) 122 self._format(object, sio, 0, 0, {}, 0) 132 def _format(self, object, stream, indent, allowance, context, level): member in PrettyPrinter 163 self._format(ent, stream, indent + _len(rep) + 2, 172 self._format(ent, stream, indent + _len(rep) + 2, 205 self._format(object[0], stream, indent, allowance + 1, 213 self._format(ent, stream, indent,
|
D | ast.py | 92 def _format(node): function 94 fields = [(a, _format(b)) for a, b in iter_fields(node)] 102 rv += ', '.join('%s=%s' % (a, _format(getattr(node, a))) 106 return '[%s]' % ', '.join(_format(x) for x in node) 110 return _format(node)
|
D | locale.py | 198 return _format(percent, value, grouping, monetary, *additional) 200 def _format(percent, value, grouping=False, monetary=False, *additional): function 248 new_val.append(_format(perc.group(),
|
/external/libxcam/tests/ |
D | test-poll-thread.cpp | 43 , _format(format) in PollCB() 52 _format(format) 85 struct v4l2_format _format; member in PollCB
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_debug.h | 119 #define debug_vprintf(_format, _ap) _debug_vprintf(_format, _ap) argument 121 #define debug_vprintf(_format, _ap) ((void)0) argument
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
D | memory.cpp | 132 _format(*format), _width(width), _height(height), _depth(depth), in image() 155 return _format; in format() 175 return util_format_get_blocksize(translate_format(_format)); in pixel_size()
|
D | memory.hpp | 127 cl_image_format _format; member in clover::image
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_debug.h | 122 #define debug_vprintf(_format, _ap) _debug_vprintf(_format, _ap) argument 124 #define debug_vprintf(_format, _ap) ((void)0) argument
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawCreateInfoUtil.cpp | 60 vk::VkFormat _format, in ImageViewCreateInfo() argument 70 format = _format; in ImageViewCreateInfo() 81 vk::VkFormat _format, in ImageViewCreateInfo() argument 90 format = _format; in ImageViewCreateInfo() 97 const tcu::TextureFormat tcuFormat = vk::mapVkFormat(_format); in ImageViewCreateInfo() 120 vk::VkFormat _format, in BufferViewCreateInfo() argument 129 format = _format; in BufferViewCreateInfo() 211 vk::VkFormat _format, in ImageCreateInfo() argument 233 format = _format; in ImageCreateInfo() 408 AttachmentDescription::AttachmentDescription (vk::VkFormat _format, in AttachmentDescription() argument [all …]
|
/external/python/cpython2/Lib/distutils/tests/ |
D | support.py | 47 def _format(msg, args): function 51 return [_format(msg, args) for level, msg, args
|
/external/python/cpython3/Lib/test/ |
D | test_time.py | 593 _format = '%d' variable in _TestAsctimeYear 611 _format = '%04d' variable in _TestStrftimeYear 613 _format = '%d' variable in _TestStrftimeYear 620 if self._format == '%04d': 650 _format = '%d' variable in _Test4dYear 653 fmt = fmt or self._format 669 self.assertEqual(self.yearstr(-1), self._format % -1)
|
/external/bcc/src/python/bcc/ |
D | usdt.py | 46 def _format(self): member in USDTProbeArgument 77 return "%s @ %s" % (self._size_prefix(), self._format())
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cTextureViewTests.hpp | 42 enum _format enum 124 static TextureView::_format getFormatOfInternalformat(const glw::GLenum internalformat); 674 const TextureView::_format format, void* result);
|
/external/python/setuptools/setuptools/tests/ |
D | test_manifest.py | 343 def _format(msg, args): function 347 return [_format(msg, args) for level, msg, args
|
/external/python/cpython3/Lib/asyncio/ |
D | queues.py | 75 def _format(self): member in Queue
|