Home
last modified time | relevance | path

Searched refs:SIGINT (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/native/
Djvm_md.h86 #define JVM_SIGINT SIGINT
/libcore/luni/annotations/flagged_api/android/system/
DOsConstants.annotated.java997 public static final int SIGINT; field in OsConstants
998 static { SIGINT = 0; }
/libcore/luni/src/main/java/android/system/
DOsConstants.java646 public static final int SIGINT = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp497 initConstant(env, c, "SIGINT", SIGINT); in OsConstants_initConstants()
/libcore/api/
Dcurrent.txt474 field public static final int SIGINT;