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

  /external/chromium_org/tools/valgrind/
unused_suppressions.py 16 for supps in supp.values():
17 all_supps += [s.description for s in supps]
suppressions.py 332 def PresubmitCheckSuppressions(supps):
340 for s in supps:
379 supps = ReadSuppressionsFromFile(f)
380 errors.extend(PresubmitCheckSuppressions(supps))
578 supps = suppression_parser(supp_text.split("\n"), "<presubmit suppression>")
585 # Otherwise, run the presubmit checks over the supps. We expect a single
587 errors = PresubmitCheckSuppressions(supps)
    [all...]
  /external/valgrind/main/coregrind/
m_errormgr.c 1553 SuppLoc* supps = su->callers; local
    [all...]

Completed in 155 milliseconds