Home
last modified time | relevance | path

Searched refs:getClassNames (Results 1 – 6 of 6) sorted by relevance

/external/jline/src/src/main/java/jline/
DClassNameCompletor.java33 super(getClassNames(), filter); in ClassNameCompletor()
37 public static String[] getClassNames() throws IOException { in getClassNames() method in ClassNameCompletor
/external/r8/src/test/java/com/android/tools/r8/shaking/
DProguardConfigurationParserTest.java97 assertEquals("com.company.hello.**", rule.getClassNames().get(0).toString()); in parseMultipleNamePatterns()
98 assertEquals("com.company.world.**", rule.getClassNames().get(1).toString()); in parseMultipleNamePatterns()
155 assertEquals(1, rule.getClassNames().size()); in parseWhyAreYouKeeping()
156 assertEquals("*", rule.getClassNames().get(0).toString()); in parseWhyAreYouKeeping()
/external/r8/src/main/java/com/android/tools/r8/shaking/
DProguardClassSpecification.java68 public List<ProguardTypeMatcher> getClassNames() { in getClassNames() method in ProguardClassSpecification.Builder
176 public List<ProguardTypeMatcher> getClassNames() { in getClassNames() method in ProguardClassSpecification
DRootSetBuilder.java111 for (ProguardTypeMatcher matcher : rule.getClassNames()) { in specificDexTypes()
116 final int length = rule.getClassNames().size(); in specificDexTypes()
119 result[i] = ((MatchSpecificType) rule.getClassNames().get(i)).type; in specificDexTypes()
168 for (ProguardTypeMatcher className : rule.getClassNames()) { in process()
/external/doclava/src/com/google/doclava/
DInfoBuilder.java1634 for (String className : builder.getClassNames()) { in resolveQualifiedName()
2052 public HashSet<String> getClassNames() { in getClassNames() method in InfoBuilder
/external/javassist/src/main/javassist/bytecode/
DConstPool.java978 public Set getClassNames() in getClassNames() method in ConstPool