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

  /external/apache-xml/src/main/java/org/apache/xml/serializer/
WriterToASCI.java 43 private final OutputStream m_os; field in class:WriterToASCI
53 m_os = os;
75 m_os.write(chars[i]);
92 m_os.write(c);
107 m_os.write(s.charAt(i));
122 m_os.flush();
134 m_os.close();
145 return m_os;
WriterToUTF8Buffered.java 55 private final OutputStream m_os; field in class:WriterToUTF8Buffered
83 m_os = out;
109 // m_os = out;
447 m_os.write(m_outputBytes, 0, count);
467 m_os.flush();
482 m_os.close();
493 return m_os;
  /external/zlib/src/contrib/iostream2/
zstream.h 158 ozstream() : m_fp(0), m_os(0) {
161 : m_fp(0), m_os(0) {
165 : m_fp(0), m_os(0) {
199 if (m_os) {
200 ::gzwrite(m_fp, m_os->str(), m_os->pcount());
201 delete[] m_os->str(); delete m_os; m_os = 0;
237 if (m_os == 0) m_os = new ostrstream
255 ostrstream* m_os; member in class:ozstream
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/contrib/iostream2/
zstream.h 158 ozstream() : m_fp(0), m_os(0) {
161 : m_fp(0), m_os(0) {
165 : m_fp(0), m_os(0) {
199 if (m_os) {
200 ::gzwrite(m_fp, m_os->str(), m_os->pcount());
201 delete[] m_os->str(); delete m_os; m_os = 0;
237 if (m_os == 0) m_os = new ostrstream
255 ostrstream* m_os; member in class:ozstream
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/serializer/2.7.1/
serializer-2.7.1.jar 

Completed in 332 milliseconds