/dalvik/dx/src/com/android/dx/dex/file/ |
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...] |
TypeIdItem.java | 64 out.annotate(0, indexString() + ' ' + descriptor.toHuman()); 65 out.annotate(4, " descriptor_idx: " + Hex.u4(idx));
|
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...] |
AnnotationItem.java | 176 out.annotate(0, prefix + "visibility: " + 178 out.annotate(0, prefix + "type: " + annotation.getType().toHuman()); 184 out.annotate(0, prefix + name.toHuman() + ": " + 196 out.annotate(0, offsetString() + " annotation"); 197 out.annotate(1, " visibility: VISBILITY_" + visibility);
|
MapItem.java | 220 out.annotate(0, offsetString() + ' ' + type.getTypeName() + 222 out.annotate(2, " type: " + Hex.u2(value) + " // " + 224 out.annotate(2, " unused: 0"); 225 out.annotate(4, " size: " + Hex.u4(itemCount)); 226 out.annotate(4, " offset: " + Hex.u4(offset));
|
AnnotationSetItem.java | 140 out.annotate(0, offsetString() + " annotation set"); 141 out.annotate(4, " size: " + Hex.u4(size)); 151 out.annotate(4, " entries[" + Integer.toHexString(i) + "]: " +
|
EncodedField.java | 143 out.annotate(0, String.format(" [%x] %s", dumpSeq, 145 out.annotate(Leb128.unsignedLeb128Size(diff), 147 out.annotate(Leb128.unsignedLeb128Size(accessFlags),
|
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: " +
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
TypeIdItem.java | 66 out.annotate(0, indexString() + ' ' + descriptor.toHuman()); 67 out.annotate(4, " descriptor_idx: " + Hex.u4(idx));
|
ClassDefItem.java | 189 out.annotate(0, indexString() + ' ' + thisClass.toHuman()); 190 out.annotate(4, " class_idx: " + Hex.u4(classIdx)); 191 out.annotate(4, " access_flags: " + 193 out.annotate(4, " superclass_idx: " + Hex.u4(superIdx) + 196 out.annotate(4, " interfaces_off: " + Hex.u4(interOff)); 201 out.annotate(0, " " + list.getType(i).toHuman()); 204 out.annotate(4, " source_file_idx: " + Hex.u4(sourceFileIdx) + 207 out.annotate(4, " annotations_off: " + Hex.u4(annoOff)); 208 out.annotate(4, " class_data_off: " + Hex.u4(dataOff)); 209 out.annotate(4, " static_values_off: " [all...] |
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...] |
AnnotationItem.java | 174 out.annotate(0, prefix + "visibility: " + 176 out.annotate(0, prefix + "type: " + annotation.getType().toHuman()); 182 out.annotate(0, prefix + name.toHuman() + ": " + 194 out.annotate(0, offsetString() + " annotation"); 195 out.annotate(1, " visibility: VISBILITY_" + visibility);
|
MapItem.java | 221 out.annotate(0, offsetString() + ' ' + type.getTypeName() + 223 out.annotate(2, " type: " + Hex.u2(value) + " // " + 225 out.annotate(2, " unused: 0"); 226 out.annotate(4, " size: " + Hex.u4(itemCount)); 227 out.annotate(4, " offset: " + Hex.u4(offset));
|
AnnotationSetItem.java | 138 out.annotate(0, offsetString() + " annotation set"); 139 out.annotate(4, " size: " + Hex.u4(size)); 149 out.annotate(4, " entries[" + Integer.toHexString(i) + "]: " +
|
EncodedField.java | 140 out.annotate(0, String.format(" [%x] %s", dumpSeq, 142 out.annotate(Leb128Utils.unsignedLeb128Size(diff), 144 out.annotate(Leb128Utils.unsignedLeb128Size(accessFlags),
|
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: " +
|
ParameterAnnotationStruct.java | 114 out.annotate(0, " " + method.toHuman()); 115 out.annotate(4, " method_idx: " + Hex.u4(methodIdx)); 116 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,
|
/external/v8/src/ast/ |
ast-numbering.h | 38 // also annotate loops with the number of yields they contain (loop.yield_count) 39 // and the smallest ID of those (loop.first_yield_id), and we annotate the
|
/external/valgrind/callgrind/docs/ |
callgrind_annotate-manpage.xml | 7 <refentry id="callgrind-annotate"> 10 <refentrytitle>Callgrind Annotate</refentrytitle>
|
/external/python/cpython3/Doc/library/ |
pickletools.rst | 54 .. cmdoption:: -a, --annotate 56 Annotate each line with a short opcode description. 82 .. function:: dis(pickle, out=None, memo=None, indentlevel=4, annotate=0) 91 is given to *annotate*, each opcode in the output is annotated with 92 a short description. The value of *annotate* is used as a hint for 96 The *annotate* argument.
|
/external/clang/test/Index/ |
annotate-tokens-cxx0x.cpp | 68 // RUN: c-index-test -test-annotate-tokens=%s:1:1:5:1 -fno-delayed-template-parsing -std=c++11 %s | FileCheck %s 72 // RUN: c-index-test -test-annotate-tokens=%s:8:1:9:1 -std=c++11 %s | FileCheck -check-prefix=CHECK-DECLTYPE %s 75 // RUN: c-index-test -test-annotate-tokens=%s:13:1:14:1 -std=c++11 %s | FileCheck -check-prefix=CHECK-TRAIT %s 80 // RUN: c-index-test -test-annotate-tokens=%s:16:1:24:1 -std=c++11 %s | FileCheck -check-prefix=CHECK-WITH-OVERRIDE %s 97 // RUN: c-index-test -test-annotate-tokens=%s:64:1:65:1 -std=c++11 %s | FileCheck -check-prefix=CHECK-INITLIST %s
|
/system/extras/simpleperf/scripts/ |
annotate.py | 18 """annotate.py: annotate source files based on perf.data. 317 def annotate(self): member in class:SourceFileAnnotator 558 """Annotate Source files: add acc_period/period for each source file. 559 1. Annotate java source files, which have $JAVA_SRC_ROOT prefix. 560 2. Annotate c++ source files. 592 """Annotate a source file. 594 Annotate a source file in three steps: 600 log_info('annotate file %s' % from_path) 626 annotate = annotates.get(line [all...] |