Searched defs:annotate (Results 1 - 16 of 16) 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/dexlib/src/main/java/org/jf/dexlib/Util/
H A DAnnotatedOutput.java57 public void annotate(String msg); method in interface:AnnotatedOutput
70 public void annotate(int amt, String msg); method in interface:AnnotatedOutput
74 * until the next call to {@link #annotate}.
H A DByteArrayAnnotatedOutput.java379 public void annotate(String msg) { method in class:ByteArrayAnnotatedOutput
404 public void annotate(int amt, String msg) { method in class:ByteArrayAnnotatedOutput
H A DByteArrayOutput.java361 public void annotate(String msg) { method in class:ByteArrayOutput
371 public void annotate(int amt, String msg) { method in class:ByteArrayOutput
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DGraphicsContextAnnotator.cpp81 void GraphicsContextAnnotator::annotate(const PaintInfo& paintInfo, const RenderObject* object) function in class:WebCore::GraphicsContextAnnotator
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A D__init__.py57 annotate = _singleton_method('annotate') variable
H A Dcontrol.py5 from coverage.annotate import AnnotateReporter
569 def annotate(self, morfs=None, directory=None, ignore_errors=None, member in class:coverage
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dmanifest_data_source.py88 def annotate(parent_level, features): function in function:_AddLevelAnnotations
96 annotate(level, item['children'])
100 annotate('required', features)
/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/srec/srec/include/
H A Dutteranc.h63 annotate; typedef in typeref:struct:__anon26876
102 annotate *utb_table; /* utb file header information */
241 int init_utb_file(file_utterance_info *utt, annotate **table);
242 int position_utb_file(file_utterance_info *utt, long position, annotate *table);
253 int read_tcp(char *filename, annotate **tag_base);
254 int read_lst(char *filename, annotate *tag_base, int ntags);
255 int read_utb_table(char *filename, annotate **tag_base);
256 void save_tcp(char *tcpnam, annotate *tag, int ntags);
/external/clang/lib/Format/
H A DTokenAnnotator.cpp932 void TokenAnnotator::annotate(AnnotatedLine &Line) { function in class:clang::format::TokenAnnotator
/external/harfbuzz_ng/util/
H A Doptions.hh119 annotate = false;
131 hb_bool_t annotate; member in struct:view_options_t
/external/linux-tools-perf/util/ui/browsers/
H A Dhists.c834 annotate = -2, zoom_dso = -2, zoom_thread = -2, local
912 annotate = nr_options++;
945 if (choice == annotate) {
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 481 milliseconds