HomeSort by relevance Sort by last modified time
    Searched defs:xsputn (Results 1 - 19 of 19) 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/r11/sources/cxx-stl/llvm-libc++/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
  /prebuilts/ndk/r13/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.11-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-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
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/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/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_streambuf.c 84 basic_streambuf<_CharT, _Traits>::xsputn(const _CharT* __s, streamsize __n) function in class:_Traits
_sstream.c 170 basic_stringbuf<_CharT, _Traits, _Alloc>::xsputn(const char_type* __s, function in class:_Alloc
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/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/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_streambuf.c 84 basic_streambuf<_CharT, _Traits>::xsputn(const _CharT* __s, streamsize __n) function in class:_Traits
_sstream.c 170 basic_stringbuf<_CharT, _Traits, _Alloc>::xsputn(const char_type* __s, function in class:_Alloc
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/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/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_streambuf.c 84 basic_streambuf<_CharT, _Traits>::xsputn(const _CharT* __s, streamsize __n) function in class:_Traits
_sstream.c 170 basic_stringbuf<_CharT, _Traits, _Alloc>::xsputn(const char_type* __s, function in class:_Alloc
  /external/fmtlib/test/
ostream-test.cc 150 MOCK_METHOD2(xsputn, std::streamsize (const void *s, std::streamsize n));
151 std::streamsize xsputn(const char *s, std::streamsize n) { function in struct:MockStreamBuf
153 return xsputn(v, n);
168 EXPECT_CALL(buffer, xsputn(data, static_cast<std::streamsize>(n)))
  /external/deqp/framework/common/
tcuCommandLine.cpp 197 std::streamsize xsputn (const char* s, std::streamsize count);
216 std::streamsize DebugOutStreambuf::xsputn (const char* s, std::streamsize count) function in class:tcu::DebugOutStreambuf
237 return xsputn(&chVal, 1) == 1 ? ch : -1;

Completed in 577 milliseconds