/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/abseil-cpp/absl/flags/internal/ |
D | usage_test.cc | 114 std::stringstream test_buf; in TEST_F() local 116 flags::FlagHelp(test_buf, *flag, flags::HelpFormat::kHumanReadable); in TEST_F() 118 test_buf.str(), in TEST_F() 126 std::stringstream test_buf; in TEST_F() local 128 flags::FlagHelp(test_buf, *flag, flags::HelpFormat::kHumanReadable); in TEST_F() 130 test_buf.str(), in TEST_F() 138 std::stringstream test_buf; in TEST_F() local 140 flags::FlagHelp(test_buf, *flag, flags::HelpFormat::kHumanReadable); in TEST_F() 142 test_buf.str(), in TEST_F() 150 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/flatbuffers/tests/rust_usage_test/tests/ |
D | arrays_test.rs | 270 let mut test_buf = [0 as u8; 1024]; localVariable 271 flatbuffers::emplace_scalar_array(&mut test_buf, 0, &xs.0); 272 … let arr: flatbuffers::Array<$ty, ARRAY_SIZE> = flatbuffers::Array::follow(&test_buf, 0); 309 let mut test_buf = [0 as u8; 1024]; in prop_struct() localVariable 313 native_struct_array[i].push(&mut test_buf[offset..offset + NESTED_STRUCT_SIZE], &[]); in prop_struct() 315 … let arr: flatbuffers::Array<NestedStruct, ARRAY_SIZE> = flatbuffers::Array::follow(&test_buf, 0); in prop_struct()
|
/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() 227 const char *test_buf) in UI_add_verify_string() argument 231 maxsize, test_buf); in UI_add_verify_string() 236 const char *test_buf) in UI_dup_verify_string() argument 250 maxsize, test_buf); in UI_dup_verify_string() 834 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/e2fsprogs/lib/ext2fs/ |
D | crc32c.c | 250 static uint8_t test_buf[] = { variable 910 le = ext2fs_crc32c_le(t->crc, test_buf + t->start, t->length); in test_crc32c() 911 be = ext2fs_crc32_be(t->crc, test_buf + t->start, t->length); in test_crc32c()
|
/third_party/openssl/include/openssl/ |
D | ui.h | 95 const char *test_buf); 98 const char *test_buf);
|
/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/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);
|