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

  /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 232 milliseconds