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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
argparse.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
argparse.py     [all...]
  /external/chromium_org/chrome/browser/history/
url_index_private_data.cc 573 Char16Set prefix_chars; local
592 prefix_chars = Char16SetFromString16(best_prefix->first);
600 prefix_chars.begin(), prefix_chars.end(),
612 if (prefix_chars.empty()) {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_argparse.py 433 parser_signature = Sig(prefix_chars='+:/', add_help=False)
451 """When ``-`` not in prefix_chars, default operators created for help
452 should use the prefix_chars in use rather than - or --
455 parser_signature = Sig(prefix_chars='+:/', add_help=True)
475 parser_signature = Sig(prefix_chars='+-', add_help=False)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_argparse.py 433 parser_signature = Sig(prefix_chars='+:/', add_help=False)
451 """When ``-`` not in prefix_chars, default operators created for help
452 should use the prefix_chars in use rather than - or --
455 parser_signature = Sig(prefix_chars='+:/', add_help=True)
475 parser_signature = Sig(prefix_chars='+-', add_help=False)
    [all...]

Completed in 415 milliseconds