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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
regrtest.py 414 nottests = NOTTESTS.copy()
419 nottests.add(arg)
432 alltests = findtests(testdir, stdtests, nottests)
675 NOTTESTS = {
681 def findtests(testdir=None, stdtests=STDTESTS, nottests=NOTTESTS):
686 others = set(stdtests) | nottests
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
regrtest.py 415 nottests = NOTTESTS.copy()
420 nottests.add(arg)
433 alltests = findtests(testdir, stdtests, nottests)
678 NOTTESTS = {
684 def findtests(testdir=None, stdtests=STDTESTS, nottests=NOTTESTS):
689 others = set(stdtests) | nottests
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
regrtest.py 415 nottests = NOTTESTS.copy()
420 nottests.add(arg)
433 alltests = findtests(testdir, stdtests, nottests)
678 NOTTESTS = {
684 def findtests(testdir=None, stdtests=STDTESTS, nottests=NOTTESTS):
689 others = set(stdtests) | nottests
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
regrtest.py 415 nottests = NOTTESTS.copy()
420 nottests.add(arg)
433 alltests = findtests(testdir, stdtests, nottests)
678 NOTTESTS = {
684 def findtests(testdir=None, stdtests=STDTESTS, nottests=NOTTESTS):
689 others = set(stdtests) | nottests
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
regrtest.py 415 nottests = NOTTESTS.copy()
420 nottests.add(arg)
433 alltests = findtests(testdir, stdtests, nottests)
678 NOTTESTS = {
684 def findtests(testdir=None, stdtests=STDTESTS, nottests=NOTTESTS):
689 others = set(stdtests) | nottests
    [all...]

Completed in 104 milliseconds