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

  /external/python/cpython3/Lib/test/libregrtest/
setup.py 67 newsoft = min(hard, max(soft, 1024*2048))
68 resource.setrlimit(resource.RLIMIT_STACK, (newsoft, hard))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
regrtest.py 202 newsoft = min(hard, max(soft, 1024*2048)) variable
203 resource.setrlimit(resource.RLIMIT_STACK, (newsoft, hard))
    [all...]
  /external/python/cpython2/Lib/test/
regrtest.py 204 newsoft = min(hard, max(soft, 1024*2048)) variable
205 resource.setrlimit(resource.RLIMIT_STACK, (newsoft, hard))
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
regrtest.py 203 newsoft = min(hard, max(soft, 1024*2048)) variable
204 resource.setrlimit(resource.RLIMIT_STACK, (newsoft, hard))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
regrtest.py 203 newsoft = min(hard, max(soft, 1024*2048)) variable
204 resource.setrlimit(resource.RLIMIT_STACK, (newsoft, hard))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
regrtest.py 203 newsoft = min(hard, max(soft, 1024*2048)) variable
204 resource.setrlimit(resource.RLIMIT_STACK, (newsoft, hard))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
regrtest.py 203 newsoft = min(hard, max(soft, 1024*2048)) variable
204 resource.setrlimit(resource.RLIMIT_STACK, (newsoft, hard))
    [all...]

Completed in 146 milliseconds