/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_errors.cpp | 47 Decorator d; in Print() 63 Decorator d; in Print() 104 Decorator d; in Print() 125 Decorator d; in Print() 143 Decorator d; in Print() 156 Decorator d; in Print() 169 Decorator d; in Print() 182 Decorator d; in Print() 195 Decorator d; in Print() 209 Decorator d; in Print() [all …]
|
D | asan_descriptions.cpp | 128 Decorator d; in PrintHeapChunkAccess() 258 Decorator d; in PrintAccessAndVarIntersection() 280 Decorator d; in DescribeAddressRelativeToGlobal() 358 Decorator d; in Print() 419 Decorator d; in Print()
|
D | asan_descriptions.h | 43 class Decorator : public __sanitizer::SanitizerCommonDecorator { 45 Decorator() : SanitizerCommonDecorator() {} in Decorator() function
|
/external/llvm-project/compiler-rt/lib/msan/ |
D | msan_report.cpp | 30 class Decorator: public __sanitizer::SanitizerCommonDecorator { class 32 Decorator() : SanitizerCommonDecorator() { } in Decorator() function in __msan::Decorator 38 Decorator d; in DescribeStackOrigin() 61 Decorator d; in DescribeOrigin() 103 Decorator d; in ReportUMR() 143 Decorator d; in ReportAtExitStatistics() 202 Decorator d; in DescribeMemoryRange() 263 Decorator d; in ReportUMRInsideAddressRange()
|
/external/compiler-rt/lib/msan/ |
D | msan_report.cc | 30 class Decorator: public __sanitizer::SanitizerCommonDecorator { class 32 Decorator() : SanitizerCommonDecorator() { } in Decorator() function in __msan::Decorator 40 Decorator d; in DescribeStackOrigin() 63 Decorator d; in DescribeOrigin() 104 Decorator d; in ReportUMR() 144 Decorator d; in ReportAtExitStatistics() 203 Decorator d; in DescribeMemoryRange() 264 Decorator d; in ReportUMRInsideAddressRange()
|
/external/compiler-rt/lib/asan/ |
D | asan_report.cc | 69 class Decorator: public __sanitizer::SanitizerCommonDecorator { class 71 Decorator() : SanitizerCommonDecorator() { } in Decorator() function in __asan::Decorator 122 Decorator d; in PrintMemoryByte() 136 Decorator d; in PrintShadowBytes() 295 Decorator d; in DescribeAddressRelativeToGlobal() 411 Decorator d; in PrintAccessAndVarIntersection() 453 Decorator d; in DescribeAddressIfStack() 517 Decorator d; in DescribeAccessToHeapChunk() 554 Decorator d; in DescribeHeapAddress() 743 Decorator d; in ReportStackOverflow() [all …]
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_report.cc | 38 class Decorator: public __sanitizer::SanitizerCommonDecorator { class 40 Decorator() : SanitizerCommonDecorator() { } in Decorator() function in __tsan::Decorator 156 Decorator d; in PrintMop() 170 Decorator d; in PrintLocation() 205 Decorator d; in PrintMutexShort() 211 Decorator d; in PrintMutexShortWithAddress() 216 Decorator d; in PrintMutex() 230 Decorator d; in PrintThread() 249 Decorator d; in PrintSleep() 290 Decorator d; in PrintReport()
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_report.cpp | 38 class Decorator: public __sanitizer::SanitizerCommonDecorator { class 40 Decorator() : SanitizerCommonDecorator() { } in Decorator() function in __tsan::Decorator 163 Decorator d; in PrintMop() 185 Decorator d; in PrintLocation() 227 Decorator d; in PrintMutexShort() 233 Decorator d; in PrintMutexShortWithAddress() 238 Decorator d; in PrintMutex() 252 Decorator d; in PrintThread() 277 Decorator d; in PrintSleep() 318 Decorator d; in PrintReport()
|
/external/chromium-trace/catapult/common/py_utils/py_utils/ |
D | retry_util.py | 44 def Decorator(f): function 61 return Decorator
|
/external/llvm-project/compiler-rt/lib/hwasan/ |
D | hwasan_report.cpp | 130 class Decorator: public __sanitizer::SanitizerCommonDecorator { class 132 Decorator() : SanitizerCommonDecorator() { } in Decorator() function in __hwasan::Decorator 302 Decorator d; in PrintAddressDescription() 511 Decorator d; in ReportInvalidFree() 534 Decorator d; in ReportTailOverwritten() 595 Decorator d; in ReportTagMismatch()
|
/external/skia/experimental/sktext/src/ |
D | Decorator.cpp | 8 bool Decorator::process() { in process()
|
D | Decorator.h | 9 class Decorator {
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_diag.cc | 95 class Decorator : public SanitizerCommonDecorator { class 97 Decorator() : SanitizerCommonDecorator() {} in Decorator() function in __anon99c9ab040111::Decorator 246 static void PrintMemorySnippet(const Decorator &Decor, MemoryLocation Loc, in PrintMemorySnippet() 338 Decorator Decor; in ~Diag()
|
/external/python/google-api-python-client/samples/appengine/ |
D | README | 2 using the OAuth 2.0 Decorator for Google App Engine applications.
|
/external/llvm-project/compiler-rt/lib/ubsan/ |
D | ubsan_diag.cpp | 107 class Decorator : public SanitizerCommonDecorator { class 109 Decorator() : SanitizerCommonDecorator() {} in Decorator() function in __anon448d694f0111::Decorator 256 static void PrintMemorySnippet(const Decorator &Decor, MemoryLocation Loc, in PrintMemorySnippet() 348 Decorator Decor; in ~Diag()
|
/external/perfetto/tools/ |
D | run_android_test | 53 def Decorator(f): function 81 return Decorator
|
/external/skia/experimental/sktext/ |
D | sktext.gni | 13 "$_src/Decorator.cpp",
|
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/ |
D | SandboxClassLoader.java | 46 ClassInstrumentor.Decorator decorator = new ShadowDecorator(); in SandboxClassLoader() 81 protected ClassInstrumentor createClassInstrumentor(ClassInstrumentor.Decorator decorator) { in createClassInstrumentor()
|
D | ClassInstrumentor.java | 34 final Decorator decorator; 36 protected ClassInstrumentor(Decorator decorator) { in ClassInstrumentor() 511 public interface Decorator { interface in ClassInstrumentor
|
D | ShadowDecorator.java | 14 public class ShadowDecorator implements ClassInstrumentor.Decorator {
|
D | InvokeDynamicClassInstrumentor.java | 40 public InvokeDynamicClassInstrumentor(Decorator decorator) { in InvokeDynamicClassInstrumentor()
|
/external/compiler-rt/lib/lsan/ |
D | lsan_common.cc | 113 class Decorator: public __sanitizer::SanitizerCommonDecorator { class 115 Decorator() : SanitizerCommonDecorator() { } in Decorator() function in __lsan::Decorator 457 Decorator d; in CheckForLeaks() 594 Decorator d; in PrintReportForLeak()
|
/external/python/cpython3/Doc/library/ |
D | test.rst | 916 Decorator for the minimum version when running test on FreeBSD. If the 922 Decorator for the minimum version when running test on Linux. If the 928 Decorator for the minimum version when running test on Mac OS X. If the 934 Decorator for skipping tests on non-IEEE 754 platforms. 939 Decorator for skipping tests if :mod:`zlib` doesn't exist. 944 Decorator for skipping tests if :mod:`gzip` doesn't exist. 949 Decorator for skipping tests if :mod:`bz2` doesn't exist. 954 Decorator for skipping tests if :mod:`lzma` doesn't exist. 959 Decorator for skipping tests if *resource* is not available. 964 Decorator for only running the test if :data:`HAVE_DOCSTRINGS`. [all …]
|
/external/llvm-project/compiler-rt/lib/lsan/ |
D | lsan_common.cpp | 121 class Decorator: public __sanitizer::SanitizerCommonDecorator { class 123 Decorator() : SanitizerCommonDecorator() { } in Decorator() function in __lsan::Decorator 617 Decorator d; in CheckForLeaks() 754 Decorator d; in PrintReportForLeak()
|
/external/gwp_asan/gwp_asan/optional/ |
D | segv_handler_posix.cpp | 100 ScopedEndOfReportDecorator Decorator(Printf); in dumpReport() local
|