HomeSort by relevance Sort by last modified time
    Searched defs:Archive (Results 1 - 13 of 13) sorted by null

  /external/lzma/CPP/7zip/UI/Common/
UpdateCallback.h 69 CMyComPtr<IInArchive> Archive;
OpenArchive.h 10 #include "../../Archive/IArchive.h"
15 HRESULT GetArchiveItemBoolProp(IInArchive *archive, UInt32 index, PROPID propID, bool &result);
16 HRESULT IsArchiveItemFolder(IInArchive *archive, UInt32 index, bool &result);
20 CMyComPtr<IInArchive> Archive;
34 { return GetArchiveItemBoolProp(Archive, index, kpidIsAnti, result); }
63 IInArchive *GetArchive() const { return Arcs.Back().Archive; }
  /frameworks/compile/mclinker/lib/LD/
Archive.cpp 1 //===- Archive.cpp --------------------------------------------------------===//
9 #include <mcld/LD/Archive.h>
21 // Archive
22 const char Archive::MAGIC[] = "!<arch>\n";
23 const char Archive::THIN_MAGIC[] = "!<thin>\n";
24 const size_t Archive::MAGIC_LEN = sizeof(Archive::MAGIC) - 1;
25 const char Archive::SVR4_SYMTAB_NAME[] = "/ ";
26 const char Archive::STRTAB_NAME[] = "// ";
27 const char Archive::PAD[] = "\n"
    [all...]
  /external/chromium_org/chrome/test/chromedriver/
run_buildbot_steps.py 19 import archive namespace
33 def Archive(revision):
34 util.MarkBuildStepStart('archive')
169 snapshot_revision = archive.GetLatestRevision(archive.Site.SNAPSHOT)
199 Archive(options.revision)
  /external/chromium_org/native_client_sdk/src/build_tools/
buildbot_common.py 182 def Archive(filename, bucket_path, cwd=None, step_link=True):
manifest_util.py 21 # Valid values for the archive.host_os field
62 '''Download the archive data from from-stream and generate sha1 and
75 A tuple (sha1, size) where sha1 is a sha1-hash for the archive data and
76 size is the size of the archive data in bytes.'''
105 class Archive(dict):
106 """A placeholder for sdk archive information. We derive Archive from
110 """ Create a new archive for the given host-os name. """
111 super(Archive, self).__init__()
115 """Update the content of the archive by copying values from the give
    [all...]
  /frameworks/compile/mclinker/include/mcld/MC/
MCLDInput.h 43 Archive,
  /external/llvm/include/llvm/Object/
Archive.h 1 //===- Archive.h - ar archive file format -----------------------*- C++ -*-===//
10 // This file declares the ar archive file format class.
46 class Archive : public Binary {
50 const Archive *Parent;
61 Child(const Archive *Parent, const char *Start);
84 /// \return the size of the archive member without the header or padding.
125 const Archive *Parent;
134 Symbol(const Archive *p, uint32_t symi, uint32_t stri)
165 Archive(MemoryBuffer *source, error_code &ec)
    [all...]
  /external/llvm/lib/Object/
Archive.cpp 1 //===- Archive.cpp - ar File Format implementation --------------*- C++ -*-===//
14 #include "llvm/Object/Archive.h"
26 void Archive::anchor() { }
82 Archive::Child::Child(const Archive *Parent, const char *Start)
103 Archive::Child Archive::Child::getNext() const {
111 // Check to see if this is past the end of the archive.
118 error_code Archive::Child::getName(StringRef &Result) const {
171 error_code Archive::Child::getMemoryBuffer(OwningPtr<MemoryBuffer> &Result
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
Archive.h 1 //===- Archive.h ----------------------------------------------------------===//
33 /** \class Archive
34 * \brief This class define the interfacee to Archive files
36 class Archive
40 static const char THIN_MAGIC[]; ///< magic of thin archive
132 Archive(Input& pInputFile, InputBuilder& pBuilder);
134 ~Archive();
136 /// getARFile - get the Input& of the archive file
139 /// getARFile - get the Input& of the archive file
142 /// inputs - get the input tree built from this archive
    [all...]
  /frameworks/base/services/java/com/android/server/
NotificationManagerService.java 277 private static class Archive {
281 public Archive() {
287 sb.append("Archive (");
299 // We don't want to store the heavy bits of the notification in the archive,
355 if (count == 0) count = Archive.BUFFER_SIZE;
367 if (count == 0) count = Archive.BUFFER_SIZE;
380 Archive mArchive = new Archive();
    [all...]
  /prebuilts/devtools/tools/lib/
sdklib.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 

Completed in 327 milliseconds