Home
last modified time | relevance | path

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

/external/lldb/test/
Dargparse_compat.py23 def __init__(self, description="My program's description", prefix_chars='-', add_help=True): argument
26 self.prefix_chars = prefix_chars
Ddotest.py419 parser = argparse.ArgumentParser(description='description', prefix_chars='+-', add_help=False)
/external/chromium_org/chrome/browser/history/
Durl_index_private_data.cc571 Char16Set prefix_chars; in HistoryIDsForTerm() local
590 prefix_chars = Char16SetFromString16(best_prefix->first); in HistoryIDsForTerm()
597 base::STLSetDifference<Char16Set>(leftover_chars, prefix_chars); in HistoryIDsForTerm()
608 if (prefix_chars.empty()) { in HistoryIDsForTerm()