HomeSort by relevance Sort by last modified time
    Searched refs:FIELD (Results 76 - 100 of 333) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/support/annotations/src/android/support/annotation/
MenuRes.java 22 import static java.lang.annotation.ElementType.FIELD;
29 * Denotes that an integer parameter, field or method return value is expected
34 @Target({METHOD, PARAMETER, FIELD, LOCAL_VARIABLE})
PluralsRes.java 22 import static java.lang.annotation.ElementType.FIELD;
29 * Denotes that an integer parameter, field or method return value is expected
34 @Target({METHOD, PARAMETER, FIELD, LOCAL_VARIABLE})
RawRes.java 22 import static java.lang.annotation.ElementType.FIELD;
29 * Denotes that an integer parameter, field or method return value is expected
34 @Target({METHOD, PARAMETER, FIELD, LOCAL_VARIABLE})
Size.java 21 import static java.lang.annotation.ElementType.FIELD;
40 @Target({PARAMETER,LOCAL_VARIABLE,METHOD,FIELD})
StringRes.java 22 import static java.lang.annotation.ElementType.FIELD;
29 * Denotes that an integer parameter, field or method return value is expected
34 @Target({METHOD, PARAMETER, FIELD, LOCAL_VARIABLE})
StyleRes.java 22 import static java.lang.annotation.ElementType.FIELD;
29 * Denotes that an integer parameter, field or method return value is expected
34 @Target({METHOD, PARAMETER, FIELD, LOCAL_VARIABLE})
StyleableRes.java 22 import static java.lang.annotation.ElementType.FIELD;
29 * Denotes that an integer parameter, field or method return value is expected
34 @Target({METHOD, PARAMETER, FIELD, LOCAL_VARIABLE})
TransitionRes.java 22 import static java.lang.annotation.ElementType.FIELD;
28 * Denotes that an integer parameter, field or method return value is expected
33 @Target({METHOD, PARAMETER, FIELD})
XmlRes.java 22 import static java.lang.annotation.ElementType.FIELD;
29 * Denotes that an integer parameter, field or method return value is expected
34 @Target({METHOD, PARAMETER, FIELD, LOCAL_VARIABLE})
  /art/test/005-annotations/src/android/test/anno/
AnnoArrayField.java 7 @Target({ElementType.FIELD})
ExportedProperty.java 6 @Target({ ElementType.FIELD, ElementType.METHOD })
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/inject/
InjectView.java 29 @Target({ ElementType.FIELD })
  /external/jsr305/ri/src/main/java/javax/annotation/concurrent/
GuardedBy.java 18 * The field or method to which this annotation is applied can only be accessed
22 * The argument determines which lock guards the annotated field or method: this :
23 * The string literal "this" means that this field is guarded by the class in
27 * object to which the field refers. field-name : The lock object is referenced
28 * by the (instance or static) field specified by field-name.
29 * class-name.field-name : The lock object is reference by the static field
30 * specified by class-name.field-name. method-name() : The lock object i
    [all...]
  /external/junit/src/org/junit/
ClassRule.java 9 * Annotates static fields that contain rules. Such a field must be public,
58 @Target({ElementType.FIELD})
Rule.java 9 * Annotates fields that contain rules. Such a field must be public, not
44 @Target({ElementType.FIELD})
  /external/littlemock/src/com/google/testing/littlemock/
Captor.java 27 * <p>Just annotate your capture field on your test as follows:
38 @Target({ ElementType.FIELD })
Mock.java 27 * <p>Just add the correct annotation to your field like this:
38 @Target({ ElementType.FIELD })
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/internal/
RealObject.java 10 @java.lang.annotation.Target({java.lang.annotation.ElementType.FIELD})
  /external/vogar/src/vogar/
Option.java 25 * Annotates a field as representing a command-line option for OptionParser.
28 @Target(ElementType.FIELD)
  /frameworks/base/core/java/android/hardware/camera2/impl/
PublicKey.java 24 * Denote a static field {@code Key} as being public-visible (in the SDK).
29 @Target(ElementType.FIELD)
SyntheticKey.java 24 * Denote a static field {@code Key} as being synthetic (i.e. not having a native
33 @Target(ElementType.FIELD)
  /frameworks/base/core/java/com/android/internal/annotations/
GuardedBy.java 25 * Annotation type used to mark a method or field that can only be accessed when
28 @Target({ ElementType.FIELD, ElementType.METHOD })
  /frameworks/data-binding/baseLibrary/src/main/java/android/databinding/
Bindable.java 27 * {@link Observable} class. Bindable will generate a field in the BR class to identify
28 * the field that has changed.
32 @Target({ElementType.FIELD, ElementType.METHOD})
  /packages/apps/Dialer/src/com/android/dialer/
NeededForReflection.java 25 * Denotes that the class, constructor, method or field is used for reflection and therefore cannot
29 @Target({ElementType.TYPE, ElementType.CONSTRUCTOR, ElementType.METHOD, ElementType.FIELD})
  /packages/apps/InCallUI/src/com/android/incallui/
NeededForReflection.java 25 * Denotes that the class, constructor, method or field is used for reflection and therefore cannot
29 @Target({ElementType.TYPE, ElementType.CONSTRUCTOR, ElementType.METHOD, ElementType.FIELD})

Completed in 324 milliseconds

1 2 34 5 6 7 8 91011>>