Home
last modified time | relevance | path

Searched refs:archive2 (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/lld/test/ELF/
Ddynamic-list-archive.s4 # RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %S/Inputs/archive2.s -o %t1.o
Dsymver-archive.s6 # RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %S/Inputs/symver-archive2.s -o %t3.o
Dmips64-eh-abs-reloc.s9 # RUN: llvm-mc -filetype=obj -triple=mips64-unknown-freebsd %S/Inputs/archive2.s -o %t-foo.o
Darchive.s4 # RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %S/Inputs/archive2.s -o %t3
/external/llvm-project/lld/test/wasm/
Darchive-export.ll5 RUN: llc -filetype=obj %S/Inputs/archive2.ll -o %t.a2.o
Darchive.ll3 ; RUN: llc -filetype=obj %S/Inputs/archive2.ll -o %t.a2.o
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/tar/
DTarArchiveOutputStreamTest.java761 final byte[] archive2 = createTarArchiveContainingOneDirectory(fname, modificationDate); in testLongNameMd5Hash()
763 final byte[] digest2 = MessageDigest.getInstance("MD5").digest(archive2); in testLongNameMd5Hash()
771 new ByteArrayInputStream(archive2)); in testLongNameMd5Hash()
/external/llvm/test/Object/
Dmacho-invalid.test92 RUN: not llvm-objdump -macho -private-headers %p/Inputs/macho-bad-archive2.a 2>&1 | FileCheck -chec…
93 INCOMPLETE-SEGMENT-LOADC-ARCHIVE: macho-bad-archive2.a(macho64-invalid-incomplete-segment-load-comm…
/external/python/cpython2/Lib/test/
Dtest_shutil.py515 archive2 = os.path.join(root_dir, 'archive2.zip')
519 self.assertTrue(os.path.isfile(archive2))
523 with zipfile.ZipFile(archive2) as zf:
/external/lzma/CPP/7zip/UI/Common/
DUpdate.cpp537 CMyComPtr<IInArchive> archive2 = arc->Archive; in Compress() local
538 HRESULT result = archive2.QueryInterface(IID_IOutArchive, &outArchive); in Compress()
/external/python/cpython3/Lib/test/
Dtest_shutil.py1388 archive2 = os.path.join(root_dir, 'archive2.zip')
1393 self.assertTrue(os.path.isfile(archive2))
1397 with zipfile.ZipFile(archive2) as zf:
/external/llvm-project/llvm/test/Object/
Dmacho-invalid.test92 RUN: not llvm-objdump --macho --private-headers %p/Inputs/macho-bad-archive2.a 2>&1 | FileCheck --c…
93 INCOMPLETE-SEGMENT-LOADC-ARCHIVE: macho-bad-archive2.a(macho64-invalid-incomplete-segment-load-comm…