Home
last modified time | relevance | path

Searched refs:archive (Results 8226 – 8250 of 107465) sorted by relevance

1...<<321322323324325326327328329330>>...4299

/dports/databases/percona57-server/boost_1_59_0/libs/serialization/test/
H A Dtest_delete_pointer.cpp49 boost::serialization::throw_exception(boost::archive::archive_exception( in A()
50 boost::archive::archive_exception::no_exception in A()
87 const char * testfile = boost::archive::tmpnam(0); in test_main()
/dports/databases/xls2txt/xls2txt-1222f8069428f6bcedfcccf9e80523db34c0d343/cargo-crates/zip-0.5.8/tests/
H A Dend_to_end.rs39 let mut archive = zip::ZipArchive::new(zip_file).unwrap(); in read_zip_file() localVariable
43 let file_names = archive.file_names().collect::<HashSet<_>>(); in read_zip_file()
46 let mut file = archive.by_name("test/lorem_ipsum.txt")?; in read_zip_file()
/dports/databases/xtrabackup/boost_1_59_0/libs/serialization/test/
H A Dtest_delete_pointer.cpp49 boost::serialization::throw_exception(boost::archive::archive_exception( in A()
50 boost::archive::archive_exception::no_exception in A()
87 const char * testfile = boost::archive::tmpnam(0); in test_main()
/dports/games/scummvm/scummvm-2.5.1/engines/pink/objects/
H A Dcondition.h34 void deserialize(Archive &archive) override = 0;
41 void deserialize(Archive &archive) override;
89 void deserialize(Archive &archive) override;
/dports/devel/cmake-doc/cmake-3.22.1/Utilities/cmlibarchive/libarchive/
H A Darchive_read_set_format.c38 archive_read_set_format(struct archive *_a, int code) in archive_read_set_format()
98 archive_set_error(&a->archive, ARCHIVE_ERRNO_PROGRAMMER, in archive_read_set_format()
111 archive_set_error(&a->archive, ARCHIVE_ERRNO_PROGRAMMER, in archive_read_set_format()
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmlibarchive/libarchive/
H A Darchive_read_set_format.c38 archive_read_set_format(struct archive *_a, int code) in archive_read_set_format()
98 archive_set_error(&a->archive, ARCHIVE_ERRNO_PROGRAMMER, in archive_read_set_format()
111 archive_set_error(&a->archive, ARCHIVE_ERRNO_PROGRAMMER, in archive_read_set_format()
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/
H A Dbuild_release32 git archive --format=tar --prefix=wpa-$VER/ HEAD \
35 git archive --format=tar --prefix=hostapd-$VER/ HEAD \
38 git archive --format=tar --prefix=wpa_supplicant-$VER/ HEAD \
/dports/databases/percona57-client/boost_1_59_0/libs/serialization/test/
H A Dtest_delete_pointer.cpp49 boost::serialization::throw_exception(boost::archive::archive_exception( in A()
50 boost::archive::archive_exception::no_exception in A()
87 const char * testfile = boost::archive::tmpnam(0); in test_main()
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/tools/build_utils/
H A Dcheck_archives.py36 archive = "libcp2k" + path.basename(root)
38 archive = package["archive"]
40 archive_fn = path.join(lib_dir, archive + ".a")
/dports/misc/py-onnx/onnx-1.10.2/cmake/
H A DUtils.cmake32 # In MSVC, we will add whole archive in default.
38 "-Wl,--whole-archive $<TARGET_FILE:${lib}> -Wl,--no-whole-archive"
/dports/devel/boost-libs/boost_1_72_0/libs/date_time/test/posix_time/
H A Dtesttime_serialize_versioning.cpp36 boost::archive::binary_oarchive oa(ofs); in main()
46 boost::archive::binary_iarchive ia(ifs); in main()
53 boost::archive::binary_oarchive oa(ofs); in main()
/dports/devel/boost-libs/boost_1_72_0/libs/serialization/test/
H A Dtest_array.cpp33 const char * testfile = boost::archive::tmpnam(NULL); in test_std_array()
61 BOOST_CATCH (boost::archive::archive_exception const& ae){ in test_std_array()
63 boost::archive::archive_exception::array_size_too_short in test_std_array()
H A Dtest_boost_array.cpp33 const char * testfile = boost::archive::tmpnam(NULL); in test_boost_array()
62 BOOST_CATCH (boost::archive::archive_exception const& ae){ in test_boost_array()
64 boost::archive::archive_exception::array_size_too_short in test_boost_array()
H A Dtest_delete_pointer.cpp49 boost::serialization::throw_exception(boost::archive::archive_exception( in A()
50 boost::archive::archive_exception::no_exception in A()
87 const char * testfile = boost::archive::tmpnam(0); in test_main()
/dports/devel/cmake/cmake-3.22.1/Utilities/cmlibarchive/libarchive/
H A Darchive_read_set_format.c38 archive_read_set_format(struct archive *_a, int code) in archive_read_set_format()
98 archive_set_error(&a->archive, ARCHIVE_ERRNO_PROGRAMMER, in archive_read_set_format()
111 archive_set_error(&a->archive, ARCHIVE_ERRNO_PROGRAMMER, in archive_read_set_format()
/dports/devel/tla/tla-1.3.5/src/tla/libarch/
H A Dcmd-library-branches.c110 t_uchar * archive = 0; in arch_cmd_library_branches() local
128 archive = arch_parse_package_name (arch_ret_archive, default_archive, cat_spec); in arch_cmd_library_branches()
131 branches = arch_library_branches (archive, cat); in arch_cmd_library_branches()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/zip-0.5.13/examples/
H A Dextract.rs17 let mut archive = zip::ZipArchive::new(file).unwrap(); in real_main() localVariable
19 for i in 0..archive.len() { in real_main()
20 let mut file = archive.by_index(i).unwrap(); in real_main()
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/zip-0.5.13/examples/
H A Dextract.rs17 let mut archive = zip::ZipArchive::new(file).unwrap(); in real_main() localVariable
19 for i in 0..archive.len() { in real_main()
20 let mut file = archive.by_index(i).unwrap(); in real_main()
/dports/lang/rust/rustc-1.58.1-src/vendor/ar/
H A DREADME.md6 A rust library for encoding/decoding Unix archive (.a) files.
13 [Unix archive file](https://en.wikipedia.org/wiki/Ar_(Unix)) reader and writer.
16 full archive entry into memory.
/dports/devel/llvm80/llvm-8.0.1.src/tools/lld/test/ELF/lto/
H A Darchive-no-index.ll2 ; Tests that we suggest that LTO symbols missing from an archive index
4 ; encountered an empty archive index and undefined references (to prevent
8 ; RUN: llvm-as -o %t2.o %S/Inputs/archive.ll
/dports/science/cp2k-data/cp2k-7.1.0/tools/build_utils/
H A Dcheck_archives.py29 archive = "libcp2k" + path.basename(root)
31 archive = package["archive"]
33 archive_fn = path.join(lib_dir, archive+".a")
/dports/sysutils/fselect/fselect-0.7.7/cargo-crates/zip-0.5.13/examples/
H A Dextract.rs17 let mut archive = zip::ZipArchive::new(file).unwrap(); in real_main() localVariable
19 for i in 0..archive.len() { in real_main()
20 let mut file = archive.by_index(i).unwrap(); in real_main()
/dports/devel/llvm70/llvm-7.0.1.src/tools/lld/test/ELF/lto/
H A Darchive-no-index.ll2 ; Tests that we suggest that LTO symbols missing from an archive index
4 ; encountered an empty archive index and undefined references (to prevent
8 ; RUN: llvm-as -o %t2.o %S/Inputs/archive.ll
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/zip-0.5.13/examples/
H A Dextract.rs17 let mut archive = zip::ZipArchive::new(file).unwrap(); in real_main() localVariable
19 for i in 0..archive.len() { in real_main()
20 let mut file = archive.by_index(i).unwrap(); in real_main()
/dports/devel/py-pyxb/PyXB-1.2.6/maintainer/
H A Dbundlesupport.sh84 --archive-path=${RAW_DIR}:+ \
85 --archive-to-file=${ARCHIVE_DIR}/${prefix}.wxs \
86 --uri-content-archive-directory=${CONTENT_COPY_DIR} \

1...<<321322323324325326327328329330>>...4299