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

  /external/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/
seekoff.pass.cpp 39 typedef std::wbuffer_convert<test_codecvt> test_buf; typedef
40 typedef test_buf::pos_type pos_type;
43 test_buf f(bs.rdbuf());
overflow.pass.cpp 23 struct test_buf struct in inherits:std::wbuffer_convert
31 explicit test_buf(std::streambuf* sb) : base(sb) {} function in struct:test_buf
45 test_buf f(bs.rdbuf());
56 test_buf f(bs.rdbuf());
62 test_buf f(bs.rdbuf());
74 test_buf f(bs.rdbuf());
80 test_buf f(bs.rdbuf());
pbackfail.pass.cpp 23 struct test_buf struct in inherits:std::wbuffer_convert
31 explicit test_buf(std::streambuf* sb) : base(sb) {} function in struct:test_buf
45 test_buf f(bs.rdbuf());
48 assert(f.pbackfail(L'a') == test_buf::traits_type::eof());
52 test_buf f(bs.rdbuf());
55 assert(f.pbackfail(L'a') == test_buf::traits_type::eof());
underflow.pass.cpp 23 struct test_buf struct in inherits:std::wbuffer_convert
31 explicit test_buf(std::streambuf* sb) : base(sb) {} function in struct:test_buf
45 test_buf f(bs.rdbuf());
57 test_buf f(bs.rdbuf());
78 test_buf f(bs.rdbuf());
82 assert(f.sbumpc() == test_buf::traits_type::eof());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
seekoff.pass.cpp 39 typedef std::wbuffer_convert<test_codecvt> test_buf; typedef
40 typedef test_buf::pos_type pos_type;
43 test_buf f(bs.rdbuf());
overflow.pass.cpp 23 struct test_buf struct in inherits:std::wbuffer_convert
31 explicit test_buf(std::streambuf* sb) : base(sb) {} function in struct:test_buf
45 test_buf f(bs.rdbuf());
56 test_buf f(bs.rdbuf());
62 test_buf f(bs.rdbuf());
74 test_buf f(bs.rdbuf());
80 test_buf f(bs.rdbuf());
pbackfail.pass.cpp 23 struct test_buf struct in inherits:std::wbuffer_convert
31 explicit test_buf(std::streambuf* sb) : base(sb) {} function in struct:test_buf
45 test_buf f(bs.rdbuf());
48 assert(f.pbackfail(L'a') == test_buf::traits_type::eof());
52 test_buf f(bs.rdbuf());
55 assert(f.pbackfail(L'a') == test_buf::traits_type::eof());
underflow.pass.cpp 23 struct test_buf struct in inherits:std::wbuffer_convert
31 explicit test_buf(std::streambuf* sb) : base(sb) {} function in struct:test_buf
45 test_buf f(bs.rdbuf());
57 test_buf f(bs.rdbuf());
78 test_buf f(bs.rdbuf());
82 assert(f.sbumpc() == test_buf::traits_type::eof());
  /prebuilts/misc/windows/sdl2/test/
testfile.c 70 char test_buf[30]; local
143 if (0 != rwops->read(rwops, test_buf, 1, 1))
154 if (7 != rwops->read(rwops, test_buf, 1, 7))
156 if (SDL_memcmp(test_buf, "1234567", 7))
158 if (0 != rwops->read(rwops, test_buf, 1, 1))
160 if (0 != rwops->read(rwops, test_buf, 10, 100))
164 if (2 != rwops->read(rwops, test_buf, 10, 3))
166 if (SDL_memcmp(test_buf, "12345678901234567890", 20))
168 if (0 != rwops->write(rwops, test_buf, 1, 1))
184 if (1 != rwops->read(rwops, test_buf, 1, 1)
    [all...]
  /external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/
overflow.pass.cpp 22 struct test_buf struct in inherits:std::basic_filebuf
41 test_buf<char> f;
53 test_buf<char> f;
60 test_buf<char> f;
73 test_buf<char> f;
80 test_buf<wchar_t> f;
92 test_buf<wchar_t> f;
99 test_buf<wchar_t> f;
112 test_buf<wchar_t> f;
119 test_buf<wchar_t> f
    [all...]
pbackfail.pass.cpp 20 struct test_buf struct in inherits:std::basic_filebuf
39 test_buf<char> f;
47 test_buf<char> f;
underflow.pass.cpp 22 struct test_buf struct in inherits:std::basic_filebuf
40 test_buf<char> f;
53 test_buf<char> f;
76 test_buf<wchar_t> f;
89 test_buf<wchar_t> f;
112 test_buf<wchar_t> f;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
overflow.pass.cpp 22 struct test_buf struct in inherits:std::basic_filebuf
41 test_buf<char> f;
53 test_buf<char> f;
60 test_buf<char> f;
73 test_buf<char> f;
80 test_buf<wchar_t> f;
92 test_buf<wchar_t> f;
99 test_buf<wchar_t> f;
112 test_buf<wchar_t> f;
122 test_buf<wchar_t> f
    [all...]
pbackfail.pass.cpp 20 struct test_buf struct in inherits:std::basic_filebuf
39 test_buf<char> f;
47 test_buf<char> f;
underflow.pass.cpp 22 struct test_buf struct in inherits:std::basic_filebuf
40 test_buf<char> f;
53 test_buf<char> f;
76 test_buf<wchar_t> f;
89 test_buf<wchar_t> f;
115 test_buf<wchar_t> f;
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_format_interceptor_test.cc 63 static const char test_buf[] = "Test string."; variable
64 static const size_t test_buf_size = sizeof(test_buf);
82 test_buf, test_buf, test_buf, test_buf, test_buf, test_buf,
83 test_buf, test_buf, test_buf, test_buf, test_buf, test_buf
    [all...]
  /external/e2fsprogs/lib/ext2fs/
crc32c.c 455 static uint8_t test_buf[] = { variable
    [all...]

Completed in 1575 milliseconds