/external/dokka/runners/maven-plugin/src/main/kotlin/ |
D | DokkaMojo.kt | 3 import org.apache.maven.archiver.MavenArchiveConfiguration 4 import org.apache.maven.archiver.MavenArchiver 10 import org.codehaus.plexus.archiver.Archiver 11 import org.codehaus.plexus.archiver.jar.JarArchiver 241 val archiver = MavenArchiver() in generateArchive() constant 242 archiver.setArchiver(jarArchiver) in generateArchive() 243 archiver.setOutputFile(javadocJar) in generateArchive() 244 archiver.archiver.addDirectory(File(outputDir), arrayOf("**/**"), arrayOf()) in generateArchive() 247 archiver.createArchive(session, project, archive) in generateArchive()
|
/external/autotest/site_utils/ |
D | backup_mysql_db.py | 339 archiver = MySqlArchiver( 341 dump_file = archiver.dump() 343 archiver.upload_to_google_storage(dump_file) 344 archiver.cleanup()
|
/external/python/cpython2/Lib/distutils/ |
D | sysconfig.py | 208 archiver = ar + ' ' + os.environ['ARFLAGS'] 210 archiver = ar + ' ' + ar_flags 220 archiver=archiver)
|
D | unixccompiler.py | 135 self.spawn(self.archiver +
|
/external/python/cpython3/Lib/distutils/ |
D | sysconfig.py | 229 archiver = ar + ' ' + os.environ['ARFLAGS'] 231 archiver = ar + ' ' + ar_flags 241 archiver=archiver)
|
D | unixccompiler.py | 131 self.spawn(self.archiver +
|
/external/dokka/runners/maven-plugin/ |
D | build.gradle | 27 shadow "org.apache.maven:maven-archiver:$maven_archiver_version" 29 shadow "org.codehaus.plexus:plexus-archiver:$plexus_archiver_version"
|
/external/llvm-project/llvm/cmake/modules/ |
D | UseLibtool.cmake | 39 # If DYLD_LIBRARY_PATH is set we need to set it on archiver commands
|
/external/llvm-project/compiler-rt/cmake/Modules/ |
D | UseLibtool.cmake | 47 # If DYLD_LIBRARY_PATH is set we need to set it on archiver commands
|
/external/autotest/client/site_tests/platform_PrinterPpds/ |
D | platform_PrinterPpds.py | 18 import archiver 209 self._archivers[doc_name] = archiver.Archiver(path_for_archiver,
|
/external/python/cpython2/Doc/library/ |
D | shutil.rst | 306 You can register new formats or provide your own archiver for any existing 314 Register an archiver for the format *name*. *function* is a callable that 315 will be used to invoke the archiver. 318 used as extra keywords arguments when the archiver callable is used.
|
/external/llvm-project/llvm/docs/CommandGuide/ |
D | llvm-ar.rst | 1 llvm-ar - LLVM archiver 235 archiver, as some allow paths as member names. This is the default behavior 292 sequence of commands to be executed by the archiver. The :option:`-M` option
|
/external/toybox/toys/posix/ |
D | tar.c | 803 *archiver = FLAG(I) ? TT.I : (FLAG(z) ? "gzip" : (FLAG(J) ? "xz":"bzip2")); in tar_main() local 876 (char *[]){archiver, "-d", 0}, pipefd); in tar_main() 946 xpopen_both((char *[]){archiver, 0}, pipefd); in tar_main()
|
/external/lzma/DOC/ |
D | installer.txt | 4 7-Zip is a file archiver for Windows NT/2000/2003/2008/XP/Vista/7/8/10.
|
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/ |
D | build.log | 16 archiver: 0.14.4
|
/external/ltp/doc/ |
D | build-system-guide.txt | 136 $(AR) : The library archiver.
|
/external/chromium-trace/catapult/third_party/polymer/components/polymer/ |
D | build.log | 45 archiver: 0.14.4
|
/external/python/cpython3/Doc/library/ |
D | shutil.rst | 615 You can register new formats or provide your own archiver for any existing 621 Register an archiver for the format *name*. 630 used as extra keywords arguments when the archiver callable is used.
|
/external/zstd/lib/ |
D | README.md | 127 `-Wl,--gc-sections`, `-Wl,-z,norelro`, and an archiver that understands
|
/external/libcups/ |
D | DEVELOPING.md | 473 - `AR`; the library archiver command, 474 - `ARFLAGS`; options for the library archiver command,
|
/external/expat/ |
D | aclocal.m4 | 67 # Try to determine the archiver interface, and trigger the ar-lib wrapper 68 # if it is needed. If the detection of archiver interface fails, run 78 AC_CACHE_CHECK([the archiver ($AR) interface], [am_cv_ar_interface],
|
/external/ImageMagick/ |
D | aclocal.m4 | 67 # Try to determine the archiver interface, and trigger the ar-lib wrapper 68 # if it is needed. If the detection of archiver interface fails, run 78 AC_CACHE_CHECK([the archiver ($AR) interface], [am_cv_ar_interface],
|
/external/google-breakpad/ |
D | aclocal.m4 | 67 # Try to determine the archiver interface, and trigger the ar-lib wrapper 68 # if it is needed. If the detection of archiver interface fails, run 78 AC_CACHE_CHECK([the archiver ($AR) interface], [am_cv_ar_interface],
|
/external/llvm/docs/CommandGuide/ |
D | llvm-ar.rst | 1 llvm-ar - LLVM archiver
|
/external/libnetfilter_conntrack/ |
D | aclocal.m4 | 282 # Try to determine the archiver interface, and trigger the ar-lib wrapper 283 # if it is needed. If the detection of archiver interface fails, run 293 AC_CACHE_CHECK([the archiver ($AR) interface], [am_cv_ar_interface],
|