Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/platform_BootPerf/
Dplatform_BootPerf.py114 statlist = (glob.glob(self._UPTIME_FILE_GLOB) +
116 for fname in statlist:
/external/lua/src/
Dlparser.c789 static void statlist (LexState *ls) { in statlist() function
994 statlist(ls); in body()
1300 statlist(ls); in block()
1486 statlist(ls); in repeatstat()
1694 statlist(ls); /* 'then' part */ in test_then_block()
1965 statlist(ls); /* parse main body */ in mainfunc()
/external/python/cpython2/Demo/pdist/
DFSProxy.py187 def statlist(self, list = None): member in FSProxyLocal