Searched refs:throwException (Results 1 - 10 of 10) sorted by relevance

/frameworks/ex/framesequence/jni/
H A DBitmapDecoderJNI.cpp27 void throwException(JNIEnv* env, const char* error) { function
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeResources.java170 throwException(id);
191 throwException(id);
210 throwException(id);
233 throwException(id);
277 throwException(id);
311 throwException(id);
356 throwException(id);
384 throwException(id);
412 throwException(id);
444 throwException(i
680 private void throwException(int id) throws NotFoundException { method in class:BridgeResources
[all...]
/frameworks/base/packages/PrintSpooler/jni/
H A Dcom_android_printspooler_util_BitmapSerializeUtils.cpp67 static void throwException(JNIEnv* env, const char* className, const char* message) { function in namespace:android
74 throwException(env, className, message);
79 throwException(env, className, message);
/frameworks/opt/net/wifi/service/jni/
H A Djni_helper.h6 void throwException( JNIEnv *env, const char *message, int line );
32 #define THROW(env, message) throwException(env, message, __LINE__)
H A Djni_helper.cpp34 void throwException( JNIEnv *env, const char *message, int line ) function in namespace:android
/frameworks/base/services/core/jni/
H A Dcom_android_server_connectivity_Vpn.cpp252 static void throwException(JNIEnv *env, int error, const char *message) function in namespace:android
265 throwException(env, tun, "Cannot create interface");
275 throwException(env, SYSTEM_ERROR, "Cannot get interface name");
300 throwException(env, count, "Cannot set address");
322 throwException(env, SYSTEM_ERROR, "Cannot reset interface");
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DGsmAlphabet.java158 * @param throwException If true, throws EncodeException on invalid char.
160 * @throws EncodeException encode error when throwException is true
164 charToGsm(char c, boolean throwException) throws EncodeException { argument
173 if (throwException) {
371 * @param throwException If true, throws EncodeException on invalid char.
381 boolean throwException, int languageTable, int languageShiftTable)
384 int septetCount = countGsmSeptetsUsingTables(data, !throwException,
405 if (throwException) {
380 stringToGsm7BitPacked(String data, int startingSeptetOffset, boolean throwException, int languageTable, int languageShiftTable) argument
/frameworks/base/core/java/android/app/
H A DFragmentManager.java451 private void throwException(RuntimeException ex) { method in class:FragmentManagerImpl
568 throwException(new IllegalStateException("Fragment " + fragment
581 throwException(new IllegalStateException("Fragment no longer exists for key "
586 throwException(new IllegalStateException("Fragment no longer exists for key "
595 throwException(new IllegalStateException("Fragment " + fragment
886 throwException(new IllegalArgumentException(
1651 throwException(new IllegalStateException(
1666 throwException(new IllegalStateException(
1707 throwException(new IllegalStateException(
1814 throwException(ne
[all...]
/frameworks/base/core/jni/
H A Dandroid_view_ThreadedRenderer.cpp95 throwException(mVm, mMessage);
98 static void throwException(JavaVM* vm, const std::string& message) { function in class:android::RenderingException
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentManager.java460 private void throwException(RuntimeException ex) { method in class:FragmentManagerImpl
573 throwException(new IllegalStateException("Fragment " + fragment
586 throwException(new IllegalStateException("Fragment no longer exists for key "
591 throwException(new IllegalStateException("Fragment no longer exists for key "
605 throwException( new IllegalStateException("Fragment " + fragment
945 throwException(new IllegalArgumentException(
1709 throwException(new IllegalStateException(
1724 throwException(new IllegalStateException(
1765 throwException(new IllegalStateException(
1872 throwException(ne
[all...]

Completed in 737 milliseconds