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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
regrtest.py 49 -R/--huntrleaks RUNCOUNTS
232 runleaks=False, huntrleaks=False, verbose2=False, print_slow=False,
264 'runleaks', 'huntrleaks=', 'memlimit=', 'randseed=',
311 elif o in ('-R', '--huntrleaks'):
312 huntrleaks = a.split(':')
313 if len(huntrleaks) not in (2, 3):
314 print a, huntrleaks
316 if not huntrleaks[0]:
317 huntrleaks[0] = 5
319 huntrleaks[0] = int(huntrleaks[0]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
regrtest.py 49 -R/--huntrleaks RUNCOUNTS
232 runleaks=False, huntrleaks=False, verbose2=False, print_slow=False,
264 'runleaks', 'huntrleaks=', 'memlimit=', 'randseed=',
311 elif o in ('-R', '--huntrleaks'):
312 huntrleaks = a.split(':')
313 if len(huntrleaks) not in (2, 3):
314 print a, huntrleaks
316 if not huntrleaks[0]:
317 huntrleaks[0] = 5
319 huntrleaks[0] = int(huntrleaks[0]
    [all...]

Completed in 43 milliseconds