HomeSort by relevance Sort by last modified time
    Searched refs:Hex (Results 101 - 125 of 263) sorted by null

1 2 3 45 6 7 8 91011

  /dalvik/dx/src/com/android/dx/dex/file/
ClassDefItem.java 32 import com.android.dx.util.Hex;
187 out.annotate(4, " class_idx: " + Hex.u4(classIdx));
190 out.annotate(4, " superclass_idx: " + Hex.u4(superIdx) +
193 out.annotate(4, " interfaces_off: " + Hex.u4(interOff));
201 out.annotate(4, " source_file_idx: " + Hex.u4(sourceFileIdx) +
204 out.annotate(4, " annotations_off: " + Hex.u4(annoOff));
205 out.annotate(4, " class_data_off: " + Hex.u4(dataOff));
207 Hex.u4(staticValuesOff));
395 pw.println(" accessFlags: " + Hex.u2(accessFlags));
AnnotationSetItem.java 22 import com.android.dx.util.Hex;
139 out.annotate(4, " size: " + Hex.u4(size));
150 Hex.u4(offset));
EncodedField.java 24 import com.android.dx.util.Hex;
89 sb.append(Hex.u2(getAccessFlags()));
142 " field_idx: " + Hex.u4(fieldIdx));
ParameterAnnotationStruct.java 23 import com.android.dx.util.Hex;
114 out.annotate(4, " method_idx: " + Hex.u4(methodIdx));
116 Hex.u4(annotationsOff));
StringIdsSection.java 23 import com.android.dx.util.Hex;
85 out.annotate(4, "string_ids_size: " + Hex.u4(sz));
86 out.annotate(4, "string_ids_off: " + Hex.u4(offset));
TypeIdsSection.java 26 import com.android.dx.util.Hex;
94 out.annotate(4, "type_ids_size: " + Hex.u4(sz));
95 out.annotate(4, "type_ids_off: " + Hex.u4(offset));
EncodedMethod.java 26 import com.android.dx.util.Hex;
99 sb.append(Hex.u2(getAccessFlags()));
181 " method_idx: " + Hex.u4(methodIdx));
186 " code_off: " + Hex.u4(codeOff));
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
ClassDefItem.java 32 import com.android.dx.util.Hex;
188 out.annotate(4, " class_idx: " + Hex.u4(classIdx));
191 out.annotate(4, " superclass_idx: " + Hex.u4(superIdx) +
194 out.annotate(4, " interfaces_off: " + Hex.u4(interOff));
202 out.annotate(4, " source_file_idx: " + Hex.u4(sourceFileIdx) +
205 out.annotate(4, " annotations_off: " + Hex.u4(annoOff));
206 out.annotate(4, " class_data_off: " + Hex.u4(dataOff));
208 Hex.u4(staticValuesOff));
396 pw.println(" accessFlags: " + Hex.u2(accessFlags));
AnnotationSetItem.java 22 import com.android.dx.util.Hex;
139 out.annotate(4, " size: " + Hex.u4(size));
150 Hex.u4(offset));
EncodedField.java 23 import com.android.dx.util.Hex;
90 sb.append(Hex.u2(getAccessFlags()));
143 " field_idx: " + Hex.u4(fieldIdx));
ParameterAnnotationStruct.java 23 import com.android.dx.util.Hex;
115 out.annotate(4, " method_idx: " + Hex.u4(methodIdx));
117 Hex.u4(annotationsOff));
StringIdsSection.java 23 import com.android.dx.util.Hex;
86 out.annotate(4, "string_ids_size: " + Hex.u4(sz));
87 out.annotate(4, "string_ids_off: " + Hex.u4(offset));
TypeIdsSection.java 23 import com.android.dx.util.Hex;
89 out.annotate(4, "type_ids_size: " + Hex.u4(sz));
90 out.annotate(4, "type_ids_off: " + Hex.u4(offset));
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationSetItem.java 22 import com.android.dexgen.util.Hex;
139 out.annotate(4, " size: " + Hex.u4(size));
150 Hex.u4(offset));
EncodedField.java 23 import com.android.dexgen.util.Hex;
90 sb.append(Hex.u2(getAccessFlags()));
143 " field_idx: " + Hex.u4(fieldIdx));
ParameterAnnotationStruct.java 23 import com.android.dexgen.util.Hex;
115 out.annotate(4, " method_idx: " + Hex.u4(methodIdx));
117 Hex.u4(annotationsOff));
StringIdsSection.java 24 import com.android.dexgen.util.Hex;
91 out.annotate(4, "string_ids_size: " + Hex.u4(sz));
92 out.annotate(4, "string_ids_off: " + Hex.u4(offset));
TypeIdsSection.java 23 import com.android.dexgen.util.Hex;
89 out.annotate(4, "type_ids_size: " + Hex.u4(sz));
90 out.annotate(4, "type_ids_off: " + Hex.u4(offset));
EncodedMethod.java 25 import com.android.dexgen.util.Hex;
100 sb.append(Hex.u2(getAccessFlags()));
182 " method_idx: " + Hex.u4(methodIdx));
187 " code_off: " + Hex.u4(codeOff));
MapItem.java 20 import com.android.dexgen.util.Hex;
223 out.annotate(2, " type: " + Hex.u2(value) + " // " +
226 out.annotate(4, " size: " + Hex.u4(itemCount));
227 out.annotate(4, " offset: " + Hex.u4(offset));
ProtoIdItem.java 25 import com.android.dexgen.util.Hex;
151 out.annotate(4, " shorty_idx: " + Hex.u4(shortyIdx) +
153 out.annotate(4, " return_type_idx: " + Hex.u4(returnIdx) +
155 out.annotate(4, " parameters_off: " + Hex.u4(paramsOff));
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
SwitchData.java 22 import com.android.dexgen.util.Hex;
185 sb.append(Hex.u2(baseAddress));
193 sb.append(Hex.u4(absTarget));
195 sb.append(Hex.s4(relTarget));
  /dalvik/dx/src/com/android/dx/cf/code/
OneLocalsArray.java 23 import com.android.dx.util.Hex;
62 ex.addContext("locals[" + Hex.u2(i) + "]: " + s);
73 sb.append("locals[" + Hex.u2(i) + "]: " + s + "\n");
243 throw new SimException("local " + Hex.u2(idx) + ": " + msg);
  /dalvik/dx/src/com/android/dx/command/dump/
BaseDumper.java 23 import com.android.dx.util.Hex;
56 /** number of bytes per line in hex dumps */
130 println("<dump skipped backwards to " + Hex.u4(offset) + ">");
133 String hex = rawBytes ? hexDump(at, offset - at) : ""; local
134 print(twoColumns(hex, "<skipped to " + Hex.u4(offset) + ">"));
138 String hex = rawBytes ? hexDump(offset, len) : ""; local
139 print(twoColumns(hex, human));
255 * Constructs a hex data dump of the given portion of {@link #bytes}.
262 return Hex.dump(bytes, offset, len, offset, hexCols, 4)
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
SwitchData.java 23 import com.android.dx.util.Hex;
186 sb.append(Hex.u2(baseAddress));
194 sb.append(Hex.u4(absTarget));
196 sb.append(Hex.s4(relTarget));

Completed in 477 milliseconds

1 2 3 45 6 7 8 91011