HomeSort by relevance Sort by last modified time
    Searched refs:limitnames (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
pybench.py 473 def load_tests(self, setupmod, limitnames=None):
485 if (limitnames is not None and
486 limitnames.search(name) is None):
600 def print_benchmark(self, hidenoise=0, limitnames=None):
610 if (limitnames is not None and
611 limitnames.search(name) is None):
634 def print_comparison(self, compare_to, hidenoise=0, limitnames=None):
643 limitnames=limitnames)
662 if (limitnames is not None and
    [all...]
  /external/python/cpython2/Tools/pybench/
pybench.py 473 def load_tests(self, setupmod, limitnames=None):
485 if (limitnames is not None and
486 limitnames.search(name) is None):
600 def print_benchmark(self, hidenoise=0, limitnames=None):
610 if (limitnames is not None and
611 limitnames.search(name) is None):
634 def print_comparison(self, compare_to, hidenoise=0, limitnames=None):
643 limitnames=limitnames)
662 if (limitnames is not None an
    [all...]
  /external/python/cpython3/Tools/pybench/
pybench.py 482 def load_tests(self, setupmod, limitnames=None):
494 if (limitnames is not None and
495 limitnames.search(name) is None):
606 def print_benchmark(self, hidenoise=0, limitnames=None):
615 if (limitnames is not None and
616 limitnames.search(name) is None):
639 def print_comparison(self, compare_to, hidenoise=0, limitnames=None):
648 limitnames=limitnames)
666 if (limitnames is not None an
    [all...]

Completed in 1135 milliseconds