Searched refs:reverse (Results 1 - 25 of 548) sorted by relevance

1234567891011>>

/external/clang/test/CXX/except/except.spec/
H A Dp9-noexcept.cpp16 void reverse() noexcept(false)
/external/clang/test/CodeGen/
H A D2003-11-20-Bitfields.c4 unsigned int reverse :1; member in struct:face_cachel
/external/eigen/doc/snippets/
H A DMatrixBase_reverse.cpp3 cout << "Here is the reverse of m:" << endl << m.reverse() << endl;
4 cout << "Here is the coefficient (1,0) in the reverse of m:" << endl
5 << m.reverse()(1,0) << endl;
7 m.reverse()(1,0) = 4;
H A DVectorwise_reverse.cpp3 cout << "Here is the rowwise reverse of m:" << endl << m.rowwise().reverse() << endl;
4 cout << "Here is the colwise reverse of m:" << endl << m.colwise().reverse() << endl;
6 cout << "Here is the coefficient (1,0) in the rowise reverse of m:" << endl
7 << m.rowwise().reverse()(1,0) << endl;
9 //m.colwise().reverse()(1,0) = 4;
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-685.js40 a.reverse();
/external/v8/test/mjsunit/regress/
H A Dregress-685.js40 a.reverse();
/external/icu4c/layoutex/
H A DLXUtilities.h21 static void reverse(le_int32 array[], le_int32 count);
22 static void reverse(float array[], le_int32 count);
/external/clang/test/SemaTemplate/
H A Dexample-typelist.cpp49 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/
H A Darray_reverse.cpp16 template<typename MatrixType> void reverse(const MatrixType& m) function
30 MatrixType m1_r = m1.reverse();
31 // Verify that MatrixBase::reverse() works
70 VectorType v1_r = v1.reverse();
71 // Verify that a VectorType::reverse() of an expression works
76 MatrixType m1_cr = m1.colwise().reverse();
77 // Verify that PartialRedux::reverse() works (for colwise())
84 MatrixType m1_rr = m1.rowwise().reverse();
85 // Verify that PartialRedux::reverse() works (for rowwise())
97 m1.reverse()(
[all...]
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dcompat.py45 l.reverse()
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DCompositorAnimations.h50 static PassRefPtr<TimingFunction> reverse(const LinearTimingFunction* timefunc);
51 static PassRefPtr<TimingFunction> reverse(const CubicBezierTimingFunction* timefunc);
52 static PassRefPtr<TimingFunction> reverse(const ChainedTimingFunction* timefunc);
53 static PassRefPtr<TimingFunction> reverse(const TimingFunction* timefunc);
H A DCompositorAnimationsTimingFunctionReverserTest.cpp55 PassRefPtr<TimingFunction> reverse(const RefPtr<TimingFunction>& timefunc) function in class:__anon10924::AnimationCompositorAnimationsTimingFunctionReverserTest
57 return CompositorAnimationsTimingFunctionReverser::reverse(timefunc.get());
64 EXPECT_REFV_EQ(linearTiming, reverse(linearTiming));
73 EXPECT_REFV_EQ(cubicEaseOutTiming, reverse(cubicEaseInTiming));
74 EXPECT_REFV_EQ(cubicEaseInTiming, reverse(cubicEaseOutTiming));
75 EXPECT_REFV_EQ(cubicEaseInOutTiming, reverse(cubicEaseInOutTiming));
80 EXPECT_REFV_EQ(cubicCustomTimingReversed, reverse(cubicCustomTiming));
84 EXPECT_REFV_EQ(cubicEaseTimingReversed, reverse(cubicEaseTiming));
92 EXPECT_REFV_EQ(chainedLinearSingle, reverse(chainedLinearSingle));
104 EXPECT_REFV_EQ(chainedMixedReversed, reverse(chainedMixe
[all...]
H A DCompositorAnimationsImpl.h44 bool reverse; member in struct:WebCore::CompositorAnimationsImpl::CompositorTiming
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A Dgenerate-inspector-protocol-version64 def removed(reverse):
65 if reverse:
69 def required(reverse):
70 if reverse:
74 def compare_schemas(schema_1, schema_2, reverse):
85 errors.append("%s: domain has been %s" % (name, removed(reverse)))
87 compare_domains(domain_1, domains_by_name_2[name], types_1, types_2, errors, reverse)
90 def compare_domains(domain_1, domain_2, types_map_1, types_map_2, errors, reverse):
97 errors.append("%s.%s: command has been %s" % (domain_1["domain"], name, removed(reverse)))
99 compare_commands(domain_name, command_1, commands_2[name], types_map_1, types_map_2, errors, reverse)
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkEdgeClipper.h38 void appendVLine(SkScalar x, SkScalar y0, SkScalar y1, bool reverse);
39 void appendQuad(const SkPoint pts[3], bool reverse);
40 void appendCubic(const SkPoint pts[4], bool reverse);
H A DSkQuadClipper.cpp52 bool reverse; local
59 reverse = true;
62 reverse = false;
110 if (reverse) {
/external/skia/src/core/
H A DSkEdgeClipper.h38 void appendVLine(SkScalar x, SkScalar y0, SkScalar y1, bool reverse);
39 void appendQuad(const SkPoint pts[3], bool reverse);
40 void appendCubic(const SkPoint pts[4], bool reverse);
/external/chromium_org/chrome/browser/resources/apps_debugger/css/
H A Dpack_item_overlay.css20 -webkit-box-direction: reverse;
/external/chromium_org/chrome/browser/resources/extensions/
H A Dpack_extension_overlay.css21 -webkit-box-direction: reverse;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/
H A DX509Principal.java115 * some such, converting it into an ordered set of name attributes. If reverse
121 boolean reverse,
124 super(reverse, dirName);
134 * If reverse is true, create the encoded version of the sequence starting
138 boolean reverse,
142 super(reverse, lookUp, dirName);
120 X509Principal( boolean reverse, String dirName) argument
137 X509Principal( boolean reverse, Hashtable lookUp, String dirName) argument
/external/chromium_org/third_party/mesa/src/bin/
H A Dget-pick-list.sh6 git log --reverse --grep="cherry picked from commit" origin/master..HEAD |\
11 git log --reverse --pretty=%H -i --grep='^[[:space:]]*NOTE: This is a candidate' HEAD..origin/master |\
/external/mesa3d/bin/
H A Dget-pick-list.sh6 git log --reverse --grep="cherry picked from commit" origin/master..HEAD |\
11 git log --reverse --pretty=%H -i --grep='^[[:space:]]*NOTE: This is a candidate' HEAD..origin/master |\
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_graph.h79 EdgeIterator(Graph::Edge *first, int dir, bool reverse) argument
80 : d(dir), rev(reverse)
115 inline EdgeIterator outgoing(bool reverse = false) const;
116 inline EdgeIterator incident(bool reverse = false) const;
207 Graph::EdgeIterator Graph::Node::outgoing(bool reverse) const
209 return EdgeIterator(out, 0, reverse);
212 Graph::EdgeIterator Graph::Node::incident(bool reverse) const
214 return EdgeIterator(in, 1, reverse);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_graph.h79 EdgeIterator(Graph::Edge *first, int dir, bool reverse) argument
80 : d(dir), rev(reverse)
115 inline EdgeIterator outgoing(bool reverse = false) const;
116 inline EdgeIterator incident(bool reverse = false) const;
207 Graph::EdgeIterator Graph::Node::outgoing(bool reverse) const
209 return EdgeIterator(out, 0, reverse);
212 Graph::EdgeIterator Graph::Node::incident(bool reverse) const
214 return EdgeIterator(in, 1, reverse);
/external/chromium_org/build/android/pylib/utils/
H A Dhost_path_finder.py21 candidate_paths = sorted(candidate_paths, key=os.path.getmtime, reverse=True)

Completed in 731 milliseconds

1234567891011>>