Home
last modified time | relevance | path

Searched defs:test_buf (Results 1 – 11 of 11) sorted by relevance

/external/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/
Dpbackfail.pass.cpp23 struct test_buf struct
31 explicit test_buf(std::streambuf* sb) : base(sb) {} in test_buf() argument
45 test_buf f(bs.rdbuf()); in main() argument
Dunderflow.pass.cpp23 struct test_buf struct
31 explicit test_buf(std::streambuf* sb) : base(sb) {} in test_buf() argument
45 test_buf f(bs.rdbuf()); in main() argument
Doverflow.pass.cpp23 struct test_buf struct
31 explicit test_buf(std::streambuf* sb) : base(sb) {} in test_buf() argument
45 test_buf f(bs.rdbuf()); in main() argument
Dseekoff.pass.cpp39 typedef std::wbuffer_convert<test_codecvt> test_buf; in main() typedef
/external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/
Dpbackfail.pass.cpp20 struct test_buf struct
39 test_buf<char> f; in main() argument
Dunderflow.pass.cpp25 struct test_buf struct
43 test_buf<char> f; in main() argument
Doverflow.pass.cpp24 struct test_buf struct
43 test_buf<char> f; in main() argument
/external/openssh/regress/unittests/sshbuf/
Dtest_sshbuf_fixed.c27 const u_char test_buf[] = "\x01\x12\x34\x56\x78\x00\x00\x00\x05hello"; variable
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_format_interceptor_test.cc63 static const char test_buf[] = "Test string."; variable
/external/e2fsprogs/lib/ext2fs/
Dcrc32c.c244 static uint8_t test_buf[] = { variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
DBPFISelDAGToDAG.cpp406 } test_buf; in getConstantFieldValue() local