/third_party/gn/src/gn/ |
H A D | command_refs.cc | 35 // Populates the reverse dependency map for the targets in the Setup. 239 Finds reverse dependencies (which targets reference something). The input is 288 Outputs a reverse dependency tree from the given target. Duplicates will 320 Print a reverse dependency tree of //base:base 328 Display a reverse dependency tree to get to the given file. This 429 // Construct the reverse dependency tree.
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/ |
H A D | DistanceTable.java | 84 addMapping(key.reverse()); in addDistance() 526 * Symmetrical mappings don't need to be added in reverse. 533 MappingKey reverse() { in reverse() method in DistanceTable.MappingKey
|
/third_party/node/test/parallel/ |
H A D | test-util-isDeepStrictEqual.js | 326 utilIsDeepStrict(new Set(values), new Set(values.reverse())); 330 utilIsDeepStrict(new Map(mapValues), new Map(mapValues.reverse()));
|
/third_party/python/Lib/concurrent/futures/ |
H A D | _base.py | 180 reverse order. 250 # reverse to keep finishing order 251 finished.reverse() 614 # reverse to keep finishing order 615 fs.reverse()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
H A D | Profile.cpp | 147 auto RootToLeafPath = reverse(P); in internPath() 359 transform(reverse(TSD), std::back_inserter(Path), in profileFromTrace()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | Float2Int.cpp | 182 // - walkForwards: Iterate over SeenInsts in reverse order, so we visit 243 for (auto &It : reverse(SeenInsts)) { in walkForwards() 514 for (auto &I : reverse(ConvertedInsts)) in cleanup()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | staticAnonymousTypeNotReferencingTypeParameter.js | 68 return tessst.funkyFor(array, t => t.toString()) ? a.reverse() : a; 219 return tessst.funkyFor(array, function (t) { return t.toString(); }) ? a.reverse() : a;
|
/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | render_scroll.cpp | 692 bool RenderScroll::ScrollPage(bool reverse, bool smooth, const std::function<void()>& onFinish) in ScrollPage() argument 694 if ((IsRowReverse() && !reverse) || (!IsRowReverse() && reverse)) { in ScrollPage()
|
H A D | render_multi_child_scroll.cpp | 735 bool RenderMultiChildScroll::ScrollPage(bool reverse, bool smooth, const std::function<void()>& onFinish) in ScrollPage() argument 747 if (reverse) { in ScrollPage() 753 LOGE("Get page:%{public}d position failed.", reverse); in ScrollPage()
|
H A D | render_scroll.h | 55 virtual bool ScrollPage(bool reverse, bool smooth, const std::function<void()>& onFinish = nullptr);
|
/kernel/linux/linux-5.10/drivers/interconnect/ |
H A D | core.c | 171 node = node->reverse; in path_init() 193 src->reverse = NULL; in path_find() 215 tmp->reverse = node; in path_find()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | s1d13xxxfb.c | 437 u16 reverse = 0; in s1d13xxxfb_bitblt_copyarea() local 449 /* reverse, calculate the last pixel in rectangle */ in s1d13xxxfb_bitblt_copyarea() 453 reverse = 1; in s1d13xxxfb_bitblt_copyarea() 454 /* not reverse, calculate the first pixel in rectangle */ in s1d13xxxfb_bitblt_copyarea() 478 if (reverse == 1) { in s1d13xxxfb_bitblt_copyarea()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | s1d13xxxfb.c | 437 u16 reverse = 0; in s1d13xxxfb_bitblt_copyarea() local 449 /* reverse, calculate the last pixel in rectangle */ in s1d13xxxfb_bitblt_copyarea() 453 reverse = 1; in s1d13xxxfb_bitblt_copyarea() 454 /* not reverse, calculate the first pixel in rectangle */ in s1d13xxxfb_bitblt_copyarea() 478 if (reverse == 1) { in s1d13xxxfb_bitblt_copyarea()
|
/kernel/linux/linux-6.6/drivers/interconnect/ |
H A D | core.c | 186 node = node->reverse; in path_init() 208 src->reverse = NULL; in path_find() 230 tmp->reverse = node; in path_find()
|
/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/ |
H A D | test_wacom_generic.py | 811 self.empty_pad_sync(num=3, denom=16, reverse=True) 813 def empty_pad_sync(self, num, denom, reverse): 827 if reverse:
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_lensfun.c | 83 int reverse; member 122 { "reverse", "Does reverse correction (regular image to lens distorted)", OFFSET(reverse), AV_OPT_TYPE_BOOL, {.i64=0}, 0, 1, FLAGS }, 222 inlink->h, LF_PF_U8, lensfun->reverse); in config_props()
|
/third_party/PyYAML/lib/yaml/ |
H A D | constructor.py | 200 submerge.reverse() 255 digits.reverse() 284 digits.reverse()
|
/third_party/python/Lib/test/ |
H A D | list_tests.py | 387 u.reverse() 389 u.reverse() 392 self.assertRaises(TypeError, u.reverse, 42)
|
/foundation/arkui/ace_engine/frameworks/core/components/stepper/ |
H A D | stepper_animation_controller.cpp | 224 void StepperAnimationController::PlayStepperToAnimation(int32_t fromIndex, int32_t toIndex, bool reverse) in PlayStepperToAnimation() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/ |
H A D | tab_content_element.cpp | 206 bool TabContentElement::RequestNextFocus(bool vertical, bool reverse, const Rect& rect) in RequestNextFocus() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/ |
H A D | text_overlay_element.cpp | 105 bool TextOverlayElement::RequestNextFocus(bool vertical, bool reverse, const Rect& rect) in RequestNextFocus() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/ |
H A D | water_flow_pattern.h | 117 void ScrollPage(bool reverse, bool smooth = false,
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
H A D | select_overlay_pattern.h | 106 void SetHandleReverse(bool reverse);
|
/foundation/communication/netstack/frameworks/js/napi/http/cache/lru_cache/src/ |
H A D | lru_cache.cpp | 136 reverseList.reverse(); in MergeOtherCache()
|
/kernel/linux/linux-6.6/arch/arm/lib/ |
H A D | findbit.S | 109 rbit r3, r3 @ reverse bits
|