Home
last modified time | relevance | path

Searched refs:LOOPS (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_imp.py14 LOOPS = 50
21 for i in range(LOOPS):
25 for i in range(LOOPS):
Dpystone.py35 LOOPS = 50000 variable
60 def main(loops=LOOPS):
67 def pystones(loops=LOOPS):
79 def Proc0(loops=LOOPS):
269 loops = LOOPS
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/hotshot/
Dstones.py13 (test.pystone.__version__, test.pystone.LOOPS, benchtime)