Home
last modified time | relevance | path

Searched refs:_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
Drecords.py83 _BLOCK_SIZE = 32 * 1024 variable
166 block_remaining = _BLOCK_SIZE - self.__position % _BLOCK_SIZE
172 block_remaining = _BLOCK_SIZE
180 block_remaining = _BLOCK_SIZE - self.__position % _BLOCK_SIZE
208 pad_length = _BLOCK_SIZE - self.__position % _BLOCK_SIZE
209 if pad_length and pad_length != _BLOCK_SIZE:
235 block_remaining = _BLOCK_SIZE - self.__reader.tell() % _BLOCK_SIZE
269 pad_length = _BLOCK_SIZE - self.__reader.tell() % _BLOCK_SIZE
270 if pad_length and pad_length != _BLOCK_SIZE:
/external/vboot_reference/scripts/
Dgenpadding.sh204 echo ${hashalgo}_BLOCK_SIZE,