Home
last modified time | relevance | path

Searched defs:anno (Results 1 – 25 of 32) sorted by relevance

12

/external/clang/test/Index/
Dindex-attrs.m7 -(id)prop __attribute__((annotate("anno")));
8 -(void)setProp:(id)p __attribute__((annotate("anno")));
/external/turbine/java/com/google/turbine/processing/
DTurbineAnnotationProxy.java44 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()
DTurbineAnnotationMirror.java70 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
DTurbineMessager.java94 AnnoInfo anno = ((TurbineAnnotationMirror) a).anno(); in printMessage() local
206 private static int locateInAnnotation(Const v, AnnoInfo anno) { in locateInAnnotation()
DTurbineElement.java136 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/
Dindex-attrs.m7 -(id)prop __attribute__((annotate("anno")));
8 -(void)setProp:(id)p __attribute__((annotate("anno")));
/external/turbine/java/com/google/turbine/binder/
DDisambiguateTypeAnnotations.java172 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/
DBytecodeBinder.java143 TurbineAnnotationValue anno = bindAnnotationValue(annotation); in bindAnnotations() local
151 private static boolean shouldSkip(TurbineAnnotationValue anno) { in shouldSkip()
/external/turbine/javatests/com/google/turbine/binder/
DClassPathBinderTest.java120 AnnoInfo anno = in annotations() local
/external/smali/util/src/main/java/org/jf/util/jcommander/
DExtendedCommands.java50 ExtendedParameters anno = command.getClass().getAnnotation(ExtendedParameters.class); in getExtendedParameters() local
DHelpFormatter.java65 …ExtendedParameters anno = jc.getObjects().get(0).getClass().getAnnotation(ExtendedParameters.class… in getExtendedParameters() local
/external/rust/crates/bindgen/src/ir/
Dannotations.rs99 let mut anno = Annotations::default(); in new() localVariable
/external/apache-commons-bcel/src/test/java/org/apache/bcel/generic/
DGeneratingAnnotatedClassesTestCase.java295 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/
DJvstTest4.java434 test4.GetAllRefAnno2 anno in testGetAllRef() local
451 test4.GetAllRefAnno2 anno in testGetAllRefB() local
1102 CtClass anno = sloader.makeAnnotation("test4.AnnoLoadAnno"); in testAnnotationLoader() local
DJvstTest3.java474 Object[][] anno = cc.getDeclaredMethod("foo").getParameterAnnotations(); in testGetParmeterAnnotations() local
529 Object[] anno = f2.getAnnotations(); in testFieldCopy() local
/external/turbine/java/com/google/turbine/bytecode/
DClassFile.java497 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/
DPretty.java364 public Void visitAnno(Tree.Anno anno, Void input) { in visitAnno()
/external/deqp-deps/SPIRV-Tools/source/opt/
Daggressive_dead_code_elim_pass.cpp627 for (auto& anno : get_module()->annotations()) { in InitializeModuleScopeLiveInstructions() local
Dinst_bindless_check_pass.cpp751 for (auto& anno : get_module()->annotations()) in InitializeInstBindlessCheck() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Daggressive_dead_code_elim_pass.cpp627 for (auto& anno : get_module()->annotations()) { in InitializeModuleScopeLiveInstructions() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Daggressive_dead_code_elim_pass.cpp627 for (auto& anno : get_module()->annotations()) { in InitializeModuleScopeLiveInstructions() local
Dinst_bindless_check_pass.cpp751 for (auto& anno : get_module()->annotations()) in InitializeInstBindlessCheck() local
/external/javassist/src/test/javassist/bytecode/
DBytecodeTest.java385 AnnotationsAttribute anno in testAnnotations2() local
/external/turbine/java/com/google/turbine/lower/
DLower.java495 AnnotationInfo anno = lowerAnnotation(annotation); in lowerAnnotations() local
/external/javassist/src/main/javassist/bytecode/
DAnnotationsAttribute.java779 Annotation anno = currentAnno; in annotationMemberValue() local

12