HomeSort by relevance Sort by last modified time
    Searched full:reverse (Results 26 - 50 of 1025) sorted by null

12 3 4 5 6 7 8 91011>>

  /development/samples/ApiDemos/res/anim/
layout_animation_row_right_slide.xml 19 android:animationOrder="reverse"
layout_bottom_to_top_slide.xml 19 android:animationOrder="reverse"
  /external/icu4c/data/brkitr/
title.txt 23 # Reverse Rules
sent.txt 85 !!reverse;
93 # Reverse rules.
94 # For now, use the old style inexact reverse rules, which are easier
96 # TODO: exact reverse rules. It appears that exact reverse rules
sent_el.txt 85 !!reverse;
93 # Reverse rules.
94 # For now, use the old style inexact reverse rules, which are easier
96 # TODO: exact reverse rules. It appears that exact reverse rules
  /external/skia/src/core/
SkQuadClipper.cpp 71 bool reverse; local
78 reverse = true;
81 reverse = false;
129 if (reverse) {
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Array/
15.4.2.3.js 58 array[item++] = new TestCase( SECTION, "(new Array()).reverse == Array.prototype.reverse", true, (new Array()).reverse == Array.prototype.reverse );
  /dalvik/vm/mterp/x86-atom/
bincmp.S 20 * variable to specify the reverse comparison to perform.
38 j${revcmp} 1f # goto next instruction if reverse
  /external/clearsilver/util/
wildmat.c 63 register int reverse; local
92 reverse = p[1] == NEGATE_CLASS ? TRUE : FALSE;
93 if (reverse)
105 if (matched == reverse)
127 register int reverse; local
156 reverse = p[1] == NEGATE_CLASS ? TRUE : FALSE;
157 if (reverse)
169 if (matched == reverse)
  /external/icu4c/layoutex/
LXUtilities.cpp 75 void LXUtilities::reverse(le_int32 array[], le_int32 length) function in class:LXUtilities
87 void LXUtilities::reverse(float array[], le_int32 length) function in class:LXUtilities
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
TransitionDrawableTest.java 107 // start when there is a reverse transition in progress
147 // reset when there is a reverse transition in progress
173 // reverse when there is no transition
179 // reverse after the other transition ends
185 // reverse when there is a transition in progress
193 // reverse when there is a reverse transition in progress
  /external/icu4c/layout/
ArabicLayoutEngine.h 128 * @param reverse - <code>TRUE</code> if the glyphs in the glyph array have been reordered
136 virtual void adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, LEGlyphStorage &glyphStorage, LEErrorCode &success);
211 * @param reverse - if <code>TRUE</code>, the output will be in reverse order
219 virtual void mapCharsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, le_bool mirror,
230 * @param reverse - <code>TRUE</code> if the glyphs in the glyph array have been reordered
236 virtual void adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, LEGlyphStorage &glyphStorage, LEErrorCode &success);
  /packages/apps/Email/src/org/apache/commons/io/comparator/
ExtensionFileComparator.java 34 * and the reverse of those options.
43 * Example of a <i>reverse case-insensitive</i> file extension sort using the
59 /** Reverse case-sensitive extension comparator instance (see {@link IOCase#SENSITIVE}) */
65 /** Reverse case-insensitive extension comparator instance (see {@link IOCase#INSENSITIVE}) */
72 /** Reverse system sensitive path comparator instance (see {@link IOCase#SYSTEM}) */
DefaultFileComparator.java 36 * Example of doing a <i>reverse</i> sort of an array of files using the
52 /** Singleton reverse default comparator instance */
LastModifiedFileComparator.java 37 * Example of doing a <i>reverse</i> sort of an array of files using the
53 /** Reverse last modified comparator instance */
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
Rotate3dAnimation.java 50 * @param reverse true if the translation should be reversed, false otherwise
53 float centerX, float centerY, float depthZ, boolean reverse) {
59 mReverse = reverse;
  /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
  /external/icu4c/common/
brkeng.h 68 * @param reverse Whether the caller is looking for breaks in a reverse
77 UBool reverse,
193 * @param reverse Whether the caller is looking for breaks in a reverse
202 UBool reverse,
  /external/bluetooth/bluez/src/
main.conf 44 # Do reverse service discovery for previously unknown devices that connect to
46 # doesn't like us doing reverse SDP for some test cases (though there could in
  /external/dropbear/libtommath/
bn_mp_toradix_n.c 47 /* we have to reverse our digits later... but not the - sign!! */
72 /* reverse the digits of the string. In this case _s points
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
shortest-distance.h 28 #include "fst/lib/reverse.h"
212 // If 'reverse' is false, this computes the shortest distance from the
214 // 'distance' vector. If 'reverse' is true, this computes the shortest
220 // The weights must must be right (left) distributive if reverse is
232 bool reverse = false) {
236 if (!reverse) {
247 Reverse(fst, &rfst);
256 distance->push_back(rdistance[distance->size() + 1].Reverse());
  /external/icu4c/i18n/
tridpars.h 40 * separated by semicolons, with optional forward and reverse global
43 * must be enclosed in parentheses and applies in the reverse
133 * @param dir the direction. If the direction is REVERSE then the
134 * SingleID is constructed for the reverse direction.
154 * at the start, if dir is REVERSE. The pattern will be enclosed
160 * if withParens != (dir == REVERSE).
170 * separators, an an optional reverse global filter. The
172 * patterns. The reverse global filter must be enclosed in
202 * the reverse. THIS MAY RESULT IN AN EMPTY VECTOR. Convert
277 * @param bidirectional if true, register the reverse relatio
    [all...]
  /external/openssl/apps/
passwd.c 43 char *passwd, BIO *out, int quiet, int table, int reverse,
55 * -reverse - switch table columns
72 int passed_salt = 0, quiet = 0, table = 0, reverse = 0; local
141 else if (strcmp(argv[i], "-reverse") == 0)
142 reverse = 1;
186 BIO_printf(bio_err, "-reverse switch table columns\n");
246 quiet, table, reverse, pw_maxlen, usecrypt, use1, useapr1))
275 quiet, table, reverse, pw_maxlen, usecrypt, use1, useapr1))
418 char *passwd, BIO *out, int quiet, int table, int reverse,
494 if (table && !reverse)
    [all...]
  /dalvik/vm/mterp/armv5te/
bincmp.S 5 * fragment that specifies the *reverse* comparison to perform, e.g.
zcmp.S 5 * fragment that specifies the *reverse* comparison to perform, e.g.

Completed in 300 milliseconds

12 3 4 5 6 7 8 91011>>