HomeSort by relevance Sort by last modified time
    Searched full:annotate (Results 101 - 125 of 509) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/webrtc/
typedefs.h 78 // Annotate a virtual method indicating it must be overriding a virtual
99 // Annotate a function indicating the caller must examine the return value.
123 // Annotate a function that will not return control flow to the caller.
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
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,
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:");
DebugInfoEncoder.java 130 private void annotate(int length, String message) { method in class:DebugInfoEncoder
136 annotateTo.annotate(shouldConsume ? length : 0, message);
203 annotate(1, String.format("%04x: prologue end",address));
371 boolean annotate = (annotateTo != null) || (debugPrint != null);
381 if (annotate) {
382 annotate(output.getCursor() - mark, "line_start: " + line);
408 if (annotate) {
409 annotate(output.getCursor() - mark,
451 if (annotate) {
455 annotate(output.getCursor() - mark
    [all...]
StringDataItem.java 76 out.annotate(Leb128Utils.unsignedLeb128Size(utf16Size),
78 out.annotate(bytes.size() + 1, value.toQuoted());
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
FieldIdItem.java 58 out.annotate(2, "class_idx = %s", TypeIdItem.getReferenceAnnotation(dexFile, classIndex));
61 out.annotate(2, "return_type_idx = %s", TypeIdItem.getReferenceAnnotation(dexFile, typeIndex));
64 out.annotate(4, "name_idx = %s", StringIdItem.getReferenceAnnotation(dexFile, nameIndex));
MethodIdItem.java 58 out.annotate(2, "class_idx = %s", TypeIdItem.getReferenceAnnotation(dexFile, classIndex));
61 out.annotate(2, "proto_idx = %s", ProtoIdItem.getReferenceAnnotation(dexFile, protoIndex));
64 out.annotate(4, "name_idx = %s", StringIdItem.getReferenceAnnotation(dexFile, nameIndex));
ProtoIdItem.java 58 out.annotate(4, "shorty_idx = %s", StringIdItem.getReferenceAnnotation(dexFile, shortyIndex));
61 out.annotate(4, "return_type_idx = %s", TypeIdItem.getReferenceAnnotation(dexFile, returnTypeIndex));
64 out.annotate(4, "parameters_off = %s", TypeListItem.getReferenceAnnotation(dexFile, parametersOffset));
AnnotationSetItem.java 55 out.annotate(4, "size = %d", size);
59 out.annotate(4, AnnotationItem.getReferenceAnnotation(dexFile, annotationOffset));
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
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:");
DebugInfoEncoder.java 130 private void annotate(int length, String message) { method in class:DebugInfoEncoder
136 annotateTo.annotate(shouldConsume ? length : 0, message);
203 annotate(1, String.format("%04x: prologue end",address));
371 boolean annotate = (annotateTo != null) || (debugPrint != null);
381 if (annotate) {
382 annotate(output.getCursor() - mark, "line_start: " + line);
408 if (annotate) {
409 annotate(output.getCursor() - mark,
451 if (annotate) {
455 annotate(output.getCursor() - mark
    [all...]
StringDataItem.java 76 out.annotate(Leb128Utils.unsignedLeb128Size(utf16Size),
78 out.annotate(bytes.size() + 1, value.toQuoted());
  /dalvik/dx/src/com/android/dx/dex/file/
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:");
DebugInfoEncoder.java 138 private void annotate(int length, String message) { method in class:DebugInfoEncoder
144 annotateTo.annotate(shouldConsume ? length : 0, message);
211 annotate(1, String.format("%04x: prologue end",address));
379 boolean annotate = (annotateTo != null) || (debugPrint != null);
389 if (annotate) {
390 annotate(output.getCursor() - mark, "line_start: " + line);
416 if (annotate) {
417 annotate(output.getCursor() - mark,
459 if (annotate) {
463 annotate(output.getCursor() - mark
    [all...]
StringDataItem.java 76 out.annotate(Leb128.unsignedLeb128Size(utf16Size),
78 out.annotate(bytes.size() + 1, value.toQuoted());
StringIdItem.java 101 out.annotate(0, indexString() + ' ' + value.toQuoted(100));
102 out.annotate(4, " string_data_off: " + Hex.u4(dataOff));
  /external/chromium_org/content/browser/
safe_util_win.h 20 // may scan the file for viruses and if necessary, annotate it with evidence. As
25 // attempt to manually annotate the file with security zone information. A
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
annotate.py 45 """Annotate a single file.
47 `cu` is the CodeUnit for the file to annotate.
  /external/clang/test/Index/
targeted-annotation.c 9 // RUN: env CINDEXTEST_FAILONERROR=1 c-index-test -test-annotate-tokens=%s:1:1:7:1 %s -include %t.h \
15 // RUN: c-index-test -test-annotate-tokens=%s:1:1:7:1 %s -include %t.h \
34 // RUN: env CINDEXTEST_FAILONERROR=1 c-index-test -test-annotate-tokens=%S/targeted-fields.h:1:1:4:1 %s -include %t.h \
40 // RUN: c-index-test -test-annotate-tokens=%S/targeted-fields.h:1:1:4:1 %s -include %t.h \
53 // RUN: env CINDEXTEST_FAILONERROR=1 c-index-test -test-annotate-tokens=%S/targeted-nested1.h:1:1:3:1 %s -include %t.h \
58 // RUN: c-index-test -test-annotate-tokens=%S/targeted-nested1.h:1:1:3:1 %s -include %t.h \
68 // RUN: env CINDEXTEST_FAILONERROR=1 c-index-test -test-annotate-tokens=%S/targeted-top.h:1:1:12:1 %s -include %t.h \
74 // RUN: c-index-test -test-annotate-tokens=%S/targeted-top.h:1:1:12:1 %s -include %t.h \
  /external/llvm/test/Verifier/
range-2.ll 38 ; We can annotate the range of the return value of a CALL.
49 ; We can annotate the range of the return value of an INVOKE.

Completed in 1407 milliseconds

1 2 3 45 6 7 8 91011>>