OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:short_option
(Results
1 - 5
of
5
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
fancy_getopt.py
49
# (long_option,
short_option
, help_string [, repeatable])
51
# appended;
short_option
should just be a single character, no ':'
53
#
short_option
,
short_option
should be None. All option tuples
98
def add_option (self, long_option,
short_option
=None, help_string=None):
103
option = (long_option,
short_option
, help_string)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
fancy_getopt.py
49
# (long_option,
short_option
, help_string [, repeatable])
51
# appended;
short_option
should just be a single character, no ':'
53
#
short_option
,
short_option
should be None. All option tuples
98
def add_option (self, long_option,
short_option
=None, help_string=None):
103
option = (long_option,
short_option
, help_string)
/ndk/sources/host-tools/make-3.81/
main.c
125
#define
short_option
(c) ((c) <= CHAR_MAX)
124
#define
short_option
macro
[
all
...]
/external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags.py
[
all
...]
/external/chromium_org/third_party/python_gflags/
gflags.py
[
all
...]
Completed in 270 milliseconds