Home
last modified time | relevance | path

Searched refs:Decorator (Results 1 – 25 of 32) 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/v8/src/compiler/
Dcompiler-source-position-table.cc13 class SourcePositionTable::Decorator final : public GraphDecorator { class in v8::internal::compiler::SourcePositionTable
15 explicit Decorator(SourcePositionTable* source_positions) in Decorator() function in v8::internal::compiler::SourcePositionTable::Decorator
35 decorator_ = new (graph_->zone()) Decorator(this); in AddDecorator()
Dnode-origin-table.cc29 class NodeOriginTable::Decorator final : public GraphDecorator { class in v8::internal::compiler::NodeOriginTable
31 explicit Decorator(NodeOriginTable* origins) : origins_(origins) {} in Decorator() function in v8::internal::compiler::NodeOriginTable::Decorator
50 decorator_ = new (graph_->zone()) Decorator(this); in AddDecorator()
Dtyper.h39 class Decorator; variable
49 Decorator* decorator_;
Dcompiler-source-position-table.h59 class Decorator; in NON_EXPORTED_BASE()
62 Decorator* decorator_; in NON_EXPORTED_BASE()
Dnode-origin-table.h125 class Decorator; in NON_EXPORTED_BASE()
128 Decorator* decorator_; in NON_EXPORTED_BASE()
Dtyper.cc27 class Typer::Decorator final : public GraphDecorator { class in v8::internal::compiler::Typer
29 explicit Decorator(Typer* typer) : typer_(typer) {} in Decorator() function in v8::internal::compiler::Typer::Decorator
47 decorator_ = new (zone()) Decorator(this); in Typer()
364 void Typer::Decorator::Decorate(Node* node) { in Decorate()
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dretry_util.py40 def Decorator(f): function
57 return Decorator
/external/compiler-rt/lib/ubsan/
Dubsan_diag.cc95 class Decorator : public SanitizerCommonDecorator { class
97 Decorator() : SanitizerCommonDecorator() {} in Decorator() function in __anon95a638660111::Decorator
246 static void PrintMemorySnippet(const Decorator &Decor, MemoryLocation Loc, in PrintMemorySnippet()
338 Decorator Decor; in ~Diag()
/external/perfetto/tools/
Drun_android_test56 def Decorator(f): function
81 return Decorator
/external/python/google-api-python-client/samples/appengine/
DREADME2 using the OAuth 2.0 Decorator for Google App Engine applications.
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DSandboxClassLoader.java46 ClassInstrumentor.Decorator decorator = new ShadowDecorator(); in SandboxClassLoader()
81 protected ClassInstrumentor createClassInstrumentor(ClassInstrumentor.Decorator decorator) { in createClassInstrumentor()
DClassInstrumentor.java34 final Decorator decorator;
36 protected ClassInstrumentor(Decorator decorator) { in ClassInstrumentor()
511 public interface Decorator { interface in ClassInstrumentor
DShadowDecorator.java14 public class ShadowDecorator implements ClassInstrumentor.Decorator {
DInvokeDynamicClassInstrumentor.java40 public InvokeDynamicClassInstrumentor(Decorator decorator) { in InvokeDynamicClassInstrumentor()
DOldClassInstrumentor.java29 public OldClassInstrumentor(ClassInstrumentor.Decorator decorator) { in OldClassInstrumentor()
/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/cpython3/Doc/library/
Dtest.rst832 Decorator for the minimum version when running test on FreeBSD. If the
838 Decorator for the minimum version when running test on Linux. If the
844 Decorator for the minimum version when running test on Mac OS X. If the
850 Decorator for skipping tests on non-IEEE 754 platforms.
855 Decorator for skipping tests if :mod:`zlib` doesn't exist.
860 Decorator for skipping tests if :mod:`gzip` doesn't exist.
865 Decorator for skipping tests if :mod:`bz2` doesn't exist.
870 Decorator for skipping tests if :mod:`lzma` doesn't exist.
875 Decorator for skipping tests if *resource* is not available.
880 Decorator for only running the test if :data:`HAVE_DOCSTRINGS`.
[all …]
Dreprlib.rst50 Decorator for :meth:`__repr__` methods to detect recursive calls within the
Dtyping.rst929 Decorator to indicate that annotations are not type hints.
939 Decorator to give another decorator the :func:`no_type_check` effect.
Dfunctools.rst48 Decorator to wrap a function with a memoizing callable that saves up to the
/external/python/httplib2/doc/html/_static/
Dpygments.css32 .nd { color: #555555; font-weight: bold } /* Name.Decorator */
/external/libnl/doc/stylesheets/
Dpygments.css36 .highlight .nd { color: #AA22FF } /* Name.Decorator */

12