/packages/apps/Dialer/java/com/android/dialer/dialpadview/ |
D | SpecialCharSequenceMgr.java | 376 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/ |
D | Log.java | 129 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/ |
D | encodingstest.cpp | 311 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/ |
D | quick_rro.py | 25 def hex_to_letters(hex): argument 29 hex = hex.upper() 31 for char in hex:
|
/packages/modules/DnsResolver/ |
D | DnsTlsSocket.cpp | 234 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()
|
D | PrivateDnsConfiguration.cpp | 78 LOG(DEBUG) << "PrivateDnsConfiguration::set(" << netId << ", 0x" << std::hex << mark << std::dec in set()
|
/packages/modules/DnsResolver/tests/ |
D | tun_forwarder.cpp | 236 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/ |
D | dialer_contact.proto | 29 // This value represents a hex representation of a color (i.e. #ffffff)
|
/packages/services/Car/tools/emulator/ |
D | vhal_const_generate.py | 112 printEnum(vhal_20_doc, group, vhal_20_file, lambda x : hex(x))
|
/packages/modules/NetworkStack/src/com/android/server/ |
D | NetworkObserverRegistry.java | 178 public void onStrictCleartextDetected(int uid, String hex) {} in onStrictCleartextDetected() argument
|
/packages/modules/DnsResolver/tests/dns_responder/ |
D | dns_responder.cpp | 59 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/ |
D | dom.md | 139 `kParseErrorStringUnicodeEscapeInvalidHex` | Incorrect hex digit after `\\u` escape in string.
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | pt_BR_wordlist.combined.gz | 1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ... |
D | pt_PT_wordlist.combined.gz | 1dictionary=main:pt_pt,locale=pt_PT,description=Português (Portugal),date ... |
D | es_wordlist.combined.gz | 1dictionary=main:es,locale=es,description=Español,date=1414726268, ... |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
D | cs_wordlist.combined.gz | 1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ... |
D | da_wordlist.combined.gz | 1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ... |
D | pl_wordlist.combined.gz |
|
D | de_wordlist.combined.gz | 1dictionary=main:de,locale=de,description=Deutsch,date=1414726263, ... |
D | sv_wordlist.combined.gz | 1dictionary=main:sv,locale=sv,description=Svenska,date=1414726264, ... |
D | ro_wordlist.combined.gz | 1dictionary=main:ro,locale=ro,description=Română,date=1412325511, ... |