/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/pytorch/torch/_export/db/examples/ |
D | decorator.py | 13 class Decorator(torch.nn.Module): class 23 model = Decorator()
|
/external/chromium-trace/catapult/common/py_utils/py_utils/ |
D | retry_util.py | 44 def Decorator(f): function 61 return Decorator
|
/external/robolectric/sandbox/src/main/java/org/robolectric/internal/bytecode/ |
D | ShadowDecorator.java | 11 @AutoService(ClassInstrumentor.Decorator.class) 13 public class ShadowDecorator implements ClassInstrumentor.Decorator {
|
D | InvokeDynamicClassInstrumentor.java | 9 public InvokeDynamicClassInstrumentor(Decorator decorator) { in InvokeDynamicClassInstrumentor()
|
D | ClassInstrumentor.java | 55 final Decorator decorator; 95 protected ClassInstrumentor(Decorator decorator) { in ClassInstrumentor() 798 public interface Decorator { interface in ClassInstrumentor
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_diag.cc | 95 class Decorator : public SanitizerCommonDecorator { class 97 Decorator() : SanitizerCommonDecorator() {} in Decorator() function in __anonf84f96530111::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/perfetto/tools/ |
D | run_android_test | 53 def Decorator(f): function 81 return Decorator
|
/external/chromium-crossbench/crossbench/decor/run/ |
D | run_decorator.py | 17 class RunDecorator(base.Decorator[Run]):
|
/external/chromium-crossbench/crossbench/decor/session/ |
D | session_decorator.py | 17 class SessionDecorator(base.Decorator[Run]):
|
/external/skia/tools/viewer/ |
D | SkottieSlide.cpp | 84 class Decorator : public SkNoncopyable { class 86 virtual ~Decorator() = default; 93 class SimpleMarker final : public Decorator { 97 static std::unique_ptr<Decorator> Make() { return std::make_unique<SimpleMarker>(); } in Make() 145 std::unique_ptr<Decorator>(*fFactory)(); 246 std::unique_ptr<Decorator> fDecorator;
|
/external/gwp_asan/gwp_asan/optional/ |
D | segv_handler_posix.cpp | 130 ScopedEndOfReportDecorator Decorator(Printf); in dumpReport() local 146 ScopedEndOfReportDecorator Decorator(Printf); in dumpReport() local
|
/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/cachetools/docs/ |
D | index.rst | 220 Decorator to wrap a function with a memoizing callable that saves 315 Decorator to wrap a class or instance method with a memoizing 489 Decorator that wraps a function with a memoizing callable that 496 Decorator that wraps a function with a memoizing callable that 503 Decorator that wraps a function with a memoizing callable that 510 Decorator that wraps a function with a memoizing callable that 517 Decorator that wraps a function with a memoizing callable that 524 Decorator to wrap a function with a memoizing callable that saves
|
/external/pigweed/pw_console/py/pw_console/ |
D | pigweed_code_style.py | 79 Token.Name.Decorator: '#f8f8f2', 194 Token.Name.Decorator: '#36f9f6',
|
/external/python/cpython3/Doc/library/ |
D | test.rst | 718 Decorator for the minimum version when running test on FreeBSD. If the 724 Decorator for the minimum version when running test on Linux. If the 730 Decorator for the minimum version when running test on macOS. If the 736 Decorator for skipping tests on the free-threaded build. If the 742 Decorator for skipping tests on non-IEEE 754 platforms. 747 Decorator for skipping tests if :mod:`zlib` doesn't exist. 752 Decorator for skipping tests if :mod:`gzip` doesn't exist. 757 Decorator for skipping tests if :mod:`bz2` doesn't exist. 762 Decorator for skipping tests if :mod:`lzma` doesn't exist. 767 Decorator for skipping tests if *resource* is not available. [all …]
|
/external/chromium-crossbench/crossbench/decor/ |
D | base.py | 29 class Decorator(abc.ABC, Generic[DecoratorTargetT]): class
|
/external/pigweed/pw_cli/ |
D | api.rst | 72 * **Decorator.** Register using the :py:meth:`pw_cli.plugins.Registry.plugin`
|
/external/python/httplib2/doc/html/_static/ |
D | pygments.css | 32 .nd { color: #555555; font-weight: bold } /* Name.Decorator */
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/_sass/skins/highlight/tomorrow/ |
D | _highlight.scss | 42 .nd { color: $highlight-aqua; } /* Name.Decorator */
|
/external/libnl/doc/stylesheets/ |
D | pygments.css | 36 .highlight .nd { color: #AA22FF } /* Name.Decorator */
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/_sass/skins/highlight/tomorrow/ |
D | _highlight.scss | 42 .nd { color: $highlight-aqua; } /* Name.Decorator */
|