/prebuilts/tools/common/m2/repository/net/java/dev/javacc/javacc/5.0/ |
javacc-5.0.pom | 56 <archive>https://javacc.dev.java.net/servlets/SummarizeList?listName=announce</archive> 60 <archive>https://javacc.dev.java.net/servlets/SummarizeList?listName=users</archive> 64 <archive>https://javacc.dev.java.net/servlets/SummarizeList?listName=dev</archive> 68 <archive>https://javacc.dev.java.net/servlets/SummarizeList?listName=cvs</archive> 72 <archive>https://javacc.dev.java.net/servlets/SummarizeList?listName=issues</archive> [all...] |
/prebuilts/go/darwin-x86/src/cmd/pack/ |
pack.go | 22 The archive format is: 53 // need "pack op archive" at least. 60 var ar *Archive 63 ar = archive(os.Args[2], os.O_RDONLY, os.Args[3:]) 66 ar = archive(os.Args[2], os.O_RDWR, os.Args[3:]) 70 ar = archive(os.Args[2], os.O_RDWR|os.O_TRUNC, os.Args[3:]) 74 ar = archive(os.Args[2], os.O_RDONLY, os.Args[3:]) 77 ar = archive(os.Args[2], os.O_RDONLY, os.Args[3:]) 85 log.Fatalf("file %q not in archive", ar.files[0]) 101 // formerly canonical way to build a new archive 146 func archive(name string, mode int, files []string) *Archive { func [all...] |
/prebuilts/go/linux-x86/src/cmd/pack/ |
pack.go | 22 The archive format is: 53 // need "pack op archive" at least. 60 var ar *Archive 63 ar = archive(os.Args[2], os.O_RDONLY, os.Args[3:]) 66 ar = archive(os.Args[2], os.O_RDWR, os.Args[3:]) 70 ar = archive(os.Args[2], os.O_RDWR|os.O_TRUNC, os.Args[3:]) 74 ar = archive(os.Args[2], os.O_RDONLY, os.Args[3:]) 77 ar = archive(os.Args[2], os.O_RDONLY, os.Args[3:]) 85 log.Fatalf("file %q not in archive", ar.files[0]) 101 // formerly canonical way to build a new archive 146 func archive(name string, mode int, files []string) *Archive { func [all...] |
/bootable/recovery/otafault/ |
config.cpp | 31 static ZipArchive* archive; variable 39 archive = za; 44 // archive will be NULL if we used an entry point other 46 if (archive == NULL) { 53 const ZipEntry* entry = mzFindZipEntry(archive, type_path.c_str()); 66 const ZipEntry* entry = mzFindZipEntry(archive, type_path.c_str()); 67 mzReadZipEntry(archive, entry, &fname[0], OTAIO_MAX_FNAME_SIZE);
|
/build/tools/zipalign/ |
README.txt | 1 zipalign -- zip archive alignment tool 11 infile.zip is an existing Zip archive 28 Alterations to the archive, such as renaming or deleting entries, will 30 entries. Files added to an "aligned" archive will not be aligned. 35 You can use the "-c" flag to test whether a zip archive is properly aligned. 38 uncompressed in the zip archive, to a 4096-byte page boundary. This 39 facilitates directly loading shared libraries from inside a zip archive.
|
/prebuilts/go/darwin-x86/src/archive/zip/ |
example_test.go | 8 "archive/zip" 17 // Create a buffer to write our archive to. 20 // Create a new zip archive. 23 // Add some files to the archive. 27 {"readme.txt", "This archive contains some text files."}, 50 // Open a zip archive for reading. 57 // Iterate through the files in the archive,
|
/prebuilts/go/linux-x86/src/archive/zip/ |
example_test.go | 8 "archive/zip" 17 // Create a buffer to write our archive to. 20 // Create a new zip archive. 23 // Add some files to the archive. 27 {"readme.txt", "This archive contains some text files."}, 50 // Open a zip archive for reading. 57 // Iterate through the files in the archive,
|
/external/llvm/docs/CommandGuide/ |
llvm-ar.rst | 9 **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...] |
/frameworks/compile/mclinker/include/mcld/LD/ |
Archive.h | 1 //===- Archive.h ----------------------------------------------------------===// 27 /** \class Archive 28 * \brief This class define the interfacee to Archive files 30 class Archive { 33 static const char THIN_MAGIC[]; ///< magic of thin archive 111 Archive(Input& pInputFile, InputBuilder& pBuilder); 113 ~Archive(); 115 /// getARFile - get the Input& of the archive file 118 /// getARFile - get the Input& of the archive file 121 /// inputs - get the input tree built from this archive [all...] |
/external/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/ |
InterpreterDescriptor.java | 83 * Returns true if interpreter has an archive. 88 * Returns true if interpreter has an extras archive. 93 * Returns true if interpreter comes with a scripts archive. 98 * Returns file name of the interpreter archive. 103 * Returns file name of the extras archive. 108 * Returns file name of the scripts archive. 113 * Returns URL location of the interpreter archive. 118 * Returns URL location of the scripts archive. 123 * Returns URL location of the extras archive.
|
/frameworks/base/tests/LegacyRestoreTest/ |
README | 2 "adb backup" archive of the settings provider package. It was generated on a 4 to the PBKDF2 implementation. The archive's encryption password, entered on-screen, 7 'adb restore' decrypts and applies the restored archive successfully on a device 13 archive, using the same key, generated on a Nexus 4 running Android 4.4 with a fix 14 to this bug in place. This archive should be successfully restorable on any
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/ |
ar.exp | 197 set archive artest.a 199 remote_file host delete $archive 201 set archive tmpdir/artest.a 207 set got [binutils_run $AR "rc $archive ${objfile}"] 213 set got [binutils_run $NM "--print-armap $archive"] 227 # Test building a thin archive. 237 set testname "ar thin archive" 245 set archive artest.a 247 remote_file host delete $archive 249 set archive tmpdir/artest. [all...] |
/toolchain/binutils/binutils-2.25/gold/ |
cref.cc | 33 #include "archive.h" 54 // Start adding an archive. We support nested archives for future 57 add_archive_start(Archive*); 59 // Finish adding an archive. 61 add_archive_stop(Archive*); 75 // Information we record for an archive. 78 // Archive name. 80 // List of objects included from the archive. 82 // Number of archive members. 86 // A mapping from the name of an archive to the list of objects i [all...] |
archive.cc | 0 // archive.cc -- archive support for gold 40 #include "archive.h" 49 // Determine whether a definition of SYM_NAME should cause an archive 61 // In an object file, and therefore in an archive map, an 104 // PR 12001: Do not include an archive when the undefined 151 // The header of an entry in the archive. This is all readable text, 152 // padded with spaces where necessary. If the contents of an archive 153 // are all text file, the entire archive is readable. 155 struct Archive::Archive_heade [all...] |
/frameworks/compile/mclinker/lib/LD/ |
GroupReader.cpp | 11 #include "mcld/LD/Archive.h" 46 // record the archive files in this sub-tree 57 (*input)->type() == Input::Archive || 74 // is an archive 76 (*input)->setType(Input::Archive); 77 // record the Archive used by each archive node 78 Archive* ar = new Archive(**input, pBuilder); 81 // read archive [all...] |
/external/llvm/test/Object/X86/ |
archive-ir-asm.ll | 14 ; CHECK: Archive map 15 ; CHECK-NEXT: global_asm_sym in archive-ir-asm.ll 17 ; CHECK: archive-ir-asm.ll
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man1/ |
x86_64-w64-mingw32-ar.1 | 151 the original individual files (called \fImembers\fR of the archive). 154 group are preserved in the archive, and can be restored on 160 with archive formats maintained with other tools. If it exists, the 169 object modules in the archive when you specify the modifier \fBs\fR. 170 Once created, this index is updated in the archive whenever \fBar\fR 172 An archive with such an index speeds up linking to the library, and 174 their placement in the archive. 177 table. If an archive lacks the table, another form of \fBar\fR called 180 \&\s-1GNU \s0\fBar\fR can optionally create a \fIthin\fR archive, 182 of the member files of the archive. This is useful for buildin [all...] |
/external/chromium-trace/catapult/dependency_manager/dependency_manager/ |
archive_info.py | 14 """ Container for the information needed to unzip a downloaded archive. 17 archive_path: Path to the archive file. 18 unzip_path: Path to unzip the archive into. Assumes that this path 19 is unique for the archive. 27 relative to the unzipped archive path. 36 'Not enough information specified to initialize an archive info.' 47 "Expected path '%s' was not extracted from archive '%s'." % 54 'Missing needed info to unzip archive. Known data: %s',
|
/external/libdivsufsort/lib/ |
CMakeLists.txt | 11 ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}) 24 ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR})
|
/prebuilts/go/darwin-x86/lib/time/ |
README | 1 The zoneinfo.zip archive contains time zone files compiled using 10 To rebuild the archive, read and run update.bash.
|
/prebuilts/go/linux-x86/lib/time/ |
README | 1 The zoneinfo.zip archive contains time zone files compiled using 10 To rebuild the archive, read and run update.bash.
|
/external/llvm/test/Object/ |
nm-archive.test | 1 RUN: llvm-nm -a %p/Inputs/archive-test.a-coff-i386 \ 12 RUN: llvm-nm -a -o %p/Inputs/archive-test.a-coff-i386 \ 15 COFF-o: {{.*}}/archive-test.a-coff-i386:trivial-object-test.coff-i386: 00000000 d .data 16 COFF-o: {{.*}}/archive-test.a-coff-i386:trivial-object-test.coff-i386: 00000000 t .text 17 COFF-o: {{.*}}/archive-test.a-coff-i386:trivial-object-test.coff-i386: 00000000 d L_.str 18 COFF-o: {{.*}}/archive-test.a-coff-i386:trivial-object-test.coff-i386: U _SomeOtherFunction 19 COFF-o: {{.*}}/archive-test.a-coff-i386:trivial-object-test.coff-i386: 00000000 T _main 20 COFF-o: {{.*}}/archive-test.a-coff-i386:trivial-object-test.coff-i386: U _puts 42 Test we don't error with an archive with no symtab. 43 RUN: llvm-nm %p/Inputs/archive-test.a-gnu-no-symta [all...] |
/external/ImageMagick/config/ |
ar-lib | 79 # func_at_file at_file operation archive 80 # Iterate over all members in AT_FILE performing OPERATION on ARCHIVE 88 archive=$3 95 $AR -NOLOGO $operation:"$member" "$archive" || exit $? 105 Usage: $me [--help] [--version] PROGRAM ACTION ARCHIVE [MEMBER...] 118 func_error "you must specify a program, an action and an archive" 126 func_error "you must specify a program, an action and an archive" 148 archive=$file 194 func_error "archive not found" 200 func_at_file "${1#@}" -REMOVE "$archive" [all...] |
/external/lzma/DOC/ |
7zC.txt | 24 7zIn.* - .7z archive opening
32 You can create .7z archive with 7z.exe, 7za.exe or 7zr.exe:
34 7z.exe a archive.7z *.htm -r -mx -m0fb=255
36 If you have big number of files in archive, and you need fast extracting,
39 7za.exe a archive.7z *.htm -ms=512K -r -mx -m0fb=255 -m0d=512K
42 512KB for extracting one file from such archive.
48 - It reads only "FileName", "Size", "LastWriteTime" and "CRC" information for each file in archive.
61 e: Extract files from archive
62 l: List contents of archive
63 t: Test integrity of archive
[all...] |
/external/pcre/dist/ |
ar-lib | 79 # func_at_file at_file operation archive 80 # Iterate over all members in AT_FILE performing OPERATION on ARCHIVE 88 archive=$3 95 $AR -NOLOGO $operation:"$member" "$archive" || exit $? 105 Usage: $me [--help] [--version] PROGRAM ACTION ARCHIVE [MEMBER...] 118 func_error "you must specify a program, an action and an archive" 126 func_error "you must specify a program, an action and an archive" 148 archive=$file 194 func_error "archive not found" 200 func_at_file "${1#@}" -REMOVE "$archive" [all...] |