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

  /bionic/tests/
sys_sysinfo_test.cpp 38 ASSERT_GE(phys_pages, sysconf(_SC_AVPHYS_PAGES));
unistd_test.cpp 929 VERIFY_SYSCONF_POSITIVE(_SC_AVPHYS_PAGES);
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
physmem.c 189 #if defined _SC_AVPHYS_PAGES && defined _SC_PAGESIZE
191 double pages = sysconf (_SC_AVPHYS_PAGES);
  /external/ltp/testcases/kernel/syscalls/sysconf/
sysconf01.c 132 test_sysconf(_SC_AVPHYS_PAGES);
  /bionic/libc/bionic/
sysconf.cpp 66 case _SC_AVPHYS_PAGES: return get_avphys_pages();
  /bionic/libc/include/bits/
sysconf.h 128 #define _SC_AVPHYS_PAGES 0x0063
  /external/ltp/testcases/kernel/mem/mtest06/
mmap2.c 150 pn = sysconf(_SC_AVPHYS_PAGES);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
confname.h 258 _SC_AVPHYS_PAGES,
259 #define _SC_AVPHYS_PAGES _SC_AVPHYS_PAGES
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
confname.h 258 _SC_AVPHYS_PAGES,
259 #define _SC_AVPHYS_PAGES _SC_AVPHYS_PAGES
  /external/stressapptest/src/
os.cc 400 int64 avpages = sysconf(_SC_AVPHYS_PAGES);
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 623 #if defined(_SC_AVPHYS_PAGES)
624 initConstant(env, c, "_SC_AVPHYS_PAGES", _SC_AVPHYS_PAGES);
    [all...]
  /libcore/luni/src/main/java/android/system/
OsConstants.java 560 public static final int _SC_AVPHYS_PAGES = placeholder();
    [all...]
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 264 _SC_AVPHYS_PAGES = 501
STROPTS.py 261 _SC_AVPHYS_PAGES = 501
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c     [all...]
  /external/python/cpython2/Modules/
posixmodule.c     [all...]
  /external/python/cpython3/Modules/
posixmodule.c     [all...]
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/current/
core.jar 

Completed in 117 milliseconds