HomeSort by relevance Sort by last modified time
    Searched refs:annotates (Results 1 - 25 of 136) sorted by null

1 2 3 4 5 6

  /dalvik/dexgen/src/com/android/dexgen/util/
AnnotatedOutput.java 30 public boolean annotates(); method in interface:AnnotatedOutput
  /dalvik/dx/src/com/android/dx/util/
AnnotatedOutput.java 30 public boolean annotates(); method in interface:AnnotatedOutput
  /dalvik/dx/src/com/android/dx/dex/file/
EncodedArrayItem.java 107 boolean annotates = out.annotates();
109 if (annotates) {
AnnotationSetItem.java 136 boolean annotates = out.annotates();
139 if (annotates) {
150 if (annotates) {
ClassDataItem.java 340 boolean annotates = out.annotates();
342 if (annotates) {
357 if (annotates) {
373 if (out.annotates()) {
383 * list. It also annotates the items (if any and if annotations
400 if (out.annotates()) {
412 boolean annotates = out.annotates();
414 if (annotates) {
    [all...]
ValueEncoder.java 293 boolean annotates = topLevel && out.annotates();
297 if (annotates) {
305 if (annotates) {
312 if (annotates) {
331 boolean annotates = topLevel && out.annotates();
338 if (annotates) {
348 if (annotates) {
360 if (annotates) {
    [all...]
AnnotationItem.java 192 boolean annotates = out.annotates();
195 if (annotates) {
210 if (annotates) {
AnnotationSetRefItem.java 75 if (out.annotates()) {
AnnotationsDirectoryItem.java 289 boolean annotates = out.annotates();
295 if (annotates) {
313 if (annotates) {
323 if (annotates) {
333 if (annotates) {
CodeItem.java 227 boolean annotates = out.annotates();
236 if (annotates) {
263 if (annotates) {
272 if (annotates) {
HeaderItem.java 66 if (out.annotates()) {
107 if (out.annotates()) {
CallSiteIdItem.java 77 if (out.annotates()) {
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
EncodedArrayItem.java 115 boolean annotates = out.annotates();
117 if (annotates) {
AnnotationSetItem.java 134 boolean annotates = out.annotates();
137 if (annotates) {
148 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...]
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) {
AnnotationSetRefItem.java 74 if (out.annotates()) {
AnnotationsDirectoryItem.java 285 boolean annotates = out.annotates();
291 if (annotates) {
309 if (annotates) {
319 if (annotates) {
329 if (annotates) {
CodeItem.java 234 boolean annotates = out.annotates();
243 if (annotates) {
270 if (annotates) {
279 if (annotates) {
HeaderItem.java 74 if (out.annotates()) {
115 if (out.annotates()) {
MixedItemSection.java 152 if (out.annotates()) {
332 boolean annotates = out.annotates();
338 if (annotates) {
StringDataItem.java 75 if (out.annotates()) {
StringIdItem.java 102 if (out.annotates()) {
TypeIdItem.java 65 if (out.annotates()) {

Completed in 297 milliseconds

1 2 3 4 5 6