Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/jni/
H A DImageDecoder.cpp85 static jobject throw_exception(JNIEnv* env, Error error, const char* msg, in throw_exception() function
107 return throw_exception(env, kSourceMalformedData, "Failed to create a stream", in native_create()
117 return throw_exception(env, kSourceException, "", jexception, source); in native_create()
122 return throw_exception(env, kSourceIncomplete, "", nullptr, source); in native_create()
127 return throw_exception(env, kSourceMalformedData, msg.c_str(), in native_create()
135 return throw_exception(env, kSourceException, "", jexception, source); in native_create()
140 return throw_exception(env, kSourceMalformedData, "", nullptr, source); in native_create()
160 return throw_exception(env, kSourceMalformedData, in ImageDecoder_nCreateFd()
168 return throw_exception(env, kSourceMalformedData, "Could not open file", in ImageDecoder_nCreateFd()
189 return throw_exception(env, kSourceMalformedData, "Failed to create a stream", in ImageDecoder_nCreateInputStream()
[all …]
/aosp12/art/runtime/mirror/
H A Dobject_array-inl.h236 bool throw_exception) { in AssignableCheckingMemcpy() argument
313 if (throw_exception) { in AssignableCheckingMemcpy()
H A Dobject_array.h109 bool throw_exception)