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

1 2 3 4 5 6 7 8 9

  /external/clang/test/CodeGen/
2003-11-20-Bitfields.c 4 unsigned int reverse :1; member in struct:face_cachel
  /device/sample/frameworks/PlatformLibrary/java/com/example/android/platform_library/
PlatformLibrary.java 40 /* reverse a string, for no very good reason */
41 String reverse = reverseString("Android!"); local
43 Log.i("PlatformLibrary", "getInt: " + result + ", '" + reverse + "'");
62 * Native method that returns a new string that is the reverse of
  /external/guava/guava/src/com/google/common/collect/
NaturalOrdering.java 44 @Override public <S extends Comparable> Ordering<S> reverse() { method in class:NaturalOrdering
NullsFirstOrdering.java 47 @Override public <S extends T> Ordering<S> reverse() { method in class:NullsFirstOrdering
48 // ordering.reverse() might be optimized, so let it do its thing
49 return ordering.reverse().nullsLast();
NullsLastOrdering.java 47 @Override public <S extends T> Ordering<S> reverse() { method in class:NullsLastOrdering
48 // ordering.reverse() might be optimized, so let it do its thing
49 return ordering.reverse().nullsFirst();
ReverseNaturalOrdering.java 26 /** An ordering that uses the reverse of the natural order of the values. */
42 @Override public <S extends Comparable> Ordering<S> reverse() { method in class:ReverseNaturalOrdering
86 return "Ordering.natural().reverse()";
ReverseOrdering.java 28 /** An ordering that uses the reverse of a given order. */
42 @Override public <S extends T> Ordering<S> reverse() { method in class:ReverseOrdering
96 return forwardOrder + ".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
  /external/openssh/
acss.c 100 static unsigned char reverse[] = { variable
227 key->seed[i] = reverse[key->data[i] ^ key->subkey[i]];
230 key->seed[i] = reverse[key->data[i]];
  /external/clang/test/SemaTemplate/
example-typelist.cpp 49 class reverse { class
50 typedef typename reverse<typename T::tail>::type reversed_tail;
52 typedef typename reverse<typename reversed_tail::tail>::type most_of_tail;
56 typename reverse<cons<typename T::head, most_of_tail> >::type> type;
60 class reverse<cons<Head> > { class
66 class reverse<nil> { class
71 int reverse0[is_same<reverse<unsigned_inttypes>::type,
  /external/eigen/test/
array_reverse.cpp 16 template<typename MatrixType> void reverse(const MatrixType& m) function
30 MatrixType m1_r = m1.reverse();
31 // Verify that MatrixBase::reverse() works
38 Reverse<MatrixType> m1_rd(m1);
39 // Verify that a Reverse default (in both directions) of an expression works
46 Reverse<MatrixType, BothDirections> m1_rb(m1);
47 // Verify that a Reverse in both directions of an expression works
54 Reverse<MatrixType, Vertical> m1_rv(m1);
55 // Verify that a Reverse in the vertical directions of an expression works
62 Reverse<MatrixType, Horizontal> m1_rh(m1)
    [all...]
  /external/skia/legacy/src/core/
SkQuadClipper.cpp 64 bool reverse; local
71 reverse = true;
74 reverse = false;
122 if (reverse) {
SkCubicClipper.cpp 115 bool reverse; local
123 reverse = true;
126 reverse = false;
155 if (reverse) {
SkEdgeClipper.cpp 30 it to be increasing in Y. If it had to reverse the order of the points,
123 bool reverse = sort_increasing_Y(pts, srcPts, 3); local
135 reverse = !reverse;
143 this->appendVLine(clip.fLeft, pts[0].fY, pts[2].fY, reverse);
147 this->appendVLine(clip.fRight, pts[0].fY, pts[2].fY, reverse);
158 this->appendVLine(clip.fLeft, tmp[0].fY, tmp[2].fY, reverse);
166 this->appendVLine(clip.fLeft, pts[0].fY, pts[2].fY, reverse);
177 this->appendQuad(tmp, reverse);
178 this->appendVLine(clip.fRight, tmp[2].fY, tmp[4].fY, reverse);
    [all...]
SkLineClipper.cpp 193 bool reverse; local
198 reverse = false;
202 reverse = true;
208 reverse = false;
212 reverse = false;
240 if (reverse) {
241 // copy the pts in reverse order to maintain winding order
  /external/skia/src/core/
SkQuadClipper.cpp 66 bool reverse; local
73 reverse = true;
76 reverse = false;
124 if (reverse) {
SkCubicClipper.cpp 117 bool reverse; local
125 reverse = true;
128 reverse = false;
157 if (reverse) {
SkEdgeClipper.cpp 30 it to be increasing in Y. If it had to reverse the order of the points,
127 bool reverse = sort_increasing_Y(pts, srcPts, 3); local
139 reverse = !reverse;
147 this->appendVLine(clip.fLeft, pts[0].fY, pts[2].fY, reverse);
151 this->appendVLine(clip.fRight, pts[0].fY, pts[2].fY, reverse);
162 this->appendVLine(clip.fLeft, tmp[0].fY, tmp[2].fY, reverse);
172 this->appendVLine(clip.fLeft, pts[0].fY, pts[2].fY, reverse);
185 this->appendQuad(tmp, reverse);
186 this->appendVLine(clip.fRight, tmp[2].fY, tmp[4].fY, reverse);
    [all...]
SkLineClipper.cpp 241 bool reverse; local
246 reverse = false;
250 reverse = true;
256 reverse = false;
260 reverse = false;
288 if (reverse) {
289 // copy the pts in reverse order to maintain winding order
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
Helpers.java 106 static <T> Iterable<T> reverse(final List<T> list) { method in class:Helpers
  /external/icu4c/test/perf/unisetperf/draft/
bitset.cpp 33 uint16_t reverse[0x400]; member in struct:BMPBitHash
57 reverse[count]=hash;
79 k[i]=keys[reverse[i]];
  /external/jmonkeyengine/engine/src/android/com/jme3/util/
FastInteger.java 284 * the integer value for which to reverse the byte order.
300 * the integer value for which to reverse the bit order.
304 public static int reverse(int i) { method
  /external/openfst/src/include/fst/script/
rmepsilon.h 139 bool reverse = args->arg3; local
141 if (reverse) {
143 Reverse(ifst, &rfst);
145 Reverse(rfst, ofst);
191 bool reverse = false,
  /external/webkit/Source/WebCore/xml/
XPathNodeSet.cpp 172 void NodeSet::reverse() function in class:WebCore::XPath::NodeSet
  /packages/apps/Launcher2/src/com/android/launcher2/
SearchDropTargetBar.java 128 mDropTargetBarAnim.reverse();
130 mQSBSearchBarAnim.reverse();
140 mQSBSearchBarAnim.reverse();
200 mDropTargetBarAnim.reverse();
203 mQSBSearchBarAnim.reverse();

Completed in 515 milliseconds

1 2 3 4 5 6 7 8 9