Home
last modified time | relevance | path

Searched refs:binary_copy (Results 1 – 13 of 13) sorted by relevance

/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/tests/
H A Dtest_tpm.cpp98 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 Dtest_tpm.cpp98 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 Dminidump_writer.rs414 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 Dminidump_writer.rs414 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 Dminidump_writer.rs414 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 Ddist_copy.h20 bool binary_copy);
H A Ddist_copy.c599 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 Dconnection.c166 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 Doption_copy_unittest.cc167 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 Dformats.c336 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 Dtest_array.py427 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 Dtest_array.py555 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 Dtest_array.py565 binary_copy = pa.Array.from_buffers(pa.binary(), len(array),
568 assert binary_copy.to_pylist() == [b"a", None, b"b", b"c"]