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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pwd.py 59 byuids = {}
62 byuids[u] = n
89 # In some cases, byuids isn't a complete list of all users in the
90 # system, so if we try to pick a value not in byuids (via a perturbing
95 self.assertNotIn(fakeuid, byuids)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pwd.py 59 byuids = {}
62 byuids[u] = n
89 # In some cases, byuids isn't a complete list of all users in the
90 # system, so if we try to pick a value not in byuids (via a perturbing
95 self.assertNotIn(fakeuid, byuids)

Completed in 33 milliseconds