HomeSort by relevance Sort by last modified time
    Searched refs:toHex (Results 1 - 11 of 11) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/
Utils.java 63 private static final char[] toHex = { '0', '1', '2', '3', '4', '5', '6',
93 c[pos++] = toHex[(b[i] >> 4) & 0x0F];
94 c[pos++] = toHex[b[i] & 0x0f];
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
MessageDigestAlgorithm.java 206 private static final char[] toHex = {
220 c[pos++] = toHex[(b[i] >> 4) & 0x0F];
221 c[pos++] = toHex[b[i] & 0x0f];
  /external/icu4c/test/intltest/
intltest.cpp     [all...]
regextst.cpp 180 static inline UChar toHex(int32_t i) {
192 result += toHex((c >> 12) & 0xF);
193 result += toHex((c >> 8) & 0xF);
194 result += toHex((c >> 4) & 0xF);
195 result += toHex( c & 0xF);
    [all...]
  /prebuilt/common/mkidentity/
mkidentity-prebuilt.jar 
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternUtils.java 781 hashed = (toHex(sha1) + toHex(md5)).getBytes();
788 private static String toHex(byte[] ary) {
    [all...]
  /external/webkit/Tools/DumpRenderTree/qt/
DumpRenderTreeQt.cpp     [all...]
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 177 milliseconds