Searched defs:tryCatch (Results 1 – 7 of 7) sorted by relevance
/libcore/ojluni/src/test/java/nio/Buffer/ |
D | BasicInt.java | 585 private static void tryCatch(Buffer b, Class<?> ex, Runnable thunk) { in tryCatch() method in BasicInt 604 private static void tryCatch(int[] t, Class<?> ex, Runnable thunk) { in tryCatch() method in BasicInt
|
D | BasicLong.java | 585 private static void tryCatch(Buffer b, Class<?> ex, Runnable thunk) { in tryCatch() method in BasicLong 604 private static void tryCatch(long[] t, Class<?> ex, Runnable thunk) { in tryCatch() method in BasicLong
|
D | BasicFloat.java | 585 private static void tryCatch(Buffer b, Class<?> ex, Runnable thunk) { in tryCatch() method in BasicFloat 604 private static void tryCatch(float[] t, Class<?> ex, Runnable thunk) { in tryCatch() method in BasicFloat
|
D | BasicDouble.java | 585 private static void tryCatch(Buffer b, Class<?> ex, Runnable thunk) { in tryCatch() method in BasicDouble 604 private static void tryCatch(double[] t, Class<?> ex, Runnable thunk) { in tryCatch() method in BasicDouble
|
D | BasicShort.java | 585 private static void tryCatch(Buffer b, Class<?> ex, Runnable thunk) { in tryCatch() method in BasicShort 604 private static void tryCatch(short[] t, Class<?> ex, Runnable thunk) { in tryCatch() method in BasicShort
|
D | BasicChar.java | 585 private static void tryCatch(Buffer b, Class<?> ex, Runnable thunk) { in tryCatch() method in BasicChar 604 private static void tryCatch(char[] t, Class<?> ex, Runnable thunk) { in tryCatch() method in BasicChar
|
D | BasicByte.java | 585 private static void tryCatch(Buffer b, Class<?> ex, Runnable thunk) { in tryCatch() method in BasicByte 604 private static void tryCatch(byte[] t, Class<?> ex, Runnable thunk) { in tryCatch() method in BasicByte
|