/external/llvm-project/lld/test/COFF/ |
D | thinlto-archives.ll | 2 ; RUN: rm -fr %T/thinlto-archives 3 ; RUN: mkdir %T/thinlto-archives %T/thinlto-archives/a %T/thinlto-archives/b 4 ; RUN: opt -thinlto-bc -o %T/thinlto-archives/main.obj %s 5 ; RUN: opt -thinlto-bc -o %T/thinlto-archives/a/bar.obj %S/Inputs/lto-dep.ll 6 ; RUN: opt -thinlto-bc -o %T/thinlto-archives/b/bar.obj %S/Inputs/bar.ll 7 ; RUN: llvm-ar crs %T/thinlto-archives/a.lib %T/thinlto-archives/a/bar.obj 8 ; RUN: llvm-ar crs %T/thinlto-archives/b.lib %T/thinlto-archives/b/bar.obj 9 ; RUN: lld-link -out:%T/thinlto-archives/main.exe -entry:main \ 10 ; RUN: -lldsavetemps -subsystem:console %T/thinlto-archives/main.obj \ 11 ; RUN: %T/thinlto-archives/a.lib %T/thinlto-archives/b.lib [all …]
|
D | thinlto-whole-archives.ll | 2 ; RUN: rm -fr %T/thinlto-whole-archives 3 ; RUN: mkdir %T/thinlto-whole-archives %T/thinlto-whole-archives/a %T/thinlto-whole-archives/b 4 ; RUN: opt -thinlto-bc -o %T/thinlto-whole-archives/main.obj %s 5 ; RUN: opt -thinlto-bc -o %T/thinlto-whole-archives/a/bar.obj %S/Inputs/lto-dep.ll 6 ; RUN: opt -thinlto-bc -o %T/thinlto-whole-archives/b/bar.obj %S/Inputs/bar.ll 7 ; RUN: llvm-ar crs %T/thinlto-whole-archives/a.lib %T/thinlto-whole-archives/a/bar.obj %T/thinlto-w… 8 ; RUN: lld-link -out:%T/thinlto-whole-archives/main.exe -entry:main \ 9 ; RUN: -wholearchive -lldsavetemps -subsystem:console %T/thinlto-whole-archives/main.obj \ 10 ; RUN: %T/thinlto-whole-archives/a.lib 11 ; RUN: FileCheck %s < %T/thinlto-whole-archives/main.exe.resolution.txt [all …]
|
/external/llvm-project/lld/test/ELF/lto/ |
D | thinlto-thin-archive-collision.ll | 3 ; RUN: mkdir thinlto-archives thinlto-archives/a thinlto-archives/b 4 ; RUN: opt -thinlto-bc -o thinlto-archives/main.o %s 5 ; RUN: opt -thinlto-bc -o thinlto-archives/a/thin.o %S/Inputs/thin1.ll 6 ; RUN: opt -thinlto-bc -o thinlto-archives/b/thin.o %S/Inputs/thin2.ll 7 ; RUN: llvm-ar qcT thinlto-archives/thin.a thinlto-archives/a/thin.o thinlto-archives/b/thin.o 8 ; RUN: ld.lld thinlto-archives/main.o thinlto-archives/thin.a -o thinlto-archives/main.exe --save-t… 9 ; RUN: FileCheck %s < thinlto-archives/main.exe.resolution.txt 11 ; CHECK: thinlto-archives/main.o 12 ; CHECK: thinlto-archives/thin.a(thin.o at {{[1-9][0-9]+}}) 13 ; CHECK-NEXT: -r=thinlto-archives/thin.a(thin.o at {{[1-9][0-9]+}}),foo,pl [all …]
|
/external/llvm-project/lldb/test/API/functionalities/archives/ |
D | README | 4 [16:17:44] johnny:/Volumes/data/lldb/svn/latest/test/functionalities/archives $ dsymutil -s a.out 10 … ) 00 0000 0000000000000000 '/Volumes/data/lldb/svn/latest/test/functionalities/archives/' 12 …03 0001 000000004f0f780c '/Volumes/data/lldb/svn/latest/test/functionalities/archives/main.o' 18 … ) 00 0000 0000000000000000 '/Volumes/data/lldb/svn/latest/test/functionalities/archives/' 20 …0001 000000004f0f780c '/Volumes/data/lldb/svn/latest/test/functionalities/archives/libfoo.a(a.o)' 31 … ) 00 0000 0000000000000000 '/Volumes/data/lldb/svn/latest/test/functionalities/archives/' 33 …0001 000000004f0f780c '/Volumes/data/lldb/svn/latest/test/functionalities/archives/libfoo.a(b.o)'
|
/external/libcxx/utils/ |
D | merge_archives.py | 112 if len(args.archives) < 2: 114 archives = [find_and_diagnose_missing(ar, args.search_paths) 115 for ar in args.archives] 116 print ('Merging archives: %s' % archives) 123 for arc in archives:
|
/external/llvm-project/lldb/examples/python/ |
D | bsd.py | 212 def __init__(self, archives): argument 217 self.archives = archives 238 for archive in self.archives: 254 for archive in self.archives: 263 for archive in self.archives: 336 archives = [] 338 archives.append(Archive(path)) 339 interpreter = Interactive(archives) 478 archives = {} 523 if archive_path in archives: [all …]
|
/external/llvm-project/libcxx/utils/ |
D | merge_archives.py | 126 if len(args.archives) < 2: 128 archives = [find_and_diagnose_missing(ar, args.search_paths) 129 for ar in args.archives] 130 print ('Merging archives: %s' % archives) 138 for arc in archives:
|
/external/llvm-project/llvm/test/tools/llvm-ar/ |
D | flatten-thin-archive-recursive.test | 1 # Since llvm-ar cannot create thin archives that contain any thin archives, 4 # This test ensures that flat archives are recursively flattened.
|
D | full-to-thin-archive.test | 1 ## Test archives do not convert to thin archives.
|
/external/llvm-project/llvm/tools/llvm-objcopy/ |
D | CommonOpts.td | 20 : Flag<["--"], "enable-deterministic-archives">, 21 HelpText<"Enable deterministic mode when operating on archives (use " 25 HelpText<"Alias for --enable-deterministic-archives">; 28 : Flag<["--"], "disable-deterministic-archives">, 29 HelpText<"Disable deterministic mode when operating on archives (use " 33 HelpText<"Alias for --disable-deterministic-archives">;
|
/external/arm-trusted-firmware/lib/debugfs/ |
D | devfip.c | 86 static struct fipfile archives[NR_FIPS]; variable 132 if (clone(archives[c->dev].c, &nc) == NULL) { in fipgen() 136 fip = &archives[nc.dev]; in fipgen() 202 fip = &archives[c->dev]; in fipread() 257 fip = &archives[nfips]; in fipmount()
|
/external/testng/gradle/ |
D | publishing.gradle | 39 archives jar 40 archives javadocJar 41 archives sourcesJar
|
/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/ |
D | deterministic-archive.test | 22 # RUN: llvm-objcopy --enable-deterministic-archives %t.a %t.4D.a 24 # RUN: llvm-objcopy --disable-deterministic-archives %t.a %t.4U.a 27 # RUN: llvm-strip --enable-deterministic-archives %t.a -o %t.5D.a 29 # RUN: llvm-strip --disable-deterministic-archives %t.a -o %t.5U.a 43 # RUN: llvm-objcopy -D -U -D -U --enable-deterministic-archives %t.a %t.10.a 50 # RUN: llvm-strip -D -U -D -U --enable-deterministic-archives %t.a -o %t.13.a
|
/external/apache-commons-compress/src/changes/ |
D | release-notes.vm | 176 o Expanding 7z archives using LZMA compression could cause an 179 o Long-Name and -link or PAX-header entries in TAR archives always had 180 the current time as last modfication time, creating archives that 210 o COMPRESS-278: TarArchiveInputStream failed to read archives with empty 241 You will need a version >= 1.5 of XZ for Java to read archives 250 archives used LZMA compression for headers and content and 256 o TarArchiveInputStream will now read archives created by tar 308 o SevenZOutputFile would create invalid archives if more than six 324 o Added support for 7z archives. Most compression algorithms 327 o Added read-only support for ARJ archives that don't use [all …]
|
/external/chromium-trace/catapult/common/node_runner/node_runner/ |
D | README.md | 3 1. Download archives pre-compiled binaries. 4 2. Unzip archives.
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | GIT-INFO | 4 This file is only present in git - never in release archives. It is used as a 6 release and daily snapshot archives.
|
D | buildconf.bat | 8 REM archives, neither for c-ares' daily snapshot archives.
|
/external/apache-commons-compress/ |
D | RELEASE-NOTES.txt | 24 javax.crypto so encrypted archives can be read. 34 o The cpio streams didn't handle archives using a multi-byte 71 archives are now turned into ZipException, they used to 116 o Added read-only DEFLATE64 support to ZIP archives and as 119 o Added read-only DEFLATE64 support to 7z archives. 127 archives with certain strong encryption headers. 148 methods used in ZIP archives. 172 writing/reading tar archives. 180 o Don't use a data descriptor in ZIP archives when copying a raw 347 Snappy used by the IWA files contained within the zip archives [all …]
|
/external/elfutils/tests/debuginfod-tars/pacman-sources/ |
D | README.md | 7 Run `makepkg` inside this directory to produce *.pkg.tar.* archives. This may 9 "PKGEXT" for details. The archives will appear in the current directory, or the
|
/external/lottie/lottie/ |
D | gradle-maven-push.gradle | 103 sign configurations.archives 123 archives androidSourcesJar 124 archives androidJavadocsJar
|
/external/grpc-grpc-java/android/ |
D | build.gradle | 54 sign configurations.archives 80 archives sourcesJar 81 archives javadocsJar
|
/external/python/cpython2/Doc/library/ |
D | zipimport.rst | 2 :mod:`zipimport` --- Import modules from Zip archives 6 :synopsis: support for importing Python modules from ZIP archives. 13 :file:`\*.py[co]`) and packages from ZIP-format archives. It is usually not 16 to ZIP archives. 36 ZIP archives with an archive comment are currently not supported.
|
/external/python/cpython3/Doc/library/ |
D | zipimport.rst | 1 :mod:`zipimport` --- Import modules from Zip archives 5 :synopsis: Support for importing Python modules from ZIP archives. 14 :file:`\*.pyc`) and packages from ZIP-format archives. It is usually not 17 to ZIP archives. 34 Previously, ZIP archives with an archive comment were not supported.
|
/external/subsampling-scale-image-view/ |
D | release.gradle | 24 sign configurations.archives 28 configuration = configurations.archives
|
/external/llvm-project/llvm/test/ExecutionEngine/OrcLazy/ |
D | macho-universal-static-library-support.ll | 13 ; Check that MachO universal binaries containing archives work. 16 ; archive and combines these two archives into a macho universal binary.
|