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

  /external/python/cpython3/Lib/test/libregrtest/
cmdline.py 211 group.add_argument('-L', '--runleaks', action='store_true',
282 runleaks=False, huntrleaks=False, verbose2=False, print_slow=False,
main.py 445 if self.ns.runleaks:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
regrtest.py 48 -L/--runleaks -- run the leaks(1) command just before exit
231 runleaks=False, huntrleaks=False, verbose2=False, print_slow=False,
263 'runleaks', 'huntrleaks=', 'memlimit=', 'randseed=',
299 elif o in ('-L', '--runleaks'):
300 runleaks = True
657 if runleaks:
    [all...]
  /external/python/cpython2/Lib/test/
regrtest.py 48 -L/--runleaks -- run the leaks(1) command just before exit
242 runleaks=False, huntrleaks=False, verbose2=False, print_slow=False,
274 'runleaks', 'huntrleaks=', 'memlimit=', 'randseed=',
310 elif o in ('-L', '--runleaks'):
311 runleaks = True
691 if runleaks:
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
regrtest.py 48 -L/--runleaks -- run the leaks(1) command just before exit
232 runleaks=False, huntrleaks=False, verbose2=False, print_slow=False,
264 'runleaks', 'huntrleaks=', 'memlimit=', 'randseed=',
300 elif o in ('-L', '--runleaks'):
301 runleaks = True
660 if runleaks:
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
regrtest.py 48 -L/--runleaks -- run the leaks(1) command just before exit
232 runleaks=False, huntrleaks=False, verbose2=False, print_slow=False,
264 'runleaks', 'huntrleaks=', 'memlimit=', 'randseed=',
300 elif o in ('-L', '--runleaks'):
301 runleaks = True
660 if runleaks:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
regrtest.py 48 -L/--runleaks -- run the leaks(1) command just before exit
232 runleaks=False, huntrleaks=False, verbose2=False, print_slow=False,
264 'runleaks', 'huntrleaks=', 'memlimit=', 'randseed=',
300 elif o in ('-L', '--runleaks'):
301 runleaks = True
660 if runleaks:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
regrtest.py 48 -L/--runleaks -- run the leaks(1) command just before exit
232 runleaks=False, huntrleaks=False, verbose2=False, print_slow=False,
264 'runleaks', 'huntrleaks=', 'memlimit=', 'randseed=',
300 elif o in ('-L', '--runleaks'):
301 runleaks = True
660 if runleaks:
    [all...]
  /external/python/cpython3/Lib/test/
test_regrtest.py 198 for opt in '-L', '--runleaks':
201 self.assertTrue(ns.runleaks)

Completed in 508 milliseconds