Home
last modified time | relevance | path

Searched defs:tryCatch (Results 1 – 7 of 7) sorted by relevance

/libcore/ojluni/src/test/java/nio/Buffer/
DBasicInt.java585 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
DBasicLong.java585 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
DBasicFloat.java585 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
DBasicDouble.java585 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
DBasicShort.java585 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
DBasicChar.java585 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
DBasicByte.java585 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