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

/system/update_engine/scripts/update_payload/
H A Dhistogram.py7 from collections import defaultdict namespace
91 count_dict = defaultdict(int) # Unset items default to zero
H A Dchecker_unittest.py513 collections.defaultdict(int), 'foo'))
521 collections.defaultdict(int), 'foo',
529 collections.defaultdict(int), 'foo',
536 extents, (1024 + 16) * block_size, collections.defaultdict(int),
543 extents, (1024 + 16) * block_size, collections.defaultdict(int),
550 extents, (1024 + 16) * block_size, collections.defaultdict(int),
557 extents, (1024 + 15) * block_size, collections.defaultdict(int),
852 blob_hash_counts = collections.defaultdict(int)
/system/vold/bench/
H A Dbenchgen.py32 from collections import defaultdict namespace
334 types = defaultdict(int)

Completed in 400 milliseconds