Lines Matching refs:getArgInt
1198 self.multitest[sz] = getArgInt('multi: n d (exec count)', c, 1, 1000000, False)
1199 self.multitest['delay'] = getArgInt('multi: n d (delay between tests)', d, 0, 3600, False)
5879 def getArgInt(name, args, min, max, main=True): function
6302 sysvals.cgtest = getArgInt('cgtest', value, 0, 1, False)
6333 sysvals.x2delay = getArgInt('x2delay', value, 0, 60000, False)
6335 sysvals.predelay = getArgInt('predelay', value, 0, 60000, False)
6337 sysvals.postdelay = getArgInt('postdelay', value, 0, 60000, False)
6339 sysvals.max_graph_depth = getArgInt('maxdepth', value, 0, 1000, False)
6345 sysvals.rtcwaketime = getArgInt('rtcwake', value, 0, 3600, False)
6347 sysvals.setPrecision(getArgInt('timeprec', value, 0, 6, False))
6357 sysvals.bufsize = getArgInt('bufsize', value, 1, 1024*1024*8, False)
6562 sysvals.x2delay = getArgInt('-x2delay', args, 0, 60000)
6564 sysvals.predelay = getArgInt('-predelay', args, 0, 60000)
6566 sysvals.postdelay = getArgInt('-postdelay', args, 0, 60000)
6630 sysvals.max_graph_depth = getArgInt('-maxdepth', args, 0, 1000)
6640 sysvals.rtcwaketime = getArgInt('-rtcwake', val, 0, 3600, False)
6642 sysvals.setPrecision(getArgInt('-timeprec', args, 0, 6))
6648 sysvals.bufsize = getArgInt('-bufsize', args, 1, 1024*1024*8)
6650 sysvals.cgtest = getArgInt('-cgtest', args, 0, 1)
6700 sysvals.maxfail = getArgInt('-maxfail', args, 0, 1000000)