Home
last modified time | relevance | path

Searched defs:toHexString (Results 1 – 8 of 8) sorted by relevance

/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
DHexDump.java94 public static String toHexString(byte b) in toHexString() method in HexDump
99 public static String toHexString(byte[] array) in toHexString() method in HexDump
104 public static String toHexString(byte[] array, int offset, int length) in toHexString() method in HexDump
119 public static String toHexString(int i) in toHexString() method in HexDump
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/
DHex.java16 public static String toHexString( in toHexString() method in Hex
22 public static String toHexString( in toHexString() method in Hex
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/examples/
DHelloWorldMaker.java90 MethodId<Integer, String> toHexString in generateHelloMethod() local
/external/nist-sip/java/gov/nist/javax/sip/
DUtils.java89 public static String toHexString(byte b[]) { in toHexString() method in Utils
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
DMessageDigestAlgorithm.java216 private static String toHexString(byte b[]) { in toHexString() method in MessageDigestAlgorithm
/external/icu/icu4c/source/test/intltest/
Dusettest.cpp2169 static UChar toHexString(int32_t i) { return (UChar)(i + (i < 10 ? 0x30 : (0x41 - 10))); } in toHexString() function
Ddtfmttst.cpp419 UChar toHexString(int32_t i) { return (UChar)(i + (i < 10 ? 0x30 : (0x41 - 10))); } in toHexString() function
Dnumfmtst.cpp1137 static UChar toHexString(int32_t i) { return (UChar)(i + (i < 10 ? 0x30 : (0x41 - 10))); } in toHexString() function