Home
last modified time | relevance | path

Searched refs:digit (Results 1 – 7 of 7) sorted by relevance

/system/core/adb/
Dadb_utils.h128 T digit = *it - '0'; variable
129 if (value > max - digit) {
133 value += digit;
Dsockets.cpp699 for (auto digit : port) { in parse_host_service() local
700 if (!isdigit(digit)) { in parse_host_service()
Dprotocol.txt280 preceeded by a 4 digit hex length. Upon successful connection an
/system/bt/service/doc/
DIBluetooth.txt64 * "XX:XX:XX:XX:XX:XX", where each "X" is a hexadecimal digit. Returns
/system/libufdt/utils/
DREADME.md88 Number values can be a 32-bit digit (such as `68000`) or a hex number
/system/core/fastboot/
DREADME.md47 DATA00000000 where the 8 digit hexadecimal number represents
234 followed by a 2-digit base-10 ASCII version number. For example, the version 1
/system/core/fastboot/fuzzy_fastboot/
DREADME.md66 <var key="battery-voltage" assert="[34][[:digit:]]{3}"/>
250 <test value="batch_id" expect="okay" assert="[[:digit:]]+"/>