Home
last modified time | relevance | path

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

123456

/third_party/node/doc/api/
Ddns.md1481 [DNS error codes]: #error-codes
1483 [Implementation considerations section]: #implementation-considerations
1490 [`dns.getServers()`]: #dnsgetservers
1491 [`dns.lookup()`]: #dnslookuphostname-options-callback
1492 [`dns.resolve()`]: #dnsresolvehostname-rrtype-callback
1493 [`dns.resolve4()`]: #dnsresolve4hostname-options-callback
1494 [`dns.resolve6()`]: #dnsresolve6hostname-options-callback
1495 [`dns.resolveAny()`]: #dnsresolveanyhostname-callback
1496 [`dns.resolveCaa()`]: #dnsresolvecaahostname-callback
1497 [`dns.resolveCname()`]: #dnsresolvecnamehostname-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/deps/v8/third_party/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/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/typescript/tests/arkTSTest/testcase/arkts-no-module-wildcards/arkts-no-module-wildcards-4-ok/
Dutils.ts21 export function reverse(str: string): string { function
/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
DSkCubicClipper.cpp110 bool reverse; in clipCubic() local
/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/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/python/Lib/idlelib/
Dhistory.py41 def fetch(self, reverse): argument
/third_party/skia/tests/
DPathOpsAsWindingTest.cpp14 bool reverse = SkPathDirection::kCCW == dir; in build_squircle() local
/third_party/node/test/sequential/
Dtest-tls-psk-client.js73 const reverse = message.split('').reverse().join(''); constant
/third_party/node/deps/npm/node_modules/semver/bin/
Dsemver.js31 let reverse = false variable
/third_party/node/test/internet/
Dtest-trace-events-dns.js28 'reverse': 'dns.reverse("8.8.8.8", (err, hostnames) => {});', property
/third_party/libabigail/tests/
Dtest-diff2.cc38 bool reverse; member
/third_party/typescript/tests/cases/compiler/
DgenericClassPropertyInheritanceSpecialization.ts21 reverse(): T[]; method
/third_party/python/Lib/test/
Dtest_keywordonlyarg.py21 def sortnum(*nums, reverse=False): argument
24 def sortwords(*words, reverse=False, **kwargs): argument
/third_party/icu/icu4c/source/test/perf/unisetperf/draft/
Dbitset.cpp38 uint16_t reverse[0x400]; member

123456