Home
last modified time | relevance | path

Searched refs:Condition2 (Results 1 – 4 of 4) sorted by relevance

/external/javassist/src/test/test4/
DJIRA181.java13 public @interface Condition2 { annotation in JIRA181
20 @Condition2(condition = B[].class)
/external/llvm/test/TableGen/
DAsmPredicateCondsEmission.td16 def Pred2 : Predicate<"Condition2">,
/external/llvm-project/llvm/test/TableGen/
DAsmPredicateCondsEmission.td17 def Pred2 : Predicate<"Condition2">,
/external/javassist/src/test/javassist/
DJvstTest4.java907 String s2 = field2.getAnnotation(test4.JIRA181.Condition2.class).toString(); in testAnnotationWithGenerics()