/external/lzma/CPP/7zip/UI/Common/ |
D | LoadCodecs.h | 284 CObjectVector<CArcInfoEx> Formats; variable 309 return formatIndex < 0 ? L"#" : (const wchar_t *)Formats[formatIndex].Name; in GetFormatNamePtr() 359 const CArcInfoEx &ai = Formats[formatIndex]; in CreateInArchive() 378 const CArcInfoEx &ai = Formats[formatIndex]; in CreateOutArchive() 396 FOR_VECTOR (i, Formats) in FindOutFormatFromName() 398 const CArcInfoEx &arc = Formats[i]; in FindOutFormatFromName()
|
D | LoadCodecs.cpp | 464 Formats.Add(item); in LoadFormats() 525 startSize = Formats.Size(); in LoadDll() 527 if (startSize != Formats.Size()) in LoadDll() 585 Formats.Clear(); in Load() 627 Formats.Add(item); in Load() 687 FOR_VECTOR (i, Formats) in FindFormatForArchiveName() 689 const CArcInfoEx &arc = Formats[i]; in FindFormatForArchiveName() 704 FOR_VECTOR (i, Formats) in FindFormatForExtension() 705 if (Formats[i].FindExtension(ext) >= 0) in FindFormatForExtension() 712 FOR_VECTOR (i, Formats) in FindFormatForArchiveType() [all …]
|
D | OpenArchive.cpp | 998 const CArcInfoEx &ai = codecs->Formats[(unsigned)index]; in MakeCheckOrder() 1287 const CArcInfoEx &ai = op.codecs->Formats[formatIndex]; in PrepareToOpen() 1305 const CArcInfoEx &ai = op.codecs->Formats[formatIndex]; in PrepareToOpen() 1564 if (StringsAreEqualNoCase_Ascii(codecs->Formats[orderIndices[i]].Name, name)) in FindFormatForArchiveType() 1603 CBoolArr isMainFormatArr(op.codecs->Formats.Size()); in OpenStream2() 1605 FOR_VECTOR(i, op.codecs->Formats) in OpenStream2() 1669 FOR_VECTOR (i, op.codecs->Formats) in OpenStream2() 1671 const CArcInfoEx &ai = op.codecs->Formats[i]; in OpenStream2() 1820 CBoolArr skipFrontalFormat(op.codecs->Formats.Size()); in OpenStream2() 1822 FOR_VECTOR(i, op.codecs->Formats) in OpenStream2() [all …]
|
D | ZipRegistry.h | 74 CObjectVector<CFormatOptions> Formats; member
|
/external/deqp/modules/gles2/functional/ |
D | es2fFboCompletenessTests.cpp | 335 Formats colorFmts = db.getFormats(COLOR_RENDERABLE); in iterate() 336 Formats depthFmts = db.getFormats(DEPTH_RENDERABLE); in iterate() 337 Formats stencilFmts = db.getFormats(STENCIL_RENDERABLE); in iterate() 345 for (Formats::const_iterator col = colorFmts.begin(); col != colorFmts.end(); col++) in iterate() 349 for (Formats::const_iterator dep = depthFmts.begin(); dep != depthFmts.end(); dep++) in iterate() 353 for (Formats::const_iterator stc = stencilFmts.begin(); in iterate()
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | PathHeader.txt | 84 …e="%A"]/pattern[@type="%A"] ; DateTime ; &calendar($1) ; &calField(Formats:Standard:date) ; … 85 …tern[@type="%A"] ; Special ; Suppress ; &calendar($1) ; &calField(Formats:Standard:date)-$2… 87 …/pattern[@type="%A"] ; DateTime ; &calendar(gregorian) ; &calField(Formats:Standard:time) ; … 88 …tern[@type="%A"] ; Special ; Suppress ; &calendar($1) ; &calField(Formats:Standard:time)-$2… 90 …e="%A"]/pattern[@type="%A"] ; DateTime ; &calendar($1) ; &calField(Formats:Standard:dateTime… 91 …tern[@type="%A"] ; Special ; Suppress ; &calendar($1) ; &calField(Formats:Standard:dateTime… 93 …id="(E*(a|b|B)*[h]%a)"] ; DateTime ; &calendar(gregorian); &calField(Formats:Flexible:time12) … 94 …id="(E*[Hms]%a)"] ; DateTime ; &calendar(gregorian); &calField(Formats:Flexible:time24) … 95 …id="(E*(a|b|B)*[h]%a)"] ; DateTime ; &calendar(generic); &calField(Formats:Flexible:time12) … 96 …id="(E*[Hms]%a)"] ; DateTime ; &calendar(generic); &calField(Formats:Flexible:time24) … [all …]
|
D | prettyPath.txt | 162 '/numbers/' ([a-z]+) 'Formats/' ($element) '/' ($element) '[@type="' ($avalue) '"]/pattern[@type="s… 163 '/numbers/' ([a-z]+) 'Formats[@numberSystem="latn"]/' ($element) '/' ($element) '[@type="' ($avalue… 164 '/numbers/' ([a-z]+) 'Formats[@numberSystem="' ($avalue) '"]/' ($element) '/' ($element) '[@type="'… 167 '/numbers/' ([a-z]+) 'Formats[@numberSystem="latn"]/' ($element) '[@type="' ($avalue) '"]/' ($eleme… 168 '/numbers/' ([a-z]+) 'Formats[@numberSystem="' ($avalue) '"]/' ($element) '[@type="' ($avalue) '"]/…
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_StringFormat.pbtxt | 34 summary: "Formats a string template using a list of tensors." 36 Formats a string template using a list of tensors, pretty-printing tensor summaries.
|
/external/deqp/modules/glshared/ |
D | glsFboCompletenessTests.cpp | 697 Formats formats = m_ctx.getCoreFormats().getFormats(formatFlag(attPoint) | in getDefaultFormat() 699 Formats::const_iterator it = formats.begin(); in getDefaultFormat() 889 const Formats& formats = m_ctx.getCoreFormats().getFormats(flags); in makeDepthAndStencil() 890 Formats::const_iterator it = formats.begin(); in makeDepthAndStencil() 995 const Formats rboFmts = m_allFormats.getFormats(ANY_FORMAT); in createRenderableTests() 996 const Formats texFmts = m_allFormats.getFormats(ANY_FORMAT); in createRenderableTests() 1003 for (Formats::const_iterator it2 = rboFmts.begin(); it2 != rboFmts.end(); it2++) in createRenderableTests() 1010 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
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsEVAInstrFormats.td | 1 //===- MipsEVAInstrFormats.td - Mips Instruction Formats ---*- tablegen -*-===// 57 // Encoding Formats
|
D | MipsMTInstrFormats.td | 1 //===-- MipsMTInstrFormats.td - Mips Instruction Formats ---*- tablegen -*-===//
|
/external/llvm/lib/Target/Mips/ |
D | MipsEVAInstrFormats.td | 1 //===- MipsEVAInstrFormats.td - Mips Instruction Formats ---*- tablegen -*-===// 57 // Encoding Formats
|
/external/clang/lib/Format/ |
D | FormatToken.cpp | 280 Formats.push_back(Format); in precomputeFormattingInfos() 288 I = Formats.rbegin(), in getColumnFormat() 289 E = Formats.rend(); in getColumnFormat()
|
/external/mesa3d/src/gallium/docs/source/ |
D | format.rst | 1 Formats in gallium 48 Formats used in video playback are named by their FOURCC code.
|
/external/python/cpython3/Doc/library/ |
D | fileformats.rst | 4 File Formats
|
/external/python/cpython2/Doc/library/ |
D | fileformats.rst | 5 File Formats
|
/external/libyuv/files/docs/ |
D | formats.md | 3 Formats (FOURCC) supported by libyuv are detailed here. 5 # Core Formats 11 # OSX Core Media Pixel Formats
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonInstrFormatsV60.td | 1 //==- HexagonInstrFormatsV60.td - Hexagon Instruction Formats -*- tablegen -==//
|
D | HexagonInstrFormatsV65.td | 1 //==- HexagonInstrFormatsV65.td - Hexagon Instruction Formats -*- tablegen -==//
|
/external/llvm/lib/Target/BPF/ |
D | BPFInstrFormats.td | 1 //===-- BPFInstrFormats.td - BPF Instruction Formats -------*- tablegen -*-===//
|
/external/swiftshader/third_party/LLVM/lib/Target/PTX/ |
D | PTXInstrFormats.td | 1 //===- PTXInstrFormats.td - PTX Instruction Formats ----------*- tblgen -*-===//
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTXInstrFormats.td | 1 //===- NVPTXInstrFormats.td - NVPTX Instruction Formats-------*- tblgen -*-===//
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXInstrFormats.td | 1 //===- NVPTXInstrFormats.td - NVPTX Instruction Formats-------*- tblgen -*-===//
|
/external/icu/tools/srcgen/javadoc_patches/patches/src/main/java/android/icu/text/ |
D | CompactDecimalFormat.java.patch | 5 * Formats numbers in compact (abbreviated) notation, like "1.2K" instead of "1200".
|