/external/kotlinpoet/interop/kotlin-metadata/src/test/kotlin/com/squareup/kotlinpoet/metadata/specs/ |
D | KmAnnotationsTest.kt | 42 val annotation = KmAnnotation("test/NoMembersAnnotation", emptyMap()) in noMembers() constant 51 val annotation = KmAnnotation( in byteValue() constant 63 val annotation = KmAnnotation( in charValue() constant 75 val annotation = KmAnnotation( in shortValue() constant 87 val annotation = KmAnnotation( in intValue() constant 99 val annotation = KmAnnotation( in longValue() constant 111 val annotation = KmAnnotation( in floatValue() constant 123 val annotation = KmAnnotation( in doubleValue() constant 135 val annotation = KmAnnotation( in booleanValue() constant 147 val annotation = KmAnnotation( in uByteValue() constant [all …]
|
/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/mini_c/ |
D | annotation.hpp | 24 struct annotation struct 27 struct result { typedef void type; }; 29 std::vector<Iterator>& iters; 30 annotation(std::vector<Iterator>& iters) in annotation() function 33 struct set_id 57 void operator()(ast::operand& ast, Iterator pos) const in operator ()() 64 void operator()(ast::variable_declaration& ast, Iterator pos) const in operator ()() 71 void operator()(ast::assignment& ast, Iterator pos) const in operator ()() 78 void operator()(ast::return_statement& ast, Iterator pos) const in operator ()() 85 void operator()(ast::identifier& ast, Iterator pos) const in operator ()()
|
/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure1/ |
D | annotation.hpp | 24 struct annotation struct 27 struct result { typedef void type; }; 29 std::vector<Iterator>& iters; 30 annotation(std::vector<Iterator>& iters) in annotation() argument 33 struct set_id 57 void operator()(ast::operand& ast, Iterator pos) const in operator ()() 64 void operator()(ast::variable_declaration& ast, Iterator pos) const in operator ()() 71 void operator()(ast::assignment& ast, Iterator pos) const in operator ()() 78 void operator()(ast::return_statement& ast, Iterator pos) const in operator ()() 85 void operator()(ast::identifier& ast, Iterator pos) const in operator ()()
|
/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure2/ |
D | annotation.hpp | 24 struct annotation struct 27 struct result { typedef void type; }; 29 std::vector<Iterator>& iters; 30 annotation(std::vector<Iterator>& iters) in annotation() argument 33 struct set_id 57 void operator()(ast::operand& ast, Iterator pos) const in operator ()() 64 void operator()(ast::variable_declaration& ast, Iterator pos) const in operator ()() 71 void operator()(ast::assignment& ast, Iterator pos) const in operator ()() 78 void operator()(ast::return_statement& ast, Iterator pos) const in operator ()() 85 void operator()(ast::identifier& ast, Iterator pos) const in operator ()()
|
/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/calc8/ |
D | annotation.hpp | 24 struct annotation struct 27 struct result { typedef void type; }; 29 std::vector<Iterator>& iters; 30 annotation(std::vector<Iterator>& iters) in annotation() function 33 struct set_id 61 void operator()(ast::operand& ast, Iterator pos) const in operator ()() 68 void operator()(ast::assignment& ast, Iterator pos) const in operator ()()
|
/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/calc7/ |
D | annotation.hpp | 24 struct annotation struct 27 struct result { typedef void type; }; 29 std::vector<Iterator>& iters; 30 annotation(std::vector<Iterator>& iters) in annotation() argument 33 struct set_id 61 void operator()(ast::operand& ast, Iterator pos) const in operator ()() 68 void operator()(ast::assignment& ast, Iterator pos) const in operator ()()
|
/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/internal/mapper/ |
D | BeanTableSchemaAttributeTags.java | 42 public static StaticAttributeTag attributeTagFor(DynamoDbPartitionKey annotation) { in attributeTagFor() 46 public static StaticAttributeTag attributeTagFor(DynamoDbSortKey annotation) { in attributeTagFor() 50 public static StaticAttributeTag attributeTagFor(DynamoDbSecondaryPartitionKey annotation) { in attributeTagFor() 54 public static StaticAttributeTag attributeTagFor(DynamoDbSecondarySortKey annotation) { in attributeTagFor() 58 public static StaticAttributeTag attributeTagFor(DynamoDbUpdateBehavior annotation) { in attributeTagFor() 62 public static StaticAttributeTag attributeTagFor(DynamoDbAtomicCounter annotation) { in attributeTagFor()
|
/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure3/ |
D | annotation.hpp | 85 struct annotation struct 88 struct result { typedef void type; }; 90 std::vector<Iterator>& iters; 91 annotation(std::vector<Iterator>& iters) in annotation() function 94 void operator()(ast::operand& ast, Iterator pos) const in operator ()() 102 void operator()(ast::primary_expr& ast, Iterator pos) const in operator ()() 110 void operator()(ast::variable_declaration& ast, Iterator pos) const in operator ()() 117 void operator()(ast::assignment& ast, Iterator pos) const in operator ()() 124 void operator()(ast::return_statement& ast, Iterator pos) const in operator ()() 131 void operator()(ast::identifier& ast, Iterator pos) const in operator ()()
|
/external/tensorflow/tensorflow/core/profiler/utils/ |
D | parse_annotation_test.cc | 48 Annotation annotation = ParseAnnotation(""); in TEST() local 54 Annotation annotation = ParseAnnotation("name"); in TEST() local 60 Annotation annotation = ParseAnnotation("name "); in TEST() local 66 Annotation annotation = ParseAnnotation("name#"); in TEST() local 80 Annotation annotation = ParseAnnotation("name#key=value#"); in TEST() local 88 Annotation annotation = ParseAnnotation("name#k1=v1,k2=v2,k3=v3#"); in TEST() local 100 Annotation annotation = ParseAnnotation("name # k1 = v1, ,k2=v2 #"); in TEST() local 110 Annotation annotation = ParseAnnotation("name#=v1,k2=,k3==v3,k4=v4=#"); in TEST() local 123 Annotation annotation = ParseAnnotation("name##k1=v1#"); in TEST() local 130 Annotation annotation = ParseAnnotation( in TEST() local [all …]
|
/external/dagger2/java/dagger/internal/codegen/xprocessing/ |
D | XAnnotations.java | 41 public static AnnotationSpec getAnnotationSpec(XAnnotation annotation) { in getAnnotationSpec() 46 public static String toString(XAnnotation annotation) { in toString() 54 public static ClassName getClassName(XAnnotation annotation) { in getClassName() 101 public static String toStableString(XAnnotation annotation) { in toStableString() 134 public static XTypeElement getAsTypeElement(XAnnotation annotation, String key) { in getAsTypeElement() 140 XAnnotation annotation, String key) { in getAsTypeElementList()
|
/external/junit/src/main/java/org/junit/internal/runners/rules/ |
D | RuleMemberValidator.java | 71 private final Class<? extends Annotation> annotation; field in RuleMemberValidator 112 private final Class<? extends Annotation> annotation; field in RuleMemberValidator.Builder 116 private Builder(Class<? extends Annotation> annotation) { in Builder() 160 …void validate(FrameworkMember<?> member, Class<? extends Annotation> annotation, List<Throwable> e… in validate() 167 …public void validate(FrameworkMember<?> member, Class<? extends Annotation> annotation, List<Throw… in validate() 192 …public void validate(FrameworkMember<?> member, Class<? extends Annotation> annotation, List<Throw… in validate() 204 …public void validate(FrameworkMember<?> member, Class<? extends Annotation> annotation, List<Throw… in validate() 220 …public void validate(FrameworkMember<?> member, Class<? extends Annotation> annotation, List<Throw… in validate() 232 …public void validate(FrameworkMember<?> member, Class<? extends Annotation> annotation, List<Throw… in validate() 245 …public void validate(FrameworkMember<?> member, Class<? extends Annotation> annotation, List<Throw… in validate() [all …]
|
/external/dagger2/java/dagger/internal/codegen/base/ |
D | ModuleAnnotation.java | 42 private XAnnotation annotation; field in ModuleAnnotation 45 public final XAnnotation annotation() { in annotation() method in ModuleAnnotation 82 public static boolean isModuleAnnotation(XAnnotation annotation) { in isModuleAnnotation() 91 private static ModuleAnnotation create(XAnnotation annotation) { in create() 95 annotation); in create() local
|
/external/testng/src/test/java/test/annotationtransformer/ |
D | MyListenerTransformer.java | 16 public void transform(IListenersAnnotation annotation, Class testClass) { in transform() 21 public void transform(IConfigurationAnnotation annotation, Class testClass, in transform() 25 public void transform(IDataProviderAnnotation annotation, Method method) {} in transform() 28 public void transform(IFactoryAnnotation annotation, Method method) {} in transform() 31 public void transform(ITestAnnotation annotation, Class testClass, Constructor testConstructor, in transform()
|
D | FactoryTransformer.java | 15 public void transform(IConfigurationAnnotation annotation, Class testClass, in transform() 21 public void transform(IDataProviderAnnotation annotation, Method testMethod) { in transform() 25 public void transform(ITestAnnotation annotation, Class testClass, in transform() 31 public void transform(IFactoryAnnotation annotation, Method testMethod) { in transform()
|
D | DataProviderTransformer.java | 15 public void transform(IConfigurationAnnotation annotation, Class testClass, in transform() 21 public void transform(IDataProviderAnnotation annotation, Method testMethod) { in transform() 26 public void transform(ITestAnnotation annotation, Class testClass, in transform() 32 public void transform(IFactoryAnnotation annotation, Method testMethod) { in transform()
|
D | ConfigurationTransformer.java | 15 public void transform(ITestAnnotation annotation, Class testClass, in transform() 21 public void transform(IConfigurationAnnotation annotation, Class testClass, in transform() 30 public void transform(IDataProviderAnnotation annotation, Method testMethod) { in transform() 34 public void transform(IFactoryAnnotation annotation, Method testMethod) { in transform()
|
/external/junit-params/src/main/java/junitparams/converters/ |
D | ParamAnnotation.java | 7 public static boolean matches(Annotation annotation) { in matches() 11 …public static Object convert(Annotation annotation, Object param) throws ConversionFailedException… in convert() 15 private static Param getParam(Annotation annotation) { in getParam() 22 private static Converter converter(Annotation annotation) { in converter()
|
/external/libtextclassifier/native/actions/ |
D | ranker_test.cc | 94 ActionSuggestionAnnotation annotation; in TEST() local 105 ActionSuggestionAnnotation annotation; in TEST() local 116 ActionSuggestionAnnotation annotation; in TEST() local 146 ActionSuggestionAnnotation annotation; in TEST() local 157 ActionSuggestionAnnotation annotation; in TEST() local 168 ActionSuggestionAnnotation annotation; in TEST() local 200 ActionSuggestionAnnotation annotation; in TEST() local 211 ActionSuggestionAnnotation annotation; in TEST() local 275 ActionSuggestionAnnotation annotation; in TEST() local 305 ActionSuggestionAnnotation annotation; in TEST() local [all …]
|
/external/libbackup/src/com/google/android/libraries/backup/ |
D | BackupKeyPredicates.java | 27 Class<? extends Annotation> annotation, Class<?>... klasses) { in buildPredicateFromAnnotatedFieldsIn() 41 Class<? extends Annotation> annotation, Class<?>... klasses) { in buildPredicateFromAnnotatedRegexFieldsIn() 51 Class<? extends Annotation> annotation, Class<?>... klasses) { in getAnnotatedFieldValues() 60 Class<? extends Annotation> annotation, Class<?> klass, Set<String> values) { in addAnnotatedFieldValues() 67 Class<? extends Annotation> annotation, Field field, Set<String> values) { in addFieldValueIfAnnotated()
|
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/pool/ |
D | AnnotationPool.java | 49 public void intern(@Nonnull Annotation annotation) { in intern() 60 @Override public int getVisibility(@Nonnull Annotation annotation) { in getVisibility() 64 @Nonnull @Override public CharSequence getType(@Nonnull Annotation annotation) { in getType() 68 …erride public Collection<? extends AnnotationElement> getElements(@Nonnull Annotation annotation) { in getElements()
|
/external/opencensus-java/api/src/test/java/io/opencensus/trace/ |
D | AnnotationTest.java | 39 Annotation annotation = Annotation.fromDescription("MyAnnotationText"); in fromDescription() local 59 Annotation annotation = Annotation.fromDescriptionAndAttributes("MyAnnotationText", attributes); in fromDescriptionAndAttributes() local 66 Annotation annotation = in fromDescriptionAndAttributes_EmptyAttributes() local 93 Annotation annotation = Annotation.fromDescription("MyAnnotationText"); in annotation_ToString() local
|
/external/dagger2/java/dagger/internal/codegen/validation/ |
D | ValidationReport.java | 140 public abstract Optional<XAnnotation> annotation(); in annotation() method in ValidationReport.Item 176 public Builder addError(String message, XElement element, XAnnotation annotation) { in addError() 184 XAnnotation annotation, in addError() 200 Builder addWarning(String message, XElement element, XAnnotation annotation) { in addWarning() 208 XAnnotation annotation, in addWarning() 224 Builder addNote(String message, XElement element, XAnnotation annotation) { in addNote() 232 XAnnotation annotation, in addNote() 243 Builder addItem(String message, Kind kind, XElement element, XAnnotation annotation) { in addItem() 252 XAnnotation annotation, in addItem() 262 Optional<XAnnotation> annotation, in addItem()
|
/external/kotlinpoet/kotlinpoet/src/commonTest/kotlin/com/squareup/kotlinpoet/ |
D | AnnotationSpecTest.kt | 99 val annotation = AnnotationSpec.get(element.annotationMirrors[0]) in defaultAnnotation() constant 129 val annotation = AnnotationSpec.get(element.annotationMirrors[0]) in defaultAnnotationWithImport() constant 177 val annotation = IsAnnotated::class.java.getAnnotation(HasDefaultsAnnotation::class.java) in reflectAnnotation() constant 205 val annotation = IsAnnotated::class.java.getAnnotation(HasDefaultsAnnotation::class.java) in reflectAnnotationWithDefaults() constant 267 val annotation = AnnotationSpec.builder(Deprecated::class) in deprecatedTest() constant 331 val annotation = AnnotationSpec in functionOnlyLiteralAnnotation() constant 377 val annotation = KotlinClassWithVarargAnnotation::class.java in getOnVarargAnnotationShouldNameValueArg() constant
|
/external/guice/core/src/com/google/inject/ |
D | Key.java | 91 protected Key(Annotation annotation) { in Key() 159 Annotation annotation = annotationStrategy.getAnnotation(); in getAnnotationName() local 223 public static <T> Key<T> get(Class<T> type, Annotation annotation) { in get() 238 public static Key<?> get(Type type, Annotation annotation) { in get() 254 public static <T> Key<T> get(TypeLiteral<T> typeLiteral, Annotation annotation) { in get() 314 static AnnotationStrategy strategyFor(Annotation annotation) { in strategyFor() 386 final Annotation annotation; field in Key.AnnotationInstanceStrategy 388 AnnotationInstanceStrategy(Annotation annotation) { in AnnotationInstanceStrategy() 438 final Annotation annotation; field in Key.AnnotationTypeStrategy 440 AnnotationTypeStrategy(Class<? extends Annotation> annotationType, Annotation annotation) { in AnnotationTypeStrategy()
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/introspector/ |
D | PropertyTest.java | 53 TestAnnotation annotation = name.getAnnotation(TestAnnotation.class); in testGetFieldPropertyAnnotation() local 68 Annotation annotation = annotations.get(0); in testGetFieldPropertyAnnotations() local 81 TestAnnotation annotation = property.getAnnotation(TestAnnotation.class); in testGetMethodPropertyAnnotation() local 92 TestAnnotation annotation = property.getAnnotation(TestAnnotation.class); in testGetMethodPropertyAnnotationSetterOnly() local 106 Annotation annotation = annotations.get(0); in testGetMethodPropertyAnnotationsSetterOnly() local
|