Home
last modified time | relevance | path

Searched refs:archive (Results 1 – 25 of 1462) sorted by relevance

12345678910>>...59

/third_party/gettext/gettext-tools/misc/
DMakefile.am31 DISTCLEANFILES += gettextize autopoint convert-archive
34 archive.dir.tar.gz \
35 archive.dir.tar.bz2 \
36 archive.dir.tar.xz \
37 archive.cvs.tar.gz \
38 archive.git.tar.gz
40 EXTRA_DIST += add-to-archive cvsuser.c archive.dir.tar
44 ARCHIVE_dirgz = archive.dir.tar.gz
45 ARCHIVE_dirbz2 = archive.dir.tar.bz2
46 ARCHIVE_dirxz = archive.dir.tar.xz
[all …]
/third_party/boost/tools/boostdep/depinst/
Dexceptions.txt191 boost/archive/archive_exception.hpp
192 boost/archive/basic_archive.hpp
193 boost/archive/basic_binary_iarchive.hpp
194 boost/archive/basic_binary_iprimitive.hpp
195 boost/archive/basic_binary_oarchive.hpp
196 boost/archive/basic_binary_oprimitive.hpp
197 boost/archive/basic_streambuf_locale_saver.hpp
198 boost/archive/basic_text_iarchive.hpp
199 boost/archive/basic_text_iprimitive.hpp
200 boost/archive/basic_text_oarchive.hpp
[all …]
/third_party/boost/libs/ptr_container/test/
Dserialization.cpp257 boost::archive::text_oarchive oa(ofs); in test_hierarchy()
265 boost::archive::text_iarchive ia(ifs); in test_hierarchy()
285 boost::archive::text_oarchive, in test_serialization()
286 boost::archive::text_iarchive >(); in test_serialization()
288 boost::archive::text_oarchive, in test_serialization()
289 boost::archive::text_iarchive>(); in test_serialization()
291 boost::archive::text_oarchive, in test_serialization()
292 boost::archive::text_iarchive>(); in test_serialization()
294 boost::archive::xml_oarchive, in test_serialization()
295 boost::archive::xml_iarchive>(); in test_serialization()
[all …]
/third_party/boost/libs/serialization/test/
Dtest_dll_simple.cpp38 const char * testfile = boost::archive::tmpnam(NULL); in test1()
45 boost::archive::text_oarchive oa(os, TEST_ARCHIVE_FLAGS); in test1()
50 boost::archive::text_iarchive ia(is, TEST_ARCHIVE_FLAGS); in test1()
61 const char * testfile = boost::archive::tmpnam(NULL); in test2()
68 boost::archive::polymorphic_text_oarchive oa(os, TEST_ARCHIVE_FLAGS); in test2()
69 boost::archive::polymorphic_oarchive & poa(oa); in test2()
74 boost::archive::polymorphic_text_iarchive ia(is, TEST_ARCHIVE_FLAGS); in test2()
75 boost::archive::polymorphic_iarchive & pia(ia); in test2()
86 const char * testfile = boost::archive::tmpnam(NULL); in test3()
93 boost::archive::text_oarchive oa(os, TEST_ARCHIVE_FLAGS); in test3()
[all …]
Dtest_z.cpp65 boost::archive::text_oarchive outArchive(outStream);
70 boost::archive::text_iarchive inArchive(inStream);
112 const char * testfile = boost::archive::tmpnam(NULL); in test_main()
153 const char * testfile = boost::archive::tmpnam(NULL); in test_main()
160 boost::archive::xml_woarchive oa(ofs); in test_main()
172 boost::archive::xml_wiarchive ia(ifs); in test_main()
192 boost::archive::xml_oarchive oa( std::cerr ); in main()
225 boost::archive::binary_iarchive ia(is); in go()
250 namespace bai = boost::archive::iterators;
588 boost::archive::text_oarchive oa(ss); in main()
[all …]
Dtest_interrupts.cpp33 throw boost::archive::archive_exception( in save()
34 boost::archive::archive_exception::other_exception in save()
46 const char * testfile = boost::archive::tmpnam(NULL); in test_out()
59 BOOST_CATCH (boost::archive::archive_exception const& ae){ in test_out()
61 boost::archive::archive_exception::other_exception in test_out()
69 BOOST_CATCH (boost::archive::archive_exception const& ae){} in test_out()
84 throw boost::archive::archive_exception( in load()
85 boost::archive::archive_exception::other_exception in load()
94 const char * testfile = boost::archive::tmpnam(NULL); in test_in()
116 BOOST_CATCH (boost::archive::archive_exception const& ae){ in test_in()
[all …]
Dtest_reset_object_address.cpp44 boost::archive::text_oarchive oa(ss); in test1()
49 boost::archive::text_iarchive ia(ss); in test1()
86 boost::archive::text_oarchive oa(ss); in test2()
93 boost::archive::text_iarchive ia(ss); in test2()
129 boost::archive::text_oarchive oa(ss); in test3()
136 boost::archive::text_iarchive ia(ss); in test3()
201 boost::archive::text_oarchive oa(ss); in test4()
206 boost::archive::text_iarchive ia(ss); in test4()
267 boost::archive::text_oarchive oa(ss); in test5()
272 boost::archive::text_iarchive ia(ss); in test5()
[all …]
Dtest_cyclic_ptrs.cpp106 const char * testfile = boost::archive::tmpnam(NULL); in test1()
127 const char * testfile = boost::archive::tmpnam(NULL); in test2()
152 const char * testfile = boost::archive::tmpnam(NULL); in test3()
156 boost::archive::archive_exception exception( in test3()
157 boost::archive::archive_exception::no_exception in test3()
165 BOOST_CATCH (boost::archive::archive_exception const& ae){ in test3()
170 exception.code == boost::archive::archive_exception::pointer_conflict in test3()
174 if(exception.code == boost::archive::archive_exception::no_exception){ in test3()
178 exception = boost::archive::archive_exception( in test3()
179 boost::archive::archive_exception::no_exception in test3()
[all …]
/third_party/boost/libs/serialization/example/
Dlog_archive.hpp22 namespace archive { namespace
35 public boost::archive::xml_oarchive_impl<log_archive>
37 typedef boost::archive::xml_oarchive_impl<log_archive> base;
39 friend class boost::archive::detail::interface_oarchive<log_archive>;
40 friend class boost::archive::basic_xml_oarchive<log_archive>;
41 friend class boost::archive::save_access;
64 void save_override(const boost::archive::object_id_type & t){} in save_override()
65 void save_override(const boost::archive::object_reference_type & t){} in save_override()
66 void save_override(const boost::archive::version_type & t){} in save_override()
67 void save_override(const boost::archive::class_id_type & t){} in save_override()
[all …]
Dportable_binary_iarchive.hpp38 public boost::archive::archive_exception
45 boost::archive::archive_exception(boost::archive::archive_exception::other_exception), in portable_binary_iarchive_exception()
56 msg = boost::archive::archive_exception::what(); in what()
69 public boost::archive::basic_binary_iprimitive<
74 public boost::archive::detail::common_iarchive<
78 typedef boost::archive::basic_binary_iprimitive<
83 typedef boost::archive::detail::common_iarchive<
91 friend class boost::archive::detail::interface_iarchive<
94 friend class boost::archive::load_access;
115 void load(boost::archive::version_type & t){ in load()
[all …]
Dportable_binary_iarchive.cpp58 boost::archive::class_name_type & t in load_override()
65 boost::archive::archive_exception( in load_override()
66 boost::archive::archive_exception::invalid_class_name) in load_override()
75 if(0 == (flags & boost::archive::no_header)){ in init()
79 if(file_signature != boost::archive::BOOST_ARCHIVE_SIGNATURE()) in init()
81 boost::archive::archive_exception( in init()
82 boost::archive::archive_exception::invalid_signature in init()
87 boost::archive::library_version_type input_library_version; in init()
91 if(boost::archive::BOOST_ARCHIVE_VERSION() < input_library_version) in init()
93 boost::archive::archive_exception( in init()
[all …]
Dportable_binary_oarchive.hpp37 public boost::archive::archive_exception
52 boost::archive::archive_exception::what(); in what()
64 public boost::archive::basic_binary_oprimitive<
69 public boost::archive::detail::common_oarchive<
73 typedef boost::archive::basic_binary_oprimitive<
78 typedef boost::archive::detail::common_oarchive<
86 friend class boost::archive::detail::interface_oarchive<
89 friend class boost::archive::save_access;
131 typedef boost::archive::detail::common_oarchive<portable_binary_oarchive>
138 void save_override(const boost::archive::class_name_type & t){ in save_override()
[all …]
/third_party/boost/boost/mpi/detail/
Dignore_skeleton_oarchive.hpp24 : public archive::detail::common_oarchive<Archive>
28 : archive::detail::common_oarchive<Archive>(archive::no_header) in ignore_skeleton_oarchive()
35 friend class archive::detail::interface_oarchive<Archive>;
36 friend class archive::save_access;
42 archive::save(* this->This(), t); in save_override()
49 BOOST_ARCHIVE_IGNORE_IMPLEMENTATION(archive::class_id_optional_type)
50 BOOST_ARCHIVE_IGNORE_IMPLEMENTATION(archive::version_type) in BOOST_ARCHIVE_IGNORE_IMPLEMENTATION()
51 BOOST_ARCHIVE_IGNORE_IMPLEMENTATION(archive::library_version_type) in BOOST_ARCHIVE_IGNORE_IMPLEMENTATION()
52 BOOST_ARCHIVE_IGNORE_IMPLEMENTATION(archive::class_id_type) in BOOST_ARCHIVE_IGNORE_IMPLEMENTATION()
53 BOOST_ARCHIVE_IGNORE_IMPLEMENTATION(archive::class_id_reference_type) in BOOST_ARCHIVE_IGNORE_IMPLEMENTATION()
[all …]
Dforward_skeleton_oarchive.hpp22 : public archive::detail::common_oarchive<Archive>
29 : archive::detail::common_oarchive<Archive>(archive::no_header), in forward_skeleton_oarchive()
37 friend class archive::detail::interface_oarchive<Archive>;
38 friend class archive::save_access;
45 archive::save(* this->This(), t); in save_override()
54 BOOST_ARCHIVE_FORWARD_IMPLEMENTATION(archive::class_id_optional_type)
55 BOOST_ARCHIVE_FORWARD_IMPLEMENTATION(archive::version_type) in BOOST_ARCHIVE_FORWARD_IMPLEMENTATION()
56 BOOST_ARCHIVE_FORWARD_IMPLEMENTATION(archive::class_id_type) in BOOST_ARCHIVE_FORWARD_IMPLEMENTATION()
57 BOOST_ARCHIVE_FORWARD_IMPLEMENTATION(archive::class_id_reference_type) in BOOST_ARCHIVE_FORWARD_IMPLEMENTATION()
58 BOOST_ARCHIVE_FORWARD_IMPLEMENTATION(archive::object_id_type) in BOOST_ARCHIVE_FORWARD_IMPLEMENTATION()
[all …]
Dforward_skeleton_iarchive.hpp22 : public archive::detail::common_iarchive<Archive>
29 : archive::detail::common_iarchive<Archive>(archive::no_header), in forward_skeleton_iarchive()
37 friend class archive::detail::interface_iarchive<Archive>;
38 friend class archive::load_access;
45 archive::load(* this->This(), t); in load_override()
54 BOOST_ARCHIVE_FORWARD_IMPLEMENTATION(archive::class_id_optional_type)
55 BOOST_ARCHIVE_FORWARD_IMPLEMENTATION(archive::version_type) in BOOST_ARCHIVE_FORWARD_IMPLEMENTATION()
56 BOOST_ARCHIVE_FORWARD_IMPLEMENTATION(archive::class_id_type) in BOOST_ARCHIVE_FORWARD_IMPLEMENTATION()
57 BOOST_ARCHIVE_FORWARD_IMPLEMENTATION(archive::class_id_reference_type) in BOOST_ARCHIVE_FORWARD_IMPLEMENTATION()
58 BOOST_ARCHIVE_FORWARD_IMPLEMENTATION(archive::object_id_type) in BOOST_ARCHIVE_FORWARD_IMPLEMENTATION()
[all …]
/third_party/boost/tools/build/src/engine/
Dfileunix.cpp204 int file_collect_archive_content_( file_archive_info_t * const archive );
212 file_archive_info_t * archive = file_archive_query( path ); in file_archscan() local
216 if ( filelist_empty( archive->members ) ) in file_archscan()
218 if ( file_collect_archive_content_( archive ) < 0 ) in file_archscan()
224 FILELISTITER iter = filelist_begin( archive->members ); in file_archscan()
225 FILELISTITER const end = filelist_end( archive->members ); in file_archscan()
235 object_str( archive->file->name ), in file_archscan()
251 void file_archivescan_( file_archive_info_t * const archive, archive_scanback func, in file_archivescan_() argument
266 int file_collect_archive_content_( file_archive_info_t * const archive ) in file_collect_archive_content_() argument
274 const char * path = object_str( archive->file->name ); in file_collect_archive_content_()
[all …]
Dfilevms.cpp274 file_archive_info_t * archive = m_archive; in set_archive_member() local
315 archive->members = filelist_push_back( archive->members, object_new( buf ) ); in set_archive_member()
317 member = filelist_back( archive->members ); in set_archive_member()
336 file_archive_info_t * archive = file_archive_query( path ); in file_archscan() local
340 if ( filelist_empty( archive->members ) ) in file_archscan()
343 out_printf( "scan archive %s\n", object_str( archive->file->name ) ); in file_archscan()
345 if ( file_collect_archive_content_( archive ) < 0 ) in file_archscan()
351 FILELISTITER iter = filelist_begin( archive->members ); in file_archscan()
352 FILELISTITER const end = filelist_end( archive->members ); in file_archscan()
363 object_str( archive->file->name ), in file_archscan()
[all …]
Dfilesys.cpp51 void file_archivescan_( file_archive_info_t * const archive, archive_scanback func,
53 int file_collect_archive_content_( file_archive_info_t * const archive );
80 file_archive_info_t * archive; in file_archive_info() local
86 archive = (file_archive_info_t *)hash_insert( archivecache_hash, path_key, in file_archive_info()
91 archive->name = path_key; in file_archive_info()
92 archive->file = 0; in file_archive_info()
93 archive->members = FL0; in file_archive_info()
98 return archive; in file_archive_info()
112 file_archive_info_t * const archive = file_archive_info( path, &found ); in file_archive_query() local
120 archive->file = file; in file_archive_query()
[all …]
/third_party/boost/boost/mpi/
Dpacked_iarchive.hpp52 , public archive::detail::common_iarchive<packed_iarchive>
70 …packed_iarchive(MPI_Comm const & comm, buffer_type & b, unsigned int flags = boost::archive::no_he… in packed_iarchive()
72 archive::detail::common_iarchive<packed_iarchive>(flags) in packed_iarchive()
89 unsigned int flags = boost::archive::no_header) in packed_iarchive()
91 , archive::detail::common_iarchive<packed_iarchive>(flags) in packed_iarchive()
99 archive::detail::common_iarchive<packed_iarchive>::load_override(x); in load_override()
120 void load_override(archive::class_id_optional_type & /*t*/){} in load_override()
122 void load_override(archive::class_id_type & t){ in load_override()
125 t = boost::archive::class_id_type(x); in load_override()
128 void load_override(archive::version_type & t){ in load_override()
[all …]
Dpacked_oarchive.hpp50 , public archive::detail::common_oarchive<packed_oarchive>
70 …packed_oarchive( MPI_Comm const & comm, buffer_type & b, unsigned int flags = boost::archive::no_h… in packed_oarchive()
72 archive::detail::common_oarchive<packed_oarchive>(flags) in packed_oarchive()
88 packed_oarchive ( MPI_Comm const & comm, unsigned int flags = boost::archive::no_header) in packed_oarchive()
90 archive::detail::common_oarchive<packed_oarchive>(flags) in packed_oarchive()
97 archive::detail::common_oarchive<packed_oarchive>::save_override(x); in save_override()
116 void save_override(const archive::class_id_optional_type & ){} in save_override()
119 void save_override(const archive::class_name_type & t){ in save_override()
124 void save_override(const archive::class_id_type & t){ in save_override()
129 void save_override(const archive::version_type & t){ in save_override()
/third_party/boost/boost/archive/
Dbasic_archive.hpp29 namespace archive { namespace
112 #define BOOST_SERIALIZATION_NULL_POINTER_TAG boost::archive::class_id_type(-1)
250 BOOST_CLASS_IMPLEMENTATION(boost::archive::version_type, primitive_type)
251 BOOST_CLASS_IMPLEMENTATION(boost::archive::class_id_type, primitive_type)
252 BOOST_CLASS_IMPLEMENTATION(boost::archive::class_id_reference_type, primitive_type)
253 BOOST_CLASS_IMPLEMENTATION(boost::archive::class_id_optional_type, primitive_type)
254 BOOST_CLASS_IMPLEMENTATION(boost::archive::class_name_type, primitive_type)
255 BOOST_CLASS_IMPLEMENTATION(boost::archive::object_id_type, primitive_type)
256 BOOST_CLASS_IMPLEMENTATION(boost::archive::object_reference_type, primitive_type)
257 BOOST_CLASS_IMPLEMENTATION(boost::archive::tracking_type, primitive_type)
[all …]
/third_party/python/Lib/
Dzipimport.py98 self.archive = path
210 if pathname.startswith(self.archive + path_sep):
211 key = pathname[len(self.archive + path_sep):]
217 return _get_data(self.archive, toc_entry)
255 return _get_data(self.archive, toc_entry).decode()
296 fullpath = _bootstrap_external._path_join(self.archive, path)
333 self._files = _read_directory(self.archive)
334 _zip_directory_cache[self.archive] = self._files
336 _zip_directory_cache.pop(self.archive, None)
402 def _read_directory(archive): argument
[all …]
/third_party/grpc/bazel/
Dgrpc_deps.bzl138 # to obtain a boringssl archive with consistent sha256
142 …s://storage.googleapis.com/grpc-bazel-mirror/github.com/google/boringssl/archive/e8a935e323510419e…
143 … "https://github.com/google/boringssl/archive/e8a935e323510419e0b37638716f6df4dcbbe6f6.tar.gz",
154 …"https://storage.googleapis.com/grpc-bazel-mirror/github.com/madler/zlib/archive/cacf7f1d4e3d44d87…
155 … "https://github.com/madler/zlib/archive/cacf7f1d4e3d44d871b605da3b647f07d718623f.tar.gz",
165 …ps://storage.googleapis.com/grpc-bazel-mirror/github.com/google/protobuf/archive/678da4f76eb9168c9…
166 … "https://github.com/google/protobuf/archive/678da4f76eb9168c9965afc2149944a66cd48546.tar.gz",
177 …://storage.googleapis.com/grpc-bazel-mirror/github.com/google/googletest/archive/c9ccac7cb73459018…
178 … "https://github.com/google/googletest/archive/c9ccac7cb7345901884aabf5d1a786cfa6e2f397.tar.gz",
189 …/storage.googleapis.com/grpc-bazel-mirror/github.com/bazelbuild/rules_cc/archive/624b5d59dfb45672d…
[all …]
/third_party/boost/libs/histogram/tools/
Dblacklist.supp4 # boost/archive/detail/interface_oarchive.hpp:47:16: runtime error: downcast of address X which doe…
5 src:../../boost/archive/detail/interface_oarchive.hpp
7 # boost/archive/detail/interface_iarchive.hpp:46:16: runtime error: downcast of address X which doe…
8 src:../../boost/archive/detail/interface_iarchive.hpp
10 # boost/archive/basic_binary_oprimitive.hpp:73:16: runtime error: downcast of address X which does …
11 src:../../boost/archive/basic_binary_oprimitive.hpp
13 # boost/archive/basic_binary_iprimitive.hpp:77:16: runtime error: downcast of address X which does …
14 src:../../boost/archive/basic_binary_iprimitive.hpp
16 # boost/archive/iterators/escape.hpp:85:12: runtime error: applying non-zero offset 1 to null point…
17 src:../../boost/archive/iterators/escape.hpp
/third_party/boost/boost/archive/impl/
Dbasic_text_oprimitive.ipp22 #include <boost/archive/basic_text_oprimitive.hpp>
24 #include <boost/archive/iterators/base64_from_binary.hpp>
25 #include <boost/archive/iterators/insert_linebreaks.hpp>
26 #include <boost/archive/iterators/transform_width.hpp>
27 #include <boost/archive/iterators/ostream_iterator.hpp>
30 namespace archive {
52 boost::archive::iterators::insert_linebreaks<
53 boost::archive::iterators::base64_from_binary<
54 boost::archive::iterators::transform_width<
65 boost::archive::iterators::ostream_iterator<CharType> oi(os);
[all …]

12345678910>>...59