OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAnnotation
(Results
101 - 125
of
217
) sorted by null
1
2
3
4
5
6
7
8
9
/external/libchrome/base/test/android/javatests/src/org/chromium/base/test/util/
AnnotationProcessingUtils.java
35
public static <A extends Annotation> A
getAnnotation
(Description description, Class<A> clazz) {
45
public static <A extends Annotation> A
getAnnotation
(AnnotatedElement element, Class<A> clazz) {
/external/sl4a/Common/src/com/googlecode/android_scripting/rpc/
MethodDescriptor.java
285
return mMethod.
getAnnotation
(RpcName.class).name();
305
Rpc rpcAnnotation = mMethod.
getAnnotation
(Rpc.class);
330
String eventName = mMethod.
getAnnotation
(RpcStartEvent.class).value();
335
String replacedBy = mMethod.
getAnnotation
(RpcDeprecated.class).value();
336
String release = mMethod.
getAnnotation
(RpcDeprecated.class).release();
/external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/validator/
ImplementsValidator.java
222
Implementation implementation = memberElement.
getAnnotation
(Implementation.class);
237
Implementation implementation = methodElement.
getAnnotation
(Implementation.class);
275
Implementation implementation = memberElement.
getAnnotation
(Implementation.class);
/external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/facade/
FacadeConfiguration.java
201
int requiredSdkLevel = method.
getAnnotation
(RpcMinSdk.class).value();
216
String eventName = method.
getAnnotation
(RpcStartEvent.class).value();
232
String eventName = method.
getAnnotation
(RpcStopEvent.class).value();
/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
TestHelper.java
72
final Test annotation = method.
getAnnotation
(Test.class);
/cts/hostsidetests/media/bitstreams/src/android/media/cts/bitstreams/
DeviceJUnit4ClassRunnerWithParameters.java
97
if (desc.
getAnnotation
(Ignore.class) == null) {
/cts/tools/utils/
CollectAllTests.java
350
return
getAnnotation
(testClass, testName, KNOWN_FAILURE);
355
return
getAnnotation
(testClass, testName, KNOWN_FAILURE) != null;
360
return
getAnnotation
(testClass, testName, SUPPRESSED_TEST) != null;
363
private static String
getAnnotation
(final Class<?> testClass,
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
BenchmarkClass.java
178
VmOptions annotation = benchmarkClass.
getAnnotation
(VmOptions.class);
/external/droiddriver/src/io/appium/droiddriver/helpers/
BaseDroidDriverTest.java
234
tolerance = method.
getAnnotation
(FlakyTest.class).tolerance();
/external/guava/guava/src/com/google/common/eventbus/
AnnotatedSubscriberFinder.java
167
return method.
getAnnotation
(AllowConcurrentEvents.class) != null;
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/nodeTypes/
NodeWithAnnotations.java
47
default AnnotationExpr
getAnnotation
(int i) {
/external/junit-params/src/main/java/junitparams/internal/parameters/
ParamsFromMethodCommon.java
21
String methodAnnotation = frameworkMethod.
getAnnotation
(Parameters.class).method();
/external/junit-params/src/main/java/junitparams/naming/
MacroSubstitutionNamingStrategy.java
28
TestCaseName testCaseName = method.
getAnnotation
(TestCaseName.class);
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
BootstrapDeferringRobolectricTestRunner.java
64
if (field.
getAnnotation
(RoboInject.class) != null) {
/external/guice/core/src/com/google/inject/matcher/
Matchers.java
98
Retention retention = annotationType.
getAnnotation
(Retention.class);
160
Annotation fromElement = element.
getAnnotation
(annotation.annotationType());
/external/guice/core/test/com/google/inject/multibindings/
ProvidesIntoTest.java
235
return field.
getAnnotation
(WrappedKey.class);
308
return field.
getAnnotation
(ArrayWrappedKey.class);
/external/jcommander/src/main/java/com/beust/jcommander/
ParameterDescription.java
84
Parameters p = o.getClass().
getAnnotation
(Parameters.class);
88
com.beust.jcommander.ResourceBundle a = o.getClass().
getAnnotation
(
JCommander.java
438
Parameters p = pd.getObject().getClass().
getAnnotation
(Parameters.class);
451
.
getAnnotation
(Parameters.class);
459
Parameters p = o.getClass().
getAnnotation
(Parameters.class);
597
// Annotation annotation = f.
getAnnotation
(Parameter.class);
598
// Annotation delegateAnnotation = f.
getAnnotation
(ParametersDelegate.class);
599
// Annotation dynamicParameter = f.
getAnnotation
(DynamicParameter.class);
[
all
...]
/external/junit/src/main/java/org/junit/runners/model/
TestClass.java
218
public <T extends Annotation> T
getAnnotation
(Class<T> annotationType) {
222
return clazz.
getAnnotation
(annotationType);
/external/smali/util/src/main/java/org/jf/util/jcommander/
HelpFormatter.java
65
ExtendedParameters anno = jc.getObjects().get(0).getClass().
getAnnotation
(ExtendedParameters.class);
280
Parameters parametersAnno = arg.getClass().
getAnnotation
(Parameters.class);
/external/guice/core/src/com/google/inject/internal/
RealMultibinder.java
491
&& key.
getAnnotation
() instanceof Element
492
&& ((Element) key.
getAnnotation
()).setName().equals(getSetName())
493
&& ((Element) key.
getAnnotation
()).type() == MULTIBINDER;
/external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/
RobolectricModel.java
402
return shadowType.
getAnnotation
(Implements.class).isInAndroidSdk();
410
return shadowType.
getAnnotation
(Deprecated.class) != null;
466
return shadowType.
getAnnotation
(Implements.class);
/dalvik/dexgen/src/com/android/dexgen/dex/file/
ValueEncoder.java
190
writeAnnotation(((CstAnnotation) cst).
getAnnotation
(),
518
addContents(file, ((CstAnnotation) cst).
getAnnotation
());
/dalvik/dx/src/com/android/dx/dex/file/
ValueEncoder.java
207
writeAnnotation(((CstAnnotation) cst).
getAnnotation
(),
436
addContents(file, ((CstAnnotation) cst).
getAnnotation
());
/external/caliper/caliper/src/main/java/com/google/caliper/options/
CommandLineParser.java
211
Option option = field.
getAnnotation
(Option.class);
232
Option option = method.
getAnnotation
(Option.class);
Completed in 2559 milliseconds
1
2
3
4
5
6
7
8
9