HomeSort by relevance Sort by last modified time
    Searched full:reverse (Results 101 - 125 of 2571) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/guava/guava/src/com/google/common/collect/
GeneralRange.java 238 private transient GeneralRange<T> reverse; field in class:GeneralRange
243 public GeneralRange<T> reverse() { method in class:GeneralRange
244 GeneralRange<T> result = reverse;
247 new GeneralRange<T>(Ordering.from(comparator).reverse(), hasUpperBound, upperEndpoint,
249 result.reverse = this;
250 return this.reverse = result;
  /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/openfst/src/test/
weight-tester.h 155 // Tests reverse operation.
159 ReverseWeight rw1 = w1.Reverse();
160 ReverseWeight rw2 = w2.Reverse();
162 CHECK(rw1.Reverse() == w1);
163 CHECK(Plus(w1, w2).Reverse() == Plus(rw1, rw2));
164 CHECK(Times(w1, w2).Reverse() == Times(rw2, rw1));
  /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/guava/guava-tests/test/com/google/common/collect/
SortedIterablesTest.java 61 assertTrue(SortedIterables.hasSameComparator(Ordering.natural().reverse(),
62 Sets.newTreeSet(Ordering.natural().reverse())));
  /external/openfst/src/bin/
fstrmepsilon.cc 28 DEFINE_bool(reverse, false, "Perform in the reverse direction");
  /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/valgrind/main/auxprogs/
Merge3Way.hs 66 basename = reverse . drop 1 . dropWhile (/= '/') . reverse
  /frameworks/support/v4/java/android/support/v4/text/
ICUCompat.java 88 * "sh" maximizes to "sr_Latn_RS" (Note this will not reverse.)
89 * "zh_Hani" maximizes to "zh_Hans_CN" (Note this will not reverse.)
  /packages/apps/Email/src/org/apache/commons/io/comparator/
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 */
  /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...]
  /build/tools/
fileslist.py 40 output.sort(key=operator.itemgetter(0), reverse=True)
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Ralloc.cpp 25 /* Stress mode for testing: if defined will reverse corereg/floatreg hint */
  /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.
  /dalvik/vm/mterp/armv6t2/
bincmp.S 5 * fragment that specifies the *reverse* comparison to perform, e.g.
  /dalvik/vm/mterp/mips/
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.
  /dalvik/vm/mterp/x86/
bincmp.S 5 * fragment that specifies the *reverse* comparison to perform, e.g.
  /development/samples/ApiDemos/res/layout/
animation_reversing.xml 36 android:text="Reverse"
  /development/samples/ApiDemos/res/menu/
order.xml 19 <!-- These are in reverse order in this resource, but the orderInCategory attribute will
  /external/chromium/chrome/browser/ui/views/tab_contents/
native_tab_contents_container_gtk.h 35 virtual void AboutToRequestFocusFromTabTraversal(bool reverse) OVERRIDE;
native_tab_contents_container_win.h 32 virtual void AboutToRequestFocusFromTabTraversal(bool reverse) OVERRIDE;

Completed in 1000 milliseconds

1 2 3 45 6 7 8 91011>>