| /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/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/kernel/ |
| D | reverse.c | 31 ReverseStruct *reverse = (ReverseStruct *)cdata; in ReverseRun() local 47 int ReverseUpdateAxisInfo(ReverseStruct *reverse) { in ReverseUpdateAxisInfo() 68 ReverseStruct *reverse = (ReverseStruct *)self; in ReversePrepare() local 77 ReverseStruct *reverse = (ReverseStruct *)self; in ReverseRelease() local 87 ReverseStruct *reverse = (ReverseStruct *)self; in ReverseResize() local 155 ReverseStruct *reverse = (ReverseStruct *)malloc(sizeof(ReverseStruct)); in CreateReverse() local
|
| /third_party/mindspore/mindspore-src/source/tests/st/dyn_shape_dev/ |
| D | test_cumprod.py | 26 def cumprod_forward_func(x, axis, exclusive, reverse): argument 31 def cumprod_backward_func(x, axis, exclusive, reverse): argument 36 def cumprod_dyn_shape_func(x, axis, exclusive, reverse): argument
|
| D | test_cumsum.py | 26 def cumsum_forward_func(x, axis, exclusive, reverse): argument 31 def cumsum_backward_func(x, axis, exclusive, reverse): argument 36 def cumsum_dyn_shape_func(x, axis, exclusive, 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/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/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/typescript/tests/arkTSTest/testcase/arkts-no-module-wildcards/arkts-no-module-wildcards-4-ok/ |
| D | utils.ts | 21 export function reverse(str: string): string { function
|
| /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/mindspore/mindspore-src/source/tests/ut/cpp/ops/ |
| D | test_ops_cumsum.cc | 36 ValuePtr reverse; member 48 auto reverse = param.reverse->ToAbstract(); in TEST_P() local
|
| D | test_ops_cumprod.cc | 36 ValuePtr reverse; member 48 auto reverse = param.reverse->ToAbstract(); in TEST_P() local
|
| /third_party/jerryscript/tests/jerry/es2015/ |
| D | regression-test-issue-2724.js | 16 var obj = { reverse : Int32Array.prototype.join } ; property
|
| /third_party/rust/rust/tests/ui/coercion/ |
| D | coerce-reborrow-mut-vec-arg.rs | 4 fn reverse(v: &mut [usize]) { in reverse() function
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/ |
| D | nth_element_impl.cu | 93 __device__ void radixSelect(T *data, int32_t k, bool reverse, V slice_size, V within_slice_stride, … in radixSelect() 158 bool reverse) { in NthElement() 170 bool reverse, const uint32_t &device_id, cudaStream_t stream) { in CalNthElement()
|
| /third_party/skia/m133/src/core/ |
| D | SkEdgeClipper.cpp | 151 bool reverse = sort_increasing_Y(pts, srcPts, 3); in clipMonoQuad() local 344 bool reverse = sort_increasing_Y(pts, src, 4); in clipMonoCubic() local 467 void SkEdgeClipper::appendVLine(SkScalar x, SkScalar y0, SkScalar y1, bool reverse) { in appendVLine() 479 void SkEdgeClipper::appendQuad(const SkPoint pts[3], bool reverse) { in appendQuad() 493 void SkEdgeClipper::appendCubic(const SkPoint pts[4], bool reverse) { in appendCubic()
|
| /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/mindspore/mindspore-src/source/mindspore/core/ops/ |
| D | nth_element.cc | 110 void NthElement::Init(const bool reverse) { this->set_reverse(reverse); } in Init() 112 void NthElement::set_reverse(const bool reverse) { (void)this->AddAttr(kReverse, api::MakeValue(rev… in set_reverse()
|
| /third_party/rust/rust/tests/ui/async-await/ |
| D | interior-with-const-generic-expr.rs | 16 async fn reverse<const A: usize>(x: [f32; A]) -> [f32; A] { in reverse() function
|
| /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-src/source/tests/st/ops/gpu/ |
| D | test_nth_element.py | 26 def __init__(self, reverse): 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()
|
| /third_party/re2/re2/testing/ |
| D | compile_test.cc | 265 std::string* forward, std::string* reverse) { in Dump() 290 std::string forward, reverse; in TEST() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/operator/composite/ |
| D | map.h | 99 : Map(reverse, fn_leaf) {} in Map() argument
|
| /third_party/python/Lib/idlelib/ |
| D | history.py | 41 def fetch(self, reverse): argument
|