Searched refs:abc (Results 1 – 6 of 6) sorted by relevance
73 ^(a(b(c)?)?)?abc74 abc75 true abc 377 ^(a(b(c){0,1}){0,1}){0,1}abc78 abc79 true abc 382 abc83 true abc 3 abc bc c86 abc(?x)blah90 abc(?x) blah[all …]
74 AsynchronousByteChannel abc = mock(AsynchronousByteChannel.class); in testInputStreamAsynchronousByteChannel() local75 InputStream is = Channels.newInputStream(abc); in testInputStreamAsynchronousByteChannel()80 when(abc.read(bbCaptor.capture())).thenReturn(result); in testInputStreamAsynchronousByteChannel()97 Mockito.verify(abc).read(isA(ByteBuffer.class)); in testInputStreamAsynchronousByteChannel()102 AsynchronousByteChannel abc = mock(AsynchronousByteChannel.class); in testOutputStreamAsynchronousByteChannel() local103 OutputStream os = Channels.newOutputStream(abc); in testOutputStreamAsynchronousByteChannel()108 when(abc.write(bbCaptor.capture())).thenReturn(result); in testOutputStreamAsynchronousByteChannel()124 Mockito.verify(abc).write(isA(ByteBuffer.class)); in testOutputStreamAsynchronousByteChannel()
4 key2 = abc\\\
13 abc
1576 Text abc = (Text) documentElement.getFirstChild(); in testCoalescingOff() local1577 assertEquals("abc", abc.getTextContent()); in testCoalescingOff()1578 CDATASection def = (CDATASection) abc.getNextSibling(); in testCoalescingOff()1610 Text abc = (Text) documentElement.getFirstChild(); in testExpandingEntityReferencesOff() local1611 assertEquals("abc", abc.getTextContent()); in testExpandingEntityReferencesOff()1613 EntityReference def = (EntityReference) abc.getNextSibling(); in testExpandingEntityReferencesOff()