HomeSort by relevance Sort by last modified time
    Searched defs:annotation (Results 226 - 250 of 1238) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/TV/common/src/com/android/tv/common/annotation/
UsedByReflection.java 17 package com.android.tv.common.annotation;
19 import static java.lang.annotation.RetentionPolicy.SOURCE;
21 import java.lang.annotation.Retention;
  /packages/services/Car/car-lib/src/android/car/annotation/
ValueTypeDef.java 17 package android.car.annotation;
19 import java.lang.annotation.ElementType;
20 import java.lang.annotation.Retention;
21 import java.lang.annotation.RetentionPolicy;
22 import java.lang.annotation.Target;
25 * Annotation for specifying value type for key - value pair.
26 * Key definition will have this annotation to specify what kind of value is expected from the key.
  /packages/services/Car/car-support-lib/src/android/support/car/annotation/
ValueTypeDef.java 17 package android.support.car.annotation;
19 import java.lang.annotation.ElementType;
20 import java.lang.annotation.Retention;
21 import java.lang.annotation.RetentionPolicy;
22 import java.lang.annotation.Target;
25 * Annotation for specifying value type for key - value pair.
26 * Key definition will have this annotation to specify what kind of value is expected from the key.
VersionDef.java 17 package android.support.car.annotation;
19 import java.lang.annotation.ElementType;
20 import java.lang.annotation.Retention;
21 import java.lang.annotation.RetentionPolicy;
22 import java.lang.annotation.Target;
25 * Annotation for specifying supported version of member for a Parcelable.
  /external/mockito/src/org/mockito/internal/configuration/
MockAnnotationProcessor.java 17 public Object process(Mock annotation, Field field) {
19 if (annotation.extraInterfaces().length > 0) { // never null
20 mockSettings.extraInterfaces(annotation.extraInterfaces());
22 if ("".equals(annotation.name())) {
25 mockSettings.name(annotation.name());
27 if(annotation.serializable()){
32 mockSettings.defaultAnswer(annotation.answer().get());
  /libcore/harmony-tests/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
AnnotationFormatErrorTest.java 18 package org.apache.harmony.annotation.tests.java.lang.annotation;
20 import java.lang.annotation.AnnotationFormatError;
25 * Test case of java.lang.annotation.AnnotationFormatError
29 * @tests java.lang.annotation.AnnotationFormatError#AnnotationFormatError(String)
38 * @tests java.lang.annotation.AnnotationFormatError#AnnotationFormatError(Throwable)
47 * @tests java.lang.annotation.AnnotationFormatError#AnnotationFormatError(String,Throwable)
AnnotationTypeMismatchExceptionTest.java 18 package org.apache.harmony.annotation.tests.java.lang.annotation;
20 import java.lang.annotation.AnnotationTypeMismatchException;
26 * Test case of java.lang.annotation.AnnotationTypeMismatchException
33 * @tests java.lang.annotation.AnnotationTypeMismatchException#AnnotationTypeMismatchException(Method,
ElementTypeTest.java 18 package org.apache.harmony.annotation.tests.java.lang.annotation;
20 import java.lang.annotation.ElementType;
26 * Test case of java.lang.annotation.ElementType
32 * @tests java.lang.annotation.ElementType#valueOf(String)
56 * @tests java.lang.annotation.ElementType#values()
IncompleteAnnotationExceptionTest.java 18 package org.apache.harmony.annotation.tests.java.lang.annotation;
20 import java.lang.annotation.IncompleteAnnotationException;
44 * @tests java.lang.annotation.IncompleteAnnotationException#IncompleteAnnotationException(Class,
55 assertSame("wrong annotation type", clazz, e.annotationType());
RetentionPolicyTest.java 18 package org.apache.harmony.annotation.tests.java.lang.annotation;
20 import java.lang.annotation.RetentionPolicy;
26 * Test case of java.lang.annotation.RetentionPolicy
31 * @tests java.lang.annotation.RetentionPolicy#valueOf(String)
51 * @tests java.lang.annotation.RetentionPolicy#values()
  /libcore/luni/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
TestAnnotation3.java 1 package org.apache.harmony.annotation.tests.java.lang.annotation;
3 import java.lang.annotation.ElementType;
4 import java.lang.annotation.Retention;
5 import java.lang.annotation.RetentionPolicy;
6 import java.lang.annotation.Target;
12 * only primitive type, String, Class, annotation,
TestAnnotation3b.java 1 package org.apache.harmony.annotation.tests.java.lang.annotation;
3 import java.lang.annotation.ElementType;
4 import java.lang.annotation.Retention;
5 import java.lang.annotation.RetentionPolicy;
6 import java.lang.annotation.Target;
12 * only primitive type, String, Class, annotation,
TestEnum1.java 1 package org.apache.harmony.annotation.tests.java.lang.annotation;
TestEnum1b.java 1 package org.apache.harmony.annotation.tests.java.lang.annotation;
  /prebuilts/tools/common/m2/repository/com/android/tools/jill/jill-api/0.9.0/
jill-api-0.9.0.jar 
  /external/javassist/src/main/javassist/bytecode/annotation/
NoSuchClassError.java 16 package javassist.bytecode.annotation;
  /external/jsr305/ri/src/main/java/javax/annotation/
MatchesPattern.java 1 package javax.annotation;
3 import java.lang.annotation.Documented;
4 import java.lang.annotation.Retention;
5 import java.lang.annotation.RetentionPolicy;
8 import javax.annotation.meta.TypeQualifier;
9 import javax.annotation.meta.TypeQualifierValidator;
10 import javax.annotation.meta.When;
22 public When forConstantValue(MatchesPattern annotation, Object value) {
23 Pattern p = Pattern.compile(annotation.value(), annotation.flags())
    [all...]
Nonnegative.java 1 package javax.annotation;
3 import java.lang.annotation.Documented;
4 import java.lang.annotation.Retention;
5 import java.lang.annotation.RetentionPolicy;
7 import javax.annotation.meta.TypeQualifier;
8 import javax.annotation.meta.TypeQualifierValidator;
9 import javax.annotation.meta.When;
20 public When forConstantValue(Nonnegative annotation, Object v) {
RegEx.java 1 package javax.annotation;
3 import java.lang.annotation.Documented;
4 import java.lang.annotation.Retention;
5 import java.lang.annotation.RetentionPolicy;
9 import javax.annotation.meta.TypeQualifierNickname;
10 import javax.annotation.meta.TypeQualifierValidator;
11 import javax.annotation.meta.When;
27 public When forConstantValue(RegEx annotation, Object value) {
  /external/jsr305/ri/src/main/java/javax/annotation/meta/
When.java 1 package javax.annotation.meta;
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/utils/reflect/
Annotation.java 3 /** Provides information about, and access to, an annotation of a field, class or interface.
5 public final class Annotation {
7 private java.lang.annotation.Annotation annotation; field in class:Annotation
9 Annotation (java.lang.annotation.Annotation annotation) {
10 this.annotation = annotation
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/utils/reflect/
Annotation.java 3 /** Provides information about, and access to, an annotation of a field, class or interface.
5 public final class Annotation {
7 private java.lang.annotation.Annotation annotation; field in class:Annotation
9 Annotation (java.lang.annotation.Annotation annotation) {
10 this.annotation = annotation
    [all...]
  /external/proguard/src/proguard/classfile/attribute/annotation/
AnnotationsAttribute.java 21 package proguard.classfile.attribute.annotation;
25 import proguard.classfile.attribute.annotation.visitor.AnnotationVisitor;
35 public Annotation[] annotations;
51 Annotation[] annotations)
68 // type of Annotation.
82 // type of Annotation.
96 // type of Annotation.
110 // type of Annotation.
RuntimeInvisibleAnnotationsAttribute.java 21 package proguard.classfile.attribute.annotation;
46 Annotation[] annotations)
RuntimeInvisibleParameterAnnotationsAttribute.java 21 package proguard.classfile.attribute.annotation;
47 Annotation[][] parameterAnnotations)

Completed in 6304 milliseconds

1 2 3 4 5 6 7 8 91011>>