Searched defs:archive (Results 1 - 25 of 45) sorted by relevance

12

/external/deqp/framework/common/
H A DtcuApp.cpp46 App::App (Platform& platform, Archive& archive, TestLog& log, const CommandLine& cmdLine) argument
74 m_testCtx = new TestContext(m_platform, archive, log, cmdLine, m_watchDog);
H A DtcuResource.cpp86 ResourcePrefix::ResourcePrefix (const Archive& archive, const char* prefix) argument
87 : m_archive (archive)
H A DtcuTestContext.hpp44 * This includes test log and resource archive.
68 void setCurrentArchive (Archive& archive) { m_curArchive = &archive; } argument
78 Archive& m_rootArchive; //!< Root archive.
83 Archive* m_curArchive; //!< Current archive for test cases.
H A DtcuImageIO.cpp52 * \param archive Resource archive
55 void loadImage (TextureLevel& dst, const tcu::Archive& archive, const char* fileName) argument
60 loadPNG(dst, archive, fileName);
79 * \param archive Resource archive
82 void loadPNG (TextureLevel& dst, const tcu::Archive& archive, const char* fileName) argument
84 de::UniquePtr<Resource> resource(archive.getResource(fileName));
225 * \param archive Resource archive
228 loadPKM(CompressedTexture& dst, const tcu::Archive& archive, const char* fileName) argument
[all...]
/external/deqp/framework/opengl/
H A DgluTexture.hpp83 static Texture2D* create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const std::vector<std::string>& filenames);
84 static Texture2D* create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const char* const* filenames);
85 static Texture2D* create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, const char* filename) { return create(context, contextInfo, archive, 1, &filename); } argument
123 static TextureCube* create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const std::vector<std::string>& filenames);
124 static TextureCube* create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const char* const* filenames);
H A DgluTexture.cpp214 Texture2D* Texture2D::create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const char* const* levelFileNames) argument
227 tcu::ImageIO::loadPNG(level, archive, levelFileNames[0]);
244 tcu::ImageIO::loadPNG(level, archive, levelFileNames[levelNdx]);
267 tcu::ImageIO::loadPKM(levels[ndx], archive, levelFileNames[ndx]);
275 Texture2D* Texture2D::create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const std::vector<std::string>& filenames) argument
283 return Texture2D::create(context, contextInfo, archive, numLevels, &charPtrs[0]);
405 TextureCube* TextureCube::create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const char* const* filenames) argument
419 tcu::ImageIO::loadPKM(levels[ndx], archive, filenames[ndx]);
427 TextureCube* TextureCube::create (const RenderContext& context, const ContextInfo& contextInfo, const tcu::Archive& archive, int numLevels, const std::vector<std::string>& filenames) argument
436 return TextureCube::create(context, contextInfo, archive, numLevel
[all...]
/external/deqp/modules/internal/
H A DditImageCompareTests.cpp43 static void loadImageRGBA8 (tcu::TextureLevel& dst, const tcu::Archive& archive, const char* path) argument
46 tcu::ImageIO::loadImage(tmp, archive, path);
/external/elfutils/src/libdwfl/
H A Doffline.c103 /* Report one module for an ELF file, or many for an archive.
232 /* Advance the archive-reading offset for the next iteration. */
236 /* Report each member of the archive as its own module. */
239 Elf *archive,
244 Elf *member = elf_begin (fd, ELF_C_READ_MMAP_PRIVATE, archive);
245 if (unlikely (member == NULL)) /* Empty archive. */
253 member = elf_begin (fd, ELF_C_READ_MMAP_PRIVATE, archive);
255 /* We can drop the archive Elf handle even if we're still using members
260 && elf_end (archive) == 0)
238 process_archive(Dwfl *dwfl, const char *name, const char *file_name, int fd, Elf *archive, int (*predicate) (const char *module, const char *file)) argument
H A Dlinux-kernel-modules.c243 /* Look for a kernel debug archive. If we find one, report all its modules.
253 char *archive; local
255 ? asprintf (&archive, "%s/debug.a", *release)
256 : asprintf (&archive, MODULEDIRFMT "/debug.a", *release));
260 int fd = try_kernel_name (dwfl, &archive, false);
265 /* We have the archive file open! */
266 Dwfl_Module *last = __libdwfl_report_offline (dwfl, NULL, archive, fd,
285 free (archive);
/external/emma/core/java12/com/vladium/util/
H A DIPathEnumerator.java47 * Called just after the enumerator's zip input stream for this archive
50 void handleArchiveStart (File parentDir, File archive, Manifest manifest); argument
55 * Called after the enumerator's zip input stream for this archive
58 void handleArchiveEnd (File parentDir, File archive); argument
106 if (m_verbose) m_log.verbose ("processing archive path entry [" + f.getAbsolutePath () + "] ...");
109 final File archive = new File (name);
112 // move to enumeratePathArchive(): handler.handleArchiveStart (parent, archive);
114 handler.handleArchiveEnd (parent, archive); // note: it is important that this is called after the zip stream has been closed
118 throw new IllegalArgumentException ("path entry is not a directory or an archive: [" + f + "]");
199 private void enumeratePathArchive (final String archive) argument
291 readManifestViaJarFile(final File archive) argument
[all...]
/external/emma/core/java12/com/vladium/emma/rt/
H A DClassPathProcessorST.java81 public void handleArchiveStart (final File parentDir, final File archive, final Manifest manifest) argument
83 m_archiveFile = Files.newFile (parentDir, archive.getPath ());
173 public void handleArchiveEnd (final File parentDir, final File archive) argument
/external/lzma/CPP/7zip/UI/Common/
H A DArchiveExtractCallback.cpp162 IInArchive *archive = _arc->Archive; local
164 RINOK(IsArchiveItemFolder(archive, index, _fi.IsDir));
170 RINOK(archive->GetProperty(index, kpidPosition, &prop));
180 RINOK(GetArchiveItemBoolProp(archive, index, kpidEncrypted, _encrypted));
201 RINOK(archive->GetProperty(index, kpidAttrib, &prop));
H A DExtract.cpp29 IInArchive *archive = arc.Archive; local
34 RINOK(archive->GetNumberOfItems(&numItems));
41 RINOK(IsArchiveItemFolder(archive, i, isFolder));
83 RINOK(SetProperties(archive, options.Properties));
90 result = archive->Extract(NULL, (UInt32)(Int32)-1, testMode, extractCallbackSpec);
92 if (archive->GetArchiveProperty(kpidPhySize, &prop) == S_OK)
97 result = archive->Extract(&realIndices.Front(), realIndices.Size(), testMode, extractCallbackSpec);
127 throw "there is no such archive";
154 throw "there is no such archive";
H A DLoadCodecs.h157 HRESULT CreateArchiveHandler(const CArcInfoEx &ai, void **archive, bool outHandler) const argument
159 return Libs[ai.LibIndex].CreateObject(&ai.ClassID, outHandler ? &IID_IOutArchive : &IID_IInArchive, (void **)archive);
188 HRESULT CreateInArchive(int formatIndex, CMyComPtr<IInArchive> &archive) const
195 archive = ai.CreateInArchive();
199 return CreateArchiveHandler(ai, (void **)&archive, false);
202 HRESULT CreateOutArchive(int formatIndex, CMyComPtr<IOutArchive> &archive) const
209 archive = ai.CreateOutArchive();
213 return CreateArchiveHandler(ai, (void **)&archive, true);
H A DOpenArchive.cpp21 HRESULT GetArchiveItemBoolProp(IInArchive *archive, UInt32 index, PROPID propID, bool &result) argument
25 RINOK(archive->GetProperty(index, propID, &prop));
33 HRESULT IsArchiveItemFolder(IInArchive *archive, UInt32 index, bool &result) argument
35 return GetArchiveItemBoolProp(archive, index, kpidIsDir, result);
267 CMyComPtr<IInArchive> archive; local
270 RINOK(codecs->CreateInArchive(FormatIndex, archive));
271 if (!archive)
277 archive.QueryInterface(IID_ISetCompressCodecsInfo, (void **)&setCompressCodecsInfo);
289 result = archive->Open(stream, &kMaxCheckStartPosition, callback);
293 archive
[all...]
H A DUpdate.cpp36 "update operations are not supported for this archive";
258 // It works incorrectly for update command if archive has some non-default extension!
304 IInArchive *archive,
321 if (archive != NULL)
323 CMyComPtr<IInArchive> archive2 = archive;
519 IInArchive *archive = arc.Archive; local
520 RINOK(archive->GetNumberOfItems(&numItems));
527 RINOK(IsArchiveItemFolder(archive, i, ai.IsDir));
533 RINOK(archive->GetProperty(i, kpidSize, &prop));
541 RINOK(archive
301 Compress( CCodecs *codecs, const CActionSet &actionSet, IInArchive *archive, const CCompressionMethodMode &compressionMethod, CArchivePath &archivePath, const CObjectVector<CArcItem> &arcItems, bool shareForWrite, bool stdInMode, bool stdOutMode, const CDirItems &dirItems, bool sfxMode, const UString &sfxModule, const CRecordVector<UInt64> &volumesSizes, CTempFiles &tempFiles, CUpdateErrorInfo &errorInfo, IUpdateCallbackUI *callback) argument
564 UpdateWithItemLists( CCodecs *codecs, CUpdateOptions &options, IInArchive *archive, const CObjectVector<CArcItem> &arcItems, CDirItems &dirItems, CTempFiles &tempFiles, CUpdateErrorInfo &errorInfo, IUpdateCallbackUI2 *callback) argument
[all...]
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrProcessorST.java69 public final void handleArchiveStart (final File parentDir, final File archive, final Manifest manifest) argument
72 if (log.atTRACE2 ()) log.trace2 ("handleArchiveStart", "[" + parentDir + "] [" + archive + "]");
75 // TODO: detect if manifest corresonds to a previously intrumented archive already ?
79 final File fullArchiveFile = Files.newFile (parentDir, archive);
99 mainAttrs.put (Attributes.Name.IMPLEMENTATION_TITLE, "instrumented version of [" + archive.getAbsolutePath () + "]");
107 // closed in the archive end event handler]:
111 final OutputStream out = new FileOutputStream (getFullOutFile (parentDir, archive, IN_LIB));
124 // in the archive end event handler]:
126 m_origArchiveFile = Files.newFile (parentDir, archive);
129 final String archiveName = Files.getFileName (archive)
342 handleArchiveEnd(final File parentDir, final File archive) argument
[all...]
/external/lzma/CPP/7zip/Archive/7z/
H A D7zHandler.cpp405 CInArchive archive; local
406 RINOK(archive.Open(stream, maxCheckStartPosition));
411 HRESULT result = archive.ReadDatabase(
H A D7zHandlerOut.cpp390 COutArchive archive; local
406 archive, newDatabase, outStream, updateCallback, options
416 return archive.WriteDatabase(EXTERNAL_CODECS_VARS
H A D7zIn.cpp143 void Set(CInArchive *archive, const Byte *data, size_t size);
144 void Set(CInArchive *archive, const CByteBuffer &byteBuffer);
145 void Set(CInArchive *archive, const CObjectVector<CByteBuffer> *dataVector);
157 void CStreamSwitch::Set(CInArchive *archive, const Byte *data, size_t size) argument
160 _archive = archive;
165 void CStreamSwitch::Set(CInArchive *archive, const CByteBuffer &byteBuffer) argument
167 Set(archive, byteBuffer, byteBuffer.GetCapacity());
170 void CStreamSwitch::Set(CInArchive *archive, const CObjectVector<CByteBuffer> *dataVector) argument
173 Byte external = archive->ReadByte();
176 int dataIndex = (int)archive
[all...]
H A D7zUpdate.cpp684 COutArchive &archive,
863 RINOK(archive.Create(seqOutStream, false));
864 RINOK(archive.SkipPrefixArchiveHeader());
910 RINOK(WriteRange(inStream, archive.SeqStream,
964 archive.SeqStream, newDatabase.PackSizes, progress));
1077 archive.SeqStream, newDatabase.PackSizes, progress));
679 Update( DECL_EXTERNAL_CODECS_LOC_VARS IInStream *inStream, const CArchiveDatabaseEx *db, const CObjectVector<CUpdateItem> &updateItems, COutArchive &archive, CArchiveDatabase &newDatabase, ISequentialOutStream *seqOutStream, IArchiveUpdateCallback *updateCallback, const CUpdateOptions &options , ICryptoGetTextPassword *getDecoderPassword ) argument
/external/llvm/unittests/Support/
H A DPath.cpp581 const char archive[] = "!<arch>\x0A"; member in namespace:__anon11310
615 DEFINE(archive),
/external/lzma/CPP/7zip/UI/Console/
H A DList.cpp95 static const char *kListing = "Listing archive: ";
178 HRESULT Init(IInArchive *archive);
218 HRESULT CFieldPrinter::Init(IInArchive *archive) argument
222 RINOK(archive->GetNumberOfProperties(&numProps));
228 RINOK(archive->GetPropertyInfo(i, &name, &propID, &vt));
400 bool GetUInt64Value(IInArchive *archive, UInt32 index, PROPID propID, UInt64 &value) argument
403 if (archive->GetProperty(index, propID, &prop) != S_OK)
472 g_StdOut << "Can not open encrypted archive. Wrong password?";
475 g_StdOut << "Can not open file as archive";
512 IInArchive *archive local
565 IInArchive *archive = arc.Archive; local
[all...]
/external/lzma/CPP/7zip/UI/Client7z/
H A DClient7z.cpp38 "Usage: Client7z.exe [a | l | x ] archive.7z [fileName ...]\n"
40 " Client7z.exe a archive.7z f1.txt f2.txt : compress two files to archive.7z\n"
41 " Client7z.exe l archive.7z : List contents of archive.7z\n"
42 " Client7z.exe x archive.7z : eXtract files from archive.7z\n";
79 static HRESULT IsArchiveItemProp(IInArchive *archive, UInt32 index, PROPID propID, bool &result) argument
82 RINOK(archive->GetProperty(index, propID, &prop));
92 static HRESULT IsArchiveItemFolder(IInArchive *archive, UInt3 argument
798 CMyComPtr<IInArchive> archive; local
[all...]
/external/llvm/include/llvm/Support/
H A DFileSystem.h228 archive, ///< ar style archive file enumerator in enum:llvm::sys::fs::file_magic::Impl

Completed in 707 milliseconds

12