Home
last modified time | relevance | path

Searched refs:Decorator (Results 1 – 25 of 46) sorted by relevance

12

/external/compiler-rt/lib/msan/
Dmsan_report.cc30 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/
Dasan_report.cc69 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/
Dtsan_report.cc38 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/
Ddecorator.py13 class Decorator(torch.nn.Module): class
23 model = Decorator()
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dretry_util.py44 def Decorator(f): function
61 return Decorator
/external/robolectric/sandbox/src/main/java/org/robolectric/internal/bytecode/
DShadowDecorator.java11 @AutoService(ClassInstrumentor.Decorator.class)
13 public class ShadowDecorator implements ClassInstrumentor.Decorator {
DInvokeDynamicClassInstrumentor.java9 public InvokeDynamicClassInstrumentor(Decorator decorator) { in InvokeDynamicClassInstrumentor()
DClassInstrumentor.java55 final Decorator decorator;
95 protected ClassInstrumentor(Decorator decorator) { in ClassInstrumentor()
798 public interface Decorator { interface in ClassInstrumentor
/external/compiler-rt/lib/ubsan/
Dubsan_diag.cc95 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/
DREADME2 using the OAuth 2.0 Decorator for Google App Engine applications.
/external/perfetto/tools/
Drun_android_test53 def Decorator(f): function
81 return Decorator
/external/chromium-crossbench/crossbench/decor/run/
Drun_decorator.py17 class RunDecorator(base.Decorator[Run]):
/external/chromium-crossbench/crossbench/decor/session/
Dsession_decorator.py17 class SessionDecorator(base.Decorator[Run]):
/external/skia/tools/viewer/
DSkottieSlide.cpp84 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/
Dsegv_handler_posix.cpp130 ScopedEndOfReportDecorator Decorator(Printf); in dumpReport() local
146 ScopedEndOfReportDecorator Decorator(Printf); in dumpReport() local
/external/compiler-rt/lib/lsan/
Dlsan_common.cc113 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/
Dindex.rst220 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/
Dpigweed_code_style.py79 Token.Name.Decorator: '#f8f8f2',
194 Token.Name.Decorator: '#36f9f6',
/external/python/cpython3/Doc/library/
Dtest.rst718 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/
Dbase.py29 class Decorator(abc.ABC, Generic[DecoratorTargetT]): class
/external/pigweed/pw_cli/
Dapi.rst72 * **Decorator.** Register using the :py:meth:`pw_cli.plugins.Registry.plugin`
/external/python/httplib2/doc/html/_static/
Dpygments.css32 .nd { color: #555555; font-weight: bold } /* Name.Decorator */
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/_sass/skins/highlight/tomorrow/
D_highlight.scss42 .nd { color: $highlight-aqua; } /* Name.Decorator */
/external/libnl/doc/stylesheets/
Dpygments.css36 .highlight .nd { color: #AA22FF } /* Name.Decorator */
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/_sass/skins/highlight/tomorrow/
D_highlight.scss42 .nd { color: $highlight-aqua; } /* Name.Decorator */

12