Home
last modified time | relevance | path

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

/external/junit/src/main/java/org/junit/runner/
DDescription.java158 private final Annotation[] fAnnotations; field in Description
177 this.fAnnotations = annotations; in Description()
263 return new Description(fTestClass, fDisplayName, fAnnotations); in childlessCopy()
271 for (Annotation each : fAnnotations) { in getAnnotation()
283 return Arrays.asList(fAnnotations); in getAnnotations()
/external/skia/src/pdf/
DSkPDFTag.cpp116 std::vector<AnnotationInfo> fAnnotations; member
329 for (const SkPDFTagNode::AnnotationInfo& annotationInfo : node->fAnnotations) { in PrepareTagTreeToEmit()
377 tag->fAnnotations.push_back(annotationInfo); in addNodeAnnotation()