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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pwd.py 57 byuids = {}
60 byuids[u] = n
87 # In some cases, byuids isn't a complete list of all users in the
88 # system, so if we try to pick a value not in byuids (via a perturbing
93 self.assertNotIn(fakeuid, byuids)
  /external/python/cpython2/Lib/test/
test_pwd.py 64 byuids = {}
67 byuids[u] = n
94 # In some cases, byuids isn't a complete list of all users in the
95 # system, so if we try to pick a value not in byuids (via a perturbing
100 self.assertNotIn(fakeuid, byuids)
  /external/python/cpython3/Lib/test/
test_pwd.py 65 byuids = {}
68 byuids[u] = n
95 # In some cases, byuids isn't a complete list of all users in the
96 # system, so if we try to pick a value not in byuids (via a perturbing
101 self.assertNotIn(fakeuid, byuids)

Completed in 1096 milliseconds