Home
last modified time | relevance | path

Searched refs:reverse (Results 1 – 25 of 1759) sorted by relevance

12345678910>>...71

/third_party/jerryscript/tests/jerry/
Darray-prototype-reverse.js17 array.reverse();
24 var obj = { reverse : Array.prototype.reverse }; property
28 obj.reverse();
36 var obj = { reverse : Array.prototype.reverse, length : 3 }; property
40 obj.reverse();
49 var obj = { reverse : Array.prototype.reverse, length : 4 }; property
53 obj.reverse();
67 Array.prototype.reverse.call(arr); method in Array
80 Array.prototype.reverse.call(arr); method in Array
91 Array.prototype.reverse.call(arr); method in Array
[all …]
/third_party/boost/boost/geometry/algorithms/
Dreverse.hpp39 namespace detail { namespace reverse namespace
48 std::reverse(boost::begin(range), boost::end(range)); in apply()
82 struct reverse struct
90 struct reverse<Ring, ring_tag> struct
91 : detail::reverse::range_reverse
96 struct reverse<LineString, linestring_tag> struct
97 : detail::reverse::range_reverse
102 struct reverse<Polygon, polygon_tag> struct
103 : detail::reverse::polygon_reverse
108 struct reverse<Geometry, multi_linestring_tag> struct
[all …]
/third_party/node/tools/inspector_protocol/
Dcheck_protocol_compatibility.py76 def removed(reverse): argument
77 if reverse:
82 def required(reverse): argument
83 if reverse:
88 def compare_schemas(d_1, d_2, reverse): argument
101 errors.append("%s: domain has been %s" % (name, removed(reverse)))
103 compare_domains(domain_1, domains_by_name_2[name], types_1, types_2, errors, reverse)
107 def compare_domains(domain_1, domain_2, types_map_1, types_map_2, errors, reverse): argument
114 … errors.append("%s.%s: command has been %s" % (domain_1["domain"], name, removed(reverse)))
116 …mpare_commands(domain_name, command_1, commands_2[name], types_map_1, types_map_2, errors, reverse)
[all …]
/third_party/boost/libs/fusion/test/algorithm/
Dreverse.cpp31 std::cout << reverse(sequence) << std::endl; in main()
32 BOOST_TEST((reverse(sequence) == make_vector(8, 7, 6, 5))); in main()
40 std::cout << reverse(t) << std::endl; in main()
41 BOOST_TEST((reverse(t) == make_vector(s, 3.36, 'x', 123))); in main()
42 std::cout << reverse(reverse(t)) << std::endl; in main()
43 BOOST_TEST((reverse(reverse(t)) == t)); in main()
/third_party/toybox/scripts/
Dmkstatus.py33 reverse={} variable
36 try: reverse[j].append(i)
37 except: reverse[j]=[i]
38 print "all commands=%s" % len(reverse)
47 if not i in reverse: unknowns.append(i)
61 def categorize(reverse, i, skippy=""): argument
65 if skippy: types = filter(lambda a: a != skippy, reverse[i])
66 else: types = reverse[i]
74 sys.stderr.write("unknown %s %s\n" % (i,reverse[i]))
84 blah=list(reverse)
[all …]
/third_party/gn/src/gn/
Doutput_conversion_unittest.cc257 std::ostringstream reverse; in TEST_F() local
258 ConvertValueToOutput(settings(), result, Value(nullptr, "string"), reverse, in TEST_F()
261 EXPECT_EQ(reverse.str(), input) in TEST_F()
262 << "actual: " << reverse.str() << "expected:" << input; in TEST_F()
272 std::ostringstream reverse; in TEST_F() local
274 reverse, &err); in TEST_F()
276 EXPECT_EQ(reverse.str(), input) in TEST_F()
277 << "actual: " << reverse.str() << "expected:" << input; in TEST_F()
287 std::ostringstream reverse; in TEST_F() local
288 ConvertValueToOutput(settings(), result, Value(nullptr, "value"), reverse, in TEST_F()
[all …]
/third_party/vk-gl-cts/modules/gles31/scripts/
Dgen-implicit-conversions.py340 def __init__(self, name, op, in_type, out_type, reverse=False): argument
351 self.reverse = reverse
365 if self.reverse:
373 if self.reverse:
374 expr.reverse()
406 def __init__(self, name, op, in_type, out_type, reverse=False): argument
407 super(ComparisonsCase, self).__init__(name, op, in_type, out_type, reverse)
424 if self.reverse:
443 def __init__(self, name, in_type, out_type, reverse=False, input_in_parens=False): argument
447 self.reverse = reverse
[all …]
/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dconvert_ring.hpp51 bool append, bool reverse) in apply()
56 if (reverse) in apply()
58 boost::reverse(destination); in apply()
70 bool append, bool reverse) in apply()
75 if (reverse) in apply()
77 boost::reverse(exterior_ring(destination)); in apply()
95 if (reverse) in apply()
97 boost::reverse(interior_rings(destination).back()); in apply()
/third_party/boost/libs/geometry/doc/generated/
Dreverse.qbk16 [section:reverse reverse]
18 '''<indexterm><primary>reverse</primary></indexterm>'''
22reverse a geometry. It resembles the std::reverse functionality, but it takes the geometry type in…
26 void reverse(Geometry & geometry)``
44 `#include <boost/geometry/algorithms/reverse.hpp>`
46 [include reference/algorithms/reverse.qbk]
/third_party/boost/libs/hana/test/_include/auto/
Dreverse.hpp22 hana::reverse(MAKE_TUPLE()), in __anonfa774b130102()
26 hana::reverse(MAKE_TUPLE(ct_eq<0>{})), in __anonfa774b130102()
30 hana::reverse(MAKE_TUPLE(ct_eq<0>{}, ct_eq<1>{})), in __anonfa774b130102()
34 hana::reverse(MAKE_TUPLE(ct_eq<0>{}, ct_eq<1>{}, ct_eq<2>{})), in __anonfa774b130102()
41 hana::reverse(MAKE_TUPLE(cx_eq<1>{})), in __anonfa774b130102()
45 hana::reverse(MAKE_TUPLE(cx_eq<1>{}, cx_eq<2>{})), in __anonfa774b130102()
49 hana::reverse(MAKE_TUPLE(cx_eq<1>{}, cx_eq<2>{}, cx_eq<3>{})), in __anonfa774b130102()
/third_party/boost/libs/range/doc/reference/algorithm/
Dreverse.qbk6 [section:reverse reverse]
12 BidirectionalRange& reverse(BidirectionalRange& rng);
15 const BidirectionalRange& reverse(const BidirectionalRange& rng);
20 `reverse` reverses a range. Returns a reference to the reversed range.
24 Defined in the header file `boost/range/algorithm/reverse.hpp`
33 Linear. `reverse` makes `distance(rng)/2` calls to `iter_swap`.
/third_party/boost/libs/mpl/doc/src/refmanual/
Dreverse.rst1 .. Algorithms/Transformation Algorithms//reverse |100
3 reverse title
15 struct reverse
25 Returns a reversed copy of the original sequence. ``reverse`` is a synonym for
35 #include <boost/mpl/reverse.hpp>
44 | ``Sequence`` | |Forward Sequence| | A sequence to reverse. |
57 typedef reverse<s,in>::type r;
82 typedef reverse< numbers >::type result;
/third_party/boost/boost/proto/functional/fusion/
Dreverse.hpp25 struct reverse struct
39 : fusion::result_of::reverse<Seq>
43 typename fusion::result_of::reverse<Seq>::type
47 typedef typename fusion::result_of::reverse<Seq>::type result_type; in operator ()()
52 typename fusion::result_of::reverse<Seq const>::type
55 return fusion::reverse(seq); in operator ()()
/third_party/harfbuzz/src/
Dtest-array.cc35 a.reverse(); in test_reverse()
47 a.reverse(2, 6); in test_reverse_range()
60 a.reverse(4, 3); in test_reverse_invalid()
61 a.reverse(2, 3); in test_reverse_invalid()
62 a.reverse(5, 5); in test_reverse_invalid()
63 a.reverse(12, 15); in test_reverse_invalid()
/third_party/skia/third_party/externals/harfbuzz/src/
Dtest-array.cc35 a.reverse(); in test_reverse()
47 a.reverse(2, 6); in test_reverse_range()
60 a.reverse(4, 3); in test_reverse_invalid()
61 a.reverse(2, 3); in test_reverse_invalid()
62 a.reverse(5, 5); in test_reverse_invalid()
63 a.reverse(12, 15); in test_reverse_invalid()
/third_party/flutter/skia/src/core/
DSkEdgeClipper.cpp146 bool reverse = sort_increasing_Y(pts, srcPts, 3); in clipMonoQuad() local
159 reverse = !reverse; in clipMonoQuad()
167 this->appendVLine(clip.fLeft, pts[0].fY, pts[2].fY, reverse); in clipMonoQuad()
172 this->appendVLine(clip.fRight, pts[0].fY, pts[2].fY, reverse); in clipMonoQuad()
184 this->appendVLine(clip.fLeft, tmp[0].fY, tmp[2].fY, reverse); in clipMonoQuad()
194 this->appendVLine(clip.fLeft, pts[0].fY, pts[2].fY, reverse); in clipMonoQuad()
207 this->appendQuad(tmp, reverse); in clipMonoQuad()
208 this->appendVLine(clip.fRight, tmp[2].fY, tmp[4].fY, reverse); in clipMonoQuad()
212 this->appendVLine(clip.fRight, pts[0].fY, pts[2].fY, reverse); in clipMonoQuad()
215 this->appendQuad(pts, reverse); in clipMonoQuad()
[all …]
/third_party/re2/re2/testing/
Dcompile_test.cc243 std::string* forward, std::string* reverse) { in Dump() argument
254 if (reverse != NULL) { in Dump()
257 *reverse = prog->Dump(); in Dump()
268 std::string forward, reverse; in TEST() local
270 Dump("[\\x{10000}\\x{10010}]", Regexp::LikePerl, &forward, &reverse); in TEST()
284 reverse); in TEST()
286 Dump("[\\x{8000}-\\x{10FFF}]", Regexp::LikePerl, &forward, &reverse); in TEST()
300 reverse); in TEST()
302 Dump("[\\x{80}-\\x{10FFFF}]", Regexp::LikePerl, NULL, &reverse); in TEST()
316 reverse); in TEST()
/third_party/skia/src/core/
DSkEdgeClipper.cpp146 bool reverse = sort_increasing_Y(pts, srcPts, 3); in clipMonoQuad() local
159 reverse = !reverse; in clipMonoQuad()
167 this->appendVLine(clip.fLeft, pts[0].fY, pts[2].fY, reverse); in clipMonoQuad()
172 this->appendVLine(clip.fRight, pts[0].fY, pts[2].fY, reverse); in clipMonoQuad()
184 this->appendVLine(clip.fLeft, tmp[0].fY, tmp[2].fY, reverse); in clipMonoQuad()
194 this->appendVLine(clip.fLeft, pts[0].fY, pts[2].fY, reverse); in clipMonoQuad()
207 this->appendQuad(tmp, reverse); in clipMonoQuad()
208 this->appendVLine(clip.fRight, tmp[2].fY, tmp[4].fY, reverse); in clipMonoQuad()
214 this->appendQuad(pts, reverse); in clipMonoQuad()
217 this->appendQuad(pts, reverse); in clipMonoQuad()
[all …]
/third_party/skia/src/shaders/gradients/
DSk4fGradientBase.cpp31 IntervalIterator(const SkGradientShaderBase& shader, bool reverse) in IntervalIterator() argument
33 , fFirstPos(reverse ? SK_Scalar1 : 0) in IntervalIterator()
34 , fBegin(reverse ? shader.fColorCount - 1 : 0) in IntervalIterator()
35 , fAdvance(reverse ? -1 : 1) { in IntervalIterator()
101 bool premulColors, bool reverse, in addMirrorIntervals() argument
103 const IntervalIterator iter(shader, reverse); in addMirrorIntervals()
142 SkScalar alpha, bool reverse) { in init() argument
193 const int first_index = reverse ? count - 1 : 0; in init()
195 const SkScalar first_pos = reverse ? SK_Scalar1 : 0; in init()
205 const SkScalar clamp_pos = reverse ? SK_ScalarInfinity : SK_ScalarNegativeInfinity; in init()
[all …]
/third_party/flutter/skia/src/shaders/gradients/
DSk4fGradientBase.cpp31 IntervalIterator(const SkGradientShaderBase& shader, bool reverse) in IntervalIterator() argument
33 , fFirstPos(reverse ? SK_Scalar1 : 0) in IntervalIterator()
34 , fBegin(reverse ? shader.fColorCount - 1 : 0) in IntervalIterator()
35 , fAdvance(reverse ? -1 : 1) { in IntervalIterator()
101 bool premulColors, bool reverse, in addMirrorIntervals() argument
103 const IntervalIterator iter(shader, reverse); in addMirrorIntervals()
142 SkScalar alpha, bool reverse) { in init() argument
193 const int first_index = reverse ? count - 1 : 0; in init()
195 const SkScalar first_pos = reverse ? SK_Scalar1 : 0; in init()
205 const SkScalar clamp_pos = reverse ? SK_ScalarInfinity : SK_ScalarNegativeInfinity; in init()
[all …]
/third_party/boost/boost/range/algorithm/
Dreverse.hpp30 inline BidirectionalRange& reverse(BidirectionalRange& rng) in reverse() function
33 std::reverse(boost::begin(rng), boost::end(rng)); in reverse()
39 inline const BidirectionalRange& reverse(const BidirectionalRange& rng) in reverse() function
42 std::reverse(boost::begin(rng), boost::end(rng)); in reverse()
47 using range::reverse;
/third_party/boost/libs/compute/test/
Dtest_reverse.cpp34 bc::reverse(vector.begin(), vector.end(), queue); in BOOST_AUTO_TEST_CASE()
37 bc::reverse(vector.begin() + 1, vector.end(), queue); in BOOST_AUTO_TEST_CASE()
40 bc::reverse(vector.begin() + 1, vector.end() - 1, queue); in BOOST_AUTO_TEST_CASE()
43 bc::reverse(vector.begin(), vector.end() - 2, queue); in BOOST_AUTO_TEST_CASE()
50 bc::reverse(vector.begin(), vector.end(), queue); in BOOST_AUTO_TEST_CASE()
53 bc::reverse(vector.begin() + 3, vector.end(), queue); in BOOST_AUTO_TEST_CASE()
56 bc::reverse(vector.begin() + 1, vector.end() - 2, queue); in BOOST_AUTO_TEST_CASE()
/third_party/gstreamer/gstplugins_base/tests/validate/
Dmeson.build7 'audiotestsrc/reverse',
9 'videorate/reverse.10_to_1fps',
10 'videorate/reverse.10_to_30fps',
11 'videorate/reverse.1_to_10fps',
12 'videorate/reverse.30fps',
13 'videorate/reverse.variable_to_10fps',
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_graph.h78 EdgeIterator(Graph::Edge *first, int dir, bool reverse) in EdgeIterator() argument
79 : d(dir), rev(reverse) in EdgeIterator()
114 inline EdgeIterator outgoing(bool reverse = false) const;
115 inline EdgeIterator incident(bool reverse = false) const;
206 Graph::EdgeIterator Graph::Node::outgoing(bool reverse) const in outgoing() argument
208 return EdgeIterator(out, 0, reverse); in outgoing()
211 Graph::EdgeIterator Graph::Node::incident(bool reverse) const in incident() argument
213 return EdgeIterator(in, 1, reverse); in incident()
/third_party/flutter/flutter/packages/flutter/test/rendering/
Dslivers_helpers_test.dart14 …expect(applyGrowthDirectionToAxisDirection(AxisDirection.up, GrowthDirection.reverse), AxisDirecti…
15 …expect(applyGrowthDirectionToAxisDirection(AxisDirection.down, GrowthDirection.reverse), AxisDirec…
16 …expect(applyGrowthDirectionToAxisDirection(AxisDirection.left, GrowthDirection.reverse), AxisDirec…
17 …expect(applyGrowthDirectionToAxisDirection(AxisDirection.right, GrowthDirection.reverse), AxisDire…
61 growthDirection: GrowthDirection.reverse,
71 growthDirection: GrowthDirection.reverse,
88 expect(e.normalizedGrowthDirection, equals(GrowthDirection.reverse));
94 expect(g.normalizedGrowthDirection, equals(GrowthDirection.reverse));

12345678910>>...71