Home
last modified time | relevance | path

Searched refs:test_buf (Results 1 - 25 of 70) sorted by relevance

123

/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/
H A Dusage_test.cc120 std::stringstream test_buf; in TEST_F() local
122 flags::FlagHelp(test_buf, *flag, flags::HelpFormat::kHumanReadable); in TEST_F()
124 test_buf.str(), in TEST_F()
132 std::stringstream test_buf; in TEST_F() local
134 flags::FlagHelp(test_buf, *flag, flags::HelpFormat::kHumanReadable); in TEST_F()
136 test_buf.str(), in TEST_F()
144 std::stringstream test_buf; in TEST_F() local
146 flags::FlagHelp(test_buf, *flag, flags::HelpFormat::kHumanReadable); in TEST_F()
148 test_buf.str(), in TEST_F()
156 std::stringstream test_buf; in TEST_F() local
168 std::stringstream test_buf; TEST_F() local
250 std::stringstream test_buf; TEST_F() local
259 std::stringstream test_buf; TEST_F() local
292 std::stringstream test_buf; TEST_F() local
326 std::stringstream test_buf; TEST_F() local
350 std::stringstream test_buf; TEST_F() local
383 std::stringstream test_buf; TEST_F() local
416 std::stringstream test_buf; TEST_F() local
430 std::stringstream test_buf; TEST_F() local
[all...]
/third_party/lwip/test/unit/core/
H A Dtest_def.c34 char *test_buf = &buf[GUARD_SIZE]; in test_def_itoa() local
40 lwip_itoa(test_buf, exp_len + 1, number); in test_def_itoa()
42 fail_unless(test_buf[exp_len] == 0); in test_def_itoa()
43 fail_unless(!memcmp(test_buf, expected, exp_len)); in test_def_itoa()
44 def_check_range_untouched(&test_buf[exp_len + 1], TEST_BUFSIZE - GUARD_SIZE - exp_len - 1); in test_def_itoa()
48 lwip_itoa(test_buf, exp_len, number); in test_def_itoa()
50 def_check_range_untouched(&test_buf[exp_len + 1], TEST_BUFSIZE - GUARD_SIZE - exp_len - 1); in test_def_itoa()
54 lwip_itoa(test_buf, exp_len + 4, number); in test_def_itoa()
56 fail_unless(test_buf[exp_len] == 0); in test_def_itoa()
57 fail_unless(!memcmp(test_buf, expecte in test_def_itoa()
[all...]
/third_party/libuv/test/
H A Dtest-eintr-handling.c41 static char test_buf[] = "test-buffer\n"; variable
54 nwritten = write(pipe_fds[1], test_buf, sizeof(test_buf)); in thread_main()
57 ASSERT_EQ(nwritten, sizeof(test_buf)); in thread_main()
81 ASSERT_EQ(nread, sizeof(test_buf)); in TEST_IMPL()
82 ASSERT_OK(strcmp(buf, test_buf)); in TEST_IMPL()
H A Dtest-fs.c130 static char test_buf[] = "test-buffer\n"; variable
331 ASSERT_EQ(s->st_size, sizeof(test_buf)); in fstat_cb()
407 ASSERT_OK(strcmp(buf, test_buf)); in read_cb()
493 iov = uv_buf_init(test_buf, sizeof(test_buf)); in create_cb()
995 iov = uv_buf_init(test_buf, sizeof(test_buf)); in fs_file_sync()
1016 ASSERT_OK(strcmp(buf, test_buf)); in fs_file_sync()
1364 iov = uv_buf_init(test_buf, sizeof(test_buf)); in TEST_IMPL()
[all...]
H A Dtest-metrics.c35 static char test_buf[] = "test-buffer\n"; variable
174 ASSERT_EQ(req->result, sizeof(test_buf)); in write_cb()
197 uv_buf_t iov = uv_buf_init(test_buf, sizeof(test_buf)); in create_cb()
338 iov = uv_buf_init(test_buf, sizeof(test_buf)); in TEST_IMPL()
/third_party/node/deps/openssl/openssl/crypto/ui/
H A Dui_lib.c123 const char *test_buf) in general_allocate_string()
133 s->_.string_data.test_buf = test_buf; in general_allocate_string()
226 const char *test_buf) in UI_add_verify_string()
230 maxsize, test_buf); in UI_add_verify_string()
235 const char *test_buf) in UI_dup_verify_string()
249 maxsize, test_buf); in UI_dup_verify_string()
833 return uis->_.string_data.test_buf; in UI_get0_test_string()
119 general_allocate_string(UI *ui, const char *prompt, int prompt_freeable, enum UI_string_types type, int input_flags, char *result_buf, int minsize, int maxsize, const char *test_buf) general_allocate_string() argument
224 UI_add_verify_string(UI *ui, const char *prompt, int flags, char *result_buf, int minsize, int maxsize, const char *test_buf) UI_add_verify_string() argument
233 UI_dup_verify_string(UI *ui, const char *prompt, int flags, char *result_buf, int minsize, int maxsize, const char *test_buf) UI_dup_verify_string() argument
H A Dui_local.h81 const char *test_buf; /* Input: test string to verify against */ member
/third_party/openssl/crypto/ui/
H A Dui_lib.c123 const char *test_buf) in general_allocate_string()
133 s->_.string_data.test_buf = test_buf; in general_allocate_string()
226 const char *test_buf) in UI_add_verify_string()
230 maxsize, test_buf); in UI_add_verify_string()
235 const char *test_buf) in UI_dup_verify_string()
249 maxsize, test_buf); in UI_dup_verify_string()
833 return uis->_.string_data.test_buf; in UI_get0_test_string()
119 general_allocate_string(UI *ui, const char *prompt, int prompt_freeable, enum UI_string_types type, int input_flags, char *result_buf, int minsize, int maxsize, const char *test_buf) general_allocate_string() argument
224 UI_add_verify_string(UI *ui, const char *prompt, int flags, char *result_buf, int minsize, int maxsize, const char *test_buf) UI_add_verify_string() argument
233 UI_dup_verify_string(UI *ui, const char *prompt, int flags, char *result_buf, int minsize, int maxsize, const char *test_buf) UI_dup_verify_string() argument
H A Dui_local.h81 const char *test_buf; /* Input: test string to verify against */ member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp377 } test_buf; in getConstantFieldValue() local
380 support::endian::write16le(test_buf.c, test_val); in getConstantFieldValue()
382 support::endian::write16be(test_buf.c, test_val); in getConstantFieldValue()
384 bool endian_match = test_buf.s == test_val; in getConstantFieldValue()
/third_party/openssl/ohos_lite/include/openssl/
H A Dui.h95 const char *test_buf);
98 const char *test_buf);
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dui.h106 const char *test_buf);
109 const char *test_buf);
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dui.h106 const char *test_buf);
109 const char *test_buf);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dui.h106 const char *test_buf);
109 const char *test_buf);
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dui.h106 const char *test_buf);
109 const char *test_buf);
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dui.h106 const char *test_buf);
109 const char *test_buf);
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dui.h106 const char *test_buf);
109 const char *test_buf);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Dui.h106 const char *test_buf);
109 const char *test_buf);
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dui.h106 const char *test_buf);
109 const char *test_buf);
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Dui.h106 const char *test_buf);
109 const char *test_buf);
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dui.h106 const char *test_buf);
109 const char *test_buf);
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
H A Dui.h106 const char *test_buf);
109 const char *test_buf);
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
H A Dui.h106 const char *test_buf);
109 const char *test_buf);
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/
H A Dui.h106 const char *test_buf);
109 const char *test_buf);
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/
H A Dui.h106 const char *test_buf);
109 const char *test_buf);

Completed in 19 milliseconds

123