HomeSort by relevance Sort by last modified time
    Searched refs:byuids (Results 1 - 5 of 5) 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)
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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 39 milliseconds