Home | History | Annotate | Download | only in bisection_search

Lines Matching refs:help

319   command_opts.add_argument('-cp', '--classpath', type=str, help='classpath')
321 help='name of main class')
323 help='lib to use, default: libart.so')
326 help='additional dalvikvm option')
328 metavar='ARG', help='argument passed to test')
329 command_opts.add_argument('--image', type=str, help='path to image')
331 help='bisect with this command, ignore other '
335 default=False, help='x64 mode')
337 '--device', action='store_true', default=False, help='run on device')
339 '--device-serial', help='device serial number, implies --device')
341 help='file containing expected output')
343 '--expected-retcode', type=str, help='expected normalized return code',
347 help='script comparing output and expected output')
349 '--logfile', type=str, help='custom logfile location')
351 default=False, help='clean up after bisecting')
353 help='if timeout seconds pass assume test failed')
355 default=False, help='enable verbose output')