/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/ |
D | usage_test.cc | 120 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 [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | testfile.c | 69 char test_buf[30]; in main() local 142 if (0 != rwops->read(rwops, test_buf, 1, 1)) in main() 153 if (7 != rwops->read(rwops, test_buf, 1, 7)) in main() 155 if (SDL_memcmp(test_buf, "1234567", 7)) in main() 157 if (0 != rwops->read(rwops, test_buf, 1, 1)) in main() 159 if (0 != rwops->read(rwops, test_buf, 10, 100)) in main() 163 if (2 != rwops->read(rwops, test_buf, 10, 3)) in main() 165 if (SDL_memcmp(test_buf, "12345678901234567890", 20)) in main() 167 if (0 != rwops->write(rwops, test_buf, 1, 1)) in main() 183 if (1 != rwops->read(rwops, test_buf, 1, 1)) in main() [all …]
|
/third_party/lwip/test/unit/core/ |
D | test_def.c | 34 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, expected, exp_len)); in test_def_itoa() [all …]
|
/third_party/libuv/test/ |
D | test-eintr-handling.c | 41 static char test_buf[] = "test-buffer\n"; variable 54 nwritten = write(pipe_fds[1], test_buf, sizeof(test_buf)); in thread_main() 57 ASSERT(nwritten == sizeof(test_buf)); in thread_main() 81 ASSERT(nread == sizeof(test_buf)); in TEST_IMPL() 82 ASSERT(0 == strcmp(buf, test_buf)); in TEST_IMPL()
|
D | test-fs.c | 121 static char test_buf[] = "test-buffer\n"; variable 281 ASSERT(s->st_size == sizeof(test_buf)); in fstat_cb() 357 ASSERT(strcmp(buf, test_buf) == 0); in read_cb() 443 iov = uv_buf_init(test_buf, sizeof(test_buf)); in create_cb() 935 iov = uv_buf_init(test_buf, sizeof(test_buf)); in fs_file_sync() 955 ASSERT(strcmp(buf, test_buf) == 0); in fs_file_sync() 1296 iov = uv_buf_init(test_buf, sizeof(test_buf)); in TEST_IMPL() 1298 ASSERT(r == sizeof(test_buf)); in TEST_IMPL() 1299 ASSERT(req.result == sizeof(test_buf)); in TEST_IMPL() 1317 ASSERT(strcmp(buf, test_buf) == 0); in TEST_IMPL() [all …]
|
/third_party/openssl/crypto/ui/ |
D | ui_lib.c | 123 const char *test_buf) in general_allocate_string() argument 133 s->_.string_data.test_buf = test_buf; in general_allocate_string() 226 const char *test_buf) in UI_add_verify_string() argument 230 maxsize, test_buf); in UI_add_verify_string() 235 const char *test_buf) in UI_dup_verify_string() argument 249 maxsize, test_buf); in UI_dup_verify_string() 829 return uis->_.string_data.test_buf; in UI_get0_test_string()
|
D | ui_local.h | 81 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/ |
D | BPFISelDAGToDAG.cpp | 377 } 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/ |
D | ui.h | 95 const char *test_buf); 98 const char *test_buf);
|
/third_party/musl/src/crypt/ |
D | crypt_des.c | 990 char test_buf[21]; in __crypt_des() local 1011 p = _crypt_extended_r_uut(test_key, test_setting, test_buf); in __crypt_des()
|
/third_party/alsa-utils/axfer/test/ |
D | mapper-test.c | 384 char *test_buf = frame_buffer; in test_n_buf() local 397 test_vec[i] = test_buf + size * i; in test_n_buf()
|
/third_party/openssl/doc/man3/ |
D | UI_new.pod | 31 const char *test_buf); 34 const char *test_buf);
|
/third_party/openssl/include/openssl/ |
D | ui.h.in | 107 const char *test_buf); 110 const char *test_buf);
|