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

  /external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/
State.java 14 static final int STATES = 12;
  /cts/tests/tests/print/src/android/print/cts/
PrintJobStateTransitionsTest.java 47 * Tests all possible states of print jobs.
58 private final static int STATES[] = new int[] { PrintJobInfo.STATE_QUEUED,
241 ArrayList<Object[]> parameters = new ArrayList<>((int)Math.pow(STATES.length, 3));
242 for (final int state1 : STATES) {
243 for (final int state2 : STATES) {
244 for (final int state3 : STATES) {
  /external/lzma/xz-embedded/
xz_lzma2.h 23 * Maximum number of position states. A position state is the lowest pb
25 * are different sets of probabilities for different position states.
57 /* Total number of states */
58 #define STATES 12
60 /* The lowest 7 states indicate that the previous state was a literal. */
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Key.java     [all...]
  /external/toybox/toys/pending/
xzcat.c 1004 * Maximum number of position states. A position state is the lowest pb
1006 * are different sets of probabilities for different position states.
1038 /* Total number of states */
1039 #define STATES 12
1041 /* The lowest 7 states indicate that the previous state was a literal. */
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.0.CR3/
netty-codec-http-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.3.Final/
netty-codec-http-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.6.Final/
netty-codec-http-4.1.6.Final.jar 

Completed in 476 milliseconds