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

  /frameworks/base/wifi/java/android/net/wifi/
WifiSsid.java 58 public static WifiSsid createFromHex(String hexStr) {
60 if (hexStr == null) return a;
62 if (hexStr.startsWith("0x") || hexStr.startsWith("0X")) {
63 hexStr = hexStr.substring(2);
66 for (int i = 0; i < hexStr.length()-1; i += 2) {
69 val = Integer.parseInt(hexStr.substring(i, i + 2), HEX_RADIX);
  /frameworks/base/keystore/java/android/security/
SystemKeyStore.java 56 String hexStr = Integer.toString(keyData[i] & 0x00FF, 16);
57 if (hexStr.length() == 1) {
58 hexStr = "0" + hexStr;
60 sb.append(hexStr);
  /packages/apps/Exchange/tests/src/com/android/exchange/adapter/
ParserTest.java 64 final String hexStr = byteArrayToHexString(bytes);
65 assertEquals(expectedHexStr, hexStr);
88 private static byte[] hexStringToByteArray(String hexStr) {
89 final String s = TextUtils.join("", hexStr.split(" "));
99 private static InputStream getTestInputStream(final String hexStr) {
100 final byte[] byteArray = hexStringToByteArray(hexStr);
  /external/fonttools/Lib/fontTools/misc/
psLib.py 245 hexStr = "".join(token[1:-1].split())
246 if len(hexStr) % 2:
247 hexStr = hexStr + '0'
249 for i in range(0, len(hexStr), 2):
250 cleanstr.append(chr(int(hexStr[i:i+2], 16)))
textTools.py 27 def hexStr(data):
xmlWriter.py 108 hexline = hexStr(data[i:i+linelength])
179 def hexStr(s):
  /external/fonttools/Lib/fontTools/ttLib/tables/
E_B_D_T_.py 4 from fontTools.misc.textTools import safeEval, readHex, hexStr, deHexStr
276 writer.simpletag('row', value=hexStr(rowData))
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FileUtils.java 478 String hexStr = filename.substring(pos + 1, pos + 3);
479 char ch = (char) Integer.parseInt(hexStr, 16);
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-provider-api-2.6.jar 
plexus-utils-3.0.17.jar 
maven-core-3.2.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-site-plugin/3.3/
maven-site-plugin-3.3.jar 
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/2.0.5/
plexus-utils-2.0.5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0/
plexus-utils-3.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 628 milliseconds