HomeSort by relevance Sort by last modified time
    Searched full:rlimits (Results 1 - 19 of 19) sorted by null

  /libcore/dalvik/src/main/java/dalvik/system/
Zygote.java 106 * @param rlimits null-ok an array of rlimit tuples, with the second
115 int debugFlags, int[][] rlimits) {
117 int pid = nativeForkAndSpecialize(uid, gid, gids, debugFlags, rlimits);
123 int[] gids, int debugFlags, int[][] rlimits);
131 boolean enableDebugger, int[][] rlimits) {
133 return forkAndSpecialize(uid, gid, gids, debugFlags, rlimits);
149 * @param rlimits null-ok an array of rlimit tuples, with the second
160 int debugFlags, int[][] rlimits,
163 int pid = nativeForkSystemServer(uid, gid, gids, debugFlags, rlimits,
176 boolean enableDebugger, int[][] rlimits) {
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
resource.h 10 * are historic and all new rlimits are identical across all
11 * arches. If an arch has such special order for some rlimits
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
resource.h 10 * are historic and all new rlimits are identical across all
11 * arches. If an arch has such special order for some rlimits
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
resource.h 10 * are historic and all new rlimits are identical across all
11 * arches. If an arch has such special order for some rlimits
  /external/kernel-headers/original/asm-generic/
resource.h 10 * are historic and all new rlimits are identical across all
11 * arches. If an arch has such special order for some rlimits
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
resource.h 48 /* Put the soft and hard limits for RESOURCE in *RLIMITS.
66 /* Set the soft and hard limits for RESOURCE to *RLIMITS.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
resource.h 48 /* Put the soft and hard limits for RESOURCE in *RLIMITS.
66 /* Set the soft and hard limits for RESOURCE to *RLIMITS.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
resource.h 48 /* Put the soft and hard limits for RESOURCE in *RLIMITS.
66 /* Set the soft and hard limits for RESOURCE to *RLIMITS.
  /dalvik/vm/native/
dalvik_system_Zygote.cpp 192 static int setrlimitsFromArray(ArrayObject* rlimits)
197 if (rlimits == NULL) {
203 ArrayObject** tuples = (ArrayObject **)(void *)rlimits->contents;
205 for (i = 0; i < rlimits->length; i++) {
211 ALOGE("rlimits array must have a second dimension of size 3");
371 ArrayObject *rlimits = (ArrayObject *)args[4]; local
432 err = setrlimitsFromArray(rlimits);
  /frameworks/base/core/java/com/android/internal/os/
ZygoteConnection.java 218 int[][] rlimits = null; local
220 if (parsedArgs.rlimits != null) {
221 rlimits = parsedArgs.rlimits.toArray(intArray2d);
232 parsedArgs.gids, parsedArgs.debugFlags, rlimits);
356 ArrayList<int[]> rlimits; field in class:ZygoteConnection.Arguments
464 if (rlimits == null) {
465 rlimits = new ArrayList();
468 rlimits.add(rlimitTuple);
659 * may specify any rlimits
    [all...]
  /external/openssh/
sandbox-rlimit.c 38 /* Minimal sandbox that sets zero nfiles, nprocs and filesize rlimits */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fs.h 25 #define INR_OPEN 1024 /* Initial setting for nfile rlimits */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fs.h 25 #define INR_OPEN 1024 /* Initial setting for nfile rlimits */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fs.h 25 #define INR_OPEN 1024 /* Initial setting for nfile rlimits */
  /external/kernel-headers/original/linux/
fs.h 25 #define INR_OPEN 1024 /* Initial setting for nfile rlimits */
    [all...]
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /external/mdnsresponder/mDNSShared/
uds_daemon.c     [all...]
  /dalvik/hit/samples/
android.hprof     [all...]

Completed in 2150 milliseconds