Home
last modified time | relevance | path

Searched refs:_SC_PHYS_PAGES (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/annotations/flagged_api/android/system/
DOsConstants.annotated.java1460 public static final int _SC_PHYS_PAGES; field in OsConstants
1461 static { _SC_PHYS_PAGES = 0; }
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp693 #if defined(_SC_PHYS_PAGES) in OsConstants_initConstants()
694 initConstant(env, c, "_SC_PHYS_PAGES", _SC_PHYS_PAGES); in OsConstants_initConstants()
/libcore/luni/src/main/java/android/system/
DOsConstants.java912 public static final int _SC_PHYS_PAGES = placeholder(); field in OsConstants
/libcore/api/
Dcurrent.txt628 field public static final int _SC_PHYS_PAGES;