Home
last modified time | relevance | path

Searched refs:Formats (Results 1 – 25 of 57) sorted by relevance

123

/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.h198 CObjectVector<CArcInfoEx> Formats;
206 return formatIndex < 0 ? L"#" : (const wchar_t *)Formats[formatIndex].Name; in GetFormatNamePtr()
253 const CArcInfoEx &ai = Formats[formatIndex]; in CreateInArchive()
272 const CArcInfoEx &ai = Formats[formatIndex]; in CreateOutArchive()
289 FOR_VECTOR (i, Formats) in FindOutFormatFromName()
291 const CArcInfoEx &arc = Formats[i]; in FindOutFormatFromName()
DLoadCodecs.cpp414 Formats.Add(item); in LoadFormats()
517 startSize = Formats.Size(); in LoadDll()
519 if (startSize != Formats.Size()) in LoadDll()
550 Formats.Clear(); in Load()
591 Formats.Add(item); in Load()
617 FOR_VECTOR (i, Formats) in FindFormatForArchiveName()
619 const CArcInfoEx &arc = Formats[i]; in FindFormatForArchiveName()
634 FOR_VECTOR (i, Formats) in FindFormatForExtension()
635 if (Formats[i].FindExtension(ext) >= 0) in FindFormatForExtension()
642 FOR_VECTOR (i, Formats) in FindFormatForArchiveType()
[all …]
DOpenArchive.cpp788 const CArcInfoEx &ai = codecs->Formats[index]; in MakeCheckOrder()
1065 const CArcInfoEx &ai = op.codecs->Formats[formatIndex]; in PrepareToOpen()
1318 if (StringsAreEqualNoCase_Ascii(codecs->Formats[orderIndices[i]].Name, name)) in FindFormatForArchiveType()
1357 CBoolArr isMainFormatArr(op.codecs->Formats.Size()); in OpenStream2()
1359 FOR_VECTOR(i, op.codecs->Formats) in OpenStream2()
1393 FOR_VECTOR (i, op.codecs->Formats) in OpenStream2()
1395 const CArcInfoEx &ai = op.codecs->Formats[i]; in OpenStream2()
1535 CBoolArr skipFrontalFormat(op.codecs->Formats.Size()); in OpenStream2()
1537 FOR_VECTOR(i, op.codecs->Formats) in OpenStream2()
1560 const CArcInfoEx &ai = op.codecs->Formats[FormatIndex]; in OpenStream2()
[all …]
DZipRegistry.h69 CObjectVector<CFormatOptions> Formats; member
DUpdate.cpp371 const CArcInfoEx &arcInfo = codecs->Formats[formatIndex]; in SetArcPath()
532 const CArcInfoEx &arcInfo = codecs->Formats[formatIndex]; in Compress()
1058 errorArcType = codecs->Formats[arcLink.NonOpen_ErrorInfo.ErrorFormatIndex].Name; in UpdateArchive()
DExtract.cpp50 if (StringsAreEqualNoCase_Ascii(codecs->Formats[arc0.FormatIndex].Name, "pe")) in DecompressArchive()
/external/deqp/modules/gles2/functional/
Des2fFboCompletenessTests.cpp299 Formats colorFmts = db.getFormats(COLOR_RENDERABLE); in iterate()
300 Formats depthFmts = db.getFormats(DEPTH_RENDERABLE); in iterate()
301 Formats stencilFmts = db.getFormats(STENCIL_RENDERABLE); in iterate()
309 for (Formats::const_iterator col = colorFmts.begin(); col != colorFmts.end(); col++) in iterate()
313 for (Formats::const_iterator dep = depthFmts.begin(); dep != depthFmts.end(); dep++) in iterate()
317 for (Formats::const_iterator stc = stencilFmts.begin(); in iterate()
/external/llvm/lib/Target/Mips/
DMipsEVAInstrFormats.td1 //===- MipsEVAInstrFormats.td - Mips Instruction Formats ---*- tablegen -*-===//
57 // Encoding Formats
DMicroMips64r6InstrFormats.td1 //=- MicroMips64r6InstrFormats.td - Instruction Formats -*- tablegen -* -=//
DMips32r6InstrFormats.td1 //=- Mips32r6InstrFormats.td - Mips32r6 Instruction Formats -*- tablegen -*-==//
172 // Encoding Formats
DMicroMipsDSPInstrFormats.td1 //===-- MicroMipsDSPInstrFormats.td - Instruction Formats --*- tablegen -*-===//
/external/deqp/modules/glshared/
DglsFboCompletenessTests.cpp686 Formats formats = m_ctx.getCoreFormats().getFormats(formatFlag(attPoint) | in getDefaultFormat()
688 Formats::const_iterator it = formats.begin(); in getDefaultFormat()
878 const Formats& formats = m_ctx.getCoreFormats().getFormats(flags); in makeDepthAndStencil()
879 Formats::const_iterator it = formats.begin(); in makeDepthAndStencil()
984 const Formats rboFmts = m_allFormats.getFormats(ANY_FORMAT); in createRenderableTests()
985 const Formats texFmts = m_allFormats.getFormats(ANY_FORMAT); in createRenderableTests()
992 for (Formats::const_iterator it2 = rboFmts.begin(); it2 != rboFmts.end(); it2++) in createRenderableTests()
999 for (Formats::const_iterator it2 = texFmts.begin(); it2 != texFmts.end(); it2++) in createRenderableTests()
DglsFboUtil.hpp138 typedef std::set<ImageFormat> Formats; typedef
146 Formats getFormats (FormatFlags requirements) const;
424 typedef std::set<ImageFormat> Formats; typedef
DglsFboUtil.cpp121 Formats FormatDB::getFormats (FormatFlags requirements) const in getFormats()
123 Formats ret; in getFormats()
/external/clang/lib/Format/
DFormatToken.cpp269 Formats.push_back(Format); in precomputeFormattingInfos()
277 I = Formats.rbegin(), in getColumnFormat()
278 E = Formats.rend(); in getColumnFormat()
DFormatToken.h519 SmallVector<ColumnFormat, 4> Formats; variable
/external/llvm/lib/Target/BPF/
DBPFInstrFormats.td1 //===-- BPFInstrFormats.td - BPF Instruction Formats -------*- tablegen -*-===//
/external/llvm/lib/Target/NVPTX/
DNVPTXInstrFormats.td1 //===- NVPTXInstrFormats.td - NVPTX Instruction Formats-------*- tblgen -*-===//
/external/lzma/CPP/7zip/UI/Console/
DMain.cpp488 if (codecs->Formats.Size() == 0 && in Main2()
544 for (i = 0; i < codecs->Formats.Size(); i++) in Main2()
546 const CArcInfoEx &arc = codecs->Formats[i]; in Main2()
/external/mesa3d/src/gallium/docs/source/cso/
Dvelems.rst10 Input Formats
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrFormats.td1 //=- WebAssemblyInstrFormats.td - WebAssembly Instr. Formats -*- tablegen -*-=//
/external/mesa3d/src/gallium/state_trackers/xorg/
Dxorg_xv.c63 static XF86VideoFormatRec Formats[NUM_FORMATS] = { variable
690 adapt->pFormats = Formats; in xorg_setup_textured_adapter()
/external/llvm/lib/Target/Hexagon/
DHexagonInstrFormatsV4.td1 //==- HexagonInstrFormats.td - Hexagon Instruction Formats --*- tablegen -*-==//
/external/mesa3d/src/gallium/drivers/radeon/
DSIInstrFormats.td1 //===-- SIInstrFormats.td - SI Instruction Formats ------------------------===//
/external/mesa3d/docs/OLD/
DMESA_packed_depth_stencil.spec109 Token Name Type Elements Pixel Formats

123