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

12

  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/sys/
sysconf.h 129 #define _SC_AVPHYS_PAGES 0x0063
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/sys/
sysconf.h 129 #define _SC_AVPHYS_PAGES 0x0063
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/sys/
sysconf.h 129 #define _SC_AVPHYS_PAGES 0x0063
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/sys/
sysconf.h 129 #define _SC_AVPHYS_PAGES 0x0063
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/sys/
sysconf.h 129 #define _SC_AVPHYS_PAGES 0x0063
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/sys/
sysconf.h 129 #define _SC_AVPHYS_PAGES 0x0063
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/sys/
sysconf.h 129 #define _SC_AVPHYS_PAGES 0x0063
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/sys/
sysconf.h 129 #define _SC_AVPHYS_PAGES 0x0063
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
confname.h 258 _SC_AVPHYS_PAGES,
259 #define _SC_AVPHYS_PAGES _SC_AVPHYS_PAGES
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
confname.h 258 _SC_AVPHYS_PAGES,
259 #define _SC_AVPHYS_PAGES _SC_AVPHYS_PAGES
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
confname.h 258 _SC_AVPHYS_PAGES,
259 #define _SC_AVPHYS_PAGES _SC_AVPHYS_PAGES
  /bionic/libc/bionic/
sysconf.cpp 341 case _SC_AVPHYS_PAGES: return __sysconf_avphys_pages();
  /libcore/luni/src/main/native/
libcore_io_OsConstants.cpp 425 #if defined(_SC_AVPHYS_PAGES)
426 initConstant(env, c, "_SC_AVPHYS_PAGES", _SC_AVPHYS_PAGES);
  /external/stressapptest/src/
os.cc 341 int64 avpages = sysconf(_SC_AVPHYS_PAGES);
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 366 public static final int _SC_AVPHYS_PAGES = placeholder();
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 678 milliseconds

12