HomeSort by relevance Sort by last modified time
    Searched defs:REVERSE (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /external/elfutils/libasm/
symbolhash.c 43 #define REVERSE 1
  /libcore/benchmarks/src/benchmarks/regression/
CollectionsBenchmark.java 31 public static Comparator<Integer> REVERSE = new Comparator<Integer>() {
51 Collections.sort(input, REVERSE);
65 Collections.sort(input, REVERSE);
  /external/llvm/utils/lit/lit/
ProgressBar.py 63 REVERSE = '' #: Turn on reverse-video mode
84 BLINK=blink DIM=dim REVERSE=rev UNDERLINE=smul NORMAL=sgr0
  /external/swiftshader/third_party/LLVM/utils/lit/lit/
ProgressBar.py 59 REVERSE = '' #: Turn on reverse-video mode
80 BLINK=blink DIM=dim REVERSE=rev UNDERLINE=smul NORMAL=sgr0
  /packages/services/Car/evs/app/
EvsStateControl.h 55 REVERSE,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/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/icu/icu4c/source/test/intltest/
rbbimonkeytest.h 189 REVERSE = 2
transtst.cpp 604 * Compose the Kana transliterator forward and reverse and try
620 * Compose the hex transliterators forward and reverse.
    [all...]
  /external/jline/src/src/main/java/jline/
ANSIBuffer.java 107 public ANSIBuffer reverse(final String str) { method in class:ANSIBuffer
108 return attrib(str, ANSICodes.REVERSE);
116 static final int REVERSE = 7;
252 * 7 Reverse video on
  /external/syslinux/com32/lib/zlib/
inflate.c 502 /* Reverse the bytes in a 32-bit value */
503 #define REVERSE(q) \
800 strm->adler = state->check = REVERSE(hold);
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
TransliteratorIDParser.java 41 * separated by semicolons, with optional forward and reverse global
44 * must be enclosed in parentheses and applies in the reverse
65 private static final int REVERSE = Transliterator.REVERSE;
174 * @param dir the direction. If the direction is REVERSE then the
175 * SingleID is constructed for the reverse direction.
237 single = specsToID(specsA, REVERSE);
260 * at the start, if dir is REVERSE. The pattern will be enclosed
266 * if withParens != (dir == REVERSE).
303 // canonID. In the reverse, insert it at zero, and inver
    [all...]
Transliterator.java 233 * direction, and B to A when operating in the reverse direction.
238 * Direction constant indicating the reverse direction in a transliterator,
239 * e.g., the reverse rules of a RuleBasedTransliterator. An "A-B"
241 * direction, and B to A when operating in the reverse direction.
243 public static final int REVERSE = 1;
    [all...]
  /external/icu/icu4c/source/i18n/
tridpars.cpp 45 static const int32_t REVERSE = UTRANS_REVERSE;
107 * @param dir the direction. If the direction is REVERSE then the
108 * SingleID is constructed for the reverse direction.
191 single = specsToID(specsA, REVERSE);
251 * at the start, if dir is REVERSE. The pattern will be enclosed
257 * if withParens != (dir == REVERSE).
302 // canonID. In the reverse, insert it at zero, and invert
338 * separators, an an optional reverse global filter. The
340 * patterns. The reverse global filter must be enclosed in
429 if (dir == REVERSE) {
    [all...]
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
TransliteratorIDParser.java 40 * separated by semicolons, with optional forward and reverse global
43 * must be enclosed in parentheses and applies in the reverse
64 private static final int REVERSE = Transliterator.REVERSE;
173 * @param dir the direction. If the direction is REVERSE then the
174 * SingleID is constructed for the reverse direction.
236 single = specsToID(specsA, REVERSE);
259 * at the start, if dir is REVERSE. The pattern will be enclosed
265 * if withParens != (dir == REVERSE).
302 // canonID. In the reverse, insert it at zero, and inver
    [all...]
Transliterator.java 232 * direction, and B to A when operating in the reverse direction.
238 * Direction constant indicating the reverse direction in a transliterator,
239 * e.g., the reverse rules of a RuleBasedTransliterator. An "A-B"
241 * direction, and B to A when operating in the reverse direction.
244 public static final int REVERSE = 1;
    [all...]
  /frameworks/base/media/java/android/media/
VolumeShaper.java 66 * or {@link VolumeShaper.Operation#REVERSE} after
67 * {@code REVERSE} has no effect.
96 * {@link VolumeShaper.Operation#REVERSE}, then the new curve will
1272 public @NonNull Builder reverse() { method in class:VolumeShaper.Operation.Builder
    [all...]
  /frameworks/base/core/java/android/animation/
ValueAnimator.java 134 * Flag to indicate whether this animator is playing in reverse mode, specifically
135 * by being started or interrupted by a call to reverse(). This flag is different than
137 * animator is playing in reverse. It is used in corner cases to determine proper end
216 * animation will start from the beginning on every new cycle. REVERSE means the animation
217 * will reverse directions on each iteration.
266 @IntDef({RESTART, REVERSE})
279 public static final int REVERSE = 2;
728 if (iteration > 0 && mRepeatMode == REVERSE &&
1079 reverse(); method
1180 public void reverse() { method in class:ValueAnimator
    [all...]
  /frameworks/base/core/java/android/view/animation/
Animation.java 53 public static final int REVERSE = 2;
116 * in REVERSE mode.
173 * {@link #RESTART} or {@link #REVERSE}.
539 * @param repeatMode {@link #RESTART} or {@link #REVERSE}
724 * @return either one of {@link #REVERSE} or {@link #RESTART}
921 if (mRepeatMode == REVERSE) {
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
RBBIMonkeyTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
RBBIMonkeyTest.java     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
TransliteratorTest.java 291 Transliterator rev = Transliterator.createFromRules("<ID>", RULES, Transliterator.REVERSE);
423 * Compose the Kana transliterator forward and reverse and try
433 * Compose the hex transliterators forward and reverse.
590 ("mini", rules, Transliterator.REVERSE);
    [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
TransliteratorTest.java 288 Transliterator rev = Transliterator.createFromRules("<ID>", RULES, Transliterator.REVERSE);
420 * Compose the Kana transliterator forward and reverse and try
430 * Compose the hex transliterators forward and reverse.
587 ("mini", rules, Transliterator.REVERSE);
    [all...]
  /external/jline/
jline-1.0.jar 
  /prebuilts/tools/common/m2/repository/jline/jline/0.9.94/
jline-0.9.94.jar 
  /prebuilts/tools/common/m2/repository/com/nineoldandroids/library/2.4.0/
library-2.4.0.jar 

Completed in 2036 milliseconds

1 2 3 4