HomeSort by relevance Sort by last modified time
    Searched refs:testWriter (Results 1 - 5 of 5) sorted by null

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
ChannelsTest.java 509 Writer testWriter = Channels.newWriter(null, Charset.forName(CODE_SET).newEncoder(), -1);
530 Writer testWriter = Channels.newWriter(wbChannel, Charset.forName(
539 testWriter.write(writebuf);
540 testWriter.flush();
541 testWriter.close();
552 Writer testWriter = Channels.newWriter(wbChannel, CODE_SET); //$NON-NLS-1$
567 testWriter.write(writebuf);
568 testWriter.flush();
572 testWriter.flush();
576 testWriter.flush()
    [all...]
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/
HTMLDocumentTest.java 28 public void testWriter() throws IOException {
  /external/libxml2/doc/examples/
Makefile.am 63 testWriter \
89 testWriter_SOURCES = testWriter.c
126 $(CHECKER) ./testWriter && for i in 1 2 3 4 ; do diff $(srcdir)/writer.xml writer$$i.tmp || break ; done
  /prebuilts/go/darwin-x86/src/mime/quotedprintable/
writer_test.go 14 func TestWriter(t *testing.T) {
15 testWriter(t, false)
19 testWriter(t, true)
22 func testWriter(t *testing.T, binary bool) {
  /prebuilts/go/linux-x86/src/mime/quotedprintable/
writer_test.go 14 func TestWriter(t *testing.T) {
15 testWriter(t, false)
19 testWriter(t, true)
22 func testWriter(t *testing.T, binary bool) {

Completed in 1700 milliseconds