HomeSort by relevance Sort by last modified time
    Searched defs:buf (Results 26 - 50 of 7209) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members/
str.pass.cpp 22 const char buf[] = "123 4.5 dog"; local
23 std::istrstream in(buf);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
ccp_size.pass.cpp 22 const char buf[] = "abcd"; local
23 std::strstreambuf sb(buf, sizeof(buf));
32 const char buf[] = "abcd"; local
33 std::strstreambuf sb(buf, 0);
cscp_size.pass.cpp 22 const signed char buf[] = "abcd"; local
23 std::strstreambuf sb(buf, sizeof(buf));
32 const signed char buf[] = "abcd"; local
33 std::strstreambuf sb(buf, 0);
cucp_size.pass.cpp 22 unsigned char buf[] = "abcd"; local
23 std::strstreambuf sb(buf, sizeof(buf));
32 unsigned char buf[] = "abcd"; local
33 std::strstreambuf sb(buf, 0);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/
overflow.pass.cpp 22 char buf[12] = "abc"; local
23 std::strstreambuf sb(buf, sizeof(buf), buf);
seekoff.pass.cpp 23 char buf[] = "0123456789"; local
24 std::strstreambuf sb(buf, 0);
39 char buf[] = "0123456789"; local
40 std::strstreambuf sb(buf, 0, buf);
seekpos.pass.cpp 23 char buf[] = "0123456789"; local
24 std::strstreambuf sb(buf, 0);
31 char buf[] = "0123456789"; local
32 std::strstreambuf sb(buf, 0, buf);
setbuf.pass.cpp 22 char buf[] = "0123456789"; local
23 std::strstreambuf sb(buf, 0);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/string.streams/stringbuf/stringbuf.assign/
member_swap.pass.cpp 24 std::stringbuf buf; local
25 buf.swap(buf1);
26 assert(buf.str() == "testing");
31 std::stringbuf buf; local
32 buf.swap(buf1);
33 assert(buf.str() == "testing");
38 std::stringbuf buf; local
39 buf.swap(buf1);
40 assert(buf.str() == "testing");
45 std::wstringbuf buf; local
52 std::wstringbuf buf; local
59 std::wstringbuf buf; local
    [all...]
move.pass.cpp 24 std::stringbuf buf; local
25 buf = move(buf1);
26 assert(buf.str() == "testing");
30 std::stringbuf buf; local
31 buf = move(buf1);
32 assert(buf.str() == "testing");
36 std::stringbuf buf; local
37 buf = move(buf1);
38 assert(buf.str() == "testing");
42 std::wstringbuf buf; local
48 std::wstringbuf buf; local
54 std::wstringbuf buf; local
    [all...]
nonmember_swap.pass.cpp 26 std::stringbuf buf; local
27 swap(buf, buf1);
28 assert(buf.str() == "testing");
33 std::stringbuf buf; local
34 swap(buf, buf1);
35 assert(buf.str() == "testing");
40 std::stringbuf buf; local
41 swap(buf, buf1);
42 assert(buf.str() == "testing");
47 std::wstringbuf buf; local
54 std::wstringbuf buf; local
61 std::wstringbuf buf; local
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/string.streams/stringbuf/stringbuf.cons/
default.pass.cpp 23 std::stringbuf buf; local
24 assert(buf.str() == "");
27 std::wstringbuf buf; local
28 assert(buf.str() == L"");
  /bionic/benchmarks/tests/
benchmark_test.cpp 21 std::vector<char> buf(100);
24 uintptr_t aligned_ptr = reinterpret_cast<uintptr_t>(GetAlignedMemory(buf.data(), alignment,
33 std::vector<char> buf; local
35 uintptr_t aligned_ptr = reinterpret_cast<uintptr_t>(GetAlignedPtr(&buf, alignment, 100));
  /bionic/libc/bionic/
ether_ntoa.c 38 ether_ntoa_r (const struct ether_addr *addr, char * buf)
40 snprintf(buf, 18, "%02x:%02x:%02x:%02x:%02x:%02x",
44 return buf;
53 static char buf[18]; local
54 return ether_ntoa_r(addr, buf);
  /bionic/libc/private/
FdPath.h 22 snprintf(buf, sizeof(buf), "/proc/self/fd/%d", fd);
26 return buf;
30 char buf[40]; member in class:FdPath
  /bionic/libc/upstream-openbsd/lib/libc/locale/
wctob.c 37 char buf[MB_LEN_MAX]; local
40 if (c == WEOF || wcrtomb(buf, c, &mbs) != 1)
42 return ((unsigned char)*buf);
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
tmpnam.c 46 static char buf[L_tmpnam]; local
49 s = buf;
  /bionic/tests/
async_safe_test.cpp 25 char buf[BUFSIZ]; local
27 async_safe_format_buffer(buf, sizeof(buf), "a");
28 EXPECT_STREQ("a", buf);
30 async_safe_format_buffer(buf, sizeof(buf), "%%");
31 EXPECT_STREQ("%", buf);
33 async_safe_format_buffer(buf, sizeof(buf), "01234");
34 EXPECT_STREQ("01234", buf);
113 char buf[BUFSIZ]; local
123 char buf[BUFSIZ]; local
133 char buf[BUFSIZ]; local
147 char buf[BUFSIZ]; local
161 char buf[BUFSIZ]; local
171 char buf[BUFSIZ]; local
181 char buf[BUFSIZ]; local
    [all...]
resolv_test.cpp 42 uint8_t buf[128]; local
43 ASSERT_EQ(128, b64_pton(data, buf, sizeof(buf)));
47 char buf[128]; local
48 memset(buf, 'x', sizeof(buf));
51 buf, sizeof(buf)));
52 ASSERT_STREQ(buf, "aGVsbG8=");
56 u_char buf[128] local
    [all...]
stack_protector_test_helper.cpp 19 char buf[128]; local
23 volatile char* p = buf;
24 int size = static_cast<int>(sizeof(buf) + 1);
25 while ((p - buf) < size) *p++ = '\0';
string_posix_strerror_r_test.cpp 41 char buf[256]; local
44 ASSERT_EQ(0, strerror_r(0, buf, sizeof(buf)));
45 ASSERT_STREQ("Success", buf);
46 ASSERT_EQ(0, strerror_r(1, buf, sizeof(buf)));
47 ASSERT_STREQ("Operation not permitted", buf);
50 ASSERT_EQ(0, strerror_r(-1, buf, sizeof(buf)));
51 ASSERT_STREQ("Unknown error -1", buf);
    [all...]
  /build/kati/
testutil.h 35 static char buf[64]; local
36 sprintf(buf, "%zd", v);
37 return buf;
  /cts/hostsidetests/security/securityPatch/CVE-2017-0426/
poc.c 33 struct stat buf; local
36 int fd = lstat("/bugreports", &buf);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
grammar1.c 36 static char buf[100]; local
42 PyOS_snprintf(buf, sizeof(buf), "NT%d", lb->lb_type);
43 return buf;
52 PyOS_snprintf(buf, sizeof(buf), "%.32s(%.32s)",
54 return buf;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
grammar1.c 36 static char buf[100]; local
42 PyOS_snprintf(buf, sizeof(buf), "NT%d", lb->lb_type);
43 return buf;
52 PyOS_snprintf(buf, sizeof(buf), "%.32s(%.32s)",
54 return buf;

Completed in 371 milliseconds

12 3 4 5 6 7 8 91011>>