HomeSort by relevance Sort by last modified time
    Searched defs:Decorator (Results 1 - 11 of 11) sorted by null

  /external/chromium-trace/catapult/common/py_utils/py_utils/
retry_util.py 10 """Decorator to retry running a function if an exception is raised.
15 Note: the default number of retries is defined on the decorator, the decorated
22 if the decorator were to change the signature of the function.
28 del retries # Unused. Handled by the decorator.
40 def Decorator(f):
57 return Decorator
  /external/perfetto/tools/
run_android_test 39 """Decorator to retry a function in case of errors or falsy values.
50 then the decorator will raise a ValueError.
56 def Decorator(f):
81 return Decorator
  /external/v8/src/compiler/
compiler-source-position-table.cc 13 class SourcePositionTable::Decorator final : public GraphDecorator {
15 explicit Decorator(SourcePositionTable* source_positions)
35 decorator_ = new (graph_->zone()) Decorator(this);
typer.cc 27 class Typer::Decorator final : public GraphDecorator {
29 explicit Decorator(Typer* typer) : typer_(typer) {}
59 decorator_ = new (zone) Decorator(this);
351 void Typer::Decorator::Decorate(Node* node) {
    [all...]
  /external/compiler-rt/lib/msan/
msan_report.cc 30 class Decorator: public __sanitizer::SanitizerCommonDecorator {
32 Decorator() : SanitizerCommonDecorator() { }
40 Decorator d;
63 Decorator d;
104 Decorator d;
144 Decorator d;
203 Decorator d;
264 Decorator d;
  /external/compiler-rt/lib/tsan/rtl/
tsan_report.cc 38 class Decorator: public __sanitizer::SanitizerCommonDecorator {
40 Decorator() : SanitizerCommonDecorator() { }
156 Decorator d;
170 Decorator d;
205 Decorator d;
211 Decorator d;
216 Decorator d;
230 Decorator d;
249 Decorator d;
290 Decorator d
    [all...]
  /external/compiler-rt/lib/ubsan/
ubsan_diag.cc 95 class Decorator : public SanitizerCommonDecorator {
97 Decorator() : SanitizerCommonDecorator() {}
246 static void PrintMemorySnippet(const Decorator &Decor, MemoryLocation Loc,
338 Decorator Decor;
  /external/compiler-rt/lib/asan/
asan_report.cc 68 // ---------------------- Decorator ------------------------------ {{{1
69 class Decorator: public __sanitizer::SanitizerCommonDecorator {
71 Decorator() : SanitizerCommonDecorator() { }
122 Decorator d;
136 Decorator d;
295 Decorator d;
411 Decorator d;
453 Decorator d;
517 Decorator d;
554 Decorator d
    [all...]
  /external/compiler-rt/lib/lsan/
lsan_common.cc 113 class Decorator: public __sanitizer::SanitizerCommonDecorator {
115 Decorator() : SanitizerCommonDecorator() { }
457 Decorator d;
594 Decorator d;
  /prebuilts/tools/common/m2/repository/javax/enterprise/cdi-api/1.0/
cdi-api-1.0.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-swf-libraries/1.11.18/
aws-java-sdk-swf-libraries-1.11.18.jar 

Completed in 209 milliseconds