Home
last modified time | relevance | path

Searched refs:digits (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/command/
DVerify.java120 int digits = (int) Math.ceil(Math.log10(commands.size())); in runVerify() local
123 String format = String.format("%%%dd: %%s\n", digits); in runVerify()
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dbt_contacts_utils.py212 charset="{}{}{}".format(string.digits,
Dbt_test_utils.py491 string.ascii_lowercase + string.ascii_uppercase + string.digits)):