/external/chromium/net/proxy/ |
proxy_list.cc | 133 // (RemoveBadProxies would annotate them as 'expected bad' rather then delete
|
/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 | 150 // with ThreadMain, so we annotate it to stay silent under ThreadSanitizer.
|
/external/chromium_org/remoting/tools/ |
verify_resources.py | 37 remoting.gyp, or annotate existing uses of those tags with the
|
/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/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/linux-tools-perf/Documentation/ |
perf-report.txt | 98 --tui:: Use the TUI interface, that is integrated with annotate and allows
|
/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/smali/dexlib/src/main/java/org/jf/dexlib/ |
AnnotationItem.java | 91 out.annotate("visibility: " + visibility.name());
|
StringIdItem.java | 108 out.annotate(4, stringDataItem.getConciseIdentity());
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/ |
ArrayDataPseudoInstruction.java | 95 out.annotate(getSize(currentCodeAddress)*2, "[0x" + Integer.toHexString(currentCodeAddress) + "] " +
|
PackedSwitchDataPseudoInstruction.java | 97 out.annotate(getSize(currentCodeAddress)*2, "[0x" + Integer.toHexString(currentCodeAddress) + "] " +
|
SparseSwitchDataPseudoInstruction.java | 117 out.annotate(getSize(currentCodeAddress)*2, "[0x" + Integer.toHexString(currentCodeAddress) + "] " +
|
/external/valgrind/main/drd/tests/ |
annotate_smart_pointer.cpp | 2 * Test program that illustrates how to annotate a smart pointer
|
/external/linux-tools-perf/ |
Makefile | 249 LIB_H += util/annotate.h 294 LIB_OBJS += $(OUTPUT)util/annotate.o 347 BUILTIN_OBJS += $(OUTPUT)builtin-annotate.o 457 LIB_OBJS += $(OUTPUT)util/ui/browsers/annotate.o 716 $(OUTPUT)util/ui/browsers/annotate.o: util/ui/browsers/annotate.c $(OUTPUT)PERF-CFLAGS
|
/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/chromium_org/third_party/cld/base/ |
dynamic_annotations.h | 103 // is used only when it would be difficult to annotate each of the mutex's 319 // ANNOTATE_UNPROTECTED_READ is the preferred way to annotate racey reads.
|
/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
|