/prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm-generic/ |
resource.h | 16 #define RLIMIT_FSIZE 1
|
/prebuilts/ndk/9/platforms/android-16/arch-x86/usr/include/asm-generic/ |
resource.h | 16 #define RLIMIT_FSIZE 1
|
/prebuilts/ndk/9/platforms/android-17/arch-arm/usr/include/asm-generic/ |
resource.h | 16 #define RLIMIT_FSIZE 1
|
/prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm-generic/ |
resource.h | 16 #define RLIMIT_FSIZE 1
|
/prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/asm-generic/ |
resource.h | 16 #define RLIMIT_FSIZE 1
|
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/asm-generic/ |
resource.h | 16 #define RLIMIT_FSIZE 1
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm-generic/ |
resource.h | 16 #define RLIMIT_FSIZE 1
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm-generic/ |
resource.h | 16 #define RLIMIT_FSIZE 1
|
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/asm-generic/ |
resource.h | 16 #define RLIMIT_FSIZE 1
|
/prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/asm-generic/ |
resource.h | 22 #define RLIMIT_FSIZE 1
|
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm-generic/ |
resource.h | 16 #define RLIMIT_FSIZE 1
|
/prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/asm-generic/ |
resource.h | 22 #define RLIMIT_FSIZE 1
|
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/asm-generic/ |
resource.h | 16 #define RLIMIT_FSIZE 1
|
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/asm-generic/ |
resource.h | 22 #define RLIMIT_FSIZE 1
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/asm-generic/ |
resource.h | 16 #define RLIMIT_FSIZE 1
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/asm-generic/ |
resource.h | 16 #define RLIMIT_FSIZE 1
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/asm-generic/ |
resource.h | 16 #define RLIMIT_FSIZE 1
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/asm-generic/ |
resource.h | 16 #define RLIMIT_FSIZE 1
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/asm-generic/ |
resource.h | 16 #define RLIMIT_FSIZE 1
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm-generic/ |
resource.h | 16 #define RLIMIT_FSIZE 1
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm-generic/ |
resource.h | 16 #define RLIMIT_FSIZE 1
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_resource.py | 19 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE) 23 # RLIMIT_FSIZE should be RLIM_INFINITY, which will be a really big 29 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max)) 33 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE) 37 # Check to see what happens when the RLIMIT_FSIZE is small. Some 42 # At least one platform has an unlimited RLIMIT_FSIZE and attempts 46 resource.setrlimit(resource.RLIMIT_FSIZE, (1024, max)) 70 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max)) 75 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max)) 82 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_resource.py | 19 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE) 23 # RLIMIT_FSIZE should be RLIM_INFINITY, which will be a really big 29 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max)) 33 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE) 37 # Check to see what happens when the RLIMIT_FSIZE is small. Some 42 # At least one platform has an unlimited RLIMIT_FSIZE and attempts 46 resource.setrlimit(resource.RLIMIT_FSIZE, (1024, max)) 70 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max)) 75 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max)) 82 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/ |
resource.h | 40 RLIMIT_FSIZE = 1, 41 #define RLIMIT_FSIZE RLIMIT_FSIZE
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
resource.h | 40 RLIMIT_FSIZE = 1, 41 #define RLIMIT_FSIZE RLIMIT_FSIZE
|