/aosp_15_r20/external/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyUtil.h | 198 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 D | AnimatedVectorDrawable.java | 962 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 D | TensorBase.h | 909 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/ |
D | AnimatorUtils.kt | 159 fun reverse(vararg animators: ValueAnimator) { in <lambda>() method
|
/aosp_15_r20/external/guava/guava/src/com/google/common/primitives/ |
H A D | Booleans.java | 539 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 D | Floats.java | 451 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 D | Chars.java | 476 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 D | Shorts.java | 499 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 D | Doubles.java | 456 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 D | Ints.java | 499 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 D | Booleans.java | 539 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 D | Chars.java | 476 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 D | Floats.java | 451 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 D | Doubles.java | 454 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 D | Shorts.java | 499 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 D | stack.rs | 82 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/ |
D | utf8.rs | 172 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 D | utf8.rs | 169 pub fn reverse(&mut self) { in reverse() method 545 fn reverse() { in reverse() function
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ |
H A D | functional_ops.py | 446 reverse=False, argument 711 reverse=False, argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/rayon/tests/ |
D | producer_split_at.rs | 36 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 D | algorithm.h | 2466 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 D | OverrideModuleTest.java | 491 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/ |
D | animationlib.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 D | SceneTransitions.kt | 262 val reverse = transformationSpec.invoke(transition) in reversed() constant
|
/aosp_15_r20/external/pytorch/test/functorch/ |
H A D | test_control_flow.py | 85 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
|