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

  /external/fonttools/Lib/fontTools/misc/
textTools.py 27 def hexStr(data):
xmlWriter.py 108 hexline = hexStr(data[i:i+linelength])
179 def hexStr(s):
  /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 62 final String hexStr = byteArrayToHexString(bytes);
63 assertEquals(expectedHexStr, hexStr);
86 private static byte[] hexStringToByteArray(String hexStr) {
87 final String s = TextUtils.join("", hexStr.split(" "));
97 private static InputStream getTestInputStream(final String hexStr) {
98 final byte[] byteArray = hexStringToByteArray(hexStr);
  /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 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.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.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 246 milliseconds