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

  /external/elfutils/libasm/
symbolhash.c 28 #define REVERSE 1
  /external/elfutils/lib/
dynamicsizehash.c 27 REVERSE iterate in reverse order of insert
75 # ifdef REVERSE
100 # ifndef REVERSE
129 # ifdef REVERSE
283 # ifdef REVERSE
  /dalvik/libcore/luni/src/test/java/com/google/coretests/
CoreTestSuite.java 98 public static final int REVERSE = 512;
141 * Contains the actual test cases in a reverse-ordered, flat list.
169 * to this CoreTestSuite. Note we are storing the tests in reverse order,
176 if ((flags & REVERSE) != 0) {
CoreTestRunner.java 276 } else if (args[i].equals("--reverse")) {
277 fFlags = fFlags | CoreTestSuite.REVERSE;
  /cts/tests/tests/view/src/android/view/animation/cts/
AnimationSetTest.java 301 animationSet.setRepeatMode(Animation.REVERSE);
303 assertEquals(Animation.REVERSE, animationSet.getRepeatMode());
306 assertEquals(Animation.REVERSE, children.get(i).getRepeatMode());
AnimationTest.java 355 // test repeat mode REVERSE
357 anim.setRepeatMode(Animation.REVERSE);
405 // check decelerating delta alpha when reverse. alpha should change form 0.0f to 1.0f
    [all...]
  /external/icu4c/i18n/
tridpars.cpp 41 static const int32_t REVERSE = UTRANS_REVERSE;
102 * @param dir the direction. If the direction is REVERSE then the
103 * SingleID is constructed for the reverse direction.
186 single = specsToID(specsA, REVERSE);
246 * at the start, if dir is REVERSE. The pattern will be enclosed
252 * if withParens != (dir == REVERSE).
297 // canonID. In the reverse, insert it at zero, and invert
333 * separators, an an optional reverse global filter. The
335 * patterns. The reverse global filter must be enclosed in
424 if (dir == REVERSE) {
    [all...]
  /frameworks/base/core/java/android/view/animation/
Animation.java 46 public static final int REVERSE = 2;
102 * in REVERSE mode.
158 * {@link #RESTART} or {@link #REVERSE}.
462 * @param repeatMode {@link #RESTART} or {@link #REVERSE}
612 * @return either one of {@link #REVERSE} or {@link #RESTART}
789 if (mRepeatMode == REVERSE) {
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
inflate.c 467 /* Reverse the bytes in a 32-bit value */
468 #define REVERSE(q) \
763 strm->adler = state->check = REVERSE(hold);
    [all...]
  /external/zlib/
inflate.c 467 /* Reverse the bytes in a 32-bit value */
468 #define REVERSE(q) \
763 strm->adler = state->check = REVERSE(hold);
    [all...]
  /external/bluetooth/glib/tests/
queue-test.c 200 IS_EMPTY, GET_LENGTH, REVERSE, COPY,
281 case REVERSE:
  /external/icu4c/test/intltest/
transtst.cpp 595 * Compose the Kana transliterator forward and reverse and try
611 * Compose the hex transliterators forward and reverse.
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 224 milliseconds