Searched refs:cause (Results 1 – 4 of 4) sorted by relevance
/libnativehelper/ |
D | DlHelp.c | 60 DWORD cause = GetLastError(); in DlGetError() local 62 DWORD length = FormatMessageA(flags, NULL, cause, 0, buffer, sizeof(buffer), NULL); in DlGetError() 66 GetLastError(), cause); in DlGetError()
|
D | NOTICE | 31 "control" means (i) the power, direct or indirect, to cause the 110 (b) You must cause any modified files to carry prominent notices
|
/libnativehelper/tests_mts/jni/ |
D | jni_helper_jni.cpp | 61 static void throwIOException(JNIEnv* env, jclass /*clazz*/, jint cause) { in throwIOException() argument 62 jniThrowIOException(env, cause); in throwIOException() 65 static void throwErrnoException(JNIEnv* env, jclass /*clazz*/, jstring functionName, jint cause) { in throwErrnoException() argument 67 jniThrowErrnoException(env, m.c_str(), cause); in throwErrnoException()
|
/libnativehelper/tests_mts/src/com/android/art/libnativehelper/ |
D | JniHelpTest.java | 43 private static native void throwIOException(int cause) throws IOException; in throwIOException() argument 44 … private static native void throwErrnoException(String fileName, int cause) throws ErrnoException; in throwErrnoException() argument
|