Searched refs:_width (Results 1 – 6 of 6) sorted by relevance
/device/linaro/hikey/gralloc960/ |
D | mali_gralloc_buffer.h | 195 … int _shared_fd, int _req_format, uint64_t _internal_format, int _byte_stride, int _width, in private_handle_t() 205 , width(_width) in private_handle_t()
|
/device/amlogic/yukawa/gralloc/ |
D | mali_gralloc_buffer.h | 209 … int _shared_fd, int _req_format, uint64_t _internal_format, int _byte_stride, int _width, in private_handle_t() 220 , width(_width) in private_handle_t()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/ |
D | generator.py | 346 _width = len(repr(sys.maxint-1)) variable 347 _fmt = '%%0%dd' % _width
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | pprint.py | 107 self._width = width 139 sepLines = _len(rep) > (self._width - 1 - indent - allowance)
|
D | argparse.py | 171 self._width = width 321 text_width = self._width - self._current_indent 481 text_width = self._width - self._current_indent 489 help_width = self._width - help_position
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | argparse.py | 173 self._width = width 323 text_width = self._width - self._current_indent 483 text_width = max(self._width - self._current_indent, 11) 491 help_width = max(self._width - help_position, 11)
|