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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_gc.py 268 class Ouch:
271 Ouch.n = Ouch.n + 1
272 if Ouch.n % 17 == 0:
293 t = [t, Ouch()]
296 u = [u, Ouch()]
299 v = {1: v, 2: Ouch()}
452 ouch = []
454 ouch[:] = [wr() for wr in WRs]
461 self.assertEqual(len(ouch), 0)
    [all...]
  /external/python/cpython2/Lib/test/
test_gc.py 274 class Ouch:
277 Ouch.n = Ouch.n + 1
278 if Ouch.n % 17 == 0:
299 t = [t, Ouch()]
302 u = [u, Ouch()]
305 v = {1: v, 2: Ouch()}
517 ouch = []
519 ouch[:] = [wr() for wr in WRs]
526 self.assertEqual(len(ouch), 0
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_gc.py 274 class Ouch:
277 Ouch.n = Ouch.n + 1
278 if Ouch.n % 17 == 0:
299 t = [t, Ouch()]
302 u = [u, Ouch()]
305 v = {1: v, 2: Ouch()}
521 ouch = []
523 ouch[:] = [wr() for wr in WRs]
530 self.assertEqual(len(ouch), 0
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_gc.py 274 class Ouch:
277 Ouch.n = Ouch.n + 1
278 if Ouch.n % 17 == 0:
299 t = [t, Ouch()]
302 u = [u, Ouch()]
305 v = {1: v, 2: Ouch()}
521 ouch = []
523 ouch[:] = [wr() for wr in WRs]
530 self.assertEqual(len(ouch), 0
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gc.py 274 class Ouch:
277 Ouch.n = Ouch.n + 1
278 if Ouch.n % 17 == 0:
299 t = [t, Ouch()]
302 u = [u, Ouch()]
305 v = {1: v, 2: Ouch()}
521 ouch = []
523 ouch[:] = [wr() for wr in WRs]
530 self.assertEqual(len(ouch), 0
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gc.py 274 class Ouch:
277 Ouch.n = Ouch.n + 1
278 if Ouch.n % 17 == 0:
299 t = [t, Ouch()]
302 u = [u, Ouch()]
305 v = {1: v, 2: Ouch()}
521 ouch = []
523 ouch[:] = [wr() for wr in WRs]
530 self.assertEqual(len(ouch), 0
    [all...]

Completed in 150 milliseconds