/dalvik/dx/src/com/android/dx/dex/file/ |
MemberIdItem.java | 70 out.annotate(0, indexString() + ' ' + cst.toHuman()); 71 out.annotate(2, " class_idx: " + Hex.u2(classIdx)); 72 out.annotate(2, String.format(" %-10s %s", getTypoidName() + ':', 74 out.annotate(4, " name_idx: " + Hex.u4(nameIdx));
|
CodeItem.java | 237 out.annotate(0, offsetString() + ' ' + ref.toHuman()); 238 out.annotate(2, " registers_size: " + Hex.u2(regSz)); 239 out.annotate(2, " ins_size: " + Hex.u2(insSz)); 240 out.annotate(2, " outs_size: " + Hex.u2(outsSz)); 241 out.annotate(2, " tries_size: " + Hex.u2(triesSz)); 242 out.annotate(4, " debug_off: " + Hex.u4(debugOff)); 243 out.annotate(4, " insns_size: " + Hex.u4(insnsSz)); 248 out.annotate(0, " throws " + StdTypeList.toHuman(throwsList)); 264 out.annotate(2, " padding: 0"); 278 out.annotate(0, " debug info") [all...] |
FieldAnnotationStruct.java | 93 out.annotate(0, " " + field.toHuman()); 94 out.annotate(4, " field_idx: " + Hex.u4(fieldIdx)); 95 out.annotate(4, " annotations_off: " +
|
MethodAnnotationStruct.java | 93 out.annotate(0, " " + method.toHuman()); 94 out.annotate(4, " method_idx: " + Hex.u4(methodIdx)); 95 out.annotate(4, " annotations_off: " +
|
TypeListItem.java | 97 out.annotate(0, offsetString() + " type_list"); 98 out.annotate(HEADER_SIZE, " size: " + Hex.u4(sz)); 102 out.annotate(ELEMENT_SIZE,
|
AnnotationsDirectoryItem.java | 296 out.annotate(0, offsetString() + " annotations directory"); 297 out.annotate(4, " class_annotations_off: " + Hex.u4(classOff)); 298 out.annotate(4, " fields_size: " + 300 out.annotate(4, " methods_size: " + 302 out.annotate(4, " parameters_size: " + 314 out.annotate(0, " fields:"); 324 out.annotate(0, " methods:"); 334 out.annotate(0, " parameters:");
|
CallSiteIdItem.java | 78 out.annotate(0, indexString() + ' ' + invokeDynamicRef.toString()); 79 out.annotate(4, "call_site_off: " + Hex.u4(offset));
|
StringDataItem.java | 76 out.annotate(Leb128.unsignedLeb128Size(utf16Size), 78 out.annotate(bytes.size() + 1, value.toQuoted());
|
StringIdItem.java | 102 out.annotate(0, indexString() + ' ' + value.toQuoted(100)); 103 out.annotate(4, " string_data_off: " + Hex.u4(dataOff));
|
TypeIdItem.java | 64 out.annotate(0, indexString() + ' ' + descriptor.toHuman()); 65 out.annotate(4, " descriptor_idx: " + Hex.u4(idx));
|
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/ |
Modifiable.java | 45 public AnnotationWriter annotate(ClassName annotation) { method in class:Modifiable 51 public AnnotationWriter annotate(Class<? extends Annotation> annotation) { method in class:Modifiable 52 return annotate(ClassName.fromClass(annotation));
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
CodeItem.java | 244 out.annotate(0, offsetString() + ' ' + ref.toHuman()); 245 out.annotate(2, " registers_size: " + Hex.u2(regSz)); 246 out.annotate(2, " ins_size: " + Hex.u2(insSz)); 247 out.annotate(2, " outs_size: " + Hex.u2(outsSz)); 248 out.annotate(2, " tries_size: " + Hex.u2(triesSz)); 249 out.annotate(4, " debug_off: " + Hex.u4(debugOff)); 250 out.annotate(4, " insns_size: " + Hex.u4(insnsSz)); 255 out.annotate(0, " throws " + StdTypeList.toHuman(throwsList)); 271 out.annotate(2, " padding: 0"); 285 out.annotate(0, " debug info") [all...] |
FieldAnnotationStruct.java | 90 out.annotate(0, " " + field.toHuman()); 91 out.annotate(4, " field_idx: " + Hex.u4(fieldIdx)); 92 out.annotate(4, " annotations_off: " +
|
MethodAnnotationStruct.java | 90 out.annotate(0, " " + method.toHuman()); 91 out.annotate(4, " method_idx: " + Hex.u4(methodIdx)); 92 out.annotate(4, " annotations_off: " +
|
TypeListItem.java | 97 out.annotate(0, offsetString() + " type_list"); 98 out.annotate(HEADER_SIZE, " size: " + Hex.u4(sz)); 102 out.annotate(ELEMENT_SIZE,
|
AnnotationsDirectoryItem.java | 292 out.annotate(0, offsetString() + " annotations directory"); 293 out.annotate(4, " class_annotations_off: " + Hex.u4(classOff)); 294 out.annotate(4, " fields_size: " + 296 out.annotate(4, " methods_size: " + 298 out.annotate(4, " parameters_size: " + 310 out.annotate(0, " fields:"); 320 out.annotate(0, " methods:"); 330 out.annotate(0, " parameters:");
|
StringDataItem.java | 76 out.annotate(Leb128Utils.unsignedLeb128Size(utf16Size), 78 out.annotate(bytes.size() + 1, value.toQuoted());
|
StringIdItem.java | 103 out.annotate(0, indexString() + ' ' + value.toQuoted(100)); 104 out.annotate(4, " string_data_off: " + Hex.u4(dataOff));
|
TypeIdItem.java | 66 out.annotate(0, indexString() + ' ' + descriptor.toHuman()); 67 out.annotate(4, " descriptor_idx: " + Hex.u4(idx));
|
/external/ImageMagick/Magick++/demo/ |
shapes.cpp | 88 image.annotate( "Hello world!", "+150+20" ); 92 image.annotate( "Goodbye cruel world!", "+150+38" ); 96 image.annotate( "I'm climbing the wall!", "+280+120",
|
/external/flatbuffers/src/ |
flathash.cpp | 66 bool annotate = false; local 75 else if (opt == "-c") annotate = true; 93 if (annotate)
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
intel_asm_annotation.h | 66 annotate(const struct gen_device_info *devinfo,
|
/external/ImageMagick/PerlMagick/demo/ |
Makefile | 12 perl annotate.pl
|
/external/ImageMagick/PerlMagick/t/ttf/ |
read.t | 36 # 3) Test drawing text using annotate 39 print("Draw text using annotate ...\n"); 42 q!../reference/ttf/annotate.miff!, 43 'Annotate',
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/ |
AnnotationSetItem.java | 55 out.annotate(4, "size = %d", size); 59 out.annotate(4, AnnotationItem.getReferenceAnnotation(dexFile, annotationOffset));
|