Home
last modified time | relevance | path

Searched defs:toHexString (Results 1 – 10 of 10) 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/src/test/java/com/google/dexmaker/examples/
DHelloWorldMaker.java89 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/jetty/src/java/org/eclipse/jetty/util/
DTypeUtil.java427 public static String toHexString(byte b) in toHexString() method in TypeUtil
433 public static String toHexString(byte[] b) in toHexString() method in TypeUtil
439 public static String toHexString(byte[] b,int offset,int length) in toHexString() method in TypeUtil
/external/icu/icu4c/source/test/intltest/
Dusettest.cpp2112 static UChar toHexString(int32_t i) { return (UChar)(i + (i < 10 ? 0x30 : (0x41 - 10))); } in toHexString() function
Ddtfmttst.cpp410 UChar toHexString(int32_t i) { return (UChar)(i + (i < 10 ? 0x30 : (0x41 - 10))); } in toHexString() function
Dnumfmtst.cpp687 static UChar toHexString(int32_t i) { return (UChar)(i + (i < 10 ? 0x30 : (0x41 - 10))); } in toHexString() function
/external/chromium-trace/trace-viewer/third_party/Paste/paste/evalexception/media/
DMochiKit.packed.js4680 },toHexString:function(){ method in MochiKit.Color.Color