Lines Matching refs:doError

882 			doError('Invalid tracer format: [%s]' % tracer, False)
1283 doError('%s doesnt exist' % sysvals.ftracefile, False)
1610 doError('%s doesnt exist' % sysvals.dmesgfile, False)
2977 doError('file doesnt exist: %s' % sysvals.fpdtpath, False)
2981 doError('file isnt readable: %s' % sysvals.fpdtpath, False)
2985 doError('file doesnt exist: %s' % sysvals.mempath, False)
2989 doError('file isnt readable: %s' % sysvals.mempath, False)
2998 doError('Invalid FPDT table data, should '+\
3019 doError('Invalid FPDT table')
3038 doError('Bad address 0x%x in %s' % (addr, sysvals.mempath), False)
3217 def doError(msg, help): function
3240 doError('This script must be run as root', False)
3249 doError(name+': no argument supplied', True)
3253 doError(name+': non-integer value given', True)
3255 doError(name+': value should be between %d and %d' % (min, max), True)
3267 doError('recreating this html output '+\
3440 doError('No mode supplied', True)
3446 doError('No adb binary supplied', True)
3448 doError('file doesnt exist: %s' % val, False)
3450 doError('file isnt executable: %s' % val, False)
3454 doError('adb version failed to execute', False)
3456 doError('adb version failed to execute', False)
3461 doError('-x2 is not compatible with -postres', False)
3467 doError('-x2 is not compatible with -postres', False)
3497 doError('No dmesg file supplied', True)
3501 doError('%s doesnt exist' % sysvals.dmesgfile, False)
3506 doError('No ftrace file supplied', True)
3511 doError('%s doesnt exist' % sysvals.ftracefile, False)
3516 doError('No directory supplied', True)
3521 doError('%s isnt accesible' % val, False)
3526 doError('No devnames supplied', True)
3532 doError('Invalid argument: '+arg, True)
3540 doError('cannot read FPDT on android device', False)
3544 doError('cannot read USB topology '+\
3560 doError('ftrace (-f) is not yet supported '+\
3563 doError('cannot analyze test files on the '+\