Home
last modified time | relevance | path

Searched refs:_width (Results 1 – 6 of 6) sorted by relevance

/device/linaro/hikey/gralloc960/
Dmali_gralloc_buffer.h195 … 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/
Dmali_gralloc_buffer.h209 … 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/
Dgenerator.py346 _width = len(repr(sys.maxint-1)) variable
347 _fmt = '%%0%dd' % _width
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpprint.py107 self._width = width
139 sepLines = _len(rep) > (self._width - 1 - indent - allowance)
Dargparse.py171 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/
Dargparse.py173 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)