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

  /external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/
sputn.pass.cpp 28 std::streamsize xsputn(const char_type*, std::streamsize) function in struct:test
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/
sputn.pass.cpp 28 std::streamsize xsputn(const char_type*, std::streamsize) function in struct:test
  /external/deqp/executor/
xeXMLWriter.cpp 80 std::streamsize EscapeStreambuf::xsputn (const char* s, std::streamsize count) function in class:xe::xml::EscapeStreambuf
123 return xsputn(&chVal, 1) == 1 ? ch : -1;
  /external/v8/src/
ostreams.cc 34 std::streamsize OFStreamBase::xsputn(const char* s, std::streamsize n) { function in class:v8::internal::OFStreamBase
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
stdio_sync_filebuf.h 157 xsputn(const char_type* __s, std::streamsize __n);
221 stdio_sync_filebuf<char>::xsputn(const char* __s, std::streamsize __n) function in class:stdio_sync_filebuf
264 stdio_sync_filebuf<wchar_t>::xsputn(const wchar_t* __s, function in class:stdio_sync_filebuf
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
stdio_sync_filebuf.h 157 xsputn(const char_type* __s, std::streamsize __n);
221 stdio_sync_filebuf<char>::xsputn(const char* __s, std::streamsize __n) function in class:stdio_sync_filebuf
264 stdio_sync_filebuf<wchar_t>::xsputn(const wchar_t* __s, function in class:stdio_sync_filebuf
  /external/deqp/framework/common/
tcuCommandLine.cpp 202 std::streamsize xsputn (const char* s, std::streamsize count);
221 std::streamsize DebugOutStreambuf::xsputn (const char* s, std::streamsize count) function in class:tcu::DebugOutStreambuf
242 return xsputn(&chVal, 1) == 1 ? ch : -1;

Completed in 326 milliseconds