Home
last modified time | relevance | path

Searched refs:FixedSizeTopList (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/tools/testrunner/testproc/
H A Dutil_test.py14 from testrunner.testproc.util import FixedSizeTopList namespace
20 ofsl = FixedSizeTopList(3)
24 ofsl = FixedSizeTopList(3)
30 ofsl = FixedSizeTopList(3)
39 ofsl = FixedSizeTopList(4)
50 ofsl = FixedSizeTopList(3, key=lambda x: x['val'])
61 ofsl = FixedSizeTopList(2, key=lambda x: x['val'])
H A Dutil.py52 class FixedSizeTopList(): class
H A Dprogress.py419 self.tests = util.FixedSizeTopList(

Completed in 1 milliseconds