/external/icu4c/layoutex/ |
LXUtilities.h | 21 static void reverse(le_int32 array[], le_int32 count); 22 static void reverse(float array[], le_int32 count);
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Array/ |
15.4.4.4-1.js | 24 ECMA Section: 15.4.4.3-1 Array.prototype.reverse() 27 The elements of the array are rearranged so as to reverse their order. 59 Note that the reverse function is intentionally generic; it does not require 61 kinds of objects for use as a method. Whether the reverse function can be applied 64 Note: Array.prototype.reverse allows some flexibility in implementation 77 writeHeaderToLog( SECTION + " Array.prototype.reverse()"); 86 testcases[testcases.length] = new TestCase( SECTION, "Array.prototype.reverse.length", 0, Array.prototype.reverse.length ); 87 testcases[testcases.length] = new TestCase( SECTION, "delete Array.prototype.reverse.length", false, delete Array.prototype.reverse.length ) [all...] |
15.4.4.4-2.js | 24 ECMA Section: 15.4.4.3-1 Array.prototype.reverse() 27 The elements of the array are rearranged so as to reverse their order. 59 Note that the reverse function is intentionally generic; it does not require 61 kinds of objects for use as a method. Whether the reverse function can be applied 64 Note: Array.prototype.reverse allows some flexibility in implementation 78 writeHeaderToLog( SECTION + " Array.prototype.reverse()"); 86 testcases[testcases.length] = new TestCase( SECTION, "Array.prototype.reverse.length", 0, Array.prototype.reverse.length ); 87 testcases[testcases.length] = new TestCase( SECTION, "delete Array.prototype.reverse.length", false, delete Array.prototype.reverse.length ) [all...] |
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
reverse.h | 0 // reverse.h 28 // reverse of A transduces the reverse of x to the reverse of y with 29 // weight a.Reverse(). 31 // Typically, a = a.Reverse() and Arc = RevArc (e.g. for 36 void Reverse(const Fst<Arc> &ifst, MutableFst<RevArc> *ofst) { 60 RevArc oarc(0, 0, final.Reverse(), os); 68 RevArc oarc(iarc.ilabel, iarc.olabel, iarc.weight.Reverse(), os);
|
weight.h | 47 // ReverseWeight: the type of the corresponding reverse weight. 50 // Reverse: a mapping from Weight to ReverseWeight s.t. 51 // --> Reverse(Reverse(a)) = a 52 // --> Reverse(Plus(a, b)) = Plus(Reverse(a), Reverse(b)) 53 // --> Reverse(Times(a, b)) = Times(Reverse(b), Reverse(a) [all...] |
/device/sample/frameworks/PlatformLibrary/java/com/example/android/platform_library/ |
PlatformLibrary.java | 41 /* reverse a string, for no very good reason */ 42 String reverse = reverseString("Android!"); local 44 Log.i("PlatformLibrary", "getInt: " + result + ", '" + reverse + "'"); 63 * Native method that returns a new string that is the reverse of
|
/external/skia/src/core/ |
SkEdgeClipper.cpp | 37 it to be increasing in Y. If it had to reverse the order of the points, 130 bool reverse = sort_increasing_Y(pts, srcPts, 3); local 142 reverse = !reverse; 150 this->appendVLine(clip.fLeft, pts[0].fY, pts[2].fY, reverse); 154 this->appendVLine(clip.fRight, pts[0].fY, pts[2].fY, reverse); 165 this->appendVLine(clip.fLeft, tmp[0].fY, tmp[2].fY, reverse); 173 this->appendVLine(clip.fLeft, pts[0].fY, pts[2].fY, reverse); 184 this->appendQuad(tmp, reverse); 185 this->appendVLine(clip.fRight, tmp[2].fY, tmp[4].fY, reverse); [all...] |
SkLineClipper.cpp | 149 bool reverse; local 154 reverse = false; 158 reverse = true; 164 reverse = false; 168 reverse = false; 194 if (reverse) { 195 // copy the pts in reverse order to maintain winding order
|
SkQuadClipper.h | 64 void appendVLine(SkScalar x, SkScalar y0, SkScalar y1, bool reverse); 65 void appendQuad(const SkPoint pts[3], bool reverse); 66 void appendCubic(const SkPoint pts[4], bool reverse);
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/ |
X509Principal.java | 97 * some such, converting it into an ordered set of name attributes. If reverse 103 boolean reverse, 106 super(reverse, dirName); 116 * If reverse is true, create the encoded version of the sequence starting 120 boolean reverse, 124 super(reverse, lookUp, dirName);
|
/external/skia/include/core/ |
SkEdgeClipper.h | 45 void appendVLine(SkScalar x, SkScalar y0, SkScalar y1, bool reverse); 46 void appendQuad(const SkPoint pts[3], bool reverse); 47 void appendCubic(const SkPoint pts[4], bool reverse);
|
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_CMPL_DOUBLE.S | 30 pop {r2-r3} @ restore operands in reverse order 31 pop {r0-r1} @ restore operands in reverse order
|
/dalvik/vm/mterp/x86-atom/ |
OP_RSUB_INT.S | 19 * Code: 32-bit reverse-subtraction. Uses no substitutions. 23 * Description: Perform a reverse subtraction on a register and a
|
OP_RSUB_INT_LIT8.S | 19 * Code: 32-bit reverse-subtraction. Uses no substitutions. 23 * Description: Perform a reverse subtraction on a register and a
|
/external/icu4c/layout/ |
ArabicLayoutEngine.cpp | 103 void ArabicOpenTypeLayoutEngine::adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, 116 OpenTypeLayoutEngine::adjustGlyphPositions(chars, offset, count, reverse, glyphStorage, success); 125 adjustMarkGlyphs(&chars[offset], count, reverse, glyphStorage, &filter, success); 174 void UnicodeArabicOpenTypeLayoutEngine::mapCharsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, le_bool /*mirror*/, LEGlyphStorage &glyphStorage, LEErrorCode &success) 187 if (reverse) { 192 glyphStorage.allocateGlyphArray(count, reverse, success); 199 void UnicodeArabicOpenTypeLayoutEngine::adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, 213 adjustMarkGlyphs(&chars[offset], count, reverse, glyphStorage, &filter, success);
|
/packages/apps/Email/src/org/apache/commons/io/comparator/ |
NameFileComparator.java | 32 * and the reverse of those options.
41 * Example of a <i>reverse case-insensitive</i> file name sort using the
57 /** Reverse case-sensitive name comparator instance (see {@link IOCase#SENSITIVE}) */
63 /** Reverse case-insensitive name comparator instance (see {@link IOCase#INSENSITIVE}) */
69 /** Reverse system sensitive name comparator instance (see {@link IOCase#SYSTEM}) */
|
PathFileComparator.java | 32 * and the reverse of those options.
41 * Example of a <i>reverse case-insensitive</i> file path sort using the
57 /** Reverse case-sensitive path comparator instance (see {@link IOCase#SENSITIVE}) */
63 /** Reverse case-insensitive path comparator instance (see {@link IOCase#INSENSITIVE}) */
69 /** Reverse system sensitive path comparator instance (see {@link IOCase#SYSTEM}) */
|
/external/v8/test/mjsunit/ |
sparse-array-reverse.js | 29 * @fileoverview Test reverse on small * and large arrays. 39 // Simple test of reverse on sparse array. 51 a.reverse(); 60 // reverse code. 70 // Fuzzing test of reverse on sparse array. 122 a.reverse(); 129 assertEquals(expected_reversed2 + expected_reversed, a.join(''), 'reverse then join' + size);
|
/external/guava/src/com/google/common/collect/ |
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 | 24 /** 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 78 return "Ordering.natural().reverse()";
|
ReverseOrdering.java | 26 /** An ordering that uses the reverse of a given order. */ 40 @Override public <S extends T> Ordering<S> reverse() { method in class:ReverseOrdering 86 return forwardOrder + ".reverse()";
|
/external/skia/src/effects/ |
SkLayerDrawLooper.cpp | 57 SkLayerDrawLooper::Rec* SkLayerDrawLooper::Rec::Reverse(Rec* head) { 111 // we're in reverse order, so fix it now 112 fRecs = Rec::Reverse(fRecs);
|
/dalvik/vm/mterp/x86/ |
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.
|