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

1 2 3 4 5 6 7 8 91011>>

  /art/test/005-annotations/src/android/test/anno/
AnnoSimpleMethod.java 5 @Target(ElementType.METHOD)
  /frameworks/data-binding/baseLibrary/src/main/java/android/databinding/
BindingConversion.java 28 @Target({ElementType.METHOD})
BindingAdapter.java 23 * are set to views. The simplest example is to have a public static method that takes the view
30 * In the above example, when android:bufferType is used on a TextView, the method
62 * directly in the inflate method or indirectly, using the value from
65 * If a binding adapter is an instance method, the generated DataBindingComponent will have
66 * a getter to retrieve an instance of the BindingAdapter's class to use to call the method.
68 @Target(ElementType.METHOD)
  /libcore/luni/src/main/java/java/lang/annotation/
ElementType.java 37 * Method declaration.
39 METHOD,
  /external/clang/test/Index/
annotate-macro-args.h 12 #define INVOKE(METHOD, CLASS) [CLASS METHOD]
get-cursor-macro-args.h 12 #define INVOKE(METHOD, CLASS) [CLASS METHOD]
  /external/hamcrest/src/org/hamcrest/
Factory.java 3 import static java.lang.annotation.ElementType.METHOD;
9 * Marks a Hamcrest static factory method so tools recognise them.
10 * A factory method is an equivalent to a named constructor.
15 @Target({METHOD})
  /frameworks/base/core/java/android/annotation/
CallSuper.java 21 import static java.lang.annotation.ElementType.METHOD;
25 * Denotes that any overriding methods should invoke this method as well.
36 @Target({METHOD})
CheckResult.java 21 import static java.lang.annotation.ElementType.METHOD;
25 * Denotes that the annotated method returns a result that it typically is
28 * has misunderstood what the method does.
41 @Target({METHOD})
43 /** Defines the name of the suggested method to use instead, if applicable (using
47 * For example, ProcessBuilder has a method named {@code redirectErrorStream()}
51 * In that case, the method should be defined like this:
BinderThread.java 22 import static java.lang.annotation.ElementType.METHOD;
27 * Denotes that the annotated method should only be called on the binder thread.
40 @Target({METHOD,CONSTRUCTOR,TYPE})
MainThread.java 22 import static java.lang.annotation.ElementType.METHOD;
27 * Denotes that the annotated method should only be called on the main thread.
40 @Target({METHOD,CONSTRUCTOR,TYPE})
NonNull.java 22 import static java.lang.annotation.ElementType.METHOD;
27 * Denotes that a parameter, field or method return value can never be null.
34 @Target({METHOD, PARAMETER, FIELD})
Nullable.java 22 import static java.lang.annotation.ElementType.METHOD;
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
30 * legitimately be null and the method will gracefully deal with it. Typically
33 * When decorating a method, this denotes the method might legitimately return
41 @Target({METHOD, PARAMETER, FIELD})
TargetApi.java 19 import static java.lang.annotation.ElementType.METHOD;
28 @Target({TYPE, METHOD, CONSTRUCTOR})
UiThread.java 22 import static java.lang.annotation.ElementType.METHOD;
27 * Denotes that the annotated method or constructor should only be called on the UI thread.
40 @Target({METHOD,CONSTRUCTOR,TYPE})
WorkerThread.java 22 import static java.lang.annotation.ElementType.METHOD;
27 * Denotes that the annotated method should only be called on a worker thread.
40 @Target({METHOD,CONSTRUCTOR,TYPE})
  /frameworks/support/annotations/src/android/support/annotation/
CallSuper.java 21 import static java.lang.annotation.ElementType.METHOD;
25 * Denotes that any overriding methods should invoke this method as well.
34 @Target({METHOD})
CheckResult.java 21 import static java.lang.annotation.ElementType.METHOD;
25 * Denotes that the annotated method returns a result that it typically is
28 * has misunderstood what the method does.
39 @Target({METHOD})
41 /** Defines the name of the suggested method to use instead, if applicable (using
45 * For example, ProcessBuilder has a method named {@code redirectErrorStream()}
49 * In that case, the method should be defined like this:
  /external/proguard/examples/annotations/src/proguard/annotation/
Keep.java 15 @Target({ ElementType.TYPE, ElementType.FIELD, ElementType.METHOD, ElementType.CONSTRUCTOR })
KeepName.java 15 @Target({ ElementType.TYPE, ElementType.FIELD, ElementType.METHOD, ElementType.CONSTRUCTOR })
  /prebuilts/tools/common/proguard/proguard4.7/examples/annotations/src/proguard/annotation/
Keep.java 15 @Target({ ElementType.TYPE, ElementType.FIELD, ElementType.METHOD, ElementType.CONSTRUCTOR })
KeepName.java 15 @Target({ ElementType.TYPE, ElementType.FIELD, ElementType.METHOD, ElementType.CONSTRUCTOR })
  /external/droiddriver/src/io/appium/droiddriver/runner/
MinSdkVersion.java 24 import static java.lang.annotation.ElementType.METHOD;
36 @Target({TYPE, METHOD})
UseUiAutomation.java 24 import static java.lang.annotation.ElementType.METHOD;
38 @Target({TYPE, METHOD})
  /external/jmonkeyengine/engine/src/core/com/jme3/system/
Annotations.java 45 * Annotation used for math primitive fields, method parameters or method return values.
51 @Target({ElementType.FIELD, ElementType.LOCAL_VARIABLE, ElementType.TYPE, ElementType.METHOD})
62 @Target({ElementType.METHOD})

Completed in 437 milliseconds

1 2 3 4 5 6 7 8 91011>>