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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_suppressions.h 10 // Suppression parsing/matching code shared between TSan and LSan.
31 struct Suppression {
42 bool Match(const char* str, SuppressionType type, Suppression **s);
44 void GetMatched(InternalMmapVector<Suppression *> *matched);
47 InternalMmapVector<Suppression> suppressions_;
sanitizer_suppressions.cc 10 // Suppression parsing/matching code shared between TSan and LSan.
69 Suppression **s) {
117 Suppression s;
137 InternalMmapVector<Suppression *> *matched) {
  /external/compiler-rt/lib/tsan/rtl/
tsan_suppressions.h 23 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp);
24 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp);
tsan_suppressions.cc 97 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) {
103 Suppression *s;
108 DPrintf("ThreadSanitizer: matched suppression '%s'\n", s->templ);
117 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) {
125 Suppression *s;
129 DPrintf("ThreadSanitizer: matched suppression '%s'\n", s->templ);
139 InternalMmapVector<Suppression *> matched(1);
tsan_rtl.h 518 Suppression *supp;
tsan_rtl_report.cc 517 Suppression *supp = 0;
  /external/chromium_org/tools/heapcheck/
suppressions.py 25 Suppression class.
33 class Suppression(object):
34 """This class represents a single stack trace suppression.
42 """Inits Suppression.
75 """Returns bool indicating whether the suppression matches the given report.
80 True if the suppression is not empty and matches the report.
119 result.append(Suppression(cur_type, cur_descr, cur_stack))
144 """Tests the Suppression.Match() capabilities."""
147 return Suppression('', '', list(lines))
  /external/compiler-rt/lib/lsan/
lsan_common.cc 314 InternalMmapVector<Suppression *> matched(1);
389 static Suppression *GetSuppressionForAddr(uptr addr) {
396 Suppression* s;
405 static Suppression *GetSuppressionForStack(u32 stack_trace_id) {
409 Suppression *s =
498 Suppression *s = GetSuppressionForStack(leaks_[i].stack_trace_id);
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_suppressions_test.cc 68 // Ensure this test is up-to-date when suppression types are added.
78 InternalMmapVector<Suppression> *Suppressions() {
121 "# last suppression w/o line-feed\n"
  /external/chromium_org/tools/valgrind/
suppressions.py 8 """Post-process Valgrind suppression matcher.
25 of the Suppression class.
101 # suppression. Add one to the line number as well, since most editors use
106 class Suppression(object):
107 """This class represents a single stack trace suppression.
112 stack: The lines comprising the stack trace for the suppression.
117 """Inits Suppression.
120 defined_at: file:line identifying where the suppression was defined
129 """Returns bool indicating whether this suppression matches
130 the suppression generated from Valgrind error report
    [all...]
  /external/chromium_org/chrome/browser/resources/
gesture_config.js 162 label: 'Maximum Cancel to Down Time for Tap Suppression',
167 label: 'Maximum Tap Gap Time for Tap Suppression',

Completed in 119 milliseconds