HomeSort by relevance Sort by last modified time
    Searched refs:Archive (Results 26 - 50 of 109) sorted by null

12 3 4 5

  /frameworks/compile/mclinker/lib/MC/
FileAction.cpp 33 input->type() == Input::Archive)
59 input->type() == Input::Archive)
SearchDirs.cpp 80 Input::Archive == pType ||
89 case Input::Archive :
124 case Input::Archive : {
147 Input::Archive == pType ||
156 case Input::Archive :
191 case Input::Archive : {
  /external/lzma/CPP/7zip/Bundles/Format7zExtractR/
makefile 2 DEF_FILE = ../../Archive/Archive2.def
118 $(AR_OBJS): ../../Archive/$(*B).cpp
120 $(AR_COMMON_OBJS): ../../Archive/Common/$(*B).cpp
123 $(7Z_OBJS): ../../Archive/7z/$(*B).cpp
  /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
34 static const char THIN_MAGIC[]; ///< magic of thin archive
127 Archive(Input& pInputFile, InputBuilder& pBuilder);
129 ~Archive();
131 /// getARFile - get the Input& of the archive file
134 /// getARFile - get the Input& of the archive file
137 /// inputs - get the input tree built from this archive
    [all...]
  /external/llvm/lib/Object/
Android.mk 4 Archive.cpp \
  /external/llvm/test/Object/
coff-archive-short.test 10 CHECKIDX: Archive map
archive-long-index.test 6 CHECKIDX: Archive map
  /external/llvm/bindings/ocaml/
Makefile.ocaml 91 Archive.CMA := $(strip $(OCAMLC) -a -dllib -l$(LIBRARYNAME) $(OCAMLDEBUGFLAG) \
94 Archive.CMA := $(strip $(OCAMLC) -a -custom $(OCAMLAFLAGS) $(OCAMLDEBUGFLAG) \
99 Archive.CMXA := $(strip $(OCAMLOPT) -a $(patsubst %,-cclib %, \
104 Archive.CMXA := $(strip $(OCAMLOPT) -a $(OCAMLAFLAGS) $(OCAMLDEBUGFLAG) -o)
108 Archive.EXE := $(strip $(OCAMLOPT) -cc $(CXX) $(OCAMLCFLAGS) $(UsedOcamlLibs:%=%.cmxa) $(OCAMLDEBUGFLAG) -o)
110 Archive.EXE := $(strip $(OCAMLC) -cc $(CXX) $(OCAMLCFLAGS) $(OCAMLDEBUGFLAG:%=%.cma) -o)
218 $(Verb) $(Archive) $@ $(ObjectsO)
336 ##===- Build ocaml bytecode archive (.ml's -> .cmo's -> .cma) -------------===##
353 $(Verb) $(Archive.CMA) $@ $(ObjectsCMO)
368 ##===- Build optimized ocaml archive (.ml's -> .cmx's -> .cmxa, .a) -------===#
    [all...]
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 1 //===-- llvm-ar.cpp - LLVM archive librarian utility ----------------------===//
10 // Builds up (relatively) standard unix archive files (.a) containing LLVM
17 #include "llvm/Object/Archive.h"
71 cl::desc("[relpos] [count] <archive-file> [members]..."));
80 " d[NsS] - delete file(s) from the archive\n"
81 " m[abiSs] - move file(s) in the archive\n"
82 " p[kN] - print file(s) found in the archive\n"
83 " q[ufsS] - quick append file(s) to the archive\n"
84 " r[abfiuRsS] - replace or insert file(s) into the archive\n"
85 " t - display contents of archive\n
    [all...]
  /external/chromium_org/chrome/test/chromedriver/
util_unittest.cc 33 TEST(UnzipSoleFile, Archive) {
37 // A zip archive sent from a Python WebDriver client that contains a
  /external/chromium_org/native_client_sdk/src/build_tools/
nacl-mono-archive.py 48 buildbot_common.BuildStep('Archive Build')
61 buildbot_common.Archive(os.path.basename(options.tar_path),
  /external/deqp/framework/common/
tcuResource.cpp 93 ResourcePrefix::ResourcePrefix (const Archive& archive, const char* prefix)
94 : m_archive (archive)
tcuTestPackage.hpp 38 * and archive (usually ResourcePrefix around default archive) for resources.
52 virtual Archive& getArchive (void) = DE_NULL;
tcuTestContext.cpp 33 Archive& rootArchive,
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...]
  /external/lldb/source/Plugins/
Makefile 16 ObjectContainer/BSD-Archive ObjectFile/ELF ObjectFile/PECOFF \
Android.mk 15 ObjectContainer/BSD-Archive \
  /external/lzma/CPP/7zip/Bundles/Format7zR/
makefile 2 DEF_FILE = ../../Archive/Archive2.def
135 $(AR_OBJS): ../../Archive/$(*B).cpp
137 $(AR_COMMON_OBJS): ../../Archive/Common/$(*B).cpp
140 $(7Z_OBJS): ../../Archive/7z/$(*B).cpp
  /external/lzma/CPP/7zip/UI/Common/
UpdateCallback.h 69 CMyComPtr<IInArchive> Archive;
OpenArchive.cpp 21 HRESULT GetArchiveItemBoolProp(IInArchive *archive, UInt32 index, PROPID propID, bool &result)
25 RINOK(archive->GetProperty(index, propID, &prop));
33 HRESULT IsArchiveItemFolder(IInArchive *archive, UInt32 index, bool &result)
35 return GetArchiveItemBoolProp(archive, index, kpidIsDir, result);
42 RINOK(Archive->GetProperty(index, kpidPath, &prop));
54 RINOK(Archive->GetProperty(index, kpidExtension, &prop));
71 RINOK(Archive->GetProperty(index, kpidMTime, &prop));
113 Archive.Release();
267 CMyComPtr<IInArchive> archive; local
270 RINOK(codecs->CreateInArchive(FormatIndex, archive));
    [all...]
  /external/deqp/framework/opengl/
gluTexture.hpp 82 static Texture2D* create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const std::vector<std::string>& filenames);
83 static Texture2D* create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const char* const* filenames);
84 static Texture2D* create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, const char* filename) { return create(context, contextInfo, archive, 1, &filename); }
122 static TextureCube* create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const std::vector<std::string>& filenames);
123 static TextureCube* create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const char* const* filenames)
    [all...]
  /development/build/tools/
mk_sdk_repo_xml.sh 144 # in the <archive> attributes anymore. Instead we have separate elements.
154 Archive.HostOs host-os 1
155 Archive.HostBits host-bits 1
156 Archive.JvmBits jvm-bits 1
157 Archive.MinJvmVers min-jvm-version 1
332 [[ -z $TYPE ]] && error "Unknown archive type '$1'."
355 [[ ! -f "$SRC" ]] && error "Missing file for archive $TYPE/$OS: $SRC"
358 # Depending on the archive type, we need a number of attributes
419 # Generate archive info
420 echo "## Add $TYPE/$OS archive $SRC
    [all...]
  /external/llvm/include/llvm/Object/
MachOUniversal.h 20 #include "llvm/Object/Archive.h"
63 std::error_code getAsArchive(std::unique_ptr<Archive> &Result) const;
  /external/llvm/tools/llvm-readobj/
llvm-readobj.cpp 26 #include "llvm/Object/Archive.h"
261 static void dumpArchive(const Archive *Arc) {
262 for (Archive::child_iterator ArcI = Arc->child_begin(),
297 if (Archive *Arc = dyn_cast<Archive>(Binary.get()))
  /frameworks/compile/mclinker/include/mcld/MC/
Input.h 41 Archive,

Completed in 658 milliseconds

12 3 4 5