Searched refs:foundLevel (Results 1 – 2 of 2) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | ShowLocaleCoverage.java | 918 Level foundLevel = coverageInfo.getCoverageLevel(path, locale); in showCoverage() local 919 if (goalLevel.compareTo(foundLevel) >= 0) { in showCoverage() 920 …etLine(locale, language, script, file.getStringValue(path), goalLevel, foundLevel, status, path, f… in showCoverage() 925 Level foundLevel = coverageInfo.getCoverageLevel(path, locale); in showCoverage() local 926 if (goalLevel.compareTo(foundLevel) >= 0) { in showCoverage() 927 …etLine(locale, language, script, file.getStringValue(path), goalLevel, foundLevel, "n/a", path, fi… in showCoverage() 936 Level foundLevel = coverageInfo.getCoverageLevel(path, locale); in showCoverage() local 937 if (goalLevel.compareTo(foundLevel) >= 0) { in showCoverage() 942 Level foundLevel = coverageInfo.getCoverageLevel(path, locale); in showCoverage() local 943 if (goalLevel.compareTo(foundLevel) >= 0) { in showCoverage() [all …]
|
/external/angle/src/libANGLE/ |
D | FrameCapture.cpp | 3078 auto foundLevel = foundLevels.find(level); in captureCompressedTextureData() local 3083 if (foundLevel == foundLevels.end()) in captureCompressedTextureData() 3093 foundLevel = emplaceResult.first; in captureCompressedTextureData() 3142 std::vector<uint8_t> &levelData = foundLevel->second; in captureCompressedTextureData()
|