Searched defs:collections (Results 1 - 3 of 3) sorted by relevance

/system/tpm/attestation/common/
H A Dproto_print.py35 import collections namespace
48 Field = collections.namedtuple('Field', 'repeated type_ name')
/system/vold/bench/
H A Dbenchgen.py29 import re, sys, collections, traceback, argparse namespace
32 from collections import defaultdict
/system/update_engine/scripts/update_payload/
H A Dchecker_unittest.py12 import collections namespace
513 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)

Completed in 8482 milliseconds