Home
last modified time | relevance | path

Searched refs:skipAttributes (Results 1 – 5 of 5) sorted by relevance

/external/proguard/src/proguard/classfile/io/
DLibraryClassReader.java214 skipAttributes(); in visitLibraryClass()
233 skipAttributes(); in visitLibraryMember()
366 private void skipAttributes() in skipAttributes() method in LibraryClassReader
/external/cldr/tools/java/org/unicode/cldr/util/
DPathStarrer.java40 public String set(XPathParts parts, Set<String> skipAttributes) { in set() argument
44 if (!skipAttributes.contains(key)) { in set()
/external/cldr/tools/java/org/unicode/cldr/test/
DQuickCheck.java52 … private static final Set<String> skipAttributes = new HashSet<String>(Arrays.asList(new String[] { field in QuickCheck
258 if (skipAttributes.contains(attribute)) continue; in checkPaths()
272 System.out.format("Skipped %s" + CldrUtility.LINE_SEPARATOR, skipAttributes); in checkPaths()
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateSidewaysView.java703 private static String removeAttributes(String xpath, Set<String> skipAttributes) { in removeAttributes() argument
705 removeAttributes(parts, skipAttributes); in removeAttributes()
712 private static void removeAttributes(XPathParts parts, Set<String> skipAttributes) { in removeAttributes() argument
718 if (skipAttributes.contains(attribute)) it.remove(); in removeAttributes()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestBasic.java120 private static final ImmutableSet<String> skipAttributes = ImmutableSet.of( field in TestBasic
630 if (skipAttributes.contains(attribute)) in TestPaths()
648 skipAttributes); in TestPaths()