| /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/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/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/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/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/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/toybox/scripts/ |
| D | mkstatus.py | 33 reverse={} variable 61 def categorize(reverse, i, skippy=""): argument
|
| /third_party/mesa3d/src/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/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()
|
| D | SkQuadClipper.cpp | 54 bool reverse; in clipQuad() local
|
| /third_party/jerryscript/tests/jerry/es2015/ |
| D | regression-test-issue-2724.js | 16 var obj = { reverse : Int32Array.prototype.join } ; property
|
| /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()
|
| D | SkQuadClipper.cpp | 54 bool reverse; in clipQuad() local
|
| /third_party/flutter/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()
|
| /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()
|
| /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/cef/libcef/browser/osr/ |
| D | web_contents_view_osr.cc | 69 void CefWebContentsViewOSR::FocusThroughTabTraversal(bool reverse) {} in FocusThroughTabTraversal() 91 void CefWebContentsViewOSR::TakeFocus(bool reverse) { in TakeFocus()
|
| /third_party/python/Lib/idlelib/ |
| D | history.py | 41 def fetch(self, reverse): argument
|
| /third_party/node/test/sequential/ |
| D | test-tls-psk-client.js | 60 const reverse = message.split('').reverse().join(''); constant
|
| /third_party/skia/tests/ |
| D | PathOpsAsWindingTest.cpp | 14 bool reverse = SkPathDirection::kCCW == dir; in build_squircle() local
|
| /third_party/flutter/skia/tests/ |
| D | PathOpsAsWindingTest.cpp | 14 bool reverse = SkPath::kCCW_Direction == dir; in build_squircle() local
|
| /third_party/gstreamer/gstplugins_good/gst/multifile/ |
| D | gstimagesequencesrc.h | 45 gboolean reverse; member
|
| /third_party/node/test/internet/ |
| D | test-trace-events-dns.js | 28 'reverse': 'dns.reverse("8.8.8.8", (err, hostnames) => {});', property
|
| /third_party/gstreamer/gstplugins_good/gst/goom/ |
| D | goom_filters.h | 36 char reverse; /* inverse la vitesse */ member
|
| /third_party/libabigail/tests/ |
| D | test-diff2.cc | 38 bool reverse; member
|