Searched refs:annotates (Results 1 - 25 of 74) sorted by relevance

123

/external/dexmaker/src/dx/java/com/android/dx/util/
H A DAnnotatedOutput.java30 public boolean annotates(); method in interface:AnnotatedOutput
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
H A DAnnotatedOutput.java38 public boolean annotates(); method in interface:AnnotatedOutput
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DEncodedArrayItem.java106 boolean annotates = out.annotates();
108 if (annotates) {
H A DValueEncoder.java270 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...]
H A DAnnotationSetItem.java134 boolean annotates = out.annotates();
137 if (annotates) {
148 if (annotates) {
H A DClassDataItem.java341 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...]
H A DAnnotationItem.java188 boolean annotates = out.annotates();
191 if (annotates) {
206 if (annotates) {
H A DAnnotationSetRefItem.java74 if (out.annotates()) {
H A DAnnotationsDirectoryItem.java285 boolean annotates = out.annotates();
291 if (annotates) {
309 if (annotates) {
319 if (annotates) {
329 if (annotates) {
H A DCodeItem.java234 boolean annotates = out.annotates();
243 if (annotates) {
270 if (annotates) {
279 if (annotates) {
H A DHeaderItem.java66 if (out.annotates()) {
107 if (out.annotates()) {
H A DMixedItemSection.java152 if (out.annotates()) {
332 boolean annotates = out.annotates();
338 if (annotates) {
H A DStringDataItem.java75 if (out.annotates()) {
H A DStringIdItem.java100 if (out.annotates()) {
H A DTypeIdItem.java63 if (out.annotates()) {
/external/smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/
H A DArrayEncodedValue.java56 if (out.annotates()) {
H A DNullEncodedValue.java47 if (out.annotates()) {
H A DAnnotationEncodedValue.java61 if (out.annotates()) {
H A DBooleanEncodedValue.java79 if (out.annotates()) {
H A DByteEncodedValue.java57 if (out.annotates()) {
H A DCharEncodedValue.java61 if (out.annotates()) {
H A DDoubleEncodedValue.java62 if (out.annotates()) {
H A DEnumEncodedValue.java65 if (out.annotates()) {
H A DFieldEncodedValue.java65 if (out.annotates()) {
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
H A DInstruction.java54 if (out.annotates()) {

Completed in 3279 milliseconds

123