HomeSort by relevance Sort by last modified time
    Searched refs:archive (Results 226 - 250 of 863) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/python/cpython2/Lib/distutils/tests/
test_archive_util.py 57 self._make_tarball('archive')
116 base_name = os.path.join(tmpdir2, 'archive')
152 base_name = os.path.join(tmpdir2, 'archive')
163 base_name = os.path.join(tmpdir2, 'archive')
214 base_name = os.path.join(tmpdir2, 'archive')
227 base_name = os.path.join(tmpdir, 'archive')
241 base_name = os.path.join(self.mkdtemp() , 'archive')
275 archive = tarfile.open(archive_name)
277 for member in archive.getmembers():
281 archive.close(
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
ConversationListFragment.java 321 final MenuItem archive = menu.findItem(R.id.action_show_archived); local
322 if (archive != null) {
323 archive.setVisible(true);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_archive_util.py 57 self._make_tarball('archive')
116 base_name = os.path.join(tmpdir2, 'archive')
152 base_name = os.path.join(tmpdir2, 'archive')
163 base_name = os.path.join(tmpdir2, 'archive')
214 base_name = os.path.join(tmpdir2, 'archive')
227 base_name = os.path.join(tmpdir, 'archive')
241 base_name = os.path.join(self.mkdtemp() , 'archive')
275 archive = tarfile.open(archive_name)
277 for member in archive.getmembers():
281 archive.close(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_archive_util.py 57 self._make_tarball('archive')
116 base_name = os.path.join(tmpdir2, 'archive')
152 base_name = os.path.join(tmpdir2, 'archive')
163 base_name = os.path.join(tmpdir2, 'archive')
214 base_name = os.path.join(tmpdir2, 'archive')
227 base_name = os.path.join(tmpdir, 'archive')
241 base_name = os.path.join(self.mkdtemp() , 'archive')
275 archive = tarfile.open(archive_name)
277 for member in archive.getmembers():
281 archive.close(
    [all...]
  /prebuilts/go/darwin-x86/src/archive/tar/
common.go 30 ErrHeader = errors.New("archive/tar: invalid tar header")
31 ErrWriteTooLong = errors.New("archive/tar: write too long")
32 ErrFieldTooLong = errors.New("archive/tar: header field too long")
33 ErrWriteAfterClose = errors.New("archive/tar: write after close")
34 errMissData = errors.New("archive/tar: sparse file references non-existent data")
35 errUnrefData = errors.New("archive/tar: sparse file contains unreferenced data")
36 errWriteHole = errors.New("archive/tar: write non-NUL byte in sparse hole")
42 const prefix = "archive/tar: cannot encode header"
133 // A Header represents a single header in a tar archive.
314 // (actual in tar archive) bytes remaining for the current file
    [all...]
  /prebuilts/go/linux-x86/src/archive/tar/
common.go 30 ErrHeader = errors.New("archive/tar: invalid tar header")
31 ErrWriteTooLong = errors.New("archive/tar: write too long")
32 ErrFieldTooLong = errors.New("archive/tar: header field too long")
33 ErrWriteAfterClose = errors.New("archive/tar: write after close")
34 errMissData = errors.New("archive/tar: sparse file references non-existent data")
35 errUnrefData = errors.New("archive/tar: sparse file contains unreferenced data")
36 errWriteHole = errors.New("archive/tar: write non-NUL byte in sparse hole")
42 const prefix = "archive/tar: cannot encode header"
133 // A Header represents a single header in a tar archive.
314 // (actual in tar archive) bytes remaining for the current file
    [all...]
  /build/soong/python/
builder.go 145 Description: "host python archive",
174 Description: "embedded python archive",
  /development/vndk/tools/
build_mixed 3 echo "Create a Mixed Build archive with the given system and device archives."
90 exit_badparam "Could not find system target files archive in $SYSTEM_DIR."
95 exit_badparam "Could not find device img archive in $DEVICE_DIR."
100 exit_badparam "Could not find device target_files archive in $DEVICE_DIR."
165 # Overwrite artifacts in the device archive to create the Mixed Build artifacts.
169 # to flash whatever is in the archive.
176 # Create the Mixed Build archive.
183 # Archive the artifacts.
187 # Archive all the device artifacts.
188 rsync --archive --verbose --copy-links --exclude='logs'
    [all...]
  /external/curl/tests/
http_pipe.py 41 https://code.google.com/archive/p/http-pipelining-test/
  /external/deqp/framework/opengl/
gluShaderLibrary.hpp 168 std::vector<tcu::TestNode*> parseFile (const tcu::Archive& archive, const std::string& filename, ShaderCaseFactory* caseFactory);
  /external/elfutils/backends/
Makefile.am 121 -Wl,--whole-archive $< $(cpu_$*) -Wl,--no-whole-archive \
  /external/elfutils/libdw/
Makefile.am 114 -Wl,--whole-archive $(filter-out $<,$^) -Wl,--no-whole-archive\
  /external/expat/
coverage.sh 66 git archive --format=tar "${version}" | ( cd "${target_dir}" && tar x )
  /external/iputils/
Makefile 251 @git archive --format=tar --prefix=iputils-$(TAG)/ $(TAG) | bzip2 -9 > ../iputils-$(TAG).tar.bz2
  /external/llvm/lib/Object/
ObjectFile.cpp 81 case sys::fs::file_magic::archive:
  /external/pdfium/core/fpdfapi/parser/
cpdf_dictionary.h 40 bool WriteTo(IFX_ArchiveStream* archive) const override;
  /external/syslinux/core/
Makefile 97 LIBS = $(LIB) --whole-archive $(objdir)/com32/lib/libcom32core.a
  /external/syslinux/gpxe/src/util/
symcheck.pl 15 if ( /^In archive/ ) {
  /packages/apps/UnifiedEmail/src/com/android/mail/analytics/
AnalyticsUtils.java 27 if (id == R.id.archive) {
28 s = "archive";
  /prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/
gccgoinstallation_test.go 14 "archive/tar",
15 "archive/zip",
  /prebuilts/go/linux-x86/src/go/internal/gccgoimporter/
gccgoinstallation_test.go 14 "archive/tar",
15 "archive/zip",
  /toolchain/binutils/binutils-2.27/bfd/
libbfd-in.h 65 /* tdata for an archive. For an input archive, cache
66 needs to be free()'d. For an output archive, symdefs do. */
84 archive. */
85 file_ptr armap_datepos; /* Position within archive to seek to
99 file_ptr origin; /* For element of a thin archive. */
184 (bfd *archive, file_ptr filepos);
246 (bfd *archive, bfd *last_file);
253 #define _bfd_write_ar_hdr(archive, abfd) \
254 BFD_SEND (abfd, _bfd_write_ar_hdr_fn, (archive, abfd)
    [all...]
libbfd.h 70 /* tdata for an archive. For an input archive, cache
71 needs to be free()'d. For an output archive, symdefs do. */
89 archive. */
90 file_ptr armap_datepos; /* Position within archive to seek to
104 file_ptr origin; /* For element of a thin archive. */
189 (bfd *archive, file_ptr filepos);
251 (bfd *archive, bfd *last_file);
258 #define _bfd_write_ar_hdr(archive, abfd) \
259 BFD_SEND (abfd, _bfd_write_ar_hdr_fn, (archive, abfd)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureTestUtil.hpp 256 TestTexture2DSp loadTexture2D (const tcu::Archive& archive, const std::vector<std::string>& filenames);
257 TestTextureCubeSp loadTextureCube (const tcu::Archive& archive, const std::vector<std::string>& filenames);
  /external/lzma/CPP/7zip/UI/Common/
OpenArchive.h 156 // if FormatIndex == ErrorFormatIndex, the archive is open with offset
161 - other variables show message and warnings of archive that is open */
263 HRESULT PrepareToOpen(const COpenOptions &op, unsigned formatIndex, CMyComPtr<IInArchive> &archive);
273 CMyComPtr<IInArchive> Archive;
277 // 2) we reopen sfx archive with CTailInStream
293 Int64 Offset; // it's offset of start of archive inside stream that is open by Archive Handler
304 UInt64 ArcStreamOffset; // offset of stream that is open by Archive Handler
305 Int64 GetGlobalOffset() const { return ArcStreamOffset + Offset; } // it's global offset of archive
334 HRESULT ReadBasicProps(IInArchive *archive, UInt64 startPos, HRESULT openRes);
    [all...]

Completed in 1179 milliseconds

1 2 3 4 5 6 7 8 91011>>