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

  /frameworks/base/core/java/android/content/pm/
VerifierDeviceIdentity.java 41 * the GROUP_SIZE below.
49 private static final int GROUP_SIZE = 4;
113 final char encoded[] = new char[LONG_SIZE + (LONG_SIZE / GROUP_SIZE)];
120 * GROUP_SIZE) to make the odd-size group appear at the end instead
123 if (i > 0 && (i % GROUP_SIZE) == (LONG_SIZE % GROUP_SIZE)) {
  /external/toybox/toys/other/
bzcat.c 48 #define GROUP_SIZE 50 /* 64 would have been more efficient */
202 // nSelectors: Every GROUP_SIZE many symbols we switch huffman coding
351 symCount = GROUP_SIZE-1;
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 87 milliseconds