Home
last modified time | relevance | path

Searched refs:maxPerDirectory (Results 1 – 2 of 2) sorted by relevance

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestPaths.java370 int maxPerDirectory = getInclusion() <= 5 ? 20 : Integer.MAX_VALUE; in TestNonLdml() local
402 if (++count > maxPerDirectory) { in TestNonLdml()
DTestAttributeValues.java435 int maxPerDirectory = getInclusion() <= 5 ? 20 : Integer.MAX_VALUE; in oldTestCoreValidity() local
439 …VerifyAttributeValues.findAttributeValues(BASE_DIR, maxPerDirectory, fileMatcher, errors, missing,… in oldTestCoreValidity()