Searched refs:Horrid (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_mutants.py63 newkey = Horrid(random.randrange(100))
66 target[newkey] = Horrid(random.randrange(100))
82 class Horrid: class in inherits:
106 return "Horrid(%d)" % self.i
108 # Fill dict d with numentries (Horrid(i), Horrid(j)) key-value pairs,
115 d[Horrid(random.choice(candidates))] = \
116 Horrid(random.choice(candidates))
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_mutants.py63 newkey = Horrid(random.randrange(100))
66 target[newkey] = Horrid(random.randrange(100))
82 class Horrid: class in inherits:
106 return "Horrid(%d)" % self.i
108 # Fill dict d with numentries (Horrid(i), Horrid(j)) key-value pairs,
115 d[Horrid(random.choice(candidates))] = \
116 Horrid(random.choice(candidates))
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_mutants.py63 newkey = Horrid(random.randrange(100))
66 target[newkey] = Horrid(random.randrange(100))
82 class Horrid: class in inherits:
106 return "Horrid(%d)" % self.i
108 # Fill dict d with numentries (Horrid(i), Horrid(j)) key-value pairs,
115 d[Horrid(random.choice(candidates))] = \
116 Horrid(random.choice(candidates))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_mutants.py63 newkey = Horrid(random.randrange(100))
66 target[newkey] = Horrid(random.randrange(100))
82 class Horrid: class in inherits:
106 return "Horrid(%d)" % self.i
108 # Fill dict d with numentries (Horrid(i), Horrid(j)) key-value pairs,
115 d[Horrid(random.choice(candidates))] = \
116 Horrid(random.choice(candidates))

Completed in 147 milliseconds