HomeSort by relevance Sort by last modified time
    Searched refs:u4 (Results 76 - 100 of 216) sorted by null

1 2 34 5 6 7 8 9

  /dalvik/dexgen/src/com/android/dexgen/dex/file/
StringIdsSection.java 91 out.annotate(4, "string_ids_size: " + Hex.u4(sz));
92 out.annotate(4, "string_ids_off: " + Hex.u4(offset));
TypeIdsSection.java 89 out.annotate(4, "type_ids_size: " + Hex.u4(sz));
90 out.annotate(4, "type_ids_off: " + Hex.u4(offset));
AnnotationsDirectoryItem.java 293 out.annotate(4, " class_annotations_off: " + Hex.u4(classOff));
295 Hex.u4(fieldsSize));
297 Hex.u4(methodsSize));
299 Hex.u4(parametersSize));
StringDataItem.java 77 "utf16_size: " + Hex.u4(utf16Size));
StringIdItem.java 104 out.annotate(4, " string_data_off: " + Hex.u4(dataOff));
TypeIdItem.java 67 out.annotate(4, " descriptor_idx: " + Hex.u4(idx));
  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationSetItem.java 140 out.annotate(4, " size: " + Hex.u4(size));
151 Hex.u4(offset));
ParameterAnnotationStruct.java 116 out.annotate(4, " method_idx: " + Hex.u4(methodIdx));
118 Hex.u4(annotationsOff));
StringIdsSection.java 85 out.annotate(4, "string_ids_size: " + Hex.u4(sz));
86 out.annotate(4, "string_ids_off: " + Hex.u4(offset));
TypeIdsSection.java 95 out.annotate(4, "type_ids_size: " + Hex.u4(sz));
96 out.annotate(4, "type_ids_off: " + Hex.u4(offset));
AnnotationsDirectoryItem.java 297 out.annotate(4, " class_annotations_off: " + Hex.u4(classOff));
299 Hex.u4(fieldsSize));
301 Hex.u4(methodsSize));
303 Hex.u4(parametersSize));
StringDataItem.java 77 "utf16_size: " + Hex.u4(utf16Size));
StringIdItem.java 102 out.annotate(4, " string_data_off: " + Hex.u4(dataOff));
TypeIdItem.java 65 out.annotate(4, " descriptor_idx: " + Hex.u4(idx));
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
AnnotationSetItem.java 139 out.annotate(4, " size: " + Hex.u4(size));
150 Hex.u4(offset));
ParameterAnnotationStruct.java 115 out.annotate(4, " method_idx: " + Hex.u4(methodIdx));
117 Hex.u4(annotationsOff));
StringIdsSection.java 86 out.annotate(4, "string_ids_size: " + Hex.u4(sz));
87 out.annotate(4, "string_ids_off: " + Hex.u4(offset));
TypeIdsSection.java 89 out.annotate(4, "type_ids_size: " + Hex.u4(sz));
90 out.annotate(4, "type_ids_off: " + Hex.u4(offset));
AnnotationsDirectoryItem.java 293 out.annotate(4, " class_annotations_off: " + Hex.u4(classOff));
295 Hex.u4(fieldsSize));
297 Hex.u4(methodsSize));
299 Hex.u4(parametersSize));
StringDataItem.java 77 "utf16_size: " + Hex.u4(utf16Size));
StringIdItem.java 102 out.annotate(4, " string_data_off: " + Hex.u4(dataOff));
TypeIdItem.java 65 out.annotate(4, " descriptor_idx: " + Hex.u4(idx));
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstInteger.java 89 return "int{0x" + Hex.u4(value) + " / " + value + '}';
  /dalvik/dx/src/com/android/dx/rop/cst/
CstInteger.java 89 return "int{0x" + Hex.u4(value) + " / " + value + '}';
  /external/clang/test/SemaCXX/
dcl_init_aggr.cpp 122 u u4 = { 0, "asdf" }; // expected-error{{excess elements in union initializer}} variable

Completed in 347 milliseconds

1 2 34 5 6 7 8 9