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

  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
FileEntryTest.groovy 131 outputStream.withWriter { writer -> writer.write('ABCDEF') }
  /external/libxml2/win32/
configure.js 56 var withWriter = true;
140 txt += " writer: Enable xmlWriter api (" + (withWriter? "yes" : "no") + ")\n";
253 vf.WriteLine("WITH_WRITER=" + (withWriter? "1" : "0"));
359 of.WriteLine(s.replace(/\@WITH_WRITER\@/, withWriter? "1" : "0"));
504 withWriter = strToBool(arg.substring(opt.length + 1, arg.length));
676 txtOut += " Writer support: " + boolToStr(withWriter) + "\n";

Completed in 238 milliseconds