/external/clang/test/Index/ |
D | index-attrs.m | 7 -(id)prop __attribute__((annotate("anno"))); 8 -(void)setProp:(id)p __attribute__((annotate("anno")));
|
/external/turbine/javatests/com/google/turbine/binder/ |
D | ClassPathBinderTest.java | 117 AnnoInfo anno = in annotations() local
|
/external/turbine/java/com/google/turbine/binder/ |
D | DisambiguateTypeAnnotations.java | 247 repeated.put(anno.sym(), anno); in groupRepeated() local 260 AnnoInfo anno = infos.iterator().next(); in groupRepeated() local
|
/external/smali/util/src/main/java/org/jf/util/jcommander/ |
D | ExtendedCommands.java | 50 ExtendedParameters anno = command.getClass().getAnnotation(ExtendedParameters.class); in getExtendedParameters() local
|
D | HelpFormatter.java | 65 …ExtendedParameters anno = jc.getObjects().get(0).getClass().getAnnotation(ExtendedParameters.class… in getExtendedParameters() local
|
/external/turbine/java/com/google/turbine/binder/bytecode/ |
D | BytecodeBinder.java | 145 AnnotationValue anno = bindAnnotationValue(Type.VOID, annotation); in bindAnnotations() local
|
/external/v8/tools/clang/blink_gc_plugin/ |
D | Config.h | 153 static bool IsAnnotated(clang::Decl* decl, const std::string& anno) { in IsAnnotated()
|
/external/apache-commons-bcel/src/test/java/org/apache/bcel/generic/ |
D | GeneratingAnnotatedClassesTestCase.java | 295 private void assertArrayElementValue(final int nExpectedArrayValues, final AnnotationEntry anno) in assertArrayElementValue() 323 private void assertSimpleElementValue(final AnnotationEntry anno) in assertSimpleElementValue()
|
/external/turbine/java/com/google/turbine/bytecode/ |
D | ClassFile.java | 499 private final AnnotationInfo anno; field in ClassFile.TypeAnnotationInfo 502 TargetType targetType, Target target, TypePath path, AnnotationInfo anno) { in TypeAnnotationInfo() 513 public AnnotationInfo anno() { in anno() method in ClassFile.TypeAnnotationInfo
|
/external/turbine/java/com/google/turbine/tree/ |
D | Pretty.java | 364 public Void visitAnno(Tree.Anno anno, Void input) { in visitAnno()
|
D | Tree.java | 1271 O visitAnno(Anno anno, I input); in visitAnno()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | aggressive_dead_code_elim_pass.cpp | 534 for (auto& anno : get_module()->annotations()) { in InitializeModuleScopeLiveInstructions() local
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | aggressive_dead_code_elim_pass.cpp | 534 for (auto& anno : get_module()->annotations()) { in InitializeModuleScopeLiveInstructions() local
|
/external/turbine/java/com/google/turbine/lower/ |
D | Lower.java | 496 AnnotationInfo anno = lowerAnnotation(annotation); in lowerAnnotations() local
|
/external/javapoet/src/test/java/com/squareup/javapoet/ |
D | TypeSpecTest.java | 821 TypeSpec anno = TypeSpec.annotationBuilder("Anno") in annotationWithFields() local
|
/external/smali/smali/src/main/java/org/jf/smali/ |
D | smaliTreeWalker.java | 7067 Annotation anno = annotation214; in annotations() local
|
/external/python/cpython3/Lib/test/ |
D | test_inspect.py | 2610 def test(self: 'anno', x):
|