Searched refs:annotations (Results 51 - 75 of 1082) sorted by relevance

1234567891011>>

/external/guava/guava/src/com/google/common/collect/
H A DRowSortedTable.java19 import com.google.common.annotations.Beta;
20 import com.google.common.annotations.GwtCompatible;
H A DBoundType.java17 import com.google.common.annotations.GwtCompatible;
H A DComputationException.java19 import com.google.common.annotations.GwtCompatible;
H A DEmptyImmutableListMultimap.java19 import com.google.common.annotations.GwtCompatible;
H A DEmptyImmutableSetMultimap.java19 import com.google.common.annotations.GwtCompatible;
H A DFilteredSetMultimap.java19 import com.google.common.annotations.GwtCompatible;
H A DForwardingObject.java19 import com.google.common.annotations.GwtCompatible;
H A DPeekingIterator.java19 import com.google.common.annotations.GwtCompatible;
H A DSortedIterable.java17 import com.google.common.annotations.GwtCompatible;
H A DUnmodifiableIterator.java19 import com.google.common.annotations.GwtCompatible;
H A DUnmodifiableListIterator.java19 import com.google.common.annotations.GwtCompatible;
/external/guava/guava/src/com/google/common/escape/
H A DEscaper.java19 import com.google.common.annotations.Beta;
20 import com.google.common.annotations.GwtCompatible;
H A DPlatform.java19 import com.google.common.annotations.GwtCompatible;
/external/guava/guava/src/com/google/common/net/
H A DUrlEscapers.java19 import com.google.common.annotations.Beta;
20 import com.google.common.annotations.GwtCompatible;
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
H A DListHashCodeTester.java19 import com.google.common.annotations.GwtCompatible;
20 import com.google.common.annotations.GwtIncompatible;
/external/guava/guava-testlib/src/com/google/common/testing/
H A DSerializableTester.java19 import com.google.common.annotations.Beta;
20 import com.google.common.annotations.GwtCompatible;
H A DSloppyTearDown.java19 import com.google.common.annotations.Beta;
20 import com.google.common.annotations.GwtCompatible;
/external/junit/src/org/junit/experimental/theories/
H A DParameterSignature.java36 private final Annotation[] annotations; field in class:ParameterSignature
38 private ParameterSignature(Class<?> type, Annotation[] annotations) { argument
40 this.annotations= annotations;
52 return Arrays.asList(annotations);
64 Annotation[] annotations2= annotations;
69 Annotation[] annotations, Class<T> annotationType, int depth) {
72 for (Annotation each : annotations) {
68 findDeepAnnotation( Annotation[] annotations, Class<T> annotationType, int depth) argument
/external/proguard/src/proguard/classfile/attribute/annotation/
H A DRuntimeInvisibleAnnotationsAttribute.java27 * This Attribute represents a runtime invisible annotations attribute.
46 Annotation[] annotations)
48 super(u2attributeNameIndex, u2annotationsCount, annotations);
44 RuntimeInvisibleAnnotationsAttribute(int u2attributeNameIndex, int u2annotationsCount, Annotation[] annotations) argument
H A DRuntimeVisibleAnnotationsAttribute.java27 * This Attribute represents a runtime visible annotations attribute.
46 Annotation[] annotations)
48 super(u2attributeNameIndex, u2annotationsCount, annotations);
44 RuntimeVisibleAnnotationsAttribute(int u2attributeNameIndex, int u2annotationsCount, Annotation[] annotations) argument
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DByteArrayAnnotatedOutput.java47 /** whether annotations are to be verbose */
51 * {@code null-ok;} list of annotations, or {@code null} if this instance
54 private ArrayList<Annotation> annotations; field in class:ByteArrayAnnotatedOutput
61 * in annotations
70 * instance does not keep annotations by default.
80 * reallocated. The constructed instance does not keep annotations
90 * keep annotations by default.
111 this.annotations = null;
351 return (annotations != null);
361 if (annotations
[all...]
/external/guava/guava/src/com/google/common/base/
H A DFunction.java19 import com.google.common.annotations.GwtCompatible;
H A DPredicate.java19 import com.google.common.annotations.GwtCompatible;
/external/guava/guava/src/com/google/common/hash/
H A DFunnel.java17 import com.google.common.annotations.Beta;
/external/guava/guava/src/com/google/common/io/
H A DByteProcessor.java19 import com.google.common.annotations.Beta;

Completed in 307 milliseconds

1234567891011>>