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

  /frameworks/base/core/java/android/content/pm/
VerifierDeviceIdentity.java 41 private static final int LONG_SIZE = 13;
110 final char encoded[] = new char[LONG_SIZE + (LONG_SIZE / GROUP_SIZE)];
113 for (int i = 0; i < LONG_SIZE; i++) {
116 * building from the rear of the array, we use (LONG_SIZE %
120 if (i > 0 && (i % GROUP_SIZE) == (LONG_SIZE % GROUP_SIZE)) {
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 92 milliseconds