Home
last modified time | relevance | path

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

/external/clang/test/Index/
Dindex-attrs.m7 -(id)prop __attribute__((annotate("anno")));
8 -(void)setProp:(id)p __attribute__((annotate("anno")));
/external/turbine/javatests/com/google/turbine/binder/
DClassPathBinderTest.java117 AnnoInfo anno = in annotations() local
/external/turbine/java/com/google/turbine/binder/
DDisambiguateTypeAnnotations.java247 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/
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/turbine/java/com/google/turbine/binder/bytecode/
DBytecodeBinder.java145 AnnotationValue anno = bindAnnotationValue(Type.VOID, annotation); in bindAnnotations() local
/external/v8/tools/clang/blink_gc_plugin/
DConfig.h153 static bool IsAnnotated(clang::Decl* decl, const std::string& anno) { in IsAnnotated()
/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/turbine/java/com/google/turbine/bytecode/
DClassFile.java499 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/
DPretty.java364 public Void visitAnno(Tree.Anno anno, Void input) { in visitAnno()
DTree.java1271 O visitAnno(Anno anno, I input); in visitAnno()
/external/deqp-deps/SPIRV-Tools/source/opt/
Daggressive_dead_code_elim_pass.cpp534 for (auto& anno : get_module()->annotations()) { in InitializeModuleScopeLiveInstructions() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Daggressive_dead_code_elim_pass.cpp534 for (auto& anno : get_module()->annotations()) { in InitializeModuleScopeLiveInstructions() local
/external/turbine/java/com/google/turbine/lower/
DLower.java496 AnnotationInfo anno = lowerAnnotation(annotation); in lowerAnnotations() local
/external/javapoet/src/test/java/com/squareup/javapoet/
DTypeSpecTest.java821 TypeSpec anno = TypeSpec.annotationBuilder("Anno") in annotationWithFields() local
/external/smali/smali/src/main/java/org/jf/smali/
DsmaliTreeWalker.java7067 Annotation anno = annotation214; in annotations() local
/external/python/cpython3/Lib/test/
Dtest_inspect.py2610 def test(self: 'anno', x):