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

<<11121314151617181920>>

  /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 + ":");
  /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 + ":");
  /external/jsr305/javadoc/javax/annotation/
package-summary.html 119 <TD>Used to annotate a value that may be either negative or nonnegative, and
139 <TD>Used to annotate a value that should only contain nonnegative values</TD>
188 <TD>Used to annotate a value of unknown sign</TD>
  /external/chromium_org/build/android/
adb_gdb 87 ANNOTATE=
120 --annotate=3)
121 ANNOTATE=$optarg
312 --annotate=<num> Enable gdb annotation.
805 # difficult to pass --annotate=3 to the gdb binary itself.
807 if [ "$ANNOTATE" ]; then
808 GDB_ARGS=$GDB_ARGS" --annotate=$ANNOTATE"
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Options.py 22 annotate = False variable
137 'control_flow.dot_annotate_defs': False, # Annotate definitions
UtilNodes.py 115 def annotate(self, code): member in class:TempsBlockNode
116 self.body.annotate(code)
  /external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/
examples.txt 189 Or you can annotate the recorded 'git gc' run on a per symbol basis
192 titan:~/git> perf annotate __GI___fork
perf-report.txt 152 --tui:: Use the TUI interface, that is integrated with annotate and allows
228 linkperf:perf-stat[1], linkperf:perf-annotate[1]
  /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/base/message_loop/
message_loop_proxy_unittest.cc 213 // Annotate the scope as having memory leaks to suppress heapchecker reports.
  /external/chromium_org/base/threading/
thread.cc 152 // with ThreadMain, so we annotate it to stay silent under ThreadSanitizer.
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
GraphicsContextAnnotator.cpp 89 void GraphicsContextAnnotator::annotate(const PaintInfo& paintInfo, const RenderObject* object) function in class:blink::GraphicsContextAnnotator
  /external/chromium_org/third_party/mesa/src/docs/
relnotes-9.0.1.html 134 <li>ralloc: Annotate printf functions with PRINTFLIKE(...)</li>
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
thread_annotations.h 82 // (i.e. You don't have to annotate both locks with both ACQUIRED_AFTER
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
thread_annotations.h 82 // (i.e. You don't have to annotate both locks with both ACQUIRED_AFTER
  /external/clang/lib/Format/
TokenAnnotator.h 119 void annotate(AnnotatedLine &Line);
  /external/clang/test/Index/
annotate-literals.m 40 // RUN: c-index-test -test-annotate-tokens=%s:33:1:37:1 %s | FileCheck -check-prefix=CHECK-LITERALS %s
annotate-subscripting.m 38 // RUN: c-index-test -test-annotate-tokens=%s:22:1:36:1 -target x86_64-apple-macosx10.7 %s | FileCheck %s
arc-annotate.m 12 // RUN: c-index-test -test-annotate-tokens=%s:1:1:11:1 %s -fobjc-arc -fobjc-nonfragile-abi | FileCheck %s
  /external/compiler-rt/include/sanitizer/
common_interface_defs.h 74 // Annotate the current state of a contiguous container, such as
  /external/llvm/test/CodeGen/Thumb2/
thumb2-jtb.ll 11 ; we don't annotate this region.
  /external/mesa3d/docs/
relnotes-9.0.1.html 134 <li>ralloc: Annotate printf functions with PRINTFLIKE(...)</li>
  /external/oprofile/pp/
opannotate.cpp 51 /// string used as start / end comment to annotate source
157 /// 1. If sample address matches current line address, annotate the current line.
159 /// then we annotate previous line. This case happens when sample address
246 // Failed to annotate the previous line. Skip sample.
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
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/pdfium/core/src/fxge/Microsoft SDK/include/
specstrings.h 30 // The most important annotations in SpecStrings.h provide a consistent way to annotate
149 // buffer macros. These may be used either to annotate buffer parameters that involve
164 // like __out_ecount. This should only be used to annotate old APIs.
169 // like __in_ecount. This should only be used to annotate old APIs.
549 // Any of these may be used to directly annotate functions, but only one should
    [all...]

Completed in 2110 milliseconds

<<11121314151617181920>>