Home
last modified time | relevance | path

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

/frameworks/base/tools/apilint/
Dapilint.py1543 cur_fail, cur_noticed = examine_stream(f) variable
1555 if k in cur_noticed and v == cur_noticed[k]:
1556 del cur_noticed[k]
1569 if args['show_noticed'] and len(cur_noticed) != 0:
1571 for f in sorted(cur_noticed.keys()):