Home
last modified time | relevance | path

Searched defs:incrementExact (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/annotations/flagged_api/java/lang/
DStrictMath.annotated.java110 public static int incrementExact(int a) { throw new RuntimeException("Stub!"); } in incrementExact() method in StrictMath
112 public static long incrementExact(long a) { throw new RuntimeException("Stub!"); } in incrementExact() method in StrictMath
DMath.annotated.java111 public static int incrementExact(int a) { throw new RuntimeException("Stub!"); } in incrementExact() method in Math
113 public static long incrementExact(long a) { throw new RuntimeException("Stub!"); } in incrementExact() method in Math
/libcore/ojluni/src/main/java/java/lang/
DStrictMath.java1140 public static int incrementExact(int a) { in incrementExact() method in StrictMath
1155 public static long incrementExact(long a) { in incrementExact() method in StrictMath
DMath.java1405 public static int incrementExact(int a) { in incrementExact() method in Math
1424 public static long incrementExact(long a) { in incrementExact() method in Math