Searched refs:BadItem (Results 1 – 5 of 5) sorted by relevance
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
D | ConvertLanguageData.java | 170 …BadItem.ERROR.show("missing language/population data for CLDR locale", locale + " = " + getLanguag… in main() 178 …BadItem.ERROR.show("missing language/population data for CLDR locale", locale + " = " + getLanguag… in main() 341 warnings.add(BadItem.DETAIL.toString("changing <languageData>", languageSubtag in writeNewBasicData2() 484 BadItem.WARNING.show("In Basic Data but not Population > 20%", in checkBasicData() 508 …BadItem.WARNING.show("In Population>20% but not Basic Data", locale + " " + getLanguageName(locale… in checkBasicData() 656 …BadItem.WARNING.show("official language has population < 1% of country & < 1,000,000", languageCod… in RowData() 660 …BadItem.WARNING.show("suspect language population, < 1", languageCode + ", " + Math.round(language… in RowData() 670 …BadItem.ERROR.show("language population > country population", Math.round(languagePopulation1) + "… in RowData() 997 …failures.add(BadItem.ERROR.toString("too few speakers: suspect line", languageCode, row.toString(t… in writeTerritoryLanguageData() 1181 … BadItem.ERROR.show("duplicate data", x.languageCode + " with " + x.countryCode, row); in getExcelData() [all …]
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/ |
D | TestPolymorphicWithDefaultImpl.java | 71 public static class BadItem {} class in TestPolymorphicWithDefaultImpl 73 public static class BadSub1 extends BadItem { 82 public List<BadItem> many;
|
/external/pigweed/pw_containers/ |
D | intrusive_list_test.cc | 694 class BadItem : public IntrusiveList<Foo>::Item {}; class 696 [[maybe_unused]] IntrusiveList<BadItem> derived_from_incompatible_item_type;
|
/external/python/cpython2/Lib/test/ |
D | test_csv.py | 161 class BadItem: class 164 self._write_error_test(IOError, [BadItem()])
|
/external/python/cpython3/Lib/test/ |
D | test_csv.py | 165 class BadItem: class 168 self._write_error_test(OSError, [BadItem()])
|