Home
last modified time | relevance | path

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

/system/bt/vendor_libs/test_vendor_lib/scripts/
Dtest_channel.py53 string.digits) for _ in range(DEVICE_NAME_LENGTH))
56 return ''.join(random.SystemRandom().choice(string.digits) for _ in \
/system/vold/
DVolumeManager.cpp221 static const char* digits = "0123456789abcdef"; in asecHash() local
244 *p++ = digits[sig[i] >> 4]; in asecHash()
245 *p++ = digits[sig[i] & 0x0F]; in asecHash()
/system/connectivity/shill/doc/
Ddevice-api.txt300 three digits are always the MCC, and
301 the following two or three digits are the
Dservice-api.txt236 three digits are always the MCC, and
237 the following two or three digits are the
1092 (5 or 13 characters), or as ASCII hex digits
1093 (10 or 26). When using ASCII hex digits, the
/system/core/adb/
Dtest_device.py455 string.digits))