HomeSort by relevance Sort by last modified time
    Searched defs:xsputn (Results 1 - 3 of 3) sorted by null

  /external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/
sputn.pass.cpp 28 std::streamsize xsputn(const char_type* s, std::streamsize n) function in struct:test
  /external/deqp/executor/
xeXMLWriter.cpp 48 std::streamsize EscapeStreambuf::xsputn (const char* s, std::streamsize count) function in class:xe::xml::EscapeStreambuf
91 return xsputn(&chVal, 1) == 1 ? ch : -1;
  /external/deqp/framework/common/
tcuCommandLine.cpp 185 std::streamsize xsputn (const char* s, std::streamsize count);
204 std::streamsize DebugOutStreambuf::xsputn (const char* s, std::streamsize count) function in class:tcu::DebugOutStreambuf
225 return xsputn(&chVal, 1) == 1 ? ch : -1;

Completed in 291 milliseconds