Home
last modified time | relevance | path

Searched refs:erase (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/lambda/java/java/lang/invoke/
DMethodType.java79 public MethodType erase() { return null; } in erase() method in MethodType
/libcore/luni/src/test/java/libcore/java/lang/invoke/
DMethodTypeTest.java493 MethodType erased = mt.erase(); in testErase()
499 erased = mt.erase(); in testErase()
511 assertEquals(generic, mt.wrap().erase()); in testGeneric()
/libcore/ojluni/src/main/java/sun/nio/ch/
DUtil.java363 static void erase(ByteBuffer bb) {
DFileChannelImpl.java609 Util.erase(bb); in transferToArbitraryChannel()
719 Util.erase(bb); in transferFromArbitraryChannel()
/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodType.java618 public MethodType erase() { in erase() method in MethodType
655 return this == erase() && !hasPrimitives(); in isGeneric()