Home
last modified time | relevance | path

Searched defs:targets (Results 1 – 5 of 5) sorted by relevance

/libcore/luni/src/test/java/libcore/java/nio/channels/
DOldSocketChannelTest.java387 public long read(ByteBuffer[] targets, int offset, int length) in read()
/libcore/ojluni/src/main/java/java/util/logging/
DLogManager.java1341 Handler[] targets = logger.getHandlers(); in resetLogger() local
/libcore/ojluni/src/main/java/java/lang/invoke/
DTransformers.java3125 private final MethodHandle[] targets; field in Transformers.TableSwitch
3127 TableSwitch(MethodType type, MethodHandle fallback, MethodHandle[] targets) { in TableSwitch()
DMethodHandles.java5708 public static MethodHandle tableSwitch(MethodHandle fallback, MethodHandle... targets) { in tableSwitch()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DSocketChannelTest.java3776 public long read(ByteBuffer[] targets, int offset, int length) throws IOException { in read()