HomeSort by relevance Sort by last modified time
    Searched full:archive (Results 251 - 275 of 3263) sorted by null

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/crypto/x509/
sha2_windows_test.go 16 // http://blogs.technet.com/b/pki/archive/2010/09/30/sha2-and-windows.aspx
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.1/
jaxen-1.1.1.pom 27 <archive>http://archive.jaxen.codehaus.org/user/</archive>
33 <archive>http://archive.jaxen.codehaus.org/dev/</archive>
39 <archive>http://archive.jaxen.codehaus.org/scm/</archive>
  /toolchain/binutils/binutils-2.25/binutils/
bfdtest2.c 93 die ("not an archive");
97 die ("error opening archive member");
100 die ("error closing archive member");
103 die ("error closing archive");
  /toolchain/binutils/binutils-2.25/gold/
mapfile.h 32 class Archive;
62 // Report that we are including a member from an archive. This is
63 // called by the archive reading code.
108 // Whether we have printed the archive member header.
  /toolchain/binutils/binutils-2.25/include/aout/
ranlib.h 1 /* ranlib.h -- archive library index member definition for GNU.
19 /* The Symdef member of an archive contains two things:
25 "foo" and "_bar", that are in archive members at offsets
35 #define RANLIBMAG "__.SYMDEF" /* Archive file name containing index */
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
network_controller_backend_unittest.py 124 return filename in ['some-archive.wpr', 'another-archive.wpr']
174 b.StartReplay('some-archive.wpr')
187 b.StartReplay('some-archive.wpr')
206 b.StartReplay('some-archive.wpr')
223 b.StartReplay('some-archive.wpr')
229 b.StartReplay('some-archive.wpr')
234 b.StartReplay('some-archive.wpr')
243 b.StartReplay('some-archive.wpr')
248 b.StartReplay('another-archive.wpr'
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/glacier/
concurrent.py 77 """Concurrently upload an archive to glacier.
79 This class uses a thread pool to concurrently upload an archive
97 the archive parts. The part size must be a megabyte multiplied by
111 """Concurrently create an archive.
123 :param description: The description of the archive.
126 :return: The archive id of the newly created archive.
149 log.debug("An error occurred while uploading an archive, "
168 "an archive: %s" % result)
171 # the entire archive
    [all...]
  /external/deqp/framework/common/
tcuImageIO.cpp 52 * \param archive Resource archive
55 void loadImage (TextureLevel& dst, const tcu::Archive& archive, const char* fileName)
60 loadPNG(dst, archive, fileName);
79 * \param archive Resource archive
82 void loadPNG (TextureLevel& dst, const tcu::Archive& archive, const char* fileName)
84 de::UniquePtr<Resource> resource(archive.getResource(fileName))
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/pack/
pack_test.go 58 // testCreate creates an archive in the specified directory.
61 ar := archive(name, os.O_RDWR, nil)
66 ar = archive(name, os.O_RDONLY, []string{helloFile.name})
84 // Test that we can create an archive, write to it, and get the same contents back.
85 // Tests the rv and then the pv command on a new archive.
92 // Test that we can create an archive twice with the same name (Issue 8369).
100 // Test that we can create an archive, put some files in it, and get back a correct listing.
106 ar := archive(name, os.O_RDWR, nil)
114 ar = archive(name, os.O_RDONLY, nil)
134 ar = archive(name, os.O_RDONLY, nil
    [all...]
  /prebuilts/go/linux-x86/src/cmd/pack/
pack_test.go 58 // testCreate creates an archive in the specified directory.
61 ar := archive(name, os.O_RDWR, nil)
66 ar = archive(name, os.O_RDONLY, []string{helloFile.name})
84 // Test that we can create an archive, write to it, and get the same contents back.
85 // Tests the rv and then the pv command on a new archive.
92 // Test that we can create an archive twice with the same name (Issue 8369).
100 // Test that we can create an archive, put some files in it, and get back a correct listing.
106 ar := archive(name, os.O_RDWR, nil)
114 ar = archive(name, os.O_RDONLY, nil)
134 ar = archive(name, os.O_RDONLY, nil
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/documentation/
GettingStarted.md 62 saved into the archive.
64 $ sudo ./replay.py --record ~/archive.wpr
68 4. Stop recording by killing the replay.py process with Ctrl+c. The archive
69 will be saved to ~/archive.wpr.
72 After you have created an archive, you may later replay it at any time.
74 1. Start the program in replay mode with a previously recorded archive.
76 $ sudo ./replay.py ~/archive.wpr
79 or resources not in the recorded archive.
89 $ sudo ./replay.py --up 128KByte/s --down 4Mbit/s --delay_ms=100 archive.wpr
93 $ sudo ./replay.py --packet_loss_rate=0.01 ~/archive.wp
    [all...]
  /external/llvm/test/Object/
archive-symtab.test 5 CHECK: Archive map
16 THIN: Archive map
36 NOMAP-NOT: Archive map
41 check that the archive does have a corrupt symbol table.
43 RUN: cp %p/Inputs/archive-test.a-corrupt-symbol-table %t.a
46 CORRUPT: Archive map
74 RUN: llvm-nm -M %p/Inputs/macho-archive-x86_64.a | FileCheck %s --check-prefix=BSD-MachO
75 RUN: llvm-nm -M %p/Inputs/macho-archive-unsorted-x86_64.a | FileCheck %s --check-prefix=BSD-MachO
77 BSD-MachO: Archive map
85 MACHO: Archive ma
    [all...]
nm-irix6.test 1 # Check reading IRIX 6.0 64-bit archive file.
2 RUN: llvm-nm %p/Inputs/archive-test.a-irix6-mips64el | FileCheck %s
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
archive_util.py 3 Utility functions for creating archive files (tarballs, zip files,
60 archive that is being built. If not provided, the current owner and group
86 log.info('Creating tar archive')
195 """Create an archive file (eg. zip or tar).
198 extension; 'format' is the archive format: one of "zip", "tar", "ztar",
202 archive; ie. we typically chdir into 'root_dir' before creating the
203 archive. 'base_dir' is the directory where we start archiving from;
205 directories in the archive. 'root_dir' and 'base_dir' both default
206 to the current directory. Returns the name of the archive file.
208 'owner' and 'group' are used when creating a tar archive. By default
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
archive_util.py 3 Utility functions for creating archive files (tarballs, zip files,
60 archive that is being built. If not provided, the current owner and group
86 log.info('Creating tar archive')
195 """Create an archive file (eg. zip or tar).
198 extension; 'format' is the archive format: one of "zip", "tar", "ztar",
202 archive; ie. we typically chdir into 'root_dir' before creating the
203 archive. 'base_dir' is the directory where we start archiving from;
205 directories in the archive. 'root_dir' and 'base_dir' both default
206 to the current directory. Returns the name of the archive file.
208 'owner' and 'group' are used when creating a tar archive. By default
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
archive_util.py 3 Utility functions for creating archive files (tarballs, zip files,
60 archive that is being built. If not provided, the current owner and group
86 log.info('Creating tar archive')
195 """Create an archive file (eg. zip or tar).
198 extension; 'format' is the archive format: one of "zip", "tar", "ztar",
202 archive; ie. we typically chdir into 'root_dir' before creating the
203 archive. 'base_dir' is the directory where we start archiving from;
205 directories in the archive. 'root_dir' and 'base_dir' both default
206 to the current directory. Returns the name of the archive file.
208 'owner' and 'group' are used when creating a tar archive. By default
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
archive_util.py 3 Utility functions for creating archive files (tarballs, zip files,
60 archive that is being built. If not provided, the current owner and group
86 log.info('Creating tar archive')
195 """Create an archive file (eg. zip or tar).
198 extension; 'format' is the archive format: one of "zip", "tar", "ztar",
202 archive; ie. we typically chdir into 'root_dir' before creating the
203 archive. 'base_dir' is the directory where we start archiving from;
205 directories in the archive. 'root_dir' and 'base_dir' both default
206 to the current directory. Returns the name of the archive file.
208 'owner' and 'group' are used when creating a tar archive. By default
    [all...]
  /external/jetty/lib/
slf4j-jdk14-1.6.1.pom 56 <archive>
63 </archive>
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/ftfuzzer/
ftfuzzer.cc 20 #include <archive.h>
68 archive_read_entry_data( struct archive *ar,
100 unique_ptr<struct archive,
113 unique_ptr<struct archive,
117 // read files contained in archive
232 // if we have more than a single input file coming from an archive,
234 // in the archive
244 // the last archive element will be eventually used as the
  /external/llvm/test/tools/dsymutil/
archive-timestamp.test 3 # This is the archive member part of basic-archive.macho.x86_64 debug map with corrupted timestamps.
  /external/nanohttpd/markdown-plugin/
pom.xml 42 <archive>
46 </archive>
  /external/nanohttpd/webserver/
pom.xml 35 <archive>
39 </archive>
  /external/proguard/build/maven/retrace/
pom.xml 44 <archive>
49 </archive>
  /external/slf4j/jcl-over-slf4j/
pom.xml 49 <archive>
56 </archive>
  /external/slf4j/log4j-over-slf4j/
pom.xml 49 <archive>
56 </archive>

Completed in 2271 milliseconds

<<11121314151617181920>>