Searched defs:toHexString (Results 1 - 18 of 18) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/
H A DHex.java16 public static String toHexString( method in class:Hex
19 return toHexString(data, 0, data.length);
22 public static String toHexString( method in class:Hex
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
H A DHexDump.java36 result.append(toHexString(offset));
57 result.append(toHexString(i));
94 public static String toHexString(byte b) method in class:HexDump
96 return toHexString(toByteArray(b));
99 public static String toHexString(byte[] array) method in class:HexDump
101 return toHexString(array, 0, array.length);
104 public static String toHexString(byte[] array, int offset, int length) method in class:HexDump
119 public static String toHexString(int i) method in class:HexDump
121 return toHexString(toByteArray(i));
/external/nist-sip/java/gov/nist/javax/sip/
H A DUtils.java73 signature = toHexString(Integer.toString(Math.abs( rand.nextInt() % 1000 )).getBytes());
89 public static String toHexString(byte b[]) { method in class:Utils
141 String cidString = Utils.toHexString(cid);
158 return Integer.toHexString(rand.nextInt());
177 return SIPConstants.BRANCH_MAGIC_COOKIE + Utils.toHexString(bid) + this.signature;
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
H A DMessageDigestAlgorithm.java183 return toHexString(digest.digest(data.getBytes()));
216 private static String toHexString(byte b[]) { method in class:MessageDigestAlgorithm
/external/protobuf/java/core/src/test/java/com/google/protobuf/
H A DIsValidUtf8TestUtil.java428 fail("Failure: (" + Long.toHexString(byteChar) + ") " + toHexString(bytes) + " => "
429 + toHexString(after, len));
432 private static String toHexString(byte[] b) { method in class:IsValidUtf8TestUtil
433 return toHexString(b, b.length);
436 private static String toHexString(byte[] b, int len) { method in class:IsValidUtf8TestUtil
/external/icu/icu4c/source/test/intltest/
H A Dusettest.cpp2169 static UChar toHexString(int32_t i) { return (UChar)(i + (i < 10 ? 0x30 : (0x41 - 10))); } function
2192 buf += toHexString((c & 0xF0000000) >> 28);
2193 buf += toHexString((c & 0x0F000000) >> 24);
2194 buf += toHexString((c & 0x00F00000) >> 20);
2195 buf += toHexString((c & 0x000F0000) >> 16);
2197 buf += toHexString((c & 0xF000) >> 12);
2198 buf += toHexString((c & 0x0F00) >> 8);
2199 buf += toHexString((c & 0x00F0) >> 4);
2200 buf += toHexString(c & 0x000F);
H A Ddtfmttst.cpp419 UChar toHexString(int32_t i) { return (UChar)(i + (i < 10 ? 0x30 : (0x41 - 10))); } function
431 buf += toHexString((c & 0xF000) >> 12);
432 buf += toHexString((c & 0x0F00) >> 8);
433 buf += toHexString((c & 0x00F0) >> 4);
434 buf += toHexString(c & 0x000F);
H A Dnumfmtst.cpp1137 static UChar toHexString(int32_t i) { return (UChar)(i + (i < 10 ? 0x30 : (0x41 - 10))); } function
1149 buf += toHexString((c & 0xF000) >> 12);
1150 buf += toHexString((c & 0x0F00) >> 8);
1151 buf += toHexString((c & 0x00F0) >> 4);
1152 buf += toHexString(c & 0x000F);
/external/guice/extensions/struts2/lib/
H A Djetty-util-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/util/ org/mortbay/util/ajax/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 420 milliseconds