Home
last modified time | relevance | path

Searched refs:sputn (Results 1 – 18 of 18) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put/
Dxsputn.pass.cpp38 assert(t.sputn(in, sizeof(in)) == 0); in main()
41 assert(t.sputn(in, sizeof(in)) == sizeof(in)); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.members/
Dopen_pointer.pass.cpp25 assert(f.sputn("123", 3) == 3); in main()
40 assert(f.sputn(L"123", 3) == 3); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.assign/
Dmove_assign.pass.cpp30 assert(f.sputn("123", 3) == 3); in main()
45 assert(f.sputn(L"123", 3) == 3); in main()
Dmember_swap.pass.cpp29 assert(f.sputn("123", 3) == 3); in main()
44 assert(f.sputn(L"123", 3) == 3); in main()
Dnonmember_swap.pass.cpp31 assert(f.sputn("123", 3) == 3); in main()
46 assert(f.sputn(L"123", 3) == 3); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.cons/
Dmove.pass.cpp30 assert(f.sputn("123", 3) == 3); in main()
44 assert(f.sputn(L"123", 3) == 3); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
Dseekoff.pass.cpp32 f.sputn("abcdefghijklmnopqrstuvwxyz", 26); in main()
53 f.sputn(L"abcdefghijklmnopqrstuvwxyz", 26); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/
Dsputn.pass.cpp39 assert(t.sputn(0, 0) == 5); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
Dseekoff.pass.cpp45 f.sputn(L"abcdefghijklmnopqrstuvwxyz", 26); in main()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_ostream.c82 __nwritten = __to->sputn(__from->gptr(), __avail); in _M_copy_buffered()
340 __failed = this->rdbuf()->sputn(__s, __n) != __n; in _M_put_nowiden()
342 __failed = this->rdbuf()->sputn(__s, __n) != __n; in _M_put_nowiden()
348 __failed = __failed || this->rdbuf()->sputn(__s, __n) != __n; in _M_put_nowiden()
436 __failed = this->rdbuf()->sputn(__s, __n) != __n; in write()
D_string_io.c55 __ok = __ok && (__buf->sputn(__s.data(), streamsize(__n)) == streamsize(__n));
D_streambuf.h204 streamsize sputn(const char_type* __s, streamsize __n) in sputn() function
D_istream.c1300 streamsize __n = __dest->sputn(__first, __extract_delim && __last != __src->_M_egptr() in __copy_buffered()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dstreambuf59 streamsize sputn(const char_type* s, streamsize n);
160 streamsize sputn(const char_type* __s, streamsize __n);
358 basic_streambuf<_CharT, _Traits>::sputn(const char_type* __s, streamsize __n)
Dlocale1491 if (__s.__sbuf_->sputn(__ob, __np) != __np)
1500 if (__s.__sbuf_->sputn(__sp.data(), __ns) != __ns)
1509 if (__s.__sbuf_->sputn(__op, __np) != __np)
4208 if (__bufptr_->sputn((const char*)this->pbase(), __nmemb) != __nmemb)
4225 if (__bufptr_->sputn((const char*)this->pbase(), __nmemb) != __nmemb)
4231 if (__bufptr_->sputn(__extbuf_, __nmemb) != __nmemb)
4354 if (__bufptr_->sputn(__extbuf_, __nmemb) != __nmemb)
Dostream939 if (this->rdbuf()->sputn(__s, __n) != __n)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk1765 $(call gen-test, input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/sputn)
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk1756 $(call gen-test, input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/sputn)