| /dalvik/dx/src/com/android/dx/dex/file/ |
| ProtoIdsSection.java | 75 out.annotate(4, "proto_ids_size: " + Hex.u4(sz)); 76 out.annotate(4, "proto_ids_off: " + Hex.u4(offset));
|
| Section.java | 161 out.annotate(0, "\n" + name + ":"); 163 out.annotate(0, "\n");
|
| CatchStructs.java | 221 * Helper method to annotate or simply print the exception handlers. 227 * @param annotateTo {@code null-ok;} where to consume bytes and annotate to 240 annotateTo.annotate(0, prefix + "tries:"); 253 annotateTo.annotate(amt1, s1); 254 annotateTo.annotate(amt2, s2); 266 annotateTo.annotate(0, prefix + "handlers:"); 267 annotateTo.annotate(encodedHandlerHeaderSize, 293 * Helper for {@link #annotateEntries} to annotate a catch handler list 296 * @param handlers {@code non-null;} handlers to annotate 301 * @param annotateTo {@code non-null;} where to annotate t [all...] |
| ValueEncoder.java | 276 out.annotate(" size: " + Hex.u4(size)); 284 out.annotate(" [" + Integer.toHexString(i) + "] " + 317 out.annotate(" type_idx: " + Hex.u4(typeIdx) + " // " + 327 out.annotate(" size: " + Hex.u4(size)); 339 out.annotate(0, " elements[" + at + "]:"); 341 out.annotate(" name_idx: " + Hex.u4(nameIdx) + " // " + 348 out.annotate(" value: " + constantToHuman(value));
|
| MixedItemSection.java | 152 out.annotate(4, name + "_size:" + spaces + Hex.u4(sz)); 153 out.annotate(4, name + "_off: " + spaces + Hex.u4(offset)); 251 out.annotate(0, intro); 256 out.annotate(0, item.offsetString() + ' ' + label + '\n'); 341 out.annotate(0, "\n");
|
| Statistics.java | 76 out.annotate(0, "\nstatistics:\n"); 168 out.annotate(toHuman());
|
| 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));
|
| /external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
| FieldIdsSection.java | 84 out.annotate(4, "field_ids_size: " + Hex.u4(sz)); 85 out.annotate(4, "field_ids_off: " + Hex.u4(offset));
|
| MethodIdsSection.java | 84 out.annotate(4, "method_ids_size: " + Hex.u4(sz)); 85 out.annotate(4, "method_ids_off: " + Hex.u4(offset));
|
| ProtoIdsSection.java | 76 out.annotate(4, "proto_ids_size: " + Hex.u4(sz)); 77 out.annotate(4, "proto_ids_off: " + Hex.u4(offset));
|
| Section.java | 162 out.annotate(0, "\n" + name + ":"); 164 out.annotate(0, "\n");
|
| CatchStructs.java | 222 * Helper method to annotate or simply print the exception handlers. 228 * @param annotateTo {@code null-ok;} where to consume bytes and annotate to 241 annotateTo.annotate(0, prefix + "tries:"); 254 annotateTo.annotate(amt1, s1); 255 annotateTo.annotate(amt2, s2); 267 annotateTo.annotate(0, prefix + "handlers:"); 268 annotateTo.annotate(encodedHandlerHeaderSize, 294 * Helper for {@link #annotateEntries} to annotate a catch handler list 297 * @param handlers {@code non-null;} handlers to annotate 302 * @param annotateTo {@code non-null;} where to annotate t [all...] |
| ValueEncoder.java | 275 out.annotate(" size: " + Hex.u4(size)); 283 out.annotate(" [" + Integer.toHexString(i) + "] " + 316 out.annotate(" type_idx: " + Hex.u4(typeIdx) + " // " + 326 out.annotate(" size: " + Hex.u4(size)); 338 out.annotate(0, " elements[" + at + "]:"); 340 out.annotate(" name_idx: " + Hex.u4(nameIdx) + " // " + 347 out.annotate(" value: " + constantToHuman(value));
|
| MixedItemSection.java | 153 out.annotate(4, name + "_size:" + spaces + Hex.u4(sz)); 154 out.annotate(4, name + "_off: " + spaces + Hex.u4(offset)); 252 out.annotate(0, intro); 257 out.annotate(0, item.offsetString() + ' ' + label + '\n'); 342 out.annotate(0, "\n");
|
| /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/ |
| TypeListItem.java | 55 out.annotate(4, "size: %d", size); 59 out.annotate(2, TypeIdItem.getReferenceAnnotation(dexFile, typeIndex));
|
| /dalvik/dexgen/src/com/android/dexgen/dex/file/ |
| CatchStructs.java | 224 * Helper method to annotate or simply print the exception handlers. 230 * @param annotateTo {@code null-ok;} where to consume bytes and annotate to 243 annotateTo.annotate(0, prefix + "tries:"); 256 annotateTo.annotate(amt1, s1); 257 annotateTo.annotate(amt2, s2); 269 annotateTo.annotate(0, prefix + "handlers:"); 270 annotateTo.annotate(encodedHandlerHeaderSize, 296 * Helper for {@link #annotateEntries} to annotate a catch handler list 299 * @param handlers {@code non-null;} handlers to annotate 304 * @param annotateTo {@code non-null;} where to annotate t [all...] |
| MixedItemSection.java | 153 out.annotate(4, name + "_size:" + spaces + Hex.u4(sz)); 154 out.annotate(4, name + "_off: " + spaces + Hex.u4(offset)); 252 out.annotate(0, intro); 257 out.annotate(0, item.offsetString() + ' ' + label + '\n'); 342 out.annotate(0, "\n");
|
| Statistics.java | 77 out.annotate(0, "\nstatistics:\n"); 169 out.annotate(toHuman());
|
| 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));
|
| UniformListItem.java | 193 out.annotate(0, offsetString() + " " + typeName()); 194 out.annotate(4, " size: " + Hex.u4(size));
|
| /dalvik/dx/src/com/android/dx/cf/code/ |
| ExecutionStack.java | 79 * @param ex {@code non-null;} the exception to annotate 81 public void annotate(ExceptionWithContext ex) { method in class:ExecutionStack 311 this.annotate(ex); 313 other.annotate(ex);
|
| OneLocalsArray.java | 58 public void annotate(ExceptionWithContext ex) { method in class:OneLocalsArray 213 annotate(ex); 215 other.annotate(ex);
|
| /external/chromium_org/chrome/common/extensions/docs/server2/ |
| manifest_data_source.py | 89 def annotate(parent_level, features): function in function:_AddLevelAnnotations 97 annotate(level, item['children']) 101 annotate('required', features)
|