Home
last modified time | relevance | path

Searched refs:hex (Results 1 – 24 of 24) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/dialpadview/
DSpecialCharSequenceMgr.java376 String hex = deviceId.length() == 15 ? deviceId.substring(0, 14) : deviceId; in addDeviceIdRow() local
380 if (hex.length() == 14 && showDecimal) { in addDeviceIdRow()
381 ((TextView) row.findViewById(R.id.deviceid_hex)).setText(hex); in addDeviceIdRow()
382 ((TextView) row.findViewById(R.id.deviceid_dec)).setText(getDecimalFromHex(hex)); in addDeviceIdRow()
401 generateBarcode(hex, barcode.getWidth(), barcode.getHeight()); in addDeviceIdRow()
412 private static String getDecimalFromHex(String hex) { in getDecimalFromHex() argument
413 final String part1 = hex.substring(0, 8); in getDecimalFromHex()
414 final String part2 = hex.substring(8); in getDecimalFromHex()
453 private static Bitmap generateBarcode(String hex, int width, int height) { in generateBarcode() argument
455 String data = Uri.encode(hex); in generateBarcode()
/packages/apps/Dialer/java/com/android/incallui/
DLog.java129 StringBuffer hex = new StringBuffer(bytes.length * 2); in encodeHex() local
134 hex.append("0"); in encodeHex()
136 hex.append(Integer.toString(byteIntValue, 16)); in encodeHex()
139 return hex.toString(); in encodeHex()
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
Dencodingstest.cpp311 std::cout << std::hex << codepoint << " " << decodedCodepoint << std::endl; in TEST()
322 std::cout << std::hex << codepoint << " " << decodedCodepoint << std::endl; in TEST()
382 std::cout << std::hex << codepoint << " " << decodedCodepoint << std::endl; in TEST()
413 std::cout << std::hex << codepoint << " " << decodedCodepoint << std::endl; in TEST()
/packages/apps/Car/libs/car-ui-lib/tests/tools/
Dquick_rro.py25 def hex_to_letters(hex): argument
29 hex = hex.upper()
31 for char in hex:
/packages/modules/DnsResolver/
DDnsTlsSocket.cpp234 LOG(DEBUG) << " Calling SSL_connect with mark 0x" << std::hex << mMark; in sslConnect()
236 LOG(DEBUG) << " SSL_connect returned " << ret << " with mark 0x" << std::hex << mMark; in sslConnect()
246 PLOG(WARNING) << "SSL_connect read error " << err << ", mark 0x" << std::hex in sslConnect()
255 PLOG(WARNING) << "SSL_connect write error " << err << ", mark 0x" << std::hex in sslConnect()
261 PLOG(WARNING) << "SSL_connect ssl error =" << ssl_err << ", mark 0x" << std::hex in sslConnect()
DPrivateDnsConfiguration.cpp78 LOG(DEBUG) << "PrivateDnsConfiguration::set(" << netId << ", 0x" << std::hex << mark << std::dec in set()
/packages/modules/DnsResolver/tests/
Dtun_forwarder.cpp236 return Error() << "Unsupported packet type 0x" << std::hex << static_cast<int>(proto); in validatePacket()
321 return Error() << "translate: Unsupported packet type 0x" << std::hex in translatePacket()
/packages/apps/Dialer/java/com/android/dialer/dialercontact/
Ddialer_contact.proto29 // This value represents a hex representation of a color (i.e. #ffffff)
/packages/services/Car/tools/emulator/
Dvhal_const_generate.py112 printEnum(vhal_20_doc, group, vhal_20_file, lambda x : hex(x))
/packages/modules/NetworkStack/src/com/android/server/
DNetworkObserverRegistry.java178 public void onStrictCleartextDetected(int uid, String hex) {} in onStrictCleartextDetected() argument
/packages/modules/DnsResolver/tests/dns_responder/
Ddns_responder.cpp59 static const char* hex = "0123456789ABCDEF"; in str2hex() local
61 str[i * 2] = hex[c >> 4]; in str2hex()
62 str[i * 2 + 1] = hex[c & 0x0F]; in str2hex()
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Ddom.md139 `kParseErrorStringUnicodeEscapeInvalidHex` | Incorrect hex digit after `\\u` escape in string.
/packages/inputmethods/LatinIME/dictionaries/
Dpt_BR_wordlist.combined.gz1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ...
Dpt_PT_wordlist.combined.gz1dictionary=main:pt_pt,locale=pt_PT,description=Português (Portugal),date ...
Des_wordlist.combined.gz1dictionary=main:es,locale=es,description=Español,date=1414726268, ...
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...
Dcs_wordlist.combined.gz1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ...
Dda_wordlist.combined.gz1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ...
Dpl_wordlist.combined.gz
Dde_wordlist.combined.gz1dictionary=main:de,locale=de,description=Deutsch,date=1414726263, ...
Dsv_wordlist.combined.gz1dictionary=main:sv,locale=sv,description=Svenska,date=1414726264, ...
Dro_wordlist.combined.gz1dictionary=main:ro,locale=ro,description=Română,date=1412325511, ...