HomeSort by relevance Sort by last modified time
    Searched full:rlimit (Results 101 - 125 of 502) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/syscall/
syscall_unix_test.go 309 var rlimit, zero syscall.Rlimit
310 err := syscall.Getrlimit(syscall.RLIMIT_NOFILE, &rlimit)
314 if zero == rlimit {
315 t.Fatalf("Getrlimit: save failed: got zero value %#v", rlimit)
317 set := rlimit
323 var get syscall.Rlimit
328 set = rlimit
332 // increase the soft limit of rlimit sandbox, though
337 t.Fatalf("Rlimit: change failed: wanted %#v got %#v", set, get
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
syscall_unix_test.go 309 var rlimit, zero syscall.Rlimit
310 err := syscall.Getrlimit(syscall.RLIMIT_NOFILE, &rlimit)
314 if zero == rlimit {
315 t.Fatalf("Getrlimit: save failed: got zero value %#v", rlimit)
317 set := rlimit
323 var get syscall.Rlimit
328 set = rlimit
332 // increase the soft limit of rlimit sandbox, though
337 t.Fatalf("Rlimit: change failed: wanted %#v got %#v", set, get
    [all...]
  /external/autotest/client/cros/
chrooted_avahi.py 51 'rlimit-core=0\n'
52 'rlimit-data=4194304\n'
53 'rlimit-fsize=1024\n'
54 'rlimit-nofile=768\n'
55 'rlimit-stack=4194304\n'
56 'rlimit-nproc=10\n',
  /external/valgrind/none/tests/
rlimit_nofile.c 11 struct rlimit oldrlim;
12 struct rlimit newrlim;
  /external/kernel-headers/original/uapi/asm-generic/
resource.h 8 * a different rlimit ID order in the 5-9 range and want
  /external/toybox/toys/posix/
ulimit.c 52 int prlimit(pid_t pid, int resource, const struct rlimit *new_limit,
53 struct rlimit *old_limit);
55 // I'd like to sort the RLIMIT values 0-15, but mips, alpha and sparc
60 struct rlimit rr;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
resource.h 141 struct rlimit struct
249 __const struct rlimit *__new_limit,
250 struct rlimit *__old_limit) __THROW;
255 __const struct rlimit *__new_limit,
256 struct rlimit *__old_limit), prlimit64);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
resource.h 141 struct rlimit struct
249 __const struct rlimit *__new_limit,
250 struct rlimit *__old_limit) __THROW;
255 __const struct rlimit *__new_limit,
256 struct rlimit *__old_limit), prlimit64);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/integration/
RombergIntegrator.java 99 final double rLimit = relativeAccuracy * (FastMath.abs(olds) + FastMath.abs(s)) * 0.5;
100 if ((delta <= rLimit) || (delta <= absoluteAccuracy)) {
SimpsonIntegrator.java 88 final double rLimit =
90 if ((delta <= rLimit) || (delta <= absoluteAccuracy)) {
  /external/compiler-rt/test/asan/TestCases/Linux/
stack-overflow-sigbus.cc 29 struct rlimit rlim;
  /external/kernel-headers/original/uapi/linux/
resource.h 42 struct rlimit { struct
  /frameworks/av/media/libmedia/
MediaUtils.cpp 62 struct rlimit limit;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
resource.h 8 * a different rlimit ID order in the 5-9 range and want
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
resource.h 43 struct rlimit { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
resource.h 8 * a different rlimit ID order in the 5-9 range and want
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
resource.h 42 struct rlimit { struct
  /external/libpcap/lbl/
os-sunos4.h 97 struct rlimit;
99 int getrlimit(int, struct rlimit *);
148 int setrlimit(int, struct rlimit *);
  /external/tcpdump/lbl/
os-sunos4.h 97 struct rlimit;
99 int getrlimit(int, struct rlimit *);
148 int setrlimit(int, struct rlimit *);
  /external/curl/tests/libtest/
lib518.c 54 static struct rlimit num_open;
101 static int rlimit(int keep_open) function
106 struct rlimit rl;
251 * be always free()ed before exiting the rlimit() function so
465 if(rlimit(FALSE)) {
466 fprintf(stdout, "rlimit problem: %s\n", msgbuff);
472 if (rlimit(TRUE)) {
lib537.c 55 static struct rlimit num_open;
102 static int rlimit(int keep_open) function
108 struct rlimit rl;
225 * be always free()ed before exiting the rlimit() function so
468 if(rlimit(FALSE)) {
469 fprintf(stdout, "rlimit problem: %s\n", msgbuff);
475 if (rlimit(TRUE)) {
  /bionic/libc/kernel/uapi/linux/
resource.h 51 struct rlimit { struct
  /development/ndk/platforms/android-21/include/linux/
resource.h 51 struct rlimit { struct
  /external/libunwind/tests/
test-mem.c 89 struct rlimit rlim;
  /external/v8/src/base/
sys-info.cc 110 struct rlimit rlim;

Completed in 1452 milliseconds

1 2 3 45 6 7 8 91011>>