Searched defs:throwException (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/media/jni/
H A Dandroid_media_ResampleInputStream.cpp42 static void throwException(JNIEnv *env, const char* ex, const char* fmt, int data) { function
96 throwException(env, "java/lang/IllegalArgumentException",
H A Dandroid_media_AmrInputStream.cpp55 static void throwException(JNIEnv *env, const char* ex, const char* fmt, int data) { function
68 throwException(env, "java/lang/RuntimeException",
79 throwException(env, "java/lang/IllegalArgumentException",
100 throwException(env, "java/io/IOException",
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeResources.java165 throwException(id);
186 throwException(id);
204 throwException(id);
219 throwException(id);
264 throwException(id);
299 throwException(id);
339 throwException(id);
361 throwException(id);
383 throwException(id);
408 throwException(i
624 private void throwException(int id) throws NotFoundException { method in class:BridgeResources
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DGsmAlphabet.java106 * @param throwException If true, throws EncodeException on invalid char.
108 * @throws EncodeException encode error when throwException is true
112 charToGsm(char c, boolean throwException) throws EncodeException { argument
121 if (throwException) {
301 * @param throwException If true, throws EncodeException on invalid char.
311 boolean throwException, int languageTable, int languageShiftTable)
314 int septetCount = countGsmSeptetsUsingTables(data, !throwException,
335 if (throwException) {
310 stringToGsm7BitPacked(String data, int startingSeptetOffset, boolean throwException, int languageTable, int languageShiftTable) argument

Completed in 2185 milliseconds