HomeSort by relevance Sort by last modified time
    Searched refs:annotate (Results 151 - 175 of 192) sorted by null

1 2 3 4 5 67 8

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_dircache.py 65 dircache.annotate(self.tempdir, lst)
  /dalvik/dx/src/com/android/dx/cf/code/
Frame.java 409 * @param ex {@code non-null;} the exception to annotate
411 public void annotate(ExceptionWithContext ex) { method in class:Frame
412 locals.annotate(ex);
413 stack.annotate(ex);
Simulator.java 99 frame.annotate(ex);
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
ClassDataItem.java 347 out.annotate(0, offsetString() + " class data for " +
378 out.annotate(String.format(" %-21s %08x", label + "_size:",
405 out.annotate(0, " " + label + ":");
DebugInfoItem.java 97 * @param out {@code non-null;} where to annotate to
123 out.annotate(offsetString() + " debug info");
  /dalvik/dx/src/com/android/dx/dex/file/
ClassDataItem.java 343 out.annotate(0, offsetString() + " class data for " +
374 out.annotate(String.format(" %-21s %08x", label + "_size:",
401 out.annotate(0, " " + label + ":");
DebugInfoItem.java 94 * @param out {@code non-null;} where to annotate to
120 out.annotate(offsetString() + " debug info");
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
ClassDataItem.java 344 out.annotate(0, offsetString() + " class data for " +
375 out.annotate(String.format(" %-21s %08x", label + "_size:",
402 out.annotate(0, " " + label + ":");
DebugInfoItem.java 95 * @param out {@code non-null;} where to annotate to
121 out.annotate(offsetString() + " debug info");
  /external/clang/lib/Format/
TokenAnnotator.h 119 void annotate(AnnotatedLine &Line);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
DebugInfoItem.java 62 out.annotate(0, "parameters:");
72 out.annotate(0, "debug opcodes:");
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
AnnotatedBytes.java 109 annotate(offset - cursor, msg, formatArgs);
122 public void annotate(int length, @Nonnull String msg, Object... formatArgs) { method in class:AnnotatedBytes
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
style.css 203 .text span.annotate {
210 .text p.hide_par span.annotate {
  /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/harfbuzz_ng/util/
view-cairo.cc 95 if (view_options.annotate) {
options.hh 151 annotate = false;
163 hb_bool_t annotate; member in struct:view_options_t
helper-cairo.cc 358 if (!view_opts->annotate && ba == 255 && br == bg && bg == bb && fr == fg && fg == fb)
  /dalvik/dexgen/src/com/android/dexgen/util/
ByteArrayAnnotatedOutput.java 367 public void annotate(String msg) { method in class:ByteArrayAnnotatedOutput
377 public void annotate(int amt, String msg) { method in class:ByteArrayAnnotatedOutput
  /dalvik/dx/src/com/android/dx/util/
ByteArrayAnnotatedOutput.java 363 public void annotate(String msg) { method in class:ByteArrayAnnotatedOutput
373 public void annotate(int amt, String msg) { method in class:ByteArrayAnnotatedOutput
  /external/dexmaker/src/dx/java/com/android/dx/util/
ByteArrayAnnotatedOutput.java 360 public void annotate(String msg) { method in class:ByteArrayAnnotatedOutput
370 public void annotate(int amt, String msg) { method in class:ByteArrayAnnotatedOutput
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
Android.mk 48 util/annotate.c \
161 builtin-annotate.c \
Makefile 237 LIB_H += util/annotate.h
298 LIB_OBJS += $(OUTPUT)util/annotate.o
400 BUILTIN_OBJS += $(OUTPUT)builtin-annotate.o
477 LIB_OBJS += $(OUTPUT)ui/browsers/annotate.o
498 LIB_OBJS += $(OUTPUT)ui/gtk/annotate.o
623 $(OUTPUT)ui/browsers/annotate.o: ui/browsers/annotate.c $(OUTPUT)PERF-CFLAGS
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
control.py 5 from coverage.annotate import AnnotateReporter
569 def annotate(self, morfs=None, directory=None, ignore_errors=None, member in class:coverage
571 """Annotate a list of modules.
  /external/valgrind/main/cachegrind/
cg_annotate.in 154 --auto=yes|no annotate all source files containing functions
650 # Annotate selected files
811 # Annotate chosen lines, tracking total counts of lines printed
867 # Print list of unfound auto-annotate selected files.
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
hists.c 1423 annotate = -2, zoom_dso = -2, zoom_thread = -2, local
    [all...]

Completed in 1339 milliseconds

1 2 3 4 5 67 8