HomeSort by relevance Sort by last modified time
    Searched defs:exceptionClass (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /frameworks/base/core/jni/
android_database_SQLiteCommon.cpp 63 const char* exceptionClass;
66 exceptionClass = "android/database/sqlite/SQLiteDiskIOException";
70 exceptionClass = "android/database/sqlite/SQLiteDatabaseCorruptException";
73 exceptionClass = "android/database/sqlite/SQLiteConstraintException";
76 exceptionClass = "android/database/sqlite/SQLiteAbortException";
79 exceptionClass = "android/database/sqlite/SQLiteDoneException";
83 exceptionClass = "android/database/sqlite/SQLiteFullException";
86 exceptionClass = "android/database/sqlite/SQLiteMisuseException";
89 exceptionClass = "android/database/sqlite/SQLiteAccessPermException";
92 exceptionClass = "android/database/sqlite/SQLiteDatabaseLockedException"
    [all...]
  /libcore/luni/src/main/native/
IcuUtilities.cpp 57 const char* exceptionClass = "java/lang/RuntimeException";
59 exceptionClass = "java/lang/IllegalArgumentException";
61 exceptionClass = "java/lang/ArrayIndexOutOfBoundsException";
63 exceptionClass = "java/lang/UnsupportedOperationException";
65 exceptionClass = "java/lang/ArithmeticException";
67 jniThrowExceptionFmt(env, exceptionClass, "%s failed: %s", function, u_errorName(error));
java_util_regex_Pattern.cpp 65 jclass exceptionClass = JniConstants::patternSyntaxExceptionClass;
66 jobject exception = env->NewObject(exceptionClass, method, message, pattern, error.offset);
  /libcore/luni/src/test/java/libcore/java/nio/file/
LinuxFileSystemTestData.java 77 public Class exceptionClass;
85 TestData(Class exceptionClass, String input, String... inputArray) {
86 this.exceptionClass = exceptionClass;
  /external/smali/smalidea/src/test/java/org/jf/smalidea/
SmaliClassTest.java 137 PsiClass exceptionClass = exceptionType.resolve();
138 Assert.assertNotNull(exceptionClass);
144 Assert.assertTrue(smaliClass.isInheritor(exceptionClass, true));
148 Assert.assertTrue(smaliClass.isInheritorDeep(exceptionClass, null));
152 Assert.assertTrue(smaliClass.isInheritor(exceptionClass, false));
  /dalvik/dexgen/src/com/android/dexgen/rop/
ByteCatchList.java 85 * @param exceptionClass {@code null-ok;} the exception class or
89 CstType exceptionClass) {
90 set0(n, new Item(startPc, endPc, handlerPc, exceptionClass));
235 private final CstType exceptionClass;
245 * @param exceptionClass {@code null-ok;} the exception class or
249 CstType exceptionClass) {
265 this.exceptionClass = exceptionClass;
303 return (exceptionClass != null) ?
304 exceptionClass : CstType.OBJECT
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
ByteCatchList.java 85 * @param exceptionClass {@code null-ok;} the exception class or
89 CstType exceptionClass) {
90 set0(n, new Item(startPc, endPc, handlerPc, exceptionClass));
235 private final CstType exceptionClass;
245 * @param exceptionClass {@code null-ok;} the exception class or
249 CstType exceptionClass) {
265 this.exceptionClass = exceptionClass;
303 return (exceptionClass != null) ?
304 exceptionClass : CstType.OBJECT
    [all...]
Ropper.java 914 CstType exceptionClass = one.getExceptionClass();
917 catchesAny |= (exceptionClass == CstType.OBJECT);
919 Frame f = frame.makeExceptionHandlerStartFrame(exceptionClass);
938 ExceptionHandlerSetup handler = handlers.getSetup(exceptionClass.getClassType());
    [all...]
  /frameworks/base/packages/PrintSpooler/jni/
com_android_printspooler_util_BitmapSerializeUtils.cpp 75 jclass exceptionClass = env->FindClass(className);
76 env->ThrowNew(exceptionClass, message);
  /external/conscrypt/common/src/jni/main/include/
Errors.h 53 jclass exceptionClass = env->FindClass(className);
55 if (exceptionClass == nullptr) {
61 if (env->ThrowNew(exceptionClass, msg) != JNI_OK) {
67 env->DeleteLocalRef(exceptionClass);
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
JSR166TestCase.java 815 final Class<?> exceptionClass;
817 <T extends Throwable> RunnableShouldThrow(Class<T> exceptionClass) {
818 this.exceptionClass = exceptionClass;
824 threadShouldThrow(exceptionClass.getSimpleName());
826 if (! exceptionClass.isInstance(t))
835 final Class<?> exceptionClass;
837 <T extends Throwable> ThreadShouldThrow(Class<T> exceptionClass) {
838 this.exceptionClass = exceptionClass;
    [all...]
  /dalvik/dx/src/com/android/dx/command/dump/
BlockDumper.java 259 CstType exceptionClass = one.getExceptionClass();
262 ((exceptionClass == CstType.OBJECT) ? "<any>" :
263 exceptionClass.toHuman()) + " -> " +
  /art/runtime/jdwp/
jdwp_event.cc 120 exceptionClass(hs.NewHandle<mirror::Class>(nullptr)),
130 MutableHandle<mirror::Class> exceptionClass; /* ExceptionOnly */
532 !Dbg::MatchType(basket.exceptionClass.Get(), pMod->exceptionOnly.refTypeId)) {
    [all...]
  /external/doclava/src/com/google/doclava/
MethodInfo.java 746 ClassInfo exceptionClass = new ClassInfo(exec);
748 mThrownExceptions.add(exceptionClass);
    [all...]
  /external/robolectric/v3/
robolectric-utils-3.1-SNAPSHOT.jar 
  /prebuilts/misc/common/robolectric/lib/
robolectric-utils-3.1.1.jar 
guava-19.0.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-core/1.11.18/
aws-java-sdk-core-1.11.18.jar 
  /external/dexmaker/lib/
dalvik-dx-1.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/dalvik-dx/1/
dalvik-dx-1.jar 
  /prebuilts/tools/common/google-java-format/
google-java-format-1.0-all-deps.jar 
google-java-format-all-deps.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/19.0/
guava-19.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/19.0-rc2/
guava-19.0-rc2.jar 

Completed in 817 milliseconds

1 2 3 4 5