/third_party/boost/boost/geometry/algorithms/ |
D | reverse.hpp | 39 namespace detail { namespace reverse namespace 82 struct reverse struct 84 static inline void apply(Geometry&) in apply() 90 struct reverse<Ring, ring_tag> struct 96 struct reverse<LineString, linestring_tag> struct 102 struct reverse<Polygon, polygon_tag> struct 108 struct reverse<Geometry, multi_linestring_tag> struct 118 struct reverse<Geometry, multi_polygon_tag> struct 136 struct reverse struct 138 static void apply(Geometry& geometry) in apply() [all …]
|
/third_party/node/doc/api/ |
D | dns.md | 1275 [DNS error codes]: #dns_error_codes 1277 [Implementation considerations section]: #dns_implementation_considerations 1284 [`dns.getServers()`]: #dns_dns_getservers 1285 [`dns.lookup()`]: #dns_dns_lookup_hostname_options_callback 1286 [`dns.resolve()`]: #dns_dns_resolve_hostname_rrtype_callback 1287 [`dns.resolve4()`]: #dns_dns_resolve4_hostname_options_callback 1288 [`dns.resolve6()`]: #dns_dns_resolve6_hostname_options_callback 1289 [`dns.resolveAny()`]: #dns_dns_resolveany_hostname_callback 1290 [`dns.resolveCaa()`]: #dns_dns_resolvecaa_hostname_callback 1291 [`dns.resolveCname()`]: #dns_dns_resolvecname_hostname_callback [all …]
|
/third_party/boost/boost/proto/functional/fusion/ |
D | reverse.hpp | 25 struct reverse struct 33 struct result<This(Seq)> 38 struct result<This(Seq &)> 44 operator ()(Seq &seq) const in operator ()() 53 operator ()(Seq const &seq) const in operator ()()
|
/third_party/jerryscript/tests/jerry/ |
D | array-prototype-reverse.js | 24 var obj = { reverse : Array.prototype.reverse }; property 36 var obj = { reverse : Array.prototype.reverse, length : 3 }; property 49 var obj = { reverse : Array.prototype.reverse, length : 4 }; property 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 99 var obj = { reverse : Array.prototype.reverse, length : 4 }; property 111 var obj = { reverse : Array.prototype.reverse, length : 4 }; property
|
/third_party/boost/boost/fusion/algorithm/transformation/ |
D | reverse.hpp | 20 struct reverse struct 22 typedef reverse_view<Sequence> type; 33 reverse(Sequence const& view) in reverse() function
|
/third_party/node/tools/inspector_protocol/ |
D | check_protocol_compatibility.py | 76 def removed(reverse): argument 82 def required(reverse): argument 88 def compare_schemas(d_1, d_2, reverse): argument 107 def compare_domains(domain_1, domain_2, types_map_1, types_map_2, errors, reverse): argument 128 def compare_commands(domain_name, command_1, command_2, types_map_1, types_map_2, errors, reverse): argument 141 def compare_events(domain_name, event_1, event_2, types_map_1, types_map_2, errors, reverse): argument 148 …e_params_list(context, kind, params_1, params_2, types_map_1, types_map_2, depth, errors, reverse): argument 165 def compare_types(context, kind, type_1, type_2, types_map_1, types_map_2, depth, errors, reverse): argument
|
/third_party/boost/boost/range/algorithm/ |
D | reverse.hpp | 30 inline BidirectionalRange& reverse(BidirectionalRange& rng) in reverse() function 39 inline const BidirectionalRange& reverse(const BidirectionalRange& rng) in reverse() function
|
/third_party/vk-gl-cts/modules/gles31/scripts/ |
D | gen-implicit-conversions.py | 340 def __init__(self, name, op, in_type, out_type, reverse=False): argument 406 def __init__(self, name, op, in_type, out_type, reverse=False): argument 443 def __init__(self, name, in_type, out_type, reverse=False, input_in_parens=False): argument 534 def __init__(self, name, in_type, out_type, reverse=False): argument 654 def __init__(self, name, in_type, out_type, reverse=False): argument 808 def genArithmeticCases(reverse=False): argument 826 def genComparisonCases(reverse=False): argument 874 def genArrayCases(reverse=False): argument 880 def genArrayUnpackCases(reverse=False): argument 892 def genStructCases(reverse=False): argument [all …]
|
/third_party/mindspore/mindspore/core/ops/ |
D | cumsum.cc | 25 void CumSum::Init(const bool exclusive, const bool reverse) { in Init() 37 void CumSum::set_reverse(const bool reverse) { (void)this->AddAttr(kReverse, MakeValue(reverse)); } in set_reverse()
|
/third_party/icu/icu4c/source/layoutex/ |
D | LXUtilities.cpp | 77 void LXUtilities::reverse(le_int32 array[], le_int32 length) in reverse() function in LXUtilities 89 void LXUtilities::reverse(float array[], le_int32 length) in reverse() function in LXUtilities
|
/third_party/boost/boost/range/adaptor/ |
D | reversed.hpp | 82 reverse(BidirectionalRange& rng) in reverse() function 92 reverse(const BidirectionalRange& rng) in reverse() function
|
/third_party/gn/src/gn/ |
D | output_conversion_unittest.cc | 257 std::ostringstream reverse; in TEST_F() local 272 std::ostringstream reverse; in TEST_F() local 287 std::ostringstream reverse; in TEST_F() local 302 std::ostringstream reverse; in TEST_F() local 317 std::ostringstream reverse; in TEST_F() local 332 std::ostringstream reverse; in TEST_F() local 346 std::ostringstream reverse; in TEST_F() local
|
/third_party/toybox/scripts/ |
D | mkstatus.py | 33 reverse={} variable 61 def categorize(reverse, i, skippy=""): argument
|
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_graph.h | 78 EdgeIterator(Graph::Edge *first, int dir, bool reverse) in EdgeIterator() 206 Graph::EdgeIterator Graph::Node::outgoing(bool reverse) const in outgoing() 211 Graph::EdgeIterator Graph::Node::incident(bool reverse) const in incident()
|
/third_party/boost/libs/hana/include/boost/hana/fwd/ |
D | reverse.hpp | 33 constexpr auto reverse = [](auto&& xs) { in __anon889f8aab0102() variable
|
/third_party/boost/boost/hana/fwd/ |
D | reverse.hpp | 33 constexpr auto reverse = [](auto&& xs) { in __anond0b37e580102() variable
|
/third_party/boost/boost/mpl/ |
D | reverse.hpp | 26 struct reverse struct
|
/third_party/jerryscript/tests/jerry/es2015/ |
D | regression-test-issue-2724.js | 16 var obj = { reverse : Int32Array.prototype.join } ; property
|
/third_party/flutter/skia/src/core/ |
D | SkEdgeClipper.cpp | 146 bool reverse = sort_increasing_Y(pts, srcPts, 3); in clipMonoQuad() local 337 bool reverse = sort_increasing_Y(pts, src, 4); in clipMonoCubic() local 460 void SkEdgeClipper::appendVLine(SkScalar x, SkScalar y0, SkScalar y1, bool reverse) { in appendVLine() 472 void SkEdgeClipper::appendQuad(const SkPoint pts[3], bool reverse) { in appendQuad() 486 void SkEdgeClipper::appendCubic(const SkPoint pts[4], bool reverse) { in appendCubic()
|
/third_party/boost/libs/mpl/doc/src/refmanual/ |
D | reverse.rst | 3 reverse title
|
/third_party/skia/src/core/ |
D | SkEdgeClipper.cpp | 146 bool reverse = sort_increasing_Y(pts, srcPts, 3); in clipMonoQuad() local 339 bool reverse = sort_increasing_Y(pts, src, 4); in clipMonoCubic() local 462 void SkEdgeClipper::appendVLine(SkScalar x, SkScalar y0, SkScalar y1, bool reverse) { in appendVLine() 474 void SkEdgeClipper::appendQuad(const SkPoint pts[3], bool reverse) { in appendQuad() 488 void SkEdgeClipper::appendCubic(const SkPoint pts[4], bool reverse) { in appendCubic()
|
/third_party/boost/libs/geometry/test/algorithms/ |
D | test_convex_hull.hpp | 40 bool reverse) in check_convex_hull() 102 bool reverse) in test_convex_hull()
|
/third_party/toybox/toys/posix/ |
D | patch.c | 134 int matcheof, trailing = 0, reverse = FLAG(R), backwarn = 0; in apply_one_hunk() local 288 int reverse = FLAG(R), state = 0, patchlinenum = 0, strip = 0; in patch_main() local
|
/third_party/mindspore/mindspore/ccsrc/frontend/operator/composite/ |
D | map.h | 99 : Map(reverse, fn_leaf) {} in Map() argument
|
/third_party/skia/src/shaders/gradients/ |
D | Sk4fGradientBase.cpp | 31 IntervalIterator(const SkGradientShaderBase& shader, bool reverse) in IntervalIterator() 101 bool premulColors, bool reverse, in addMirrorIntervals() 142 SkScalar alpha, bool reverse) { in init()
|