Home
last modified time | relevance | path

Searched refs:formatTable (Results 1 – 4 of 4) sorted by relevance

/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
DNumberingScheme.java393 RangeTable formatTable = allFormats.build(); in checkFormatConsistency() local
397 formats.keySet().containsAll(formatTable.getAssignedValues(FORMAT)), in checkFormatConsistency()
399 cc, Sets.symmetricDifference(formatTable.getAssignedValues(FORMAT), formats.keySet())); in checkFormatConsistency()
412 checkLocalFormatLengths(cc, formatTable, spec, assigned); in checkFormatConsistency()
451 DigitSequence cc, RangeTable formatTable, FormatSpec spec, RangeTree assigned) { in checkLocalFormatLengths() argument
456 formatTable.subTable(assigned, AREA_CODE_LENGTH).getAssignedValues(AREA_CODE_LENGTH); in checkLocalFormatLengths()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
Dmtl_format_utils.mm121 void GenerateTextureCapsMap(const FormatTable &formatTable,
135 const Format &mtlFormat = formatTable.getPixelFormat(angleFormatId);
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir.cpp972 const struct TexInstruction::ImgFormatDesc TexInstruction::formatTable[] = member in nv50_ir::TexInstruction
1028 case PIPE_FORMAT_ ## a: return &formatTable[nv50_ir::FMT_ ## b] in translateImgFormat()
1081 return &formatTable[nv50_ir::FMT_NONE]; in translateImgFormat()
Dnv50_ir.h1072 static const struct ImgFormatDesc formatTable[IMG_FORMAT_COUNT]; variable