HomeSort by relevance Sort by last modified time
    Searched refs:PARAMETER (Results 1 - 25 of 271) 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})
InstrumentOptions.java 21 import static java.lang.annotation.ElementType.PARAMETER;
31 @Target({FIELD, PARAMETER, METHOD})
LocalPort.java 21 import static java.lang.annotation.ElementType.PARAMETER;
31 @Target({FIELD, PARAMETER, METHOD})
NanoTimeGranularity.java 21 import static java.lang.annotation.ElementType.PARAMETER;
31 @Target({FIELD, PARAMETER, METHOD})
TrialId.java 21 import static java.lang.annotation.ElementType.PARAMETER;
31 @Target({FIELD, PARAMETER, METHOD})
TrialNumber.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 49 /** Formal parameter declaration */
50 PARAMETER,
65 * 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})
NonNull.java 23 import static java.lang.annotation.ElementType.PARAMETER;
27 * Denotes that a parameter, field or method return value can never be null.
34 @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
41 @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 25 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/caliper/caliper/src/main/java/com/google/caliper/options/
CaliperDirectory.java 21 import static java.lang.annotation.ElementType.PARAMETER;
31 @Target({FIELD, PARAMETER, METHOD})
  /external/caliper/caliper/src/main/java/com/google/caliper/util/
Stderr.java 19 import static java.lang.annotation.ElementType.PARAMETER;
29 @Target({FIELD, PARAMETER, METHOD})
Stdout.java 19 import static java.lang.annotation.ElementType.PARAMETER;
29 @Target({FIELD, PARAMETER, METHOD})

Completed in 764 milliseconds

1 2 3 4 5 6 7 8 91011