Home
last modified time | relevance | path

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

/external/libcxx/utils/libcxx/sym_check/
Ddiff.py58 def report_diff(added_syms, removed_syms, changed_syms, names_only=False, argument
66 if not names_only:
68 if added_syms and names_only:
72 if not names_only:
74 if removed_syms and names_only:
76 if not names_only:
87 if not names_only:
93 if not names_only:
Dutil.py42 def write_syms(sym_list, out=None, names_only=False): argument
49 if names_only:
/external/libcxx/utils/
Dsym_extract.py38 util.write_syms(syms, out=args.output, names_only=args.names_only)
Dsym_diff.py62 added, removed, changed, names_only=args.names_only,