/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/function/ |
H A D | FailableFunctionsTest.java | 1701 public int applyAsInt(final double value) throws IOException { in testThrows_FailableDoubleToIntFunction_IOException() method 1716 public int applyAsInt(final double value) throws Throwable { in testThrows_FailableDoubleToIntFunction_Throwable() method 1791 public int applyAsInt(final int left, final int right) throws IOException { in testThrows_FailableIntBinaryOperator_IOException() method 1806 public int applyAsInt(final int left, final int right) throws Throwable { in testThrows_FailableIntBinaryOperator_Throwable() method 2124 public int applyAsInt(final long value) throws IOException { in testThrows_FailableLongToIntFunction_IOException() method 2139 public int applyAsInt(final long value) throws Throwable { in testThrows_FailableLongToIntFunction_Throwable() method 2428 public int applyAsInt(final Object t, final Object u) throws Throwable { in testThrows_FailableToIntBiFunction_Object_Throwable() method 2443 public int applyAsInt(final String t, final String u) throws IOException { in testThrows_FailableToIntBiFunction_String_IOException() method 2458 public int applyAsInt(final Object t) throws Throwable { in testThrows_FailableToIntFunction_Object_Throwable() method 2473 public int applyAsInt(final String t) throws IOException { in testThrows_FailableToIntFunction_String_IOException() method
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/concurrent/ |
H A D | ConcurrentHashMapTest.java | 79 public int applyAsInt(Map.Entry<Long, Long> in) { in applyAsInt() method in ConcurrentHashMapTest.KeyAsInt 97 public int applyAsInt(Long key, Long value) { in applyAsInt() method in ConcurrentHashMapTest.IncrementKeyToInt
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/21/libcore/ojluni/src/main/java/java/util/function/ |
D | LongToIntFunction.java | 47 int applyAsInt(long value); in applyAsInt() method
|
D | DoubleToIntFunction.java | 47 int applyAsInt(double value); in applyAsInt() method
|
D | ToIntFunction.java | 48 int applyAsInt(T value); in applyAsInt() method
|
D | ToIntBiFunction.java | 51 int applyAsInt(T t, U u); in applyAsInt() method
|
D | IntBinaryOperator.java | 49 int applyAsInt(int left, int right); in applyAsInt() method
|
D | IntUnaryOperator.java | 49 int applyAsInt(int operand); in applyAsInt() method
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/function/ |
H A D | DoubleToIntFunction.java | 47 int applyAsInt(double value); in applyAsInt() method
|
H A D | LongToIntFunction.java | 47 int applyAsInt(long value); in applyAsInt() method
|
H A D | ToIntFunction.java | 48 int applyAsInt(T value); in applyAsInt() method
|
H A D | IntBinaryOperator.java | 49 int applyAsInt(int left, int right); in applyAsInt() method
|
H A D | ToIntBiFunction.java | 51 int applyAsInt(T t, U u); in applyAsInt() method
|
H A D | IntUnaryOperator.java | 49 int applyAsInt(int operand); in applyAsInt() method
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/function/ |
D | DoubleToIntFunction.java | 47 int applyAsInt(double value); in applyAsInt() method
|
D | LongToIntFunction.java | 47 int applyAsInt(long value); in applyAsInt() method
|
D | ToIntFunction.java | 48 int applyAsInt(T value); in applyAsInt() method
|
D | ToIntBiFunction.java | 51 int applyAsInt(T t, U u); in applyAsInt() method
|
D | IntBinaryOperator.java | 49 int applyAsInt(int left, int right); in applyAsInt() method
|
D | IntUnaryOperator.java | 49 int applyAsInt(int operand); in applyAsInt() method
|
/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/function/ |
H A D | FailableIntBinaryOperator.java | 39 int applyAsInt(int left, int right) throws E; in applyAsInt() method
|
H A D | FailableToIntFunction.java | 54 int applyAsInt(T t) throws E; in applyAsInt() method
|
H A D | FailableLongToIntFunction.java | 52 int applyAsInt(long value) throws E; in applyAsInt() method
|
H A D | FailableDoubleToIntFunction.java | 52 int applyAsInt(double value) throws E; in applyAsInt() method
|
H A D | FailableToIntBiFunction.java | 57 int applyAsInt(T t, U u) throws E; in applyAsInt() method
|