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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tuple.py 71 inps = base + [(i, j) for i in base for j in xp] + \
73 collisions = len(inps) - len(set(map(hash, inps)))
test_builtin.py 601 for (cls, inps) in inputs.iteritems():
602 for (inp, exp) in inps.iteritems():
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tuple.py 71 inps = base + [(i, j) for i in base for j in xp] + \
73 collisions = len(inps) - len(set(map(hash, inps)))
test_builtin.py 601 for (cls, inps) in inputs.iteritems():
602 for (inp, exp) in inps.iteritems():
    [all...]

Completed in 2113 milliseconds