Home
last modified time | relevance | path

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

123456

/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.h284 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()
DLoadCodecs.cpp464 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 …]
DOpenArchive.cpp998 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 …]
DZipRegistry.h74 CObjectVector<CFormatOptions> Formats; member
/external/deqp/modules/gles2/functional/
Des2fFboCompletenessTests.cpp335 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/
DPathHeader.txt84 …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 …]
DprettyPath.txt162 '/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/
Dapi_def_StringFormat.pbtxt34 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/
DglsFboCompletenessTests.cpp697 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()
DglsFboUtil.hpp138 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/
DMipsEVAInstrFormats.td1 //===- MipsEVAInstrFormats.td - Mips Instruction Formats ---*- tablegen -*-===//
57 // Encoding Formats
DMipsMTInstrFormats.td1 //===-- MipsMTInstrFormats.td - Mips Instruction Formats ---*- tablegen -*-===//
/external/llvm/lib/Target/Mips/
DMipsEVAInstrFormats.td1 //===- MipsEVAInstrFormats.td - Mips Instruction Formats ---*- tablegen -*-===//
57 // Encoding Formats
/external/clang/lib/Format/
DFormatToken.cpp280 Formats.push_back(Format); in precomputeFormattingInfos()
288 I = Formats.rbegin(), in getColumnFormat()
289 E = Formats.rend(); in getColumnFormat()
/external/mesa3d/src/gallium/docs/source/
Dformat.rst1 Formats in gallium
48 Formats used in video playback are named by their FOURCC code.
/external/python/cpython3/Doc/library/
Dfileformats.rst4 File Formats
/external/python/cpython2/Doc/library/
Dfileformats.rst5 File Formats
/external/libyuv/files/docs/
Dformats.md3 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/
DHexagonInstrFormatsV60.td1 //==- HexagonInstrFormatsV60.td - Hexagon Instruction Formats -*- tablegen -==//
DHexagonInstrFormatsV65.td1 //==- HexagonInstrFormatsV65.td - Hexagon Instruction Formats -*- tablegen -==//
/external/llvm/lib/Target/BPF/
DBPFInstrFormats.td1 //===-- BPFInstrFormats.td - BPF Instruction Formats -------*- tablegen -*-===//
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXInstrFormats.td1 //===- PTXInstrFormats.td - PTX Instruction Formats ----------*- tblgen -*-===//
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXInstrFormats.td1 //===- NVPTXInstrFormats.td - NVPTX Instruction Formats-------*- tblgen -*-===//
/external/llvm/lib/Target/NVPTX/
DNVPTXInstrFormats.td1 //===- NVPTXInstrFormats.td - NVPTX Instruction Formats-------*- tblgen -*-===//
/external/icu/tools/srcgen/javadoc_patches/patches/src/main/java/android/icu/text/
DCompactDecimalFormat.java.patch5 * Formats numbers in compact (abbreviated) notation, like "1.2K" instead of "1200".

123456