OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VISIBILITY_RUNTIME
(Results
1 - 6
of
6
) sorted by null
/cts/tools/dex-tools/src/dex/structure/
DexAnnotation.java
38
VISIBILITY_RUNTIME
((byte) 0X01),
67
return
VISIBILITY_RUNTIME
;
/dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationItem.java
41
private static final int
VISIBILITY_RUNTIME
= 1;
200
case RUNTIME: out.writeByte(
VISIBILITY_RUNTIME
); break;
/dalvik/dx/src/com/android/dx/dex/file/
AnnotationItem.java
38
private static final int
VISIBILITY_RUNTIME
= 1;
197
case RUNTIME: out.writeByte(
VISIBILITY_RUNTIME
); break;
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
AnnotationItem.java
39
private static final int
VISIBILITY_RUNTIME
= 1;
198
case RUNTIME: out.writeByte(
VISIBILITY_RUNTIME
); break;
/libcore/luni/src/main/java/libcore/reflect/
AnnotationAccess.java
58
private static final byte
VISIBILITY_RUNTIME
= 0x01;
656
if (annotation.getVisibility() !=
VISIBILITY_RUNTIME
) {
/prebuilts/sdk/tools/lib/
dx.jar
Completed in 739 milliseconds