OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
575
Char16Set
prefix_chars
;
local
594
prefix_chars
= Char16SetFromString16(best_prefix->first);
601
base::STLSetDifference<Char16Set>(leftover_chars,
prefix_chars
);
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 91 milliseconds