/external/guava/guava-tests/test/com/google/common/collect/ |
HashMultisetTest.java | 19 import com.google.common.annotations.GwtCompatible; 20 import com.google.common.annotations.GwtIncompatible;
|
TablesTest.java | 19 import com.google.common.annotations.GwtCompatible; 20 import com.google.common.annotations.GwtIncompatible;
|
TablesTransformValuesTest.java | 21 import com.google.common.annotations.GwtCompatible; 22 import com.google.common.annotations.GwtIncompatible;
|
/external/proguard/examples/annotations/ |
examples.pro | 2 # This ProGuard configuration file illustrates how to use annotations for 17 # Some important configuration is based on the annotations in the code. 18 # We have to specify what the annotations mean to ProGuard. 20 -include lib/annotations.pro 30 # Preserve all annotations themselves.
|
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
ClassHasNativeVisitor.java | 19 import com.android.tools.layoutlib.annotations.VisibleForTesting; 20 import com.android.tools.layoutlib.annotations.VisibleForTesting.Visibility;
|
/prebuilts/tools/common/proguard/proguard4.7/examples/annotations/ |
examples.pro | 2 # This ProGuard configuration file illustrates how to use annotations for 16 # Some important configuration is based on the annotations in the code. 17 # We have to specify what the annotations mean to ProGuard. 19 -include lib/annotations.pro 29 # Preserve all annotations themselves.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
AdapterViewRule.java | 18 import com.android.annotations.NonNull; 19 import com.android.annotations.Nullable;
|
TableRowRule.java | 20 import com.android.annotations.NonNull; 21 import com.android.annotations.Nullable;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
StringEvaluator.java | 21 import com.android.annotations.NonNull; 22 import com.android.annotations.Nullable;
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/ |
FeatureUtil.java | 32 * Utilities for collecting and validating tester requirements from annotations. 41 * set of annotations. 156 * Construct the set of requirements specified by annotations 160 * annotations on the class or method. 182 * Find all the tester annotations declared on a tester class or method. 183 * @param classOrMethod a class or method whose tester annotations to find 184 * @return an iterable sequence of tester annotations on the class 190 Annotation[] annotations; local 192 annotations = annotationCache.get(classOrMethod); 193 if (annotations == null) [all...] |
/external/chromium_org/build/android/pylib/instrumentation/ |
test_runner.py | 295 annotations = self.test_pkg.GetTestAnnotations(test) 297 if 'TimeoutScale' in annotations: 298 for annotation in annotations: 308 annotations = self.test_pkg.GetTestAnnotations(test) 309 if 'Manual' in annotations: 311 if 'External' in annotations: 313 if 'LargeTest' in annotations or _PERF_TEST_ANNOTATION in annotations: 315 if 'MediumTest' in annotations:
|
test_jar.py | 98 # Ignore non-method annotations. 135 """Returns a list of all annotations for the given |test|. May be empty.""" 140 def _AnnotationsMatchFilters(self, annotation_filter_list, annotations): 141 """Checks if annotations match any of the filters.""" 150 if key + ':' + value in annotations: 152 elif annotation_filter in annotations: 158 return [test for test, annotations in self._GetAnnotationMap().iteritems() 160 annotation_filter_list, annotations)] 167 """Get a list of test methods with no known annotations.""" 178 """Get a list of tests matching any of the annotations and the filter [all...] |
/art/test/004-annotations/src/android/test/anno/ |
TestAnnotations.java | 11 * Print the annotations in sorted order, so as to avoid 33 System.out.println("annotations on TYPE " + clazz + 40 System.out.println(" annotations on CTOR " + c + ":"); 43 System.out.println(" constructor parameter annotations:"); 51 System.out.println(" annotations on METH " + m + ":"); 54 System.out.println(" method parameter annotations:"); 62 System.out.println(" annotations on FIELD " + f + ":"); 104 Annotation[] annotations; local 108 annotations = field.getAnnotations(); 109 System.out.println(field + ": " + annotations[0].toString()) [all...] |
/dalvik/tests/004-annotations/src/android/test/anno/ |
TestAnnotations.java | 11 * Print the annotations in sorted order, so as to avoid 33 System.out.println("annotations on TYPE " + clazz + 40 System.out.println(" annotations on CTOR " + c + ":"); 43 System.out.println(" constructor parameter annotations:"); 51 System.out.println(" annotations on METH " + m + ":"); 54 System.out.println(" method parameter annotations:"); 62 System.out.println(" annotations on FIELD " + f + ":"); 104 Annotation[] annotations; local 108 annotations = field.getAnnotations(); 109 System.out.println(field + ": " + annotations[0].toString()) [all...] |
/cts/tools/cts-java-scanner-doclet/src/com/android/cts/javascannerdoclet/ |
CtsJavaScannerDoclet.java | 86 AnnotationDesc[] annotations = method.annotations(); local 87 for (AnnotationDesc annot : annotations) {
|
/external/guava/guava/src/com/google/common/base/ |
Strings.java | 22 import com.google.common.annotations.Beta; 23 import com.google.common.annotations.GwtCompatible; 24 import com.google.common.annotations.VisibleForTesting;
|
Suppliers.java | 19 import com.google.common.annotations.Beta; 20 import com.google.common.annotations.GwtCompatible; 21 import com.google.common.annotations.VisibleForTesting;
|
/external/guava/guava/src/com/google/common/primitives/ |
UnsignedInteger.java | 27 import com.google.common.annotations.Beta; 28 import com.google.common.annotations.GwtCompatible; 29 import com.google.common.annotations.GwtIncompatible;
|
/external/proguard/src/proguard/optimize/ |
DuplicateInitializerFixer.java | 119 // signature, and the parameter annotations, if 189 Annotation[][] annotations = new Annotation[parameterAnnotationsAttribute.u2parametersCount][]; local 199 annotations, 204 parameterAnnotationsAttribute.parameterAnnotations = annotations;
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
ClassDefItem.java | 19 import com.android.dexgen.rop.annotation.Annotations; 75 /** {@code non-null;} annotations directory */ 79 * Constructs an instance. Its sets of members and annotations are 322 * Sets the direct annotations on this class. These are annotations 326 * @param annotations {@code non-null;} annotations to set for this class 328 public void setClassAnnotations(Annotations annotations) { 329 annotationsDirectory.setClassAnnotations(annotations); [all...] |
ParameterAnnotationStruct.java | 19 import com.android.dexgen.rop.annotation.Annotations; 29 * Association of a method and its parameter annotations. 36 /** {@code non-null;} the associated annotations list */ 39 /** {@code non-null;} the associated annotations list, as an item */ 46 * @param annotationsList {@code non-null;} the associated annotations list 62 * Construct an item for the annotations list. TODO: This 71 Annotations annotations = annotationsList.get(i); local 72 AnnotationSetItem item = new AnnotationSetItem(annotations); 154 * Gets the associated annotations list [all...] |
/dalvik/dx/src/com/android/dx/cf/direct/ |
AnnotationParser.java | 23 import com.android.dx.rop.annotation.Annotations; 48 * Parser for annotations. 119 * @param visibility {@code non-null;} visibility of the parsed annotations 120 * @return {@code non-null;} the parsed list of lists of annotations 143 * @param visibility {@code non-null;} visibility of the parsed annotations 144 * @return {@code non-null;} the list of annotations read from the attribute 147 public Annotations parseAnnotationAttribute( 149 Annotations result; 168 * @param visibility {@code non-null;} visibility of the parsed annotations 188 Annotations annotations = parseAnnotations(visibility) local 215 Annotations annotations = new Annotations(); local [all...] |
/dalvik/dx/src/com/android/dx/dex/file/ |
ClassDefItem.java | 20 import com.android.dx.rop.annotation.Annotations; 72 /** {@code non-null;} annotations directory */ 76 * Constructs an instance. Its sets of members and annotations are 319 * Sets the direct annotations on this class. These are annotations 323 * @param annotations {@code non-null;} annotations to set for this class 325 public void setClassAnnotations(Annotations annotations) { 326 annotationsDirectory.setClassAnnotations(annotations); [all...] |
ParameterAnnotationStruct.java | 19 import com.android.dx.rop.annotation.Annotations; 28 * Association of a method and its parameter annotations. 35 /** {@code non-null;} the associated annotations list */ 38 /** {@code non-null;} the associated annotations list, as an item */ 45 * @param annotationsList {@code non-null;} the associated annotations list 61 * Construct an item for the annotations list. TODO: This 70 Annotations annotations = annotationsList.get(i); local 71 AnnotationSetItem item = new AnnotationSetItem(annotations); 153 * Gets the associated annotations list [all...] |
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
ClassDefItem.java | 20 import com.android.dx.rop.annotation.Annotations; 73 /** {@code non-null;} annotations directory */ 77 * Constructs an instance. Its sets of members and annotations are 320 * Sets the direct annotations on this class. These are annotations 324 * @param annotations {@code non-null;} annotations to set for this class 326 public void setClassAnnotations(Annotations annotations) { 327 annotationsDirectory.setClassAnnotations(annotations); [all...] |