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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
autotest.py 1 # This should be equivalent to running regrtest.py from the cmdline.
5 from test import regrtest
6 regrtest.main()
testall.py 1 # Backward compatibility -- you should use regrtest instead of this module.
8 import sys, regrtest
10 regrtest.main()
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
autotest.py 1 # This should be equivalent to running regrtest.py from the cmdline.
5 from test import regrtest
6 regrtest.main()
testall.py 1 # Backward compatibility -- you should use regrtest instead of this module.
8 import sys, regrtest
10 regrtest.main()
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
autotest.py 1 # This should be equivalent to running regrtest.py from the cmdline.
5 from test import regrtest
6 regrtest.main()
testall.py 1 # Backward compatibility -- you should use regrtest instead of this module.
8 import sys, regrtest
10 regrtest.main()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
autotest.py 1 # This should be equivalent to running regrtest.py from the cmdline.
5 from test import regrtest
6 regrtest.main()
testall.py 1 # Backward compatibility -- you should use regrtest instead of this module.
8 import sys, regrtest
10 regrtest.main()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
autotest.py 1 # This should be equivalent to running regrtest.py from the cmdline.
5 from test import regrtest
6 regrtest.main()
testall.py 1 # Backward compatibility -- you should use regrtest instead of this module.
8 import sys, regrtest
10 regrtest.main()
  /prebuilts/gdb/darwin-x86/lib/python2.7/config/
Makefile 204 #PROFILE_TASK= $(srcdir)/Lib/test/regrtest.py
787 TESTPROG= $(srcdir)/Lib/test/regrtest.py
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/config/
Makefile 204 #PROFILE_TASK= $(srcdir)/Lib/test/regrtest.py
788 TESTPROG= $(srcdir)/Lib/test/regrtest.py
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile 204 #PROFILE_TASK= $(srcdir)/Lib/test/regrtest.py
787 TESTPROG= $(srcdir)/Lib/test/regrtest.py
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile 204 #PROFILE_TASK= $(srcdir)/Lib/test/regrtest.py
788 TESTPROG= $(srcdir)/Lib/test/regrtest.py
    [all...]

Completed in 1063 milliseconds