HomeSort by relevance Sort by last modified time
    Searched refs:AnnotationValue (Results 1 - 25 of 44) sorted by null

1 2

  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/annotation/
AnnotationValue.java 19 public enum AnnotationValue {
Annotated.java 19 @TestAnnotation(AnnotationValue.V1)
Annotated2.java 19 @TestAnnotation2(AnnotationValue.V1)
TestAnnotation.java 24 AnnotationValue value();
TestAnnotation2.java 24 AnnotationValue value();
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
MapKeys.java 32 import javax.lang.model.element.AnnotationValue;
86 static Optional<? extends AnnotationValue> unwrapValue(AnnotationMirror mapKey) {
92 : Optional.<AnnotationValue>absent();
157 Optional<? extends AnnotationValue> unwrappedValue = unwrapValue(mapKey);
170 * <p>Note that {@link AnnotationValue#toString()} is the source-code representation of the value
178 extends SimpleAnnotationValueVisitor6<Snippet, AnnotationValue> {
187 public Snippet visitEnumConstant(VariableElement c, AnnotationValue p) {
193 public Snippet visitAnnotation(AnnotationMirror a, AnnotationValue p) {
198 public Snippet visitType(TypeMirror t, AnnotationValue p) {
203 public Snippet visitString(String s, AnnotationValue p)
    [all...]
ConfigurationAnnotations.java 38 import javax.lang.model.element.AnnotationValue;
124 List<? extends AnnotationValue> vals, String elementName) {
127 new Function<AnnotationValue, TypeMirror>() {
129 public TypeMirror apply(AnnotationValue typeValue) {
ContributionBinding.java 40 import javax.lang.model.element.AnnotationValue;
254 * {@link AnnotationValue#getValue()} on a single member or the whole {@link AnnotationMirror}
266 Optional<? extends AnnotationValue> unwrappedValue = unwrapValue(mapKey);
  /external/doclava/src/com/google/doclava/
Converter.java 23 import com.sun.javadoc.AnnotationValue;
710 private static HashMap<AnnotationValue, AnnotationValueInfo> mAnnotationValues =
711 new HashMap<AnnotationValue, AnnotationValueInfo>();
712 private static HashSet<AnnotationValue> mAnnotationValuesNeedingInit =
713 new HashSet<AnnotationValue>();
715 private static AnnotationValueInfo obtainAnnotationValue(AnnotationValue o, MethodInfo element) {
731 private static void initAnnotationValue(AnnotationValue o, AnnotationValueInfo v) {
743 } else if (orig instanceof AnnotationValue[]) {
744 AnnotationValue[] old = (AnnotationValue[]) orig
    [all...]
  /cts/tools/cts-java-scanner-doclet/src/com/android/cts/javascannerdoclet/
CtsJavaScannerDoclet.java 46 import com.sun.javadoc.AnnotationValue;
  /prebuilts/tools/common/m2/repository/com/thoughtworks/qdox/qdox/1.12/
qdox-1.12.jar 
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/annotation/
AnnotationClass.java 29 import javax.lang.model.element.AnnotationValue;
220 for (AnnotationValue value : annotation.getElementValues().values()) {
  /cts/tools/utils/
DescriptionGenerator.java 46 import com.sun.javadoc.AnnotationValue;
599 AnnotationValue av = evp.value();
  /art/runtime/
dex_file.cc     [all...]
dex_file.h 401 struct AnnotationValue {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.0.600.v20130530-1010/
org.eclipse.jdt.compiler.apt-1.0.600.v20130530-1010.jar 
  /prebuilts/devtools/tools/lib/
lombok-ast-0.2.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/lombok/lombok-ast/0.2.2/
lombok-ast-0.2.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/lombok/lombok-ast/0.2.3/
lombok-ast-0.2.3.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.2/
lombok-ast-0.2.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.3/
lombok-ast-0.2.3.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/external/lombok/lombok-ast/0.2.2/
lombok-ast-0.2.2.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/external/lombok/lombok-ast/0.2.3/
lombok-ast-0.2.3.jar 

Completed in 3322 milliseconds

1 2