Lines Matching refs:getArgInt
1224 self.multitest[sz] = getArgInt('multi: n d (exec count)', c, 1, 1000000, False)
1225 self.multitest['delay'] = getArgInt('multi: n d (delay between tests)', d, 0, 3600, False)
5919 def getArgInt(name, args, min, max, main=True): function
6361 sysvals.cgtest = getArgInt('cgtest', value, 0, 1, False)
6392 sysvals.x2delay = getArgInt('x2delay', value, 0, 60000, False)
6394 sysvals.predelay = getArgInt('predelay', value, 0, 60000, False)
6396 sysvals.postdelay = getArgInt('postdelay', value, 0, 60000, False)
6398 sysvals.max_graph_depth = getArgInt('maxdepth', value, 0, 1000, False)
6404 sysvals.rtcwaketime = getArgInt('rtcwake', value, 0, 3600, False)
6406 sysvals.setPrecision(getArgInt('timeprec', value, 0, 6, False))
6416 sysvals.bufsize = getArgInt('bufsize', value, 1, 1024*1024*8, False)
6621 sysvals.x2delay = getArgInt('-x2delay', args, 0, 60000)
6623 sysvals.predelay = getArgInt('-predelay', args, 0, 60000)
6625 sysvals.postdelay = getArgInt('-postdelay', args, 0, 60000)
6694 sysvals.max_graph_depth = getArgInt('-maxdepth', args, 0, 1000)
6704 sysvals.rtcwaketime = getArgInt('-rtcwake', val, 0, 3600, False)
6706 sysvals.setPrecision(getArgInt('-timeprec', args, 0, 6))
6712 sysvals.bufsize = getArgInt('-bufsize', args, 1, 1024*1024*8)
6714 sysvals.cgtest = getArgInt('-cgtest', args, 0, 1)
6764 sysvals.maxfail = getArgInt('-maxfail', args, 0, 1000000)