HomeSort by relevance Sort by last modified time
    Searched refs:archive (Results 126 - 150 of 427) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/support/documents-archive/tests/src/android/support/provider/
StubProvider.java 76 file = TestUtils.createFileFromResource(getContext(), R.raw.archive);
  /ndk/sources/host-tools/make-3.81/
implicit.c 29 pattern_search PARAMS ((struct file *file, int archive,
45 that since the non-archive search uses more information in the target
46 (the archive search omits the archive name), it is more specific and
53 /* If this is an archive member reference, use just the
54 archive member name to search for implicit rules. */
58 _("Looking for archive-member implicit rule for `%s'.\n"));
191 If ARCHIVE is nonzero, FILE->name is of the form "LIB(MEMBER)". A rule for
202 pattern_search (struct file *file, int archive,
206 char *filename = archive ? strchr (file->name, '(') : file->name
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/analytics/
AnalyticsUtils.java 27 if (id == R.id.archive) {
28 s = "archive";
  /toolchain/binutils/binutils-2.25/bfd/
libbfd-in.h 61 /* tdata for an archive. For an input archive, cache
62 needs to be free()'d. For an output archive, symdefs do. */
80 archive. */
81 file_ptr armap_datepos; /* Position within archive to seek to
95 file_ptr origin; /* For element of a thin archive. */
157 (bfd *archive, file_ptr filepos);
219 (bfd *archive, bfd *last_file);
226 #define _bfd_write_ar_hdr(archive, abfd) \
227 BFD_SEND (abfd, _bfd_write_ar_hdr_fn, (archive, abfd)
    [all...]
libbfd.h 66 /* tdata for an archive. For an input archive, cache
67 needs to be free()'d. For an output archive, symdefs do. */
85 archive. */
86 file_ptr armap_datepos; /* Position within archive to seek to
100 file_ptr origin; /* For element of a thin archive. */
162 (bfd *archive, file_ptr filepos);
224 (bfd *archive, bfd *last_file);
231 #define _bfd_write_ar_hdr(archive, abfd) \
232 BFD_SEND (abfd, _bfd_write_ar_hdr_fn, (archive, abfd)
    [all...]
coff-rs6000.c 4 Archive support from Damon A. Permezel.
205 /* Information about one member of an archive. */
207 /* The archive member that this structure describes. */
215 /* The offset of MEMBER from the start of the archive (i.e. the end
239 /* A structure used for iterating over the members of an archive. */
241 /* The archive itself. */
242 bfd *archive; member in struct:archive_iterator
244 /* Information about the current archive member. */
247 /* Information about the next archive member. MEMBER is null if there
248 are no more archive members, in which case OFFSET is the offset o
    [all...]
  /hardware/invensense/65xx/libsensors_iio/software/build/android/
common.mk 37 ANDROID_LINK += -Wl,--no-whole-archive
  /system/core/cpio/
mkbootfs.c 273 void archive(const char *start, const char *prefix) function
355 archive(*argv, x);
  /toolchain/binutils/binutils-2.25/gold/
archive.h 0 // archive.h -- archive support for gold -*- C++ -*-
47 // An entry in the archive map of offsets to members.
64 // This class serves as a base class for Archive and Lib_group objects.
82 // The modification time of the archive file.
87 // When we see a symbol in an archive we might decide to include the member,
139 // The task reading this archive.
147 // Return the modification time of the archive file.
155 // The incremental link information for this archive.
159 // This class represents an archive--generally a libNAME.a file
    [all...]
plugin.cc 493 // Save an archive. This is used so that a plugin can add a file
496 // and pull in the archive object.
499 Plugin_manager::save_archive(Archive* archive)
502 delete archive;
504 this->rescannable_.push_back(Rescannable(archive));
565 // symbol defined in an archive.
595 // Find the first rescan archive which defines this symbol,
621 Task_lock_obj<Archive> tl(task, r.u.archive);
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zUpdate.cpp 756 COutArchive &archive,
939 RINOK(archive.Create(seqOutStream, false));
940 RINOK(archive.SkipPrefixArchiveHeader());
1072 RINOK(WriteRange(inStream, archive.SeqStream,
1133 archive.SeqStream, newDatabase.PackSizes, progress));
    [all...]
7zHandler.cpp 671 CInArchive archive; local
673 RINOK(archive.Open(stream, maxCheckStartPosition));
676 HRESULT result = archive.ReadDatabase(
7zHandlerOut.cpp 592 COutArchive archive; local
622 archive, newDatabase, outStream, updateCallback, options
632 return archive.WriteDatabase(EXTERNAL_CODECS_VARS
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
httparchive.py 18 To list all URLs in an archive:
19 $ ./httparchive.py ls archive.wpr
22 $ ./httparchive.py cat --host example.com archive.wpr
25 $ ./httparchive.py cat --host www.example.com --full_path /foo archive.wpr
28 $ ./httparchive.py cat archive.wpr
31 $ ./httparchive.py edit --host www.example.com --full_path /foo archive.wpr
33 To print statistics of an archive:
34 $ ./httparchive.py stats archive.wpr
37 $ ./httparchive.py stats --host www.example.com archive.wpr
88 the archive to find potential matches
    [all...]
  /external/deqp/scripts/
make_release.py 355 # Create archive
357 archive = tarfile.open(dstArchiveName, 'w:bz2')
358 archive.add(dstBasePath, arcname=releaseName)
359 archive.close()
  /frameworks/base/core/java/com/android/internal/backup/
LocalTransport.java 416 File archive = tarballFile(mFullTargetPackage); local
418 if (archive.exists()) {
419 archive.delete();
621 * to receive the next chunk of the archive. This sequence will be repeated until the
631 * streamed archive.
654 Log.e(TAG, "Unable to read archive for " + name);
671 Log.w(TAG, "read() of archive file returned 0; treating as EOF");
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_zipimport.py 63 # We're reusing the zip archive path, so we must clear the
110 # from a compressed archive would cause zlib to be imported
111 # which would find zlib.py in the archive, which would... etc.
181 # isn't stored in the .py's mtime in the zip archive.
217 self.assertEqual(zi.archive, TEMP_ZIP)
240 self.assertEqual(zi2.archive, TEMP_ZIP)
261 self.assertEqual(zi.archive, TEMP_ZIP)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_zipimport.py 63 # We're reusing the zip archive path, so we must clear the
110 # from a compressed archive would cause zlib to be imported
111 # which would find zlib.py in the archive, which would... etc.
181 # isn't stored in the .py's mtime in the zip archive.
217 self.assertEqual(zi.archive, TEMP_ZIP)
240 self.assertEqual(zi2.archive, TEMP_ZIP)
261 self.assertEqual(zi.archive, TEMP_ZIP)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_zipimport.py 63 # We're reusing the zip archive path, so we must clear the
110 # from a compressed archive would cause zlib to be imported
111 # which would find zlib.py in the archive, which would... etc.
181 # isn't stored in the .py's mtime in the zip archive.
217 self.assertEqual(zi.archive, TEMP_ZIP)
240 self.assertEqual(zi2.archive, TEMP_ZIP)
261 self.assertEqual(zi.archive, TEMP_ZIP)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_zipimport.py 63 # We're reusing the zip archive path, so we must clear the
110 # from a compressed archive would cause zlib to be imported
111 # which would find zlib.py in the archive, which would... etc.
181 # isn't stored in the .py's mtime in the zip archive.
217 self.assertEqual(zi.archive, TEMP_ZIP)
240 self.assertEqual(zi2.archive, TEMP_ZIP)
261 self.assertEqual(zi.archive, TEMP_ZIP)
  /external/deqp/framework/opengl/
gluShaderLibrary.cpp 313 ShaderParser (const tcu::Archive& archive, const std::string& filename, ShaderCaseFactory* caseFactory);
423 const tcu::Archive& m_archive;
435 ShaderParser::ShaderParser (const tcu::Archive& archive, const string& filename, ShaderCaseFactory* caseFactroy)
436 : m_archive (archive)
439 , m_resource (archive.getResource(m_filename.c_str()))
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
nm.c 94 /* Print the name of an archive file given on the command line. */
97 /* Print the name of an archive member file. */
100 /* Print the name of the file (and archive, if there is one)
143 static int print_armap = 0; /* Describe __.SYMDEF data in archive files. */
259 -s, --print-armap Include index for symbols from archive members\n\
977 /* Print the symbols. If ARCHIVE_BFD is non-NULL, it is the archive
1005 /* If ARCHIVE_BFD is non-NULL, it is the archive containing ABFD. */
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
objcopy.exp 429 set archive libstrip.a
431 remote_file host delete $archive
433 set archive tmpdir/libstrip.a
439 set exec_output [binutils_run $AR "rc $archive ${objfile}"]
446 set exec_output [binutils_run $STRIP "-g $archive"]
453 set exec_output [binutils_run $STRIP "$STRIPFLAGS $archive"]
  /device/common/
generate-packages.sh 142 ARCHIVE=$COMPANY-$DEVICE-$BUILD-$(md5sum < tmp/$SCRIPT | cut -b -8 | tr -d \\n).tgz
143 rm -f $ARCHIVE
144 echo \ \ Generating final archive
145 (cd tmp ; tar --owner=root --group=root -z -c -f ../$ARCHIVE $SCRIPT || echo \ \ \ \ Error archiving script)
  /external/deqp/external/vulkancts/framework/vulkan/
vkBinaryRegistry.cpp 387 BinaryRegistryReader::BinaryRegistryReader (const tcu::Archive& archive, const std::string& srcPath)
388 : m_archive (archive)

Completed in 1204 milliseconds

1 2 3 4 56 7 8 91011>>