Home
last modified time | relevance | path

Searched refs:reverse (Results 376 - 400 of 859) sorted by relevance

1...<<11121314151617181920>>...35

/third_party/gn/src/gn/
H A Dcommand_refs.cc35 // 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 DDistanceTable.java84 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 Dtest-util-isDeepStrictEqual.js326 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.py180 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 DProfile.cpp147 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 DFloat2Int.cpp182 // - 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 DstaticAnonymousTypeNotReferencingTypeParameter.js68 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 Drender_scroll.cpp692 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 Drender_multi_child_scroll.cpp735 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 Drender_scroll.h55 virtual bool ScrollPage(bool reverse, bool smooth, const std::function<void()>& onFinish = nullptr);
/kernel/linux/linux-5.10/drivers/interconnect/
H A Dcore.c171 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 Ds1d13xxxfb.c437 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 Ds1d13xxxfb.c437 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 Dcore.c186 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 Dtest_wacom_generic.py811 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 Dvf_lensfun.c83 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 Dconstructor.py200 submerge.reverse()
255 digits.reverse()
284 digits.reverse()
/third_party/python/Lib/test/
H A Dlist_tests.py387 u.reverse()
389 u.reverse()
392 self.assertRaises(TypeError, u.reverse, 42)
/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Dstepper_animation_controller.cpp224 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 Dtab_content_element.cpp206 bool TabContentElement::RequestNextFocus(bool vertical, bool reverse, const Rect& rect) in RequestNextFocus() argument
/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_element.cpp105 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 Dwater_flow_pattern.h117 void ScrollPage(bool reverse, bool smooth = false,
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_pattern.h106 void SetHandleReverse(bool reverse);
/foundation/communication/netstack/frameworks/js/napi/http/cache/lru_cache/src/
H A Dlru_cache.cpp136 reverseList.reverse(); in MergeOtherCache()
/kernel/linux/linux-6.6/arch/arm/lib/
H A Dfindbit.S109 rbit r3, r3 @ reverse bits

Completed in 26 milliseconds

1...<<11121314151617181920>>...35