OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setAnnotations
(Results
1 - 11
of
11
) sorted by null
/cts/tools/signature-tools/src/signature/model/impl/
SigAnnotatableElement.java
39
public void
setAnnotations
(Set<IAnnotation> annotations) {
/cts/tools/signature-tools/src/signature/converter/dex/
DexToSigConverter.java
187
aPackage.
setAnnotations
(packageInfo.getAnnotations());
420
sigClass.
setAnnotations
(convertAnnotations(dexClass.getAnnotations()));
464
annotationField.
setAnnotations
(convertAnnotations(method
509
enumConstant.
setAnnotations
(convertAnnotations(dexField
531
field.
setAnnotations
(convertAnnotations(dexField.getAnnotations()));
613
constructor.
setAnnotations
(convertAnnotations(dexMethod
635
parameter.
setAnnotations
(convertAnnotations(dexParam
687
method.
setAnnotations
(convertAnnotations(dexMethod.getAnnotations()));
706
parameter.
setAnnotations
(convertAnnotations(dexParam
762
parameter.
setAnnotations
(convertAnnotations(dexParamete
[
all
...]
/external/javassist/src/main/javassist/bytecode/
AnnotationsAttribute.java
132
* by <code>
setAnnotations
()</code>.
137
* @see #
setAnnotations
(Annotation[])
204
setAnnotations
(annotations);
212
setAnnotations
(newlist);
220
* <code>
setAnnotations
()</code>.
222
* @see #
setAnnotations
(Annotation[])
240
public void
setAnnotations
(Annotation[] annotations) {
260
* <ul><pre>
setAnnotations
(new Annotation[] { annotation })</pre></ul>
266
setAnnotations
(new Annotation[] { annotation });
ParameterAnnotationsAttribute.java
76
* by <code>
setAnnotations
()</code>.
81
* @see #
setAnnotations
(Annotation[][])
123
* <code>
setAnnotations
()</code>.
128
* @see #
setAnnotations
(Annotation[][])
148
public void
setAnnotations
(Annotation[][] params) {
/cts/tools/signature-tools/src/signature/converter/doclet/
DocletToSigConverter.java
120
p.
setAnnotations
(convertAnnotations(packageDoc.annotations()));
248
entry.getKey().
setAnnotations
(
256
c.
setAnnotations
(convertAnnotations(classDoc.annotations()));
457
m.
setAnnotations
(convertAnnotations(member.annotations()));
487
p.
setAnnotations
(convertAnnotations(parameter.annotations()));
523
f.
setAnnotations
(convertAnnotations(field.annotations()));
533
ec.
setAnnotations
(convertAnnotations(enumConstant.annotations()));
595
c.
setAnnotations
(null);
/cts/tools/signature-tools/src/signature/model/util/
TypePool.java
165
clazz.
setAnnotations
(null);
168
clazz.
setAnnotations
(null);
/external/doclava/src/com/google/doclava/apicheck/
XmlApiFile.java
121
mCurrentClass.
setAnnotations
(new ArrayList<AnnotationInstanceInfo>());
ApiFile.java
181
cl.
setAnnotations
(new ArrayList<AnnotationInstanceInfo>());
/external/doclava/src/com/google/doclava/
ClassInfo.java
[
all
...]
/prebuilt/common/ecj/
ecj.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar
Completed in 319 milliseconds