/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/tests/ |
H A D | test_tpm.cpp | 98 const Botan::UUID binary_copy(random_uuid.binary_value()); in run() local 99 result.confirm("UUID copied by binary equals original", random_uuid == binary_copy); in run()
|
/dports/security/botan2/Botan-2.18.2/src/tests/ |
H A D | test_tpm.cpp | 98 const Botan::UUID binary_copy(random_uuid.binary_value()); in run() local 99 result.confirm("UUID copied by binary equals original", random_uuid == binary_copy); in run()
|
/dports/www/firefox/firefox-99.0/third_party/rust/minidump_writer_linux/tests/ |
H A D | minidump_writer.rs | 414 let binary_copy = binary_copy_dir.as_ref().join("binary_copy"); in test_with_deleted_binary() localVariable 418 std::fs::copy(path, &binary_copy).expect("Failed to copy binary"); in test_with_deleted_binary() 419 let mem_slice = std::fs::read(&binary_copy).expect("Failed to read binary"); in test_with_deleted_binary() 421 let mut child = Command::new(&binary_copy) in test_with_deleted_binary() 462 std::fs::remove_file(&binary_copy).expect("Failed to remove binary"); in test_with_deleted_binary() 492 assert_eq!(main_module.code_file(), binary_copy.to_string_lossy()); in test_with_deleted_binary()
|
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/minidump_writer_linux/tests/ |
H A D | minidump_writer.rs | 414 let binary_copy = binary_copy_dir.as_ref().join("binary_copy"); in test_with_deleted_binary() localVariable 418 std::fs::copy(path, &binary_copy).expect("Failed to copy binary"); in test_with_deleted_binary() 419 let mem_slice = std::fs::read(&binary_copy).expect("Failed to read binary"); in test_with_deleted_binary() 421 let mut child = Command::new(&binary_copy) in test_with_deleted_binary() 462 std::fs::remove_file(&binary_copy).expect("Failed to remove binary"); in test_with_deleted_binary() 492 assert_eq!(main_module.code_file(), binary_copy.to_string_lossy()); in test_with_deleted_binary()
|
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/minidump_writer_linux/tests/ |
H A D | minidump_writer.rs | 414 let binary_copy = binary_copy_dir.as_ref().join("binary_copy"); in test_with_deleted_binary() localVariable 418 std::fs::copy(path, &binary_copy).expect("Failed to copy binary"); in test_with_deleted_binary() 419 let mem_slice = std::fs::read(&binary_copy).expect("Failed to read binary"); in test_with_deleted_binary() 421 let mut child = Command::new(&binary_copy) in test_with_deleted_binary() 462 std::fs::remove_file(&binary_copy).expect("Failed to remove binary"); in test_with_deleted_binary() 492 assert_eq!(main_module.code_file(), binary_copy.to_string_lossy()); in test_with_deleted_binary()
|
/dports/databases/timescaledb/timescaledb-2.5.1/tsl/src/remote/ |
H A D | dist_copy.h | 20 bool binary_copy);
|
H A D | dist_copy.c | 599 bool binary_copy) in remote_copy_begin() argument 611 context->binary_operation = binary_copy; in remote_copy_begin() 614 context->connection_state.using_binary = binary_copy; in remote_copy_begin() 615 context->connection_state.outgoing_copy_cmd = deparse_copy_cmd(stmt, ht, binary_copy); in remote_copy_begin() 617 if (binary_copy) in remote_copy_begin()
|
H A D | connection.c | 166 bool binary_copy; member 748 conn->binary_copy = false; in remote_connection_create() 2114 conn->binary_copy = binary; in remote_connection_begin_copy() 2164 if (conn->binary_copy && !send_end_binary_copy_data(conn, err)) in remote_connection_end_copy()
|
/dports/net/kea/kea-2.0.1/src/lib/dhcp/tests/ |
H A D | option_copy_unittest.cc | 167 std::vector<uint8_t> binary_copy = option_copy->toBinary(true); in testOption() local 177 ASSERT_EQ(binary_copy.size(), binary_copy_after.size()); in testOption() 179 binary_copy.begin())); in testOption()
|
/dports/security/john/john-1.9.0-jumbo-1/src/ |
H A D | formats.c | 336 void *binary_copy, void *salt_copy, struct db_main *db, int full_lvl) in fmt_self_test_body() argument 678 *((char*)binary_copy) = 0; in fmt_self_test_body() 680 memcpy(binary_copy, binary, format->params.binary_size); in fmt_self_test_body() 681 binary = binary_copy; in fmt_self_test_body() 1598 void *binary_copy, *salt_copy; in fmt_self_test() local 1600 binary_copy = alloc_binary(&binary_alloc, in fmt_self_test() 1607 retval = fmt_self_test_body(format, binary_copy, salt_copy, db, benchmark_level); in fmt_self_test()
|
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/python/pyarrow/tests/ |
H A D | test_array.py | 427 binary_copy = pa.Array.from_buffers(pa.binary(), len(array), 430 assert binary_copy.to_pylist() == [b"a", None, b"b", b"c"]
|
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/python/pyarrow/tests/ |
H A D | test_array.py | 555 binary_copy = pa.Array.from_buffers(pa.binary(), len(array), 558 assert binary_copy.to_pylist() == [b"a", None, b"b", b"c"]
|
/dports/databases/arrow/apache-arrow-6.0.1/python/pyarrow/tests/ |
H A D | test_array.py | 565 binary_copy = pa.Array.from_buffers(pa.binary(), len(array), 568 assert binary_copy.to_pylist() == [b"a", None, b"b", b"c"]
|