OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:classAnnotations
(Results
1 - 10
of
10
) sorted by null
/dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationsDirectoryItem.java
44
private AnnotationSetItem
classAnnotations
;
61
classAnnotations
= null;
80
return (
classAnnotations
== null) &&
95
return (
classAnnotations
!= null) &&
104
if (
classAnnotations
== null) {
108
return
classAnnotations
.hashCode();
127
return
classAnnotations
.compareTo(otherDirectory.
classAnnotations
);
142
if (
classAnnotations
!= null) {
147
classAnnotations
= new AnnotationSetItem(annotations)
[
all
...]
/dalvik/dx/src/com/android/dx/dex/file/
AnnotationsDirectoryItem.java
43
private AnnotationSetItem
classAnnotations
;
60
classAnnotations
= null;
79
return (
classAnnotations
== null) &&
94
return (
classAnnotations
!= null) &&
103
if (
classAnnotations
== null) {
107
return
classAnnotations
.hashCode();
126
return
classAnnotations
.compareTo(otherDirectory.
classAnnotations
);
141
if (
classAnnotations
!= null) {
146
classAnnotations
= new AnnotationSetItem(annotations)
[
all
...]
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
AnnotationsDirectoryItem.java
44
private AnnotationSetItem
classAnnotations
;
61
classAnnotations
= null;
80
return (
classAnnotations
== null) &&
95
return (
classAnnotations
!= null) &&
104
if (
classAnnotations
== null) {
108
return
classAnnotations
.hashCode();
127
return
classAnnotations
.compareTo(otherDirectory.
classAnnotations
);
142
if (
classAnnotations
!= null) {
147
classAnnotations
= new AnnotationSetItem(annotations)
[
all
...]
/external/junit/src/org/junit/internal/runners/
JUnit4ClassRunner.java
66
Description spec= Description.createSuiteDescription(getName(),
classAnnotations
());
73
protected Annotation[]
classAnnotations
() {
/dalvik/dx/src/com/android/dx/dex/cf/
CfTranslator.java
129
Annotations
classAnnotations
=
131
if (
classAnnotations
.size() != 0) {
132
out.setClassAnnotations(
classAnnotations
);
/external/smali/dexlib/src/main/java/org/jf/dexlib/
AnnotationDirectoryItem.java
43
private AnnotationSetItem
classAnnotations
;
62
* @param
classAnnotations
The annotations associated with the overall class
70
private AnnotationDirectoryItem(DexFile dexFile, @Nullable AnnotationSetItem
classAnnotations
,
75
this.
classAnnotations
=
classAnnotations
;
106
* @param
classAnnotations
The annotations associated with the class
115
AnnotationSetItem
classAnnotations
,
119
AnnotationDirectoryItem annotationDirectoryItem = new AnnotationDirectoryItem(dexFile,
classAnnotations
,
126
classAnnotations
= (AnnotationSetItem)readContext.getOptionalOffsettedItemByOffset(
208
if (
classAnnotations
!= null)
[
all
...]
/external/robolectric/lib/main/
junit-dep-4.8.2.jar
/prebuilts/sdk/tools/lib/
dx.jar
/prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
Completed in 101 milliseconds