Home
last modified time | relevance | path

Searched refs:annotation_type (Results 1 – 9 of 9) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DAnnotations.java42 …Annotations(final byte annotation_type, final int name_index, final int length, final DataInput in… in Annotations() argument
44 …this(annotation_type, name_index, length, (AnnotationEntry[]) null, constant_pool, isRuntimeVisibl… in Annotations()
59 …public Annotations(final byte annotation_type, final int name_index, final int length, final Annot… in Annotations() argument
61 super(annotation_type, name_index, length, constant_pool); in Annotations()
/external/libtextclassifier/native/actions/
Dutils.cc100 group->annotation_type() == nullptr) { in FillAnnotationFromCapturingMatch()
109 if (group->annotation_type() != nullptr) { in FillAnnotationFromCapturingMatch()
110 annotation->entity.collection = group->annotation_type()->str(); in FillAnnotationFromCapturingMatch()
Dregex-actions.cc35 group->annotation_type() != nullptr) { in FillAnnotationFromMatchGroup()
Dgrammar-actions_test.cc95 actions_spec->capturing_group.back()->annotation_type = in AddActionSpec()
Dactions_model.fbs460 annotation_type:string (shared);
Dactions-suggestions_test.cc1278 code_group->annotation_type = "code"; in TEST_F()
/external/python/typing/typing_extensions/src/
Dtyping_extensions.py644 for annotation_key, annotation_type in own_annotations.items():
645 annotation_origin = get_origin(annotation_type)
647 annotation_args = get_args(annotation_type)
649 annotation_type = annotation_args[0]
650 annotation_origin = get_origin(annotation_type)
/external/python/typing/typing_extensions/
D__init__.py1152 for annotation_key, annotation_type in own_annotations.items():
1153 annotation_origin = get_origin(annotation_type)
1155 annotation_args = get_args(annotation_type)
1157 annotation_type = annotation_args[0]
1158 annotation_origin = get_origin(annotation_type)
/external/python/cpython3/Parser/
Dparser.c165 #define annotation_type 1089 macro