Searched defs:annotations (Results 1 – 10 of 10) sorted by relevance
49 Annotation[] annotations = method.getDeclaredAnnotations(); in getTestMethod() local
53 public Set<? extends Class<? extends Annotation>> annotations() { in annotations() method in MetadataGeneratingStep
88 public Set<? extends Class<? extends Annotation>> annotations() { in annotations() method in RootComponentGeneratingStep
91 public Set<? extends Class<? extends Annotation>> annotations() { in annotations() method in ComponentGeneratingStep
285 NodeList<AnnotationExpr> annotations = field.getAnnotations(); in parseJavaFile() local357 NodeList<AnnotationExpr> annotations = method.getAnnotations(); in parseJavaFile() local
116 ArrayList<String> annotations = intent.getStringArrayListExtra( in getContentAnnotations() local
427 Annotation[] annotations = detailMessage.getSpans( in showNextRequest() local
878 private static Description newTestMethod(Annotation... annotations) { in newTestMethod()882 private static Description newTestMethod(String methodName, Annotation... annotations) { in newTestMethod()
81 std::list<std::pair<const int64_t, const int32_t>> annotations; member
143 int alertsCount, const std::list<std::pair<const int64_t, const int32_t>>& annotations, in noteConfigReceived()