HomeSort by relevance Sort by last modified time
    Searched full:hexstr (Results 1 - 7 of 7) sorted by null

  /frameworks/base/keystore/java/android/security/
SystemKeyStore.java 58 String hexStr = Integer.toString(keyData[i] & 0x00FF, 16);
59 if (hexStr.length() == 1) {
60 hexStr = "0" + hexStr;
62 sb.append(hexStr);
  /ndk/sources/host-tools/nawk-20071023/
proto.h 49 extern int hexstr(char **);
b.c 234 int hexstr(char **pp) /* find and eval hex string at pp, return new p */ function
273 c = hexstr(&p); /* this adds a null if number is invalid */
FIXES 679 fixed silly bug in hex parsing in hexstr().
    [all...]
  /hardware/broadcom/wlan/bcm4329/dhdutil/
bcmutils.c 1474 char hexstr[16]; local
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c 1474 char hexstr[16]; local
    [all...]
  /packages/apps/Email/emailcommon/src/org/apache/commons/io/
FileUtils.java 475 String hexStr = filename.substring(pos + 1, pos + 3);
476 char ch = (char) Integer.parseInt(hexStr, 16);
    [all...]

Completed in 3285 milliseconds