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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pwd.py 92 fakeuid = sys.maxint
93 self.assertNotIn(fakeuid, byuids)
94 self.assertRaises(KeyError, pwd.getpwuid, fakeuid)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_pwd.py 94 fakeuid = sys.maxint
95 self.assertNotIn(fakeuid, byuids)
96 self.assertRaises(KeyError, pwd.getpwuid, fakeuid)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_pwd.py 94 fakeuid = sys.maxint
95 self.assertNotIn(fakeuid, byuids)
96 self.assertRaises(KeyError, pwd.getpwuid, fakeuid)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pwd.py 94 fakeuid = sys.maxint
95 self.assertNotIn(fakeuid, byuids)
96 self.assertRaises(KeyError, pwd.getpwuid, fakeuid)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pwd.py 94 fakeuid = sys.maxint
95 self.assertNotIn(fakeuid, byuids)
96 self.assertRaises(KeyError, pwd.getpwuid, fakeuid)

Completed in 707 milliseconds