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

  /external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/
LZMACoder.java 40 final short[][] isMatch = new short[State.STATES][POS_STATES_MAX];
41 final short[] isRep = new short[State.STATES];
42 final short[] isRep0 = new short[State.STATES];
43 final short[] isRep1 = new short[State.STATES];
44 final short[] isRep2 = new short[State.STATES];
45 final short[][] isRep0Long = new short[State.STATES][POS_STATES_MAX];
State.java 14 static final int STATES = 12;
  /external/skia/infra/bots/recipe_modules/swarming/
state.py 26 STATES = (
  /external/skqp/infra/bots/recipe_modules/swarming/
state.py 26 STATES = (
  /external/xz-embedded/linux/lib/xz/
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. */
xz_dec_lzma2.c 159 uint16_t is_match[STATES][POS_STATES_MAX];
162 uint16_t is_rep[STATES];
168 uint16_t is_rep0[STATES];
174 uint16_t is_rep1[STATES];
177 uint16_t is_rep2[STATES];
183 uint16_t is_rep0_long[STATES][POS_STATES_MAX];
  /cts/tests/tests/print/src/android/print/cts/
PrintJobStateTransitionsTest.java 51 * Tests all possible states of print jobs.
62 private final static int STATES[] = new int[] { PrintJobInfo.STATE_QUEUED,
245 ArrayList<Object[]> parameters = new ArrayList<>((int)Math.pow(STATES.length, 3));
246 for (final int state1 : STATES) {
247 for (final int state2 : STATES) {
248 for (final int state3 : STATES) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
schemadef.h 31 #define BEGIN_TM_PART_STATES(name) enum name##STATES { name##StateFiller0,
65 #define BEGIN_TM_PART_STATES(name) {L#name L"STATES",TMT_ENUMDEF,TMT_ENUMDEF},
  /packages/apps/Launcher3/quickstep/src/com/android/quickstep/
WindowTransformSwipeHandler.java 92 // Launcher UI related states
98 // Internal initialization states
101 // Interaction finish states
110 // States for quick switch/scrub
132 // For debugging, keep in sync with above states
133 private static final String[] STATES = new String[] {
    [all...]
  /external/toybox/toys/pending/
xzcat.c 998 * Maximum number of position states. A position state is the lowest pb
1000 * are different sets of probabilities for different position states.
1032 /* Total number of states */
1033 #define STATES 12
1035 /* The lowest 7 states indicate that the previous state was a literal. */
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Key.java     [all...]
  /frameworks/base/core/java/com/android/internal/app/procstats/
ProcessState.java 73 // Map from process states to the states we track.
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.0.CR3/
netty-codec-http-4.1.0.CR3.jar 
  /frameworks/base/core/java/android/os/
BatteryStats.java 233 * - Resource power manager (rpm) states [but screenOffRpm is disabled from working properly]
240 * - Process states re-ordered. TOP_SLEEPING now below BACKGROUND. HEAVY_WEIGHT introduced.
361 * Indicates times spent by the uid at each cpu frequency in all process states.
471 * various transmit level states.
477 * in all states, measured in milli-ampere-milliseconds (mAms). The counter may always
583 // Persistent and other foreground states go here.
766 * "foreground service" or better state. Persistent and other foreground states go here.
788 * other active states.
792 * Total number of process states we track.
815 * When the process exits one of these states, we need to make sure cpu time in this stat
1564 public int states; field in class:BatteryStats.HistoryItem
    [all...]
  /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 501 milliseconds