OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:help_string
(Results
1 - 14
of
14
) sorted by null
/external/skia/tools/
test_pdfs.py
21
HELP_STRING
= '''
37
parser = optparse.OptionParser(USAGE_STRING % '%prog' +
HELP_STRING
)
test_pictures.py
23
HELP_STRING
= '''
61
parser = optparse.OptionParser(USAGE_STRING % '%prog' +
HELP_STRING
)
test_rendering.py
17
HELP_STRING
= '''
svndiff.py
50
HELP_STRING
= '''
319
parser = optparse.OptionParser(USAGE_STRING % '%prog' +
HELP_STRING
)
/external/chromium_org/tools/cr/cr/targets/
target.py
79
help_string
= 'The target to {0}'
82
help_string
= 'The target(s) to {0}'
85
help=
help_string
.format(command.name),
/external/skia/bench/
gen_bench_ranges.py
71
HELP_STRING
= """
156
parser = optparse.OptionParser(USAGE_STRING % '%prog' +
HELP_STRING
)
tile_analyze.py
38
HELP_STRING
= """
253
parser = optparse.OptionParser(USAGE_STRING % '%prog' +
HELP_STRING
)
/external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags2man.py
506
help_string
= flag.help
508
help_string
+= '\n.br\n'
510
help_string
+= ' (default: \'%s\')' % flag.default
512
help_string
+= ' (%s)' % flag.tips
514
'.TP\n%s\n%s\n' % (flag.desc,
help_string
))
gflags.py
[
all
...]
/external/chromium_org/third_party/python_gflags/
gflags2man.py
506
help_string
= flag.help
508
help_string
+= '\n.br\n'
510
help_string
+= ' (default: \'%s\')' % flag.default
512
help_string
+= ' (%s)' % flag.tips
514
'.TP\n%s\n%s\n' % (flag.desc,
help_string
))
gflags.py
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
fancy_getopt.py
49
# (long_option, short_option,
help_string
[, repeatable])
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])
98
def add_option (self, long_option, short_option=None,
help_string
=None):
103
option = (long_option, short_option,
help_string
)
/external/chromium/base/
tracked_objects.cc
198
const char*
help_string
= "The following are the keywords that can be used to"
local
224
output->append(
help_string
);
[
all
...]
Completed in 688 milliseconds