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

  /external/libcxx/utils/libcxx/sym_check/
diff.py 58 def report_diff(added_syms, removed_syms, changed_syms, names_only=False,
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:
util.py 42 def write_syms(sym_list, out=None, names_only=False):
49 if names_only:
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/libcxx/sym_check/
diff.py 58 def report_diff(added_syms, removed_syms, changed_syms, names_only=False,
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:
util.py 42 def write_syms(sym_list, out=None, names_only=False):
49 if names_only:
  /external/libcxx/utils/
sym_extract.py 25 parser.add_argument('--names-only', dest='names_only',
38 util.write_syms(syms, out=args.output, names_only=args.names_only)
sym_diff.py 23 '--names-only', dest='names_only',
62 added, removed, changed, names_only=args.names_only,
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/
sym_extract.py 25 parser.add_argument('--names-only', dest='names_only',
38 util.write_syms(syms, out=args.output, names_only=args.names_only)
sym_diff.py 23 '--names-only', dest='names_only',
62 added, removed, changed, names_only=args.names_only,

Completed in 1031 milliseconds