Home
last modified time | relevance | path

Searched refs:category (Results 1 – 4 of 4) sorted by relevance

/art/tools/
Dcpplint.py380 category = matched.group(1)
381 if category in (None, '(*)'): # => "suppress all"
384 if category.startswith('(') and category.endswith(')'):
385 category = category[1:-1]
386 if category in _ERROR_CATEGORIES:
387 _error_suppressions.setdefault(category, set()).add(linenum)
390 'Unknown NOLINT error category: %s' % category)
398 def IsErrorSuppressedByNolint(category, linenum): argument
410 return (linenum in _error_suppressions.get(category, set()) or
626 def IncrementErrorCount(self, category): argument
[all …]
/art/tools/runtime_memusage/
DREADME10 Both of these kinds of information can be split up further by providing category
11 names as arguments. A trace is put into a category if the category name is a
Dsymbol_trace_info.py278 for time, dex_offset, category, address in data_lists["plot_list"]:
279 if category == cat_name:
/art/compiler/
DAndroid.bp18 // architecture into its own category. Currently we just include all of the 32bit variant in the