HomeSort by relevance Sort by last modified time
    Searched refs:exc_class (Results 1 - 8 of 8) sorted by null

  /art/test/ti-agent/
jni_helper.h 62 ScopedLocalRef<jclass> exc_class(env, env->FindClass("java/lang/NullPointerException"));
63 if (exc_class.get() == nullptr) {
67 return env->ThrowNew(exc_class.get(), msg) == JNI_OK;
  /external/python/cpython3/Lib/test/
signalinterproctester.py 24 def wait_signal(self, child, signame, exc_class=None):
27 # This wait should be interrupted by exc_class
39 if exc_class is not None and isinstance(exc, exc_class):
  /external/python/cpython2/Modules/_ctypes/
ctypes.h 368 extern void _ctypes_extend_error(PyObject *exc_class, char *fmt, ...);
callproc.c 958 * Raise a new exception 'exc_class', adding additional text to the original
961 void _ctypes_extend_error(PyObject *exc_class, char *fmt, ...)
991 PyErr_SetObject(exc_class, s);
    [all...]
  /external/python/cpython3/Modules/_ctypes/
ctypes.h 326 extern void _ctypes_extend_error(PyObject *exc_class, const char *fmt, ...);
callproc.c 926 * Raise a new exception 'exc_class', adding additional text to the original
929 void _ctypes_extend_error(PyObject *exc_class, const char *fmt, ...)
959 PyErr_SetObject(exc_class, s);
    [all...]
  /frameworks/base/core/jni/
android_util_Binder.cpp 221 ScopedLocalRef<jclass> exc_class(env, env->GetObjectClass(error));
222 jmethodID method_id = env->GetMethodID(exc_class.get(), "toString",
    [all...]
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py     [all...]

Completed in 792 milliseconds