Home
last modified time | relevance | path

Searched defs:applyAsInt (Results 1 – 25 of 266) sorted by relevance

1234567891011

/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/function/
H A DFailableFunctionsTest.java1701 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 DConcurrentHashMapTest.java79 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/
DLongToIntFunction.java47 int applyAsInt(long value); in applyAsInt() method
DDoubleToIntFunction.java47 int applyAsInt(double value); in applyAsInt() method
DToIntFunction.java48 int applyAsInt(T value); in applyAsInt() method
DToIntBiFunction.java51 int applyAsInt(T t, U u); in applyAsInt() method
DIntBinaryOperator.java49 int applyAsInt(int left, int right); in applyAsInt() method
DIntUnaryOperator.java49 int applyAsInt(int operand); in applyAsInt() method
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/function/
H A DDoubleToIntFunction.java47 int applyAsInt(double value); in applyAsInt() method
H A DLongToIntFunction.java47 int applyAsInt(long value); in applyAsInt() method
H A DToIntFunction.java48 int applyAsInt(T value); in applyAsInt() method
H A DIntBinaryOperator.java49 int applyAsInt(int left, int right); in applyAsInt() method
H A DToIntBiFunction.java51 int applyAsInt(T t, U u); in applyAsInt() method
H A DIntUnaryOperator.java49 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/
DDoubleToIntFunction.java47 int applyAsInt(double value); in applyAsInt() method
DLongToIntFunction.java47 int applyAsInt(long value); in applyAsInt() method
DToIntFunction.java48 int applyAsInt(T value); in applyAsInt() method
DToIntBiFunction.java51 int applyAsInt(T t, U u); in applyAsInt() method
DIntBinaryOperator.java49 int applyAsInt(int left, int right); in applyAsInt() method
DIntUnaryOperator.java49 int applyAsInt(int operand); in applyAsInt() method
/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/function/
H A DFailableIntBinaryOperator.java39 int applyAsInt(int left, int right) throws E; in applyAsInt() method
H A DFailableToIntFunction.java54 int applyAsInt(T t) throws E; in applyAsInt() method
H A DFailableLongToIntFunction.java52 int applyAsInt(long value) throws E; in applyAsInt() method
H A DFailableDoubleToIntFunction.java52 int applyAsInt(double value) throws E; in applyAsInt() method
H A DFailableToIntBiFunction.java57 int applyAsInt(T t, U u) throws E; in applyAsInt() method

1234567891011