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

  /external/qemu/distrib/sdl-1.2.15/test/
testfile.c 48 char test_buf[30]; local
98 if (0!=rwops->read(rwops,test_buf,1,1)) RWOP_ERR_QUIT(rwops); /* we are in write only mode */
105 if (7!=rwops->read(rwops,test_buf,1,7)) RWOP_ERR_QUIT(rwops);
106 if (SDL_memcmp(test_buf,"1234567",7)) RWOP_ERR_QUIT(rwops);
107 if (0!=rwops->read(rwops,test_buf,1,1)) RWOP_ERR_QUIT(rwops);
108 if (0!=rwops->read(rwops,test_buf,10,100)) RWOP_ERR_QUIT(rwops);
110 if (2!=rwops->read(rwops,test_buf,10,3)) RWOP_ERR_QUIT(rwops);
111 if (SDL_memcmp(test_buf,"12345678901234567890",20)) RWOP_ERR_QUIT(rwops);
112 if (0!=rwops->write(rwops,test_buf,1,1)) RWOP_ERR_QUIT(rwops); /* readonly mode */
122 if (1!=rwops->read(rwops,test_buf,1,1)) RWOP_ERR_QUIT(rwops); /* we are in read/write mode *
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/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());
52 test_buf f(bs.rdbuf());
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());
  /ndk/sources/cxx-stl/llvm-libc++/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;
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;
seekoff.pass.cpp 23 struct test_buf struct in inherits:std::basic_filebuf
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;
  /external/openssl/crypto/ui/
ui_locl.h 124 const char *test_buf; /* Input: test string to verify member in struct:ui_string_st::__anon12679::__anon12680

Completed in 924 milliseconds