OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:suppressions
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/tools/valgrind/
unused_suppressions.py
9
import
suppressions
namespace
13
supp =
suppressions
.GetSuppressions()
test_suppressions.py
13
import
suppressions
namespace
87
for (symbol,
suppressions
) in sorted_reports[:top_count]:
88
print "%4d occurrences : %s" % (len(
suppressions
), symboltable[symbol])
91
supp =
suppressions
.GetSuppressions()
103
help='Filter out all
suppressions
not containing the specified symbol(s). '
106
help='Filter out all
suppressions
containing the specified symbol(s). '
124
# Include mac
suppressions
if the report is only present on Mac
127
# Include win32
suppressions
if the report is only present on Windows
159
print "didn't match any
suppressions
:"
170
print ("%d unique reports don't match any of the
suppressions
"
[
all
...]
/external/chromium_org/tools/valgrind/drmemory/
PRESUBMIT.py
11
"""Checks the DrMemory suppression files for bad
suppressions
."""
20
import
suppressions
namespace
21
return
suppressions
.PresubmitCheck(input_api, output_api)
/external/chromium_org/tools/valgrind/tsan/
PRESUBMIT.py
11
"""Checks the TSan
suppressions
files for bad
suppressions
."""
20
import
suppressions
namespace
21
return
suppressions
.PresubmitCheck(input_api, output_api)
/external/compiler-rt/lib/tsan/rtl/
tsan_flags.h
53
//
Suppressions
filename.
54
const char *
suppressions
;
member in struct:__tsan::Flags
55
// Print matched
suppressions
at exit.
/external/compiler-rt/lib/lsan/
lsan_common.h
54
//
Suppressions
file name.
55
const char*
suppressions
;
member in struct:__lsan::Flags
/external/valgrind/main/coregrind/
m_errormgr.c
75
suppressions
file. Note that the list gets rearranged as a result
77
static Supp*
suppressions
= NULL;
variable
220
/*
Suppressions
. Tools can get/set tool-relevant parts with functions
881
/* Show the used
suppressions
. Returns False if no suppression
892
for (su =
suppressions
; su != NULL; su = su->next) {
917
suppressions
used. */
927
/* If we're printing XML, just show the
suppressions
and stop. */
[
all
...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar
Completed in 161 milliseconds