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

/external/chromium_org/tools/binary_size/
H A Drun_binary_size_analysis.py59 BIG_BUCKET_LIMIT = 3000 variable
105 if count > BIG_BUCKET_LIMIT:
112 if index % BIG_BUCKET_LIMIT == 0:
113 group_no = (index / BIG_BUCKET_LIMIT) + 1
217 if largest_list_len > BIG_BUCKET_LIMIT:

Completed in 85 milliseconds