OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:annotates
(Results
1 - 25
of
176
) sorted by null
1
2
3
4
5
6
7
8
/dalvik/dx/src/com/android/dx/dex/file/
EncodedArrayItem.java
106
boolean
annotates
= out.
annotates
();
108
if (
annotates
) {
AnnotationSetItem.java
134
boolean
annotates
= out.
annotates
();
137
if (
annotates
) {
148
if (
annotates
) {
ValueEncoder.java
270
boolean
annotates
= topLevel && out.
annotates
();
274
if (
annotates
) {
282
if (
annotates
) {
289
if (
annotates
) {
308
boolean
annotates
= topLevel && out.
annotates
();
315
if (
annotates
) {
325
if (
annotates
) {
337
if (
annotates
) {
[
all
...]
AnnotationItem.java
188
boolean
annotates
= out.
annotates
();
191
if (
annotates
) {
206
if (
annotates
) {
ClassDataItem.java
341
boolean
annotates
= out.
annotates
();
343
if (
annotates
) {
358
if (
annotates
) {
374
if (out.
annotates
()) {
384
* list. It also
annotates
the items (if any and if annotations
401
if (out.
annotates
()) {
413
boolean
annotates
= out.
annotates
();
415
if (
annotates
) {
[
all
...]
AnnotationsDirectoryItem.java
285
boolean
annotates
= out.
annotates
();
291
if (
annotates
) {
309
if (
annotates
) {
319
if (
annotates
) {
329
if (
annotates
) {
HeaderItem.java
66
if (out.
annotates
()) {
107
if (out.
annotates
()) {
AnnotationSetRefItem.java
74
if (out.
annotates
()) {
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
EncodedArrayItem.java
106
boolean
annotates
= out.
annotates
();
108
if (
annotates
) {
AnnotationSetItem.java
134
boolean
annotates
= out.
annotates
();
137
if (
annotates
) {
148
if (
annotates
) {
ValueEncoder.java
270
boolean
annotates
= topLevel && out.
annotates
();
274
if (
annotates
) {
282
if (
annotates
) {
289
if (
annotates
) {
308
boolean
annotates
= topLevel && out.
annotates
();
315
if (
annotates
) {
325
if (
annotates
) {
337
if (
annotates
) {
[
all
...]
AnnotationItem.java
188
boolean
annotates
= out.
annotates
();
191
if (
annotates
) {
206
if (
annotates
) {
ClassDataItem.java
341
boolean
annotates
= out.
annotates
();
343
if (
annotates
) {
358
if (
annotates
) {
374
if (out.
annotates
()) {
384
* list. It also
annotates
the items (if any and if annotations
401
if (out.
annotates
()) {
413
boolean
annotates
= out.
annotates
();
415
if (
annotates
) {
[
all
...]
AnnotationsDirectoryItem.java
285
boolean
annotates
= out.
annotates
();
291
if (
annotates
) {
309
if (
annotates
) {
319
if (
annotates
) {
329
if (
annotates
) {
HeaderItem.java
66
if (out.
annotates
()) {
107
if (out.
annotates
()) {
/dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationSetItem.java
134
boolean
annotates
= out.
annotates
();
137
if (
annotates
) {
148
if (
annotates
) {
EncodedArrayItem.java
115
boolean
annotates
= out.
annotates
();
117
if (
annotates
) {
ValueEncoder.java
272
boolean
annotates
= topLevel && out.
annotates
();
276
if (
annotates
) {
284
if (
annotates
) {
291
if (
annotates
) {
310
boolean
annotates
= topLevel && out.
annotates
();
317
if (
annotates
) {
327
if (
annotates
) {
339
if (
annotates
) {
[
all
...]
AnnotationItem.java
190
boolean
annotates
= out.
annotates
();
193
if (
annotates
) {
208
if (
annotates
) {
ClassDataItem.java
344
boolean
annotates
= out.
annotates
();
346
if (
annotates
) {
361
if (
annotates
) {
377
if (out.
annotates
()) {
387
* list. It also
annotates
the items (if any and if annotations
404
if (out.
annotates
()) {
416
boolean
annotates
= out.
annotates
();
418
if (
annotates
) {
[
all
...]
AnnotationsDirectoryItem.java
285
boolean
annotates
= out.
annotates
();
291
if (
annotates
) {
309
if (
annotates
) {
319
if (
annotates
) {
329
if (
annotates
) {
HeaderItem.java
74
if (out.
annotates
()) {
115
if (out.
annotates
()) {
AnnotationSetRefItem.java
74
if (out.
annotates
()) {
TypeIdItem.java
65
if (out.
annotates
()) {
/external/junit/src/org/junit/rules/
TestRule.java
20
* ways. {@link org.junit.Rule}
annotates
method-level
22
*
annotates
class-level {@link TestRule}s. See Javadoc for those annotations
Completed in 401 milliseconds
1
2
3
4
5
6
7
8