/aosp_15_r20/external/threetenbp/src/main/java/org/threeten/bp/jdk8/ |
H A D | Jdk8Methods.java | 322 public static long floorMod(long a, long b) { in floorMod() method in Jdk8Methods 340 public static int floorMod(long a, int b) { in floorMod() method in Jdk8Methods 380 public static int floorMod(int a, int b) { in floorMod() method in Jdk8Methods
|
/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/utils/ |
H A D | MiscUtils.java | 63 static int floorMod(float x, float y) { in floorMod() method in MiscUtils 67 private static int floorMod(int x, int y) { in floorMod() method in MiscUtils
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/ |
H A D | StrictMathTest.java | 173 int floorMod = StrictMath.floorMod(a, b); in testFloorModI() local 219 long floorMod = StrictMath.floorMod(a, b); in testFloorModL() local
|
H A D | MathTest.java | 245 int floorMod = Math.floorMod(a, b); in testFloorModI() local 291 long floorMod = Math.floorMod(a, b); in testFloorModL() local
|
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/lang/ |
H A D | Math.annotated.java | 138 public static int floorMod(int x, int y) { throw new RuntimeException("Stub!"); } in floorMod() method in Math 140 public static int floorMod(long x, int y) { throw new RuntimeException("Stub!"); } in floorMod() method in Math 142 public static long floorMod(long x, long y) { throw new RuntimeException("Stub!"); } in floorMod() method in Math
|
H A D | StrictMath.annotated.java | 137 public static int floorMod(int x, int y) { throw new RuntimeException("Stub!"); } in floorMod() method in StrictMath 139 public static int floorMod(long x, int y) { throw new RuntimeException("Stub!"); } in floorMod() method in StrictMath 141 public static long floorMod(long x, long y) { throw new RuntimeException("Stub!"); } in floorMod() method in StrictMath
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/ |
D | StrictMath.java | 1388 public static int floorMod(int x, int y) { in floorMod() method in StrictMath 1416 public static int floorMod(long x, int y) { in floorMod() method in StrictMath 1444 public static long floorMod(long x, long y) { in floorMod() method in StrictMath
|
D | Math.java | 1730 public static int floorMod(int x, int y) { in floorMod() method in Math 1761 public static int floorMod(long x, int y) { in floorMod() method in Math 1788 public static long floorMod(long x, long y) { in floorMod() method in Math
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/ |
H A D | Math.java | 1730 public static int floorMod(int x, int y) { in floorMod() method in Math 1761 public static int floorMod(long x, int y) { in floorMod() method in Math 1788 public static long floorMod(long x, long y) { in floorMod() method in Math
|
H A D | StrictMath.java | 1388 public static int floorMod(int x, int y) { in floorMod() method in StrictMath 1416 public static int floorMod(long x, int y) { in floorMod() method in StrictMath 1444 public static long floorMod(long x, long y) { in floorMod() method in StrictMath
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/3/libcore/ojluni/src/main/java/java/lang/ |
D | Math.java | 1730 public static int floorMod(int x, int y) { in floorMod() method in Math 1761 public static int floorMod(long x, int y) { in floorMod() method in Math 1788 public static long floorMod(long x, long y) { in floorMod() method in Math
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/4/libcore/ojluni/src/main/java/java/lang/ |
D | StrictMath.java | 1388 public static int floorMod(int x, int y) { in floorMod() method in StrictMath 1416 public static int floorMod(long x, int y) { in floorMod() method in StrictMath 1444 public static long floorMod(long x, long y) { in floorMod() method in StrictMath
|
/aosp_15_r20/external/opencensus-java/api/src/main/java/io/opencensus/common/ |
H A D | Timestamp.java | 197 private static long floorMod(long x, long y) { in floorMod() method in Timestamp
|
/aosp_15_r20/external/accompanist/sample/src/main/java/com/google/accompanist/sample/pager/ |
H A D | HorizontalPagerLoopingSample.kt | 109 private fun Int.floorMod(other: Int): Int = when (other) { in floorMod() method
|
H A D | HorizontalPagerLoopingTabsSample.kt | 164 private fun Int.floorMod(other: Int): Int = when (other) { in floorMod() method
|
H A D | HorizontalPagerLoopingIndicatorSample.kt | 198 private fun Int.floorMod(other: Int): Int = when (other) { in floorMod() method
|
/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/content/ |
H A D | RoundedCornersContent.java | 210 private static int floorMod(int x, int y) { in floorMod() method in RoundedCornersContent
|
/aosp_15_r20/external/swiftshader/src/System/ |
H A D | Math.hpp | 204 inline int floorMod(int a, int b) in floorMod() function
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/util/ |
H A D | FastMath.java | 4198 public static int floorMod(final int a, final int b) throws MathArithmeticException { in floorMod() method in FastMath 4227 public static long floorMod(final long a, final long b) { in floorMod() method in FastMath
|
/aosp_15_r20/out/soong/.intermediates/external/lottie/lottie/android_common/javac/ |
D | lottie.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/airbnb/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/external/lottie/lottie/android_common_apex30/javac/ |
D | lottie.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/airbnb/
com/ ... |
/aosp_15_r20/external/ow2-asm/tools/ |
HD | jdk8-api.jar | META-INF/
java/io/CharArrayReader.class
<Unknown>
package java.io
public ... |
/aosp_15_r20/out/soong/.intermediates/libcore/java.current.stubs/android_common/turbine-combined/ |
D | java.current.stubs.jar | java/awt/font/NumericShaper$Range.class
<Unknown>
package java.awt. ... |
/aosp_15_r20/prebuilts/module_sdk/art/1/java/ |
D | art.module.intra.core.api.stubs.jar | android/compat/Compatibility$ChangeConfig.class
<Unknown>
package android.compat
public final android ... |
/aosp_15_r20/out/soong/.intermediates/libcore/java.current.stubs/android_common/turbine/ |
D | java.current.stubs.jar | java/awt/font/NumericShaper$Range.class
<Unknown>
package java.awt. ... |