HomeSort by relevance Sort by last modified time
    Searched defs:Reverse (Results 1 - 10 of 10) sorted by null

  /external/webkit/Source/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);
float-weight.h 144 TropicalWeight Reverse() const { return *this; }
210 LogWeight Reverse() const { return *this; }
product-weight.h 84 ReverseWeight Reverse() const {
85 return ReverseWeight(value1_.Reverse(), value2_.Reverse());
string-weight.h 114 ReverseWeight Reverse() const;
259 StringWeight<L, S>::Reverse() const {
  /external/skia/src/effects/
SkLayerDrawLooper.cpp 163 SkLayerDrawLooper::Rec* SkLayerDrawLooper::Rec::Reverse(Rec* head) {
226 // we're in reverse order, so fix it now
227 fRecs = Rec::Reverse(fRecs);
  /external/llvm/utils/TableGen/
SetTheory.cpp 109 const bool Reverse;
111 RotOp(bool Rev) : Reverse(Rev) {}
116 if (Reverse)
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 125 milliseconds