OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAnnotation
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/text/src/android/text/cts/
AnnotationTest.java
30
private Annotation
mAnnotation
;
36
mAnnotation
= null;
46
mAnnotation
= new Annotation(KEY1, VALUE1);
47
assertEquals(VALUE1,
mAnnotation
.getValue());
48
mAnnotation
= new Annotation(KEY2, VALUE2);
49
assertEquals(VALUE2,
mAnnotation
.getValue());
54
mAnnotation
= new Annotation(KEY1, VALUE1);
55
assertEquals(KEY1,
mAnnotation
.getKey());
56
mAnnotation
= new Annotation(KEY2, VALUE2);
57
assertEquals(KEY2,
mAnnotation
.getKey())
[
all
...]
/development/tools/rmtypedefs/src/com/android/tools/rmtypedefs/
RmTypeDefs.java
270
private boolean
mAnnotation
;
272
/** Is this annotation a typedef? Only applies if {@link #
mAnnotation
} */
275
/** Does the annotation have source retention? Only applies if {@link #
mAnnotation
} */
291
mAnnotation
= interfaces != null && interfaces.length >= 1
314
if (
mAnnotation
&& mTypedef) {
/external/chromium_org/third_party/android_platform/webview/
frameworks.jar
Completed in 80 milliseconds