Home
last modified time | relevance | path

Searched defs:emptyAnnotations (Results 1 – 4 of 4) sorted by relevance

/external/cronet/tot/build/android/pylib/utils/
Ddexdump_test.py13 emptyAnnotations = dexdump.Annotations(classAnnotations={}, variable
/external/angle/build/android/pylib/utils/
Ddexdump_test.py13 emptyAnnotations = dexdump.Annotations(classAnnotations={}, variable
/external/cronet/stable/build/android/pylib/utils/
Ddexdump_test.py13 emptyAnnotations = dexdump.Annotations(classAnnotations={}, variable
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/
DAnnotationCollector.java29 public static Annotations emptyAnnotations() { return NO_ANNOTATIONS; } in emptyAnnotations() method in AnnotationCollector