HomeSort by relevance Sort by last modified time
    Searched defs:Formats (Results 1 - 5 of 5) sorted by null

  /external/lzma/CPP/7zip/UI/Common/
ZipRegistry.h 69 CObjectVector<CFormatOptions> Formats;
LoadCodecs.h 9 1) Formats - internal and external archive handlers
284 CObjectVector<CArcInfoEx> Formats;
309 return formatIndex < 0 ? L"#" : (const wchar_t *)Formats[formatIndex].Name;
359 const CArcInfoEx &ai = Formats[formatIndex];
378 const CArcInfoEx &ai = Formats[formatIndex];
396 FOR_VECTOR (i, Formats)
398 const CArcInfoEx &arc = Formats[i];
  /external/clang/lib/Format/
FormatToken.h 561 /// \brief Precomputed formats that can be used for this list.
562 SmallVector<ColumnFormat, 4> Formats;
  /external/deqp/modules/glshared/
glsFboUtil.hpp 138 typedef std::set<ImageFormat> Formats;
146 Formats getFormats (FormatFlags requirements) const;
179 Range<FormatKey> formats; member in struct:deqp::gls::FboUtil::FormatExtEntry
424 typedef std::set<ImageFormat> Formats;
429 FboVerifier (const FormatDB& formats,
  /external/abi-compliance-checker/
abi-compliance-checker.pl 604 Formats:
610 Formats:
    [all...]

Completed in 1482 milliseconds