Searched defs:USAGE_STRING (Results 1 - 8 of 8) sorted by relevance

/external/skia/tools/
H A Dtest_pdfs.py20 USAGE_STRING = 'Usage: %s input... expectedDir' variable
37 parser = optparse.OptionParser(USAGE_STRING % '%prog' + HELP_STRING)
H A Dtest_pictures.py22 USAGE_STRING = 'Usage: %s input... expectedDir' variable
61 parser = optparse.OptionParser(USAGE_STRING % '%prog' + HELP_STRING)
H A Dtest_rendering.py16 USAGE_STRING = 'Usage: %s input... expectedDir render_app [reander_app_args]' variable
H A Dcompare_baselines.py24 USAGE_STRING = 'Usage: %s [options]' variable
179 USAGE_STRING % __file__))
192 parser = optparse.OptionParser(USAGE_STRING % '%prog' + HELP_STRING)
H A Ddownload_baselines.py27 USAGE_STRING = 'Usage: %s [options] [baseline_subdir]...' variable
176 USAGE_STRING % __file__))
218 parser = optparse.OptionParser(USAGE_STRING % '%prog' + HELP_STRING)
H A Dsvndiff.py48 USAGE_STRING = 'Usage: %s [options]' variable
290 USAGE_STRING % __file__))
302 parser = optparse.OptionParser(USAGE_STRING % '%prog' + HELP_STRING)
/external/skia/bench/
H A Dgen_bench_ranges.py62 USAGE_STRING = 'USAGE: %s [options]' variable
156 parser = optparse.OptionParser(USAGE_STRING % '%prog' + HELP_STRING)
H A Dtile_analyze.py32 USAGE_STRING = 'USAGE: %s [options]' variable
253 parser = optparse.OptionParser(USAGE_STRING % '%prog' + HELP_STRING)

Completed in 184 milliseconds