Home
last modified time | relevance | path

Searched defs:reverse (Results 1 – 25 of 187) sorted by relevance

12345678

/third_party/node/doc/api/
Ddns.md1275 [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/jerryscript/tests/jerry/
Darray-prototype-reverse.js24 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/node/tools/inspector_protocol/
Dcheck_protocol_compatibility.py76 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/vk-gl-cts/modules/gles31/scripts/
Dgen-implicit-conversions.py340 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/gn/src/gn/
Doutput_conversion_unittest.cc257 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/icu/icu4c/source/layoutex/
DLXUtilities.cpp77 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/toybox/scripts/
Dmkstatus.py33 reverse={} variable
61 def categorize(reverse, i, skippy=""): argument
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_graph.h78 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/flutter/skia/src/core/
DSkEdgeClipper.cpp146 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()
DSkQuadClipper.cpp54 bool reverse; in clipQuad() local
/third_party/jerryscript/tests/jerry/es2015/
Dregression-test-issue-2724.js16 var obj = { reverse : Int32Array.prototype.join } ; property
/third_party/skia/src/core/
DSkEdgeClipper.cpp146 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()
DSkQuadClipper.cpp54 bool reverse; in clipQuad() local
/third_party/flutter/skia/src/shaders/gradients/
DSk4fGradientBase.cpp31 IntervalIterator(const SkGradientShaderBase& shader, bool reverse) in IntervalIterator()
101 bool premulColors, bool reverse, in addMirrorIntervals()
142 SkScalar alpha, bool reverse) { in init()
/third_party/skia/src/shaders/gradients/
DSk4fGradientBase.cpp31 IntervalIterator(const SkGradientShaderBase& shader, bool reverse) in IntervalIterator()
101 bool premulColors, bool reverse, in addMirrorIntervals()
142 SkScalar alpha, bool reverse) { in init()
/third_party/toybox/toys/posix/
Dpatch.c134 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/cef/libcef/browser/osr/
Dweb_contents_view_osr.cc69 void CefWebContentsViewOSR::FocusThroughTabTraversal(bool reverse) {} in FocusThroughTabTraversal()
91 void CefWebContentsViewOSR::TakeFocus(bool reverse) { in TakeFocus()
/third_party/python/Lib/idlelib/
Dhistory.py41 def fetch(self, reverse): argument
/third_party/node/test/sequential/
Dtest-tls-psk-client.js60 const reverse = message.split('').reverse().join(''); constant
/third_party/skia/tests/
DPathOpsAsWindingTest.cpp14 bool reverse = SkPathDirection::kCCW == dir; in build_squircle() local
/third_party/flutter/skia/tests/
DPathOpsAsWindingTest.cpp14 bool reverse = SkPath::kCCW_Direction == dir; in build_squircle() local
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstimagesequencesrc.h45 gboolean reverse; member
/third_party/node/test/internet/
Dtest-trace-events-dns.js28 'reverse': 'dns.reverse("8.8.8.8", (err, hostnames) => {});', property
/third_party/gstreamer/gstplugins_good/gst/goom/
Dgoom_filters.h36 char reverse; /* inverse la vitesse */ member
/third_party/libabigail/tests/
Dtest-diff2.cc38 bool reverse; member

12345678