Searched refs:_MAX_NUM_PARTS (Results 1 - 2 of 2) sorted by relevance

/external/chromium-trace/catapult/dashboard/dashboard/
H A Dstored_object.py37 _MAX_NUM_PARTS = 16 variable
60 """Sets the value in datastore and memcache with limit of '_MAX_NUM_PARTS' MB.
64 value: A pickleable value to be stored limited at '_MAX_NUM_PARTS' MB.
109 if len(serialized_parts) > _MAX_NUM_PARTS:
168 if len(serialized_parts) > _MAX_NUM_PARTS:
186 keys = [cls._GetCacheKey(key, i) for i in xrange(_MAX_NUM_PARTS)]
220 for i in xrange(len(values), _MAX_NUM_PARTS):
H A Dquick_logger.py30 _MAX_NUM_PARTS = 4 variable
34 _MAX_NUM_RECORD = 64 * _MAX_NUM_PARTS
129 if length / chunk_size > _MAX_NUM_PARTS:

Completed in 77 milliseconds