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

  /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/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...]
  /external/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
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());
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());
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());
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());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
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());
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());
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());
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());
  /external/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
pbackfail.pass.cpp 20 struct test_buf struct in inherits:std::basic_filebuf
39 test_buf<char> f;
47 test_buf<char> f;
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...]
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;
seekoff.pass.cpp 23 struct test_buf struct in inherits:std::basic_filebuf
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
pbackfail.pass.cpp 20 struct test_buf struct in inherits:std::basic_filebuf
39 test_buf<char> f;
47 test_buf<char> f;
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...]
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/chromium_org/v8/test/cctest/
test-mementos.cc 93 i::ScopedVector<char> test_buf(1024);
105 i::SNPrintF(test_buf, program, call_count);
106 v8::Local<v8::Value> res = CompileRun(test_buf.start());
test-api.cc     [all...]
  /external/openssl/crypto/ui/
ui_locl.h 124 const char *test_buf; /* Input: test string to verify member in struct:ui_string_st::__anon12053::__anon12054
ui.h 135 char *result_buf, int minsize, int maxsize, const char *test_buf);
137 char *result_buf, int minsize, int maxsize, const char *test_buf);
ui_lib.c 167 char *result_buf, int minsize, int maxsize, const char *test_buf)
179 s->_.string_data.test_buf=test_buf;
271 char *result_buf, int minsize, int maxsize, const char *test_buf)
274 UIT_VERIFY, flags, result_buf, minsize, maxsize, test_buf);
278 char *result_buf, int minsize, int maxsize, const char *test_buf)
293 UIT_VERIFY, flags, result_buf, minsize, maxsize, test_buf);
811 return uis->_.string_data.test_buf;
  /external/openssl/include/openssl/
ui.h 135 char *result_buf, int minsize, int maxsize, const char *test_buf);
137 char *result_buf, int minsize, int maxsize, const char *test_buf);
  /external/e2fsprogs/lib/ext2fs/
crc32c.c 455 static uint8_t test_buf[] = { variable
    [all...]

Completed in 485 milliseconds