Searched defs:hex (Results 1 – 6 of 6) sorted by relevance
25 def hex_to_letters(hex): argument
376 String hex = deviceId.length() == 15 ? deviceId.substring(0, 14) : deviceId; in addDeviceIdRow() local412 private static String getDecimalFromHex(String hex) { in getDecimalFromHex()453 private static Bitmap generateBarcode(String hex, int width, int height) { in generateBarcode()
129 StringBuffer hex = new StringBuffer(bytes.length * 2); in encodeHex() local
28 "hex": "\u0123\u4567\u89AB\uCDEF\uabcd\uef4A", string
178 public void onStrictCleartextDetected(int uid, String hex) {} in onStrictCleartextDetected()
59 static const char* hex = "0123456789ABCDEF"; in str2hex() local