Searched defs:annotate (Results 1 - 9 of 9) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/util/
H A DAnnotatedOutput.java49 public void annotate(String msg); method in interface:AnnotatedOutput
62 public void annotate(int amt, String msg); method in interface:AnnotatedOutput
66 * until the next call to {@link #annotate}.
H A DByteArrayAnnotatedOutput.java360 public void annotate(String msg) { method in class:ByteArrayAnnotatedOutput
370 public void annotate(int amt, String msg) { method in class:ByteArrayAnnotatedOutput
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
H A DAnnotatedBytes.java109 annotate(offset - cursor, msg, formatArgs);
122 public void annotate(int length, @Nonnull String msg, Object... formatArgs) { method in class:AnnotatedBytes
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DDebugInfoEncoder.java130 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(outpu
[all...]
H A DDexFile.java193 boolean annotate = (humanOut != null);
194 ByteArrayAnnotatedOutput result = toDex0(annotate, verbose);
200 if (annotate) {
215 boolean annotate = (humanOut != null);
216 ByteArrayAnnotatedOutput result = toDex0(annotate, verbose);
218 if (annotate) {
490 * @param annotate whether or not to keep annotations
494 private ByteArrayAnnotatedOutput toDex0(boolean annotate, argument
559 if (annotate) {
594 if (annotate) {
[all...]
/external/linux-tools-perf/src/tools/perf/
H A Dbuiltin-annotate.c2 * builtin-annotate.c
4 * Builtin annotate command: Analyze the perf.data input file,
22 #include "util/annotate.h"
270 "perf annotate [<options>]",
276 struct perf_annotate annotate = { local
293 OPT_STRING('s', "symbol", &annotate.sym_hist_filter, "symbol",
294 "symbol to annotate"),
295 OPT_BOOLEAN('f', "force", &annotate.force, "don't complain, do it"),
300 OPT_BOOLEAN(0, "gtk", &annotate.use_gtk, "Use the GTK interface"),
301 OPT_BOOLEAN(0, "tui", &annotate
[all...]
/external/harfbuzz_ng/util/
H A Doptions.hh152 annotate = false;
163 hb_bool_t annotate; member in struct:view_options_t
/external/clang/lib/Format/
H A DTokenAnnotator.cpp1338 void TokenAnnotator::annotate(AnnotatedLine &Line) { function in class:clang::format::TokenAnnotator
1342 annotate(**I);
/external/linux-tools-perf/src/tools/perf/ui/browsers/
H A Dhists.c1423 annotate = -2, zoom_dso = -2, zoom_thread = -2, local
1575 annotate = nr_options++;
1630 if (choice == annotate || choice == annotate_t || choice == annotate_f) {
1662 * offer option to annotate the other branch source or target
1663 * (if they exists) when returning from annotate

Completed in 3767 milliseconds