Home
last modified time | relevance | path

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

/external/python/cpython3/Android/testbed/app/src/main/c/
Dmain_activity.c11 static void throw_runtime_exception(JNIEnv *env, const char *message) { in throw_runtime_exception() function
96 throw_runtime_exception(env, error_message); in Java_org_python_testbed_PythonTestRunner_redirectStdioToLogcat()
115 throw_runtime_exception(env, status.err_msg ? status.err_msg : ""); in throw_status()