/external/clang/test/Index/ |
D | index-attrs.m | 7 -(id)prop __attribute__((annotate("anno"))); 8 -(void)setProp:(id)p __attribute__((annotate("anno")));
|
/external/turbine/java/com/google/turbine/processing/ |
D | TurbineAnnotationProxy.java | 44 ModelFactory factory, Class<A> annotationType, AnnoInfo anno) { in create() 60 private final AnnoInfo anno; field in TurbineAnnotationProxy 63 ModelFactory factory, ClassLoader loader, Class<?> annotationType, AnnoInfo anno) { in TurbineAnnotationProxy()
|
D | TurbineAnnotationMirror.java | 70 static TurbineAnnotationMirror create(ModelFactory factory, AnnoInfo anno) { in create() 75 private final AnnoInfo anno; field in TurbineAnnotationMirror 188 public AnnoInfo anno() { in anno() method in TurbineAnnotationMirror
|
D | TurbineMessager.java | 94 AnnoInfo anno = ((TurbineAnnotationMirror) a).anno(); in printMessage() local 206 private static int locateInAnnotation(Const v, AnnoInfo anno) { in locateInAnnotation()
|
D | TurbineElement.java | 136 AnnoInfo anno = getAnnotation(annos(), sym); in getAnnotation() local 473 AnnoInfo anno = getAnnotation(annos(), sym); in getAnnotation() local 515 private void addAnnotationFromSuper(Map<ClassSymbol, AnnotationMirror> result, AnnoInfo anno) { in addAnnotationFromSuper()
|
/external/llvm-project/clang/test/Index/ |
D | index-attrs.m | 7 -(id)prop __attribute__((annotate("anno"))); 8 -(void)setProp:(id)p __attribute__((annotate("anno")));
|
/external/turbine/java/com/google/turbine/binder/ |
D | DisambiguateTypeAnnotations.java | 172 Env<ClassSymbol, TypeBoundClass> env, AnnoInfo anno) { in getTarget() 271 repeated.put(anno.sym(), anno); in groupRepeated() local 290 AnnoInfo anno = infos.iterator().next(); in groupRepeated() local
|
/external/turbine/java/com/google/turbine/binder/bytecode/ |
D | BytecodeBinder.java | 143 TurbineAnnotationValue anno = bindAnnotationValue(annotation); in bindAnnotations() local 151 private static boolean shouldSkip(TurbineAnnotationValue anno) { in shouldSkip()
|
/external/turbine/javatests/com/google/turbine/binder/ |
D | ClassPathBinderTest.java | 120 AnnoInfo anno = in annotations() 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/rust/crates/bindgen/src/ir/ |
D | annotations.rs | 99 let mut anno = Annotations::default(); in new() localVariable
|
/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/javassist/src/test/javassist/ |
D | JvstTest4.java | 434 test4.GetAllRefAnno2 anno in testGetAllRef() local 451 test4.GetAllRefAnno2 anno in testGetAllRefB() local 1102 CtClass anno = sloader.makeAnnotation("test4.AnnoLoadAnno"); in testAnnotationLoader() local
|
D | JvstTest3.java | 474 Object[][] anno = cc.getDeclaredMethod("foo").getParameterAnnotations(); in testGetParmeterAnnotations() local 529 Object[] anno = f2.getAnnotations(); in testFieldCopy() local
|
/external/turbine/java/com/google/turbine/bytecode/ |
D | ClassFile.java | 497 private final AnnotationInfo anno; field in ClassFile.TypeAnnotationInfo 500 TargetType targetType, Target target, TypePath path, AnnotationInfo anno) { in TypeAnnotationInfo() 511 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()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | aggressive_dead_code_elim_pass.cpp | 627 for (auto& anno : get_module()->annotations()) { in InitializeModuleScopeLiveInstructions() local
|
D | inst_bindless_check_pass.cpp | 751 for (auto& anno : get_module()->annotations()) in InitializeInstBindlessCheck() local
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | aggressive_dead_code_elim_pass.cpp | 627 for (auto& anno : get_module()->annotations()) { in InitializeModuleScopeLiveInstructions() local
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | aggressive_dead_code_elim_pass.cpp | 627 for (auto& anno : get_module()->annotations()) { in InitializeModuleScopeLiveInstructions() local
|
D | inst_bindless_check_pass.cpp | 751 for (auto& anno : get_module()->annotations()) in InitializeInstBindlessCheck() local
|
/external/javassist/src/test/javassist/bytecode/ |
D | BytecodeTest.java | 385 AnnotationsAttribute anno in testAnnotations2() local
|
/external/turbine/java/com/google/turbine/lower/ |
D | Lower.java | 495 AnnotationInfo anno = lowerAnnotation(annotation); in lowerAnnotations() local
|
/external/javassist/src/main/javassist/bytecode/ |
D | AnnotationsAttribute.java | 779 Annotation anno = currentAnno; in annotationMemberValue() local
|