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

1 2 3 4 5 6 7 8 91011>>

  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
Running.java 21 import static java.lang.annotation.ElementType.PARAMETER;
36 @Target({FIELD, PARAMETER, METHOD})
41 @Target({FIELD, PARAMETER, METHOD})
46 @Target({FIELD, PARAMETER, METHOD})
51 @Target({FIELD, PARAMETER, METHOD})
56 @Target({FIELD, PARAMETER, METHOD})
BenchmarkParameters.java 21 import static java.lang.annotation.ElementType.PARAMETER;
31 @Target({FIELD, PARAMETER, METHOD})
InstrumentName.java 21 import static java.lang.annotation.ElementType.PARAMETER;
31 @Target({FIELD, PARAMETER, METHOD})
  /art/test/005-annotations/src/android/test/anno/
AnnoFancyParameter.java 5 @Target(ElementType.PARAMETER)
AnnoSimpleParameter.java 5 @Target(ElementType.PARAMETER)
  /libcore/ojluni/src/main/java/java/lang/annotation/
ElementType.java 42 * {@link #PARAMETER} , {@link #TYPE} , and {@link #TYPE_PARAMETER} correspond
51 * annotation type declarations) and type parameter declarations.
59 * parameter declarations as a convenience for designers of type checkers which
83 /** Formal parameter declaration */
84 PARAMETER,
99 * Type parameter declaration
  /external/jcommander/src/main/java/com/beust/jcommander/internal/
Nullable.java 4 import static java.lang.annotation.ElementType.PARAMETER;
10 @Target({FIELD, PARAMETER})
  /external/testng/src/main/java/org/testng/annotations/
NoInjection.java 3 import static java.lang.annotation.ElementType.PARAMETER;
9 * Turn off TestNG injection for a parameter.
14 @Target({PARAMETER})
TestInstance.java 3 import static java.lang.annotation.ElementType.PARAMETER;
9 * If this annotation is used on a parameter of a data provider, that parameter is the instance
17 @Target({PARAMETER})
Optional.java 3 import static java.lang.annotation.ElementType.PARAMETER;
12 * Specifies that the current parameter is optional. TestNG will pass
16 @Target({PARAMETER})
18 /** The default value to pass to this parameter. <p>The default deserves
25 * a default value here in this parameter.
  /external/testng/src/main/java/org/testng/internal/
Nullable.java 4 import static java.lang.annotation.ElementType.PARAMETER;
10 @Target({FIELD, PARAMETER})
  /frameworks/base/core/java/android/annotation/
RequiresPermission.java 27 import static java.lang.annotation.ElementType.PARAMETER;
58 * When specified on a parameter, the annotation indicates that the method requires
59 * a permission which depends on the value of the parameter. For example, consider
81 @Target({ANNOTATION_TYPE,METHOD,CONSTRUCTOR,FIELD,PARAMETER})
115 * When specified on a parameter, the annotation indicates that the method requires
116 * a permission which depends on the value of the parameter (and typically
120 @Target({FIELD, METHOD, PARAMETER})
128 * When specified on a parameter, the annotation indicates that the method requires
129 * a permission which depends on the value of the parameter (and typically
133 @Target({FIELD, METHOD, PARAMETER})
    [all...]
AppIdInt.java 21 import static java.lang.annotation.ElementType.PARAMETER;
34 @Target({METHOD, PARAMETER, FIELD})
BytesLong.java 21 import static java.lang.annotation.ElementType.PARAMETER;
34 @Target({METHOD, PARAMETER, FIELD})
CurrentTimeMillisLong.java 21 import static java.lang.annotation.ElementType.PARAMETER;
37 @Target({METHOD, PARAMETER, FIELD})
DurationMillisLong.java 21 import static java.lang.annotation.ElementType.PARAMETER;
34 @Target({METHOD, PARAMETER, FIELD})
ElapsedRealtimeLong.java 21 import static java.lang.annotation.ElementType.PARAMETER;
39 @Target({METHOD, PARAMETER, FIELD})
NonNull.java 23 import static java.lang.annotation.ElementType.PARAMETER;
27 * Denotes that a parameter, field or method return value can never be null.
36 @Target({METHOD, PARAMETER, FIELD})
Nullable.java 23 import static java.lang.annotation.ElementType.PARAMETER;
27 * Denotes that a parameter, field or method return value can be null.
29 * When decorating a method call parameter, this denotes that the parameter can
43 @Target({METHOD, PARAMETER, FIELD})
UserIdInt.java 21 import static java.lang.annotation.ElementType.PARAMETER;
34 @Target({METHOD, PARAMETER, FIELD})
  /frameworks/support/annotations/src/android/support/annotation/
RequiresPermission.java 22 import static java.lang.annotation.ElementType.PARAMETER;
56 * When specified on a parameter, the annotation indicates that the method requires
57 * a permission which depends on the value of the parameter. For example, consider
77 @Target({ANNOTATION_TYPE,METHOD,CONSTRUCTOR,FIELD,PARAMETER})
111 * When specified on a parameter, the annotation indicates that the method requires
112 * a permission which depends on the value of the parameter (and typically
116 @Target({FIELD, METHOD, PARAMETER})
124 * When specified on a parameter, the annotation indicates that the method requires
125 * a permission which depends on the value of the parameter (and typically
129 @Target({FIELD, METHOD, PARAMETER})
    [all...]
  /external/junit/src/main/java/org/junit/experimental/theories/
ParametersSuppliedBy.java 4 import static java.lang.annotation.ElementType.PARAMETER;
12 * parameter with &#064;ParametersSuppliedBy causes it to be supplied with
43 @Target({ ANNOTATION_TYPE, PARAMETER })
  /external/junit/src/main/java/org/junit/experimental/theories/suppliers/
TestedOn.java 3 import static java.lang.annotation.ElementType.PARAMETER;
13 * parameter with &#064;TestedOn causes it to be supplied with values from the
28 @Target(PARAMETER)
  /packages/apps/DocumentsUI/src/com/android/documentsui/base/
ApplicationScope.java 20 import static java.lang.annotation.ElementType.PARAMETER;
28 FIELD, PARAMETER
  /external/caliper/caliper/src/main/java/com/google/caliper/options/
CaliperDirectory.java 21 import static java.lang.annotation.ElementType.PARAMETER;
31 @Target({FIELD, PARAMETER, METHOD})

Completed in 294 milliseconds

1 2 3 4 5 6 7 8 91011>>