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

1 2 3 45 6 7 8 91011>>

  /external/smali/dexlib/src/main/java/org/jf/dexlib/
Section.java 110 out.annotate(0, " ");
111 out.annotate(0, "-----------------------------");
112 out.annotate(0, this.ItemType.TypeName + " section");
113 out.annotate(0, "-----------------------------");
114 out.annotate(0, " ");
120 out.annotate(0, " ");
  /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:");
StringDataItem.java 76 out.annotate(Leb128Utils.unsignedLeb128Size(utf16Size),
78 out.annotate(bytes.size() + 1, value.toQuoted());
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...]
EncodedMethod.java 179 out.annotate(0, String.format(" [%x] %s", dumpSeq,
181 out.annotate(Leb128Utils.unsignedLeb128Size(diff),
183 out.annotate(Leb128Utils.unsignedLeb128Size(accessFlags),
186 out.annotate(Leb128Utils.unsignedLeb128Size(codeOff),
ProtoIdItem.java 150 out.annotate(0, indexString() + ' ' + sb.toString());
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/dx/src/com/android/dx/dex/file/
AnnotationsDirectoryItem.java 291 out.annotate(0, offsetString() + " annotations directory");
292 out.annotate(4, " class_annotations_off: " + Hex.u4(classOff));
293 out.annotate(4, " fields_size: " +
295 out.annotate(4, " methods_size: " +
297 out.annotate(4, " parameters_size: " +
309 out.annotate(0, " fields:");
319 out.annotate(0, " methods:");
329 out.annotate(0, " parameters:");
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));
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...]
EncodedMethod.java 178 out.annotate(0, String.format(" [%x] %s", dumpSeq,
180 out.annotate(Leb128.unsignedLeb128Size(diff),
182 out.annotate(Leb128.unsignedLeb128Size(accessFlags),
185 out.annotate(Leb128.unsignedLeb128Size(codeOff),
ProtoIdItem.java 147 out.annotate(0, indexString() + ' ' + sb.toString());
148 out.annotate(4, " shorty_idx: " + Hex.u4(shortyIdx) +
150 out.annotate(4, " return_type_idx: " + Hex.u4(returnIdx) +
152 out.annotate(4, " parameters_off: " + Hex.u4(paramsOff));
  /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 \
annotate-tokens-cxx0x.cpp 27 // RUN: c-index-test -test-annotate-tokens=%s:1:1:5:1 -fno-delayed-template-parsing -std=c++11 %s | FileCheck %s
31 // RUN: c-index-test -test-annotate-tokens=%s:8:1:9:1 -std=c++11 %s | FileCheck -check-prefix=CHECK-DECLTYPE %s
34 // RUN: c-index-test -test-annotate-tokens=%s:13:1:14:1 -std=c++11 %s | FileCheck -check-prefix=CHECK-TRAIT %s
39 // RUN: c-index-test -test-annotate-tokens=%s:16:1:24:1 -std=c++11 %s | FileCheck -check-prefix=CHECK-WITH-OVERRIDE %s
ms-if-exists.cpp 14 // RUN: c-index-test -test-annotate-tokens=%s:3:1:11:3 -fms-extensions -fno-ms-compatibility -fno-delayed-template-parsing %s | FileCheck %s
  /external/dexmaker/src/dx/java/com/android/dx/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:");
StringDataItem.java 76 out.annotate(Leb128Utils.unsignedLeb128Size(utf16Size),
78 out.annotate(bytes.size() + 1, value.toQuoted());
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...]
  /external/chromium_org/base/debug/
leak_annotations.h 11 // This file defines macros which can be used to annotate intentional memory
  /external/chromium_org/sync/internal_api/public/base/
model_type_test_util.cc 40 // No need to annotate listener since we already define PrintTo().
  /external/chromium_org/third_party/leveldatabase/src/util/
hash.cc 9 // The FALLTHROUGH_INTENDED macro can be used to annotate implicit fall-through
  /external/chromium_org/tools/check_ecs_deps/
check_ecs_deps.py 105 parser.add_option("", "--annotate", dest='annotate', action='store_true',
107 parser.add_option("", "--noannotate", dest='annotate', action='store_false')
132 if options.annotate:
  /external/compiler-rt/lib/tsan/
gen_dynamic_list.sh 35 results+=" Annotate*"

Completed in 827 milliseconds

1 2 3 45 6 7 8 91011>>