/aosp12/art/test/044-proxy/src/ |
H A D | WrappedThrow.java | 135 public void throwException() throws BaseException; in throwException() method 147 public void throwException() throws SubException; in throwException() method 167 public void throwException() throws SubException {} in throwException() method in WTMix
|
/aosp12/art/test/718-zipfile-finalizer/src/ |
H A D | Main.java | 37 public static int throwException() throws Exception { in throwException() method in Main
|
/aosp12/packages/modules/NetworkStack/apishim/common/com/android/networkstack/apishim/common/ |
H A D | SettingsShim.java | 34 boolean throwException); in checkAndNoteWriteSettingsOperation()
|
/aosp12/frameworks/ex/framesequence/jni/ |
H A D | BitmapDecoderJNI.cpp | 27 void throwException(JNIEnv* env, const char* error) { in throwException() function
|
/aosp12/packages/modules/NetworkStack/apishim/30/com/android/networkstack/apishim/api30/ |
H A D | SettingsShimImpl.java | 46 boolean throwException) { in checkAndNoteWriteSettingsOperation()
|
/aosp12/packages/modules/NetworkStack/apishim/31/com/android/networkstack/apishim/api31/ |
H A D | SettingsShimImpl.java | 50 boolean throwException) { in checkAndNoteWriteSettingsOperation()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/async/ |
H A D | AsyncResultHelper.java | 55 public static void throwException( in throwException() method in AsyncResultHelper
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/ |
H A D | ContactsQueryHelperTest.java | 210 public void setThrowSQLiteException(boolean throwException) { in setThrowSQLiteException() 214 public void setThrowIllegalArgumentException(boolean throwException) { in setThrowIllegalArgumentException()
|
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
H A D | MockTetheringService.java | 48 boolean throwException) { in checkAndNoteWriteSettingsOperation()
|
/aosp12/packages/modules/Connectivity/service/jni/ |
H A D | com_android_server_TestNetworkService.cpp | 48 static void throwException(JNIEnv* env, int error, const char* action, const char* iface) { in throwException() function
|
/aosp12/art/test/542-inline-trycatch/src/ |
H A D | Main.java | 175 private static void throwException() throws Exception { in throwException() method in Main
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | PersistableBundle.java | 127 private PersistableBundle(Bundle b, boolean throwException) { in PersistableBundle() 137 private PersistableBundle(ArrayMap<String, Object> map, boolean throwException) { in PersistableBundle()
|
/aosp12/frameworks/base/telephony/common/com/android/internal/telephony/ |
H A D | GsmAlphabet.java | 177 charToGsm(char c, boolean throwException) throws EncodeException { in charToGsm() 398 boolean throwException, int languageTable, int languageShiftTable) in stringToGsm7BitPacked()
|
/aosp14/frameworks/base/telephony/common/com/android/internal/telephony/ |
H A D | GsmAlphabet.java | 177 charToGsm(char c, boolean throwException) throws EncodeException { in charToGsm() 398 boolean throwException, int languageTable, int languageShiftTable) in stringToGsm7BitPacked()
|
/aosp12/frameworks/base/core/java/android/view/inputmethod/ |
H A D | InputContentInfo.java | 125 @NonNull ClipDescription description, @Nullable Uri linkUri, boolean throwException) { in validateInternal()
|
/aosp14/frameworks/base/core/java/android/view/inputmethod/ |
H A D | InputContentInfo.java | 125 @NonNull ClipDescription description, @Nullable Uri linkUri, boolean throwException) { in validateInternal()
|
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
H A D | KernelSingleUidTimeReaderTest.java | 319 public void letReadDataThrowException(boolean throwException) { in letReadDataThrowException()
|
/aosp12/frameworks/base/packages/PrintSpooler/jni/ |
H A D | com_android_printspooler_util_BitmapSerializeUtils.cpp | 74 static void throwException(JNIEnv* env, const char* className, const char* message) { in throwException() function
|
/aosp12/libnativehelper/tests_mts/src/com/android/art/libnativehelper/ |
H A D | JniHelpTest.java | 37 private static native void throwException(String className, String message); in throwException() method in JniHelpTest
|
/aosp14/frameworks/base/packages/PrintSpooler/jni/ |
H A D | com_android_printspooler_util_BitmapSerializeUtils.cpp | 69 static void throwException(JNIEnv* env, const char* className, const char* message) { in throwException() function
|
/aosp12/libnativehelper/tests_mts/jni/ |
H A D | jni_helper_jni.cpp | 33 static void throwException(JNIEnv* env, jclass /*clazz*/, jstring className, jstring message) { in throwException() function
|
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
H A D | KernelSingleUidTimeReaderTest.java | 375 public void letReadDataThrowException(boolean throwException) { in letReadDataThrowException()
|
/aosp12/frameworks/layoutlib/bridge/src/android/content/res/ |
H A D | Resources_Delegate.java | 1125 private static void throwException(Resources resources, int id, @Nullable String expectedType) in throwException() method in Resources_Delegate 1130 private static void throwException(Resources resources, int id) throws NotFoundException { in throwException() method in Resources_Delegate 1134 private static void throwException(int id, @Nullable ResourceReference resourceInfo) { in throwException() method in Resources_Delegate 1137 private static void throwException(int id, @Nullable ResourceReference resourceInfo, in throwException() method in Resources_Delegate
|
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ |
H A D | TetheringService.java | 300 boolean throwException) { in checkAndNoteWriteSettingsOperation()
|
/aosp12/packages/modules/NetworkStack/tests/unit/jni/ |
H A D | apf_jni.cpp | 86 static void throwException(JNIEnv* env, const std::string& error) { in throwException() function
|