Home
last modified time | relevance | path

Searched defs:reverse (Results 76 – 100 of 1868) sorted by relevance

12345678910>>...75

/aosp_15_r20/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyUtil.h198 llvm::iterator_range<reverse_iterator> reverse() { in reverse() function
201 llvm::iterator_range<const_reverse_iterator> reverse() const { in reverse() function
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedVectorDrawable.java962 public void reverse() { in reverse() method in AnimatedVectorDrawable
1075 void reverse(); in reverse() method
1155 public void reverse() { in reverse() method in AnimatedVectorDrawable.VectorDrawableAnimatorUI
1662 public void reverse() { in reverse() method in AnimatedVectorDrawable.VectorDrawableAnimatorRT
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorBase.h909 reverse(const ReverseDimensions& rev) const { in reverse() function
1112 reverse(const ReverseDimensions& rev) const { in reverse() function
1117 reverse(const ReverseDimensions& rev) { in reverse() function
/aosp_15_r20/packages/apps/DeskClock/src/com/android/deskclock/
DAnimatorUtils.kt159 fun reverse(vararg animators: ValueAnimator) { in <lambda>() method
/aosp_15_r20/external/guava/guava/src/com/google/common/primitives/
H A DBooleans.java539 public static void reverse(boolean[] array) { in reverse() method in Booleans
554 public static void reverse(boolean[] array, int fromIndex, int toIndex) { in reverse() method in Booleans
H A DFloats.java451 public static void reverse(float[] array) { in reverse() method in Floats
466 public static void reverse(float[] array, int fromIndex, int toIndex) { in reverse() method in Floats
H A DChars.java476 public static void reverse(char[] array) { in reverse() method in Chars
491 public static void reverse(char[] array, int fromIndex, int toIndex) { in reverse() method in Chars
H A DShorts.java499 public static void reverse(short[] array) { in reverse() method in Shorts
514 public static void reverse(short[] array, int fromIndex, int toIndex) { in reverse() method in Shorts
H A DDoubles.java456 public static void reverse(double[] array) { in reverse() method in Doubles
471 public static void reverse(double[] array, int fromIndex, int toIndex) { in reverse() method in Doubles
H A DInts.java499 public static void reverse(int[] array) { in reverse() method in Ints
514 public static void reverse(int[] array, int fromIndex, int toIndex) { in reverse() method in Ints
/aosp_15_r20/external/guava/android/guava/src/com/google/common/primitives/
H A DBooleans.java539 public static void reverse(boolean[] array) { in reverse() method in Booleans
554 public static void reverse(boolean[] array, int fromIndex, int toIndex) { in reverse() method in Booleans
H A DChars.java476 public static void reverse(char[] array) { in reverse() method in Chars
491 public static void reverse(char[] array, int fromIndex, int toIndex) { in reverse() method in Chars
H A DFloats.java451 public static void reverse(float[] array) { in reverse() method in Floats
466 public static void reverse(float[] array, int fromIndex, int toIndex) { in reverse() method in Floats
H A DDoubles.java454 public static void reverse(double[] array) { in reverse() method in Doubles
469 public static void reverse(double[] array, int fromIndex, int toIndex) { in reverse() method in Doubles
H A DShorts.java499 public static void reverse(short[] array) { in reverse() method in Shorts
514 public static void reverse(short[] array, int fromIndex, int toIndex) { in reverse() method in Shorts
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/tables/postscript/
H A Dstack.rs82 pub fn reverse(&mut self) { in reverse() method
404 fn reverse() { in reverse() function
/aosp_15_r20/external/rust/android-crates-io/crates/regex-syntax/src/
Dutf8.rs172 pub fn reverse(&mut self) { in reverse() method
540 fn reverse() { in reverse() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-syntax-0.8.3/src/
H A Dutf8.rs169 pub fn reverse(&mut self) { in reverse() method
545 fn reverse() { in reverse() function
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dfunctional_ops.py446 reverse=False, argument
711 reverse=False, argument
/aosp_15_r20/external/rust/android-crates-io/crates/rayon/tests/
Dproducer_split_at.rs36 reverse: bool, field
55 fn reverse<I>(iter: I, i: usize, j: usize, k: usize, expected: &[I::Item]) in reverse() method
/aosp_15_r20/external/cronet/base/ranges/
H A Dalgorithm.h2466 constexpr auto reverse(BidirectionalIterator first, in reverse() function
2482 constexpr auto reverse(Range&& range) { in reverse() function
/aosp_15_r20/external/guice/core/test/com/google/inject/util/
H A DOverrideModuleTest.java491 Injector reverse = Guice.createInjector(Modules.override(exposes15).with(exposes5and6)); in testOverridePrivateModuleOverPrivateModule() local
517 Injector reverse = Guice.createInjector(Modules.override(binds15).with(exposes5)); in testOverrideModuleAndPrivateModule() local
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/systemui/animationlib/animationlib/android_common/turbine/
Danimationlib.jar ... ) public static android.view.animation.Interpolator reverse (android.view.animation.Interpolator) } ...
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
H A DSceneTransitions.kt262 val reverse = transformationSpec.invoke(transition) in reversed() constant
/aosp_15_r20/external/pytorch/test/functorch/
H A Dtest_control_flow.py85 def _fake_associative_scan(combine_fn, input, dim, reverse=False): argument
1223 def test_pointwise_associative_scan_simple(self, reverse, combine_mode, device): argument
1269 def test_pointwise_associative_scan_dim(self, reverse, combine_mode, device): argument
1312 self, reverse, combine_mode, compile_mode, device argument
1373 self, reverse, combine_mode, device argument
1425 def test_pointwise_associative_scan_tuple(self, reverse, combine_mode, device): argument
1455 self, reverse, combine_mode, device argument
1499 def test_generic_associative_scan_generic_simple(self, reverse, device): argument

12345678910>>...75