Home
last modified time | relevance | path

Searched full:archive (Results 1 – 25 of 4771) sorted by relevance

12345678910>>...191

/external/llvm/test/tools/llvm-readobj/
Dmacho-universal-x86_64.i386.test7 RUN: llvm-readobj -h %p/Inputs/macho-universal-archive.x86_64.i386 \
8 RUN: | FileCheck %s -check-prefix MULTIHEADER-ARCHIVE
10 RUN: llvm-readobj -sections %p/Inputs/macho-universal-archive.x86_64.i386 \
11 RUN: | FileCheck %s -check-prefix MULTISECTIONS-ARCHIVE
149 MULTIHEADER-ARCHIVE: File: hello.o
150 MULTIHEADER-ARCHIVE: Format: Mach-O 64-bit x86-64
151 MULTIHEADER-ARCHIVE: Arch: x86_64
152 MULTIHEADER-ARCHIVE: AddressSize: 64bit
153 MULTIHEADER-ARCHIVE: MachHeader {
154 MULTIHEADER-ARCHIVE: Magic: Magic64 (0xFEEDFACF)
[all …]
/external/bcc/src/cc/
Dbcc_zip.c65 // Number of the file containing this structure or 0xFFFF if ZIP64 archive.
66 // Zip archive might span multiple files (disks).
70 // 0xFFFF if ZIP64 archive.
74 // archive.
78 // archive.
81 // Size of the central directory recrod or 0xFFFFFFFF if ZIP64 archive.
84 // Offset of the central directory from the beginning of the archive or
85 // 0xFFFFFFFF if ZIP64 archive.
116 // Number of the disk where the file starts or 0xFFFF if ZIP64 archive.
151 static void* check_access(struct bcc_zip_archive* archive, uint32_t offset, in check_access() argument
[all …]
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/examples/
DExpander.java57 * Expands {@code archive} into {@code targetDirectory}.
59 * <p>Tries to auto-detect the archive's format.</p>
61 * @param archive the file to expand
64 * @throws ArchiveException if the archive cannot be read for other reasons
66 public void expand(File archive, File targetDirectory) throws IOException, ArchiveException { in expand() argument
68 try (InputStream i = new BufferedInputStream(Files.newInputStream(archive.toPath()))) { in expand()
71 expand(format, archive, targetDirectory); in expand()
75 * Expands {@code archive} into {@code targetDirectory}.
77 * @param archive the file to expand
79 * @param format the archive format. This uses the same format as
[all …]
/external/llvm/bindings/ocaml/llvm/
DMETA.llvm.in4 archive(byte) = "llvm.cma"
5 archive(native) = "llvm.cmxa"
12 archive(byte) = "llvm_analysis.cma"
13 archive(native) = "llvm_analysis.cmxa"
20 archive(byte) = "llvm_bitreader.cma"
21 archive(native) = "llvm_bitreader.cmxa"
28 archive(byte) = "llvm_bitwriter.cma"
29 archive(native) = "llvm_bitwriter.cmxa"
36 archive(byte) = "llvm_executionengine.cma"
37 archive(native) = "llvm_executionengine.cmxa"
[all …]
/external/llvm/test/tools/dsymutil/
Dbasic-linking.test3 …erbose -oso-prepend-path=%p %p/Inputs/basic-archive.macho.x86_64 | FileCheck %s --check-prefix=CHE…
4 …6_64 %p/Inputs/basic-archive.macho.x86_64 | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK…
101 ================================= Archive link ================================
102 CHECK-ARCHIVE: DEBUG MAP OBJECT: {{.*}}basic1.macho.x86_64.o
103 CHECK-ARCHIVE: Input compilation unit:
104 CHECK-ARCHIVE-NEXT: TAG_compile_unit
105 CHECK-ARCHIVE-NOT: TAG
106 CHECK-ARCHIVE: AT_name {{.*}}basic1.c
107 CHECK-ARCHIVE-NOT: Found valid debug map entry
108 CHECK-ARCHIVE: Found valid debug map entry: _main 0000000000000000 => 0000000100000ea0
[all …]
Ddebug-map-parsing.test3 …ug-map -oso-prepend-path=%p %p/Inputs/basic-archive.macho.x86_64 | FileCheck %s --check-prefix=CHE…
43 Check thet we correctly handle debug maps with archive members (including only
44 opening the archive once if mulitple of its members are used).
46 CHECK-ARCHIVE: trying to open {{.*}}basic-archive.macho.x86_64'
47 CHECK-ARCHIVE-NEXT: loaded file.
48 CHECK-ARCHIVE-NEXT: trying to open {{.*}}/Inputs/basic1.macho.x86_64.o'
49 CHECK-ARCHIVE-NEXT: loaded file.
50 CHECK-ARCHIVE-NEXT: trying to open {{.*}}/libbasic.a(basic2.macho.x86_64.o)'
51 CHECK-ARCHIVE-NEXT: opened new archive {{.*}}/libbasic.a'
52 CHECK-ARCHIVE-NEXT: found member in current archive.
[all …]
/external/libbpf/src/
Dzip.c41 /* Number of the file containing this structure or 0xFFFF if ZIP64 archive.
42 * Zip archive might span multiple files (disks).
47 * 0xFFFF if ZIP64 archive.
52 * archive.
57 * archive.
61 /* Size of the central directory record or 0xFFFFFFFF if ZIP64 archive. */
64 /* Offset of the central directory from the beginning of the archive or
65 * 0xFFFFFFFF if ZIP64 archive.
97 /* Number of the disk where the file starts or 0xFFFF if ZIP64 archive. */
135 static void *check_access(struct zip_archive *archive, __u32 offset, __u32 size) in check_access() argument
[all …]
/external/sdv/vsomeip/third_party/boost/date_time/include/boost/date_time/gregorian/
Dgreg_serialize.hpp29 template<class Archive> \
30 inline void serialize(Archive & ar, \
61 template<class Archive> in BOOST_DATE_TIME_SPLIT_FREE()
62 void save(Archive & ar, in BOOST_DATE_TIME_SPLIT_FREE()
75 template<class Archive>
76 void load(Archive & ar, in load()
97 template<class Archive>
98 inline void load_construct_data(Archive & /*ar*/, in load_construct_data() argument
102 // retrieve data from archive required to construct new in load_construct_data()
110 template<class Archive>
[all …]
/external/sdv/vsomeip/third_party/boost/serialization/test/
Dtest_dll_simple.cpp11 // invoke header for a custom archive test.
25 // for now, only test with simple text and polymorphic archive
29 #include <boost/archive/polymorphic_text_oarchive.hpp>
30 #include <boost/archive/polymorphic_text_iarchive.hpp>
35 // simple class with text archive compiled in dll
38 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()
58 // simple class with polymorphic archive compiled in dll
61 const char * testfile = boost::archive::tmpnam(NULL); in test2()
[all …]
Dtest_diamond_complex.cpp58 template<class Archive>
59 void save(Archive &ar, const unsigned int /* file_version */) const in save()
67 template<class Archive>
68 void load(Archive & ar, const unsigned int /* file_version */) in load()
105 template<class Archive>
106 void save(Archive &ar, const unsigned int /* file_version */) const in save()
112 template<class Archive>
113 void load(Archive & ar, const unsigned int /* file_version */) in load()
124 template<class Archive>
125 void save(Archive &ar, const unsigned int /* file_version */) const in save()
[all …]
Dtest_reset_object_address.cpp24 #include <boost/archive/text_oarchive.hpp>
25 #include <boost/archive/text_iarchive.hpp>
26 #include <boost/archive/polymorphic_text_oarchive.hpp>
27 #include <boost/archive/polymorphic_text_iarchive.hpp>
44 boost::archive::text_oarchive oa(ss); in test1()
49 boost::archive::text_iarchive ia(ss); in test1()
65 template<class Archive>
66 void serialize(Archive &ar, const unsigned int /*file_version*/){ in serialize()
86 boost::archive::text_oarchive oa(ss); in test2()
93 boost::archive::text_iarchive ia(ss); in test2()
[all …]
/external/lzma/CPP/7zip/Bundles/Format7zF/
Dresource.rc6 0 ICON "../../Archive/Icons/7z.ico"
7 1 ICON "../../Archive/Icons/zip.ico"
8 2 ICON "../../Archive/Icons/bz2.ico"
9 3 ICON "../../Archive/Icons/rar.ico"
10 4 ICON "../../Archive/Icons/arj.ico"
11 5 ICON "../../Archive/Icons/z.ico"
12 6 ICON "../../Archive/Icons/lzh.ico"
13 7 ICON "../../Archive/Icons/cab.ico"
14 8 ICON "../../Archive/Icons/iso.ico"
15 9 ICON "../../Archive/Icons/split.ico"
[all …]
DFormat7z.dsp100 SOURCE=..\..\Archive\Icons\7z.ico
104 SOURCE=..\..\Archive\Icons\arj.ico
108 SOURCE=..\..\Archive\Icons\bz2.ico
112 SOURCE=..\..\Archive\Icons\cab.ico
116 SOURCE=..\..\Archive\Icons\cpio.ico
120 SOURCE=..\..\Archive\Icons\deb.ico
124 SOURCE=..\..\Archive\Icons\dmg.ico
128 SOURCE=..\..\Archive\Icons\fat.ico
132 SOURCE=..\..\Archive\Icons\gz.ico
136 SOURCE=..\..\Archive\Icons\hfs.ico
[all …]
/external/sdv/vsomeip/third_party/boost/serialization/include/boost/archive/impl/
Dbasic_xml_oarchive.ipp20 #include <boost/archive/basic_xml_archive.hpp>
21 #include <boost/archive/basic_xml_oarchive.hpp>
22 #include <boost/archive/xml_archive_exception.hpp>
26 namespace archive {
60 template<class Archive>
62 basic_xml_oarchive<Archive>::write_attribute(
74 template<class Archive>
76 basic_xml_oarchive<Archive>::write_attribute(
87 template<class Archive>
89 basic_xml_oarchive<Archive>::indent(){
[all …]
Dxml_oarchive_impl.ipp23 #include <boost/archive/iterators/xml_escape.hpp>
24 #include <boost/archive/iterators/ostream_iterator.hpp>
27 #include <boost/archive/wcslen.hpp>
28 #include <boost/archive/iterators/mb_from_wchar.hpp>
32 namespace archive {
42 typedef boost::archive::iterators::mb_from_wchar<
43 boost::archive::iterators::xml_escape<InputIterator>
48 boost::archive::iterators::ostream_iterator<char>(os)
53 template<class Archive>
55 xml_oarchive_impl<Archive>::save(const std::wstring & ws){
[all …]
Dxml_woarchive_impl.ipp36 #include <boost/archive/xml_woarchive.hpp>
37 #include <boost/archive/detail/utf8_codecvt_facet.hpp>
41 #include <boost/archive/iterators/xml_escape.hpp>
42 #include <boost/archive/iterators/wchar_from_mb.hpp>
43 #include <boost/archive/iterators/ostream_iterator.hpp>
44 #include <boost/archive/iterators/dataflow_exception.hpp>
47 namespace archive {
61 boost::archive::iterators::ostream_iterator<wchar_t>(os)
65 template<class Archive>
67 xml_woarchive_impl<Archive>::save(const std::string & s){
[all …]
/external/bcc/tests/cc/
Dtest_zip.cc25 #define TEST_ARCHIVE_PATH CMAKE_CURRENT_BINARY_DIR "/archive.zip"
34 bcc_zip_entry get_required_entry(bcc_zip_archive* archive, in get_required_entry() argument
37 REQUIRE(bcc_zip_archive_find_entry(archive, asset_name, &out) == 0); in get_required_entry()
52 bcc_zip_archive* archive = bcc_zip_archive_open(NOT_AN_ARCHIVE_PATH); variable
53 REQUIRE(archive == nullptr);
56 TEST_CASE("finds entries in a zip archive by name", "[zip]") {
57 bcc_zip_archive* archive = bcc_zip_archive_open(TEST_ARCHIVE_PATH); variable
58 REQUIRE(archive != nullptr);
60 bcc_zip_entry entry = get_required_entry(archive, LIB_ENTRY_NAME);
66 entry = get_required_entry(archive, ENTRY_IN_SUBDIR_NAME);
[all …]
/external/llvm/docs/CommandGuide/
Dllvm-ar.rst9 **llvm-ar** [-]{dmpqrtx}[Rabfikou] [relpos] [count] <archive> [files...]
18 to produce archive libraries by LLVM bitcode that can be linked into an
19 LLVM program. However, the archive can contain any kind of file. By default,
22 of the archive.
24 The **llvm-ar** command can be used to *read* SVR4, GNU and BSD style archive
26 SVR4 or BSD style archive is used with the ``r`` (replace) or ``q`` (quick
27 update) operations, the archive will be reconstructed in GNU format.
52 perform on the archive, a variety of modifiers for that operation, the name of
53 the archive file, and an optional list of file names. These options are used to
54 determine how **llvm-ar** should process the archive file.
[all …]
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/sevenz/
DSevenZFile.java83 private final Archive archive; field in SevenZFile
100 * Reads a file as 7z archive
103 * @param password optional password if the archive is encrypted
104 * @throws IOException if reading the archive fails
113 * Reads a file as 7z archive
116 * @param password optional password if the archive is encrypted -
119 * @throws IOException if reading the archive fails
128 * Reads a SeekableByteChannel as 7z archive
132 * allows you to read from an in-memory archive.</p>
135 * @throws IOException if reading the archive fails
[all …]
/external/sdv/vsomeip/third_party/boost/serialization/include/boost/serialization/
Daccess.hpp23 namespace archive { namespace
25 template<class Archive, class T>
27 template<class Archive, class T>
30 } // namespace archive
35 template<class Archive, class T>
36 inline void serialize_adl(Archive &, T &, const unsigned int);
38 template<class Archive, class T>
40 template<class Archive, class T>
55 template<class Archive, class T>
57 template<class Archive, class T>
[all …]
/external/sdv/vsomeip/third_party/boost/serialization/include/boost/archive/detail/
Doserializer.hpp65 #include <boost/archive/archive_exception.hpp>
66 #include <boost/archive/detail/basic_oarchive.hpp>
67 #include <boost/archive/detail/basic_oserializer.hpp>
68 #include <boost/archive/detail/basic_pointer_oserializer.hpp>
69 #include <boost/archive/detail/archive_serializer_map.hpp>
70 #include <boost/archive/detail/check.hpp>
80 namespace archive { namespace
86 template<class Archive>
87 static void end_preamble(Archive & ar){ in end_preamble()
90 template<class Archive, class T>
[all …]
/external/python/cpython3/Lib/
Dzipimport.py4 - zipimporter: a class; its constructor takes a path to a Zip archive.
7 - _zip_directory_cache: a dict, mapping archive paths to zip directory
52 valid directory inside the archive.
55 archive.
57 The 'archive' attribute of zipimporter objects contains the name of the
61 # Split the "subdirectory" from the Zip archive path, lookup a matching
63 # if found, or else read it from the archive.
68 raise ZipImportError('archive path is empty', path=path)
97 self.archive = path
139 return None, [f'{self.archive}{path_sep}{modpath}']
[all …]
/external/sdv/vsomeip/third_party/boost/serialization/include/boost/archive/
Dbinary_iarchive_impl.hpp20 #include <boost/archive/basic_binary_iprimitive.hpp>
21 #include <boost/archive/basic_binary_iarchive.hpp>
29 namespace archive { namespace
32 template<class Archive> class interface_iarchive;
35 template<class Archive, class Elem, class Tr>
37 public basic_binary_iprimitive<Archive, Elem, Tr>,
38 public basic_binary_iarchive<Archive>
47 friend detail::interface_iarchive<Archive>;
48 friend basic_binary_iarchive<Archive>;
51 friend class detail::interface_iarchive<Archive>;
[all …]
Dbinary_oarchive_impl.hpp21 #include <boost/archive/basic_binary_oprimitive.hpp>
22 #include <boost/archive/basic_binary_oarchive.hpp>
30 namespace archive { namespace
33 template<class Archive> class interface_oarchive;
36 template<class Archive, class Elem, class Tr>
38 public basic_binary_oprimitive<Archive, Elem, Tr>,
39 public basic_binary_oarchive<Archive>
48 friend detail::interface_oarchive<Archive>;
49 friend basic_binary_oarchive<Archive>;
52 friend class detail::interface_oarchive<Archive>;
[all …]
/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-archive-headers.test1 RUN: llvm-objdump %p/Inputs/macho-universal-archive.x86_64.i386 -macho -archive-headers -arch all \
3 RUN: llvm-objdump %p/Inputs/macho-universal-archive.x86_64.i386 -macho -archive-headers -arch all -
5 RUN: llvm-objdump %p/Inputs/macho-universal-archive.x86_64.i386 -macho -archive-headers -arch all -…
9 CHECK: Archive : {{.*}}/macho-universal-archive.x86_64.i386 (architecture x86_64)
12 CHECK: Archive : {{.*}}/macho-universal-archive.x86_64.i386 (architecture i386)
16 OFFSETS: Archive : {{.*}}/macho-universal-archive.x86_64.i386 (architecture x86_64)
19 OFFSETS: Archive : {{.*}}/macho-universal-archive.x86_64.i386 (architecture i386)
23 NON-VERBOSE: Archive : {{.*}}/macho-universal-archive.x86_64.i386 (architecture x86_64)
26 NON-VERBOSE: Archive : {{.*}}/macho-universal-archive.x86_64.i386 (architecture i386)

12345678910>>...191