/external/lzma/CPP/7zip/UI/Common/ |
D | LoadCodecs.h | 198 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()
|
D | LoadCodecs.cpp | 414 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 …]
|
D | OpenArchive.cpp | 788 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 …]
|
D | ZipRegistry.h | 69 CObjectVector<CFormatOptions> Formats; member
|
D | Update.cpp | 371 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()
|
D | Extract.cpp | 50 if (StringsAreEqualNoCase_Ascii(codecs->Formats[arc0.FormatIndex].Name, "pe")) in DecompressArchive()
|
/external/deqp/modules/gles2/functional/ |
D | es2fFboCompletenessTests.cpp | 299 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/ |
D | MipsEVAInstrFormats.td | 1 //===- MipsEVAInstrFormats.td - Mips Instruction Formats ---*- tablegen -*-===// 57 // Encoding Formats
|
D | MicroMips64r6InstrFormats.td | 1 //=- MicroMips64r6InstrFormats.td - Instruction Formats -*- tablegen -* -=//
|
D | Mips32r6InstrFormats.td | 1 //=- Mips32r6InstrFormats.td - Mips32r6 Instruction Formats -*- tablegen -*-==// 172 // Encoding Formats
|
D | MicroMipsDSPInstrFormats.td | 1 //===-- MicroMipsDSPInstrFormats.td - Instruction Formats --*- tablegen -*-===//
|
/external/deqp/modules/glshared/ |
D | glsFboCompletenessTests.cpp | 686 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()
|
D | glsFboUtil.hpp | 138 typedef std::set<ImageFormat> Formats; typedef 146 Formats getFormats (FormatFlags requirements) const; 424 typedef std::set<ImageFormat> Formats; typedef
|
D | glsFboUtil.cpp | 121 Formats FormatDB::getFormats (FormatFlags requirements) const in getFormats() 123 Formats ret; in getFormats()
|
/external/clang/lib/Format/ |
D | FormatToken.cpp | 269 Formats.push_back(Format); in precomputeFormattingInfos() 277 I = Formats.rbegin(), in getColumnFormat() 278 E = Formats.rend(); in getColumnFormat()
|
D | FormatToken.h | 519 SmallVector<ColumnFormat, 4> Formats; variable
|
/external/llvm/lib/Target/BPF/ |
D | BPFInstrFormats.td | 1 //===-- BPFInstrFormats.td - BPF Instruction Formats -------*- tablegen -*-===//
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXInstrFormats.td | 1 //===- NVPTXInstrFormats.td - NVPTX Instruction Formats-------*- tblgen -*-===//
|
/external/lzma/CPP/7zip/UI/Console/ |
D | Main.cpp | 488 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/ |
D | velems.rst | 10 Input Formats
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrFormats.td | 1 //=- WebAssemblyInstrFormats.td - WebAssembly Instr. Formats -*- tablegen -*-=//
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
D | xorg_xv.c | 63 static XF86VideoFormatRec Formats[NUM_FORMATS] = { variable 690 adapt->pFormats = Formats; in xorg_setup_textured_adapter()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrFormatsV4.td | 1 //==- HexagonInstrFormats.td - Hexagon Instruction Formats --*- tablegen -*-==//
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | SIInstrFormats.td | 1 //===-- SIInstrFormats.td - SI Instruction Formats ------------------------===//
|
/external/mesa3d/docs/OLD/ |
D | MESA_packed_depth_stencil.spec | 109 Token Name Type Elements Pixel Formats
|