Searched refs:Chars (Results 1 – 4 of 4) sorted by relevance
/libcore/ojluni/src/test/java/nio/Buffer/ |
D | EqualsCompareTest.java | 231 static class Chars extends BufferType<CharBuffer, Character> { class in EqualsCompareTest.BufferType 232 Chars(BufferKind k) { in Chars() method in EqualsCompareTest.BufferType.Chars 451 {new BufferType.Chars(BufferKind.HEAP)}, in bufferTypesProvider() 452 {new BufferType.Chars(BufferKind.HEAP_VIEW)}, in bufferTypesProvider() 453 {new BufferType.Chars(BufferKind.DIRECT)}, in bufferTypesProvider() 515 {new BufferType.Chars(BufferKind.HEAP)}, in charBufferTypesProvider() 516 {new BufferType.Chars(BufferKind.HEAP_VIEW)}, in charBufferTypesProvider() 517 {new BufferType.Chars(BufferKind.DIRECT)}, in charBufferTypesProvider() 604 public void testCharBuffers(BufferType.Chars charBufferType) { in testCharBuffers() 606 BiFunction<BufferType.Chars, Integer, CharBuffer> constructor = (at, s) -> { in testCharBuffers() [all …]
|
D | Chars.java | 45 public class Chars { class
|
/libcore/ojluni/src/test/java/lang/String/ |
D | Chars.java | 36 public class Chars { class
|
/libcore/ |
D | EXPECTED_UPSTREAM | 2095 ojluni/src/test/java/nio/Buffer/Chars.java,jdk17u/jdk-17.0.6-ga,test/jdk/java/nio/Buffer/Chars.java
|