/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/generated/com/github/javaparser/ |
D | ASTParser.java | 206 AnnotationExpr ann; in PackageDeclaration() local 220 ann = Annotation(); in PackageDeclaration() 221 annotations = add(annotations, ann); in PackageDeclaration() 274 AnnotationExpr ann; in Modifiers() local 328 ann = Annotation(); in Modifiers() 329 …annotations = add(annotations, ann); if(beginLine==-1) {beginLine=ann.getBeginLine(); beginColumn=… in Modifiers() 455 AnnotationExpr ann; in ExtendsList() local 468 ann = Annotation(); in ExtendsList() 469 annotations = add(annotations, ann); in ExtendsList() 496 AnnotationExpr ann; in ImplementsList() local [all …]
|
/external/conscrypt/api-doclet/src/main/java/org/conscrypt/doclet/ |
D | FilterDoclet.java | 53 for (AnnotationDesc ann : doc.annotations()) { in hasHideAnnotation() 54 if (ann.annotationType().qualifiedTypeName().equals("org.conscrypt.Internal")) { in hasHideAnnotation()
|
/external/icu/icu4j/main/classes/langdata/ |
D | build.properties | 8 javac.compilerarg = -Xlint:all,-deprecation,-dep-ann,-options
|
/external/icu/icu4j/main/classes/regiondata/ |
D | build.properties | 8 javac.compilerarg = -Xlint:all,-deprecation,-dep-ann,-options
|
/external/icu/icu4j/main/classes/localespi/ |
D | build.properties | 8 javac.compilerarg = -Xlint:all,-deprecation,-dep-ann,-options
|
/external/icu/icu4j/main/classes/translit/ |
D | build.properties | 8 javac.compilerarg = -Xlint:all,-deprecation,-dep-ann,-options
|
/external/icu/icu4j/main/classes/collate/ |
D | build.properties | 8 javac.compilerarg = -Xlint:all,-deprecation,-dep-ann,-options
|
/external/icu/icu4j/main/classes/currdata/ |
D | build.properties | 8 javac.compilerarg = -Xlint:all,-deprecation,-dep-ann,-options
|
/external/icu/icu4j/main/classes/core/ |
D | build.properties | 8 javac.compilerarg = -Xlint:all,-deprecation,-dep-ann,-options,-overrides
|
/external/icu/icu4j/main/classes/charset/ |
D | build.properties | 8 javac.compilerarg = -Xlint:all,-deprecation,-dep-ann,-options
|
/external/icu/icu4c/source/data/locales/ |
D | fr.txt | 2027 dn{"jour (année)"} 2719 dn{"année"} 2721 "-1"{"l’année dernière"} 2722 "0"{"cette année"} 2723 "1"{"l’année prochaine"} 2739 "-1"{"l’année dernière"} 2740 "0"{"cette année"} 2741 "1"{"l’année prochaine"} 2757 "-1"{"l’année dernière"} 2758 "0"{"cette année"} [all …]
|
D | fr_CA.txt | 797 dn{"jour de l’année"} 800 dn{"j de l’année"}
|
/external/doclava/src/com/google/doclava/ |
D | Stubs.java | 1072 for (AnnotationInstanceInfo ann : annotations) { in writeAnnotations() 1075 if (ann.type() != null && ann.type().qualifiedName().equals("java.lang.Override")) { in writeAnnotations() 1078 if (!ann.type().isHiddenOrRemoved()) { in writeAnnotations() 1079 stream.println(ann.toString()); in writeAnnotations() 1080 if (isDeprecated && ann.type() != null in writeAnnotations() 1081 && ann.type().qualifiedName().equals("java.lang.Deprecated")) { in writeAnnotations() 1091 static void writeAnnotationElement(PrintStream stream, MethodInfo ann) { in writeAnnotationElement() argument 1092 stream.print(ann.returnType().fullName()); in writeAnnotationElement() 1094 stream.print(ann.name()); in writeAnnotationElement() 1096 AnnotationValueInfo def = ann.defaultAnnotationElementValue(); in writeAnnotationElement()
|
/external/icu/icu4c/source/data/brkitr/ |
D | fr.txt | 79 "ann.",
|
/external/python/cpython3/Lib/test/ |
D | test_future.py | 122 exec(self.template.format(ann=annotation), {}, scope)
|
/external/python/cpython3/Lib/ |
D | functools.py | 801 ann = getattr(cls, '__annotations__', {}) 802 if not ann:
|
D | typing.py | 967 ann = base.__dict__.get('__annotations__', {}) 968 for name, value in ann.items():
|
/external/guice/core/test/com/google/inject/internal/ |
D | MultibinderTest.java | 1425 final Annotation ann = Names.named("foo"); in testMultibinderCanInjectCollectionOfProvidersWithAnnotation() local 1431 Multibinder.newSetBinder(binder(), String.class, ann); in testMultibinderCanInjectCollectionOfProvidersWithAnnotation() 1442 injector.getInstance(Key.get(collectionOfProvidersOfStrings, ann)); in testMultibinderCanInjectCollectionOfProvidersWithAnnotation() 1447 injector.getInstance(Key.get(collectionOfJavaxProvidersOf(stringType), ann)); in testMultibinderCanInjectCollectionOfProvidersWithAnnotation()
|
/external/icu/icu4c/source/data/unit/ |
D | fr_CA.txt | 242 one{"{0} année-lumière"} 243 other{"{0} années-lumière"}
|
D | fr.txt | 409 dnam{"années-lumière"} 410 one{"{0} année-lumière"} 411 other{"{0} années-lumière"}
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/visitor/ |
D | CloneVisitor.java | 446 List<AnnotationExpr> ann = visit(_n.getAnnotations(), _arg); in visit() local 449 ArrayType r = new ArrayType(_n.getRange(), type_, ann); in visit() 457 List<AnnotationExpr> ann = visit(_n.getAnnotations(), _arg); in visit() local 460 ArrayCreationLevel r = new ArrayCreationLevel(_n.getRange(), dimension_, ann); in visit()
|
/external/javaparser/javaparser-core/src/main/javacc/ |
D | java.jj | 689 AnnotationExpr ann; 721 ann = Annotation() { annotations = add(annotations, ann); begin = orIfInvalid(begin, ann); } 813 AnnotationExpr ann; 821 ( ann = Annotation() { annotations = add(annotations, ann); begin = orIfInvalid(begin, ann); } )*
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/data/transformtest/ |
D | cy-fonipa-t-cy.txt | 159 annibynnol annɪˈbənnɔl 378 annedd ˈannɛð
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-generated-sources/com/github/javaparser/ |
D | ASTParser.java | 345 AnnotationExpr ann; in Modifiers() local 410 ann = Annotation(); in Modifiers() 411 annotations = add(annotations, ann); begin = begin.orIfInvalid(ann.getBegin()); in Modifiers() 698 AnnotationExpr ann; in EnumConstantDeclaration() local 715 ann = Annotation(); in EnumConstantDeclaration() 716 annotations = add(annotations, ann); begin = begin.orIfInvalid(ann.getBegin()); in EnumConstantDeclaration()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/testdata/ |
D | testdata_it.txt | 148 tre ann.
|