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

  /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/
java_util_regex_Pattern.cpp 69 jclass exceptionClass = JniConstants::patternSyntaxExceptionClass;
70 jobject exception = env->NewObject(exceptionClass, method, message, pattern, error.offset);
  /dalvik/vm/native/
InternalNative.cpp 156 ClassObject* exceptionClass = NULL;
158 exceptionClass = gDvm.exNullPointerException;
160 exceptionClass = gDvm.exIllegalArgumentException;
163 if (exceptionClass == NULL) {
169 dvmThrowExceptionFmt(exceptionClass, "expected receiver of type %s, but got %s",
  /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 808 CstType exceptionClass = one.getExceptionClass();
811 catchesAny |= (exceptionClass == CstType.OBJECT);
813 Frame f = frame.makeExceptionHandlerStartFrame(exceptionClass);
831 catchTypes[targ] = exceptionClass.getClassType();
832 } else if (already != exceptionClass.getClassType()) {
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
JSR166TestCase.java 813 final Class<?> exceptionClass;
815 <T extends Throwable> RunnableShouldThrow(Class<T> exceptionClass) {
816 this.exceptionClass = exceptionClass;
822 threadShouldThrow(exceptionClass.getSimpleName());
824 if (! exceptionClass.isInstance(t))
833 final Class<?> exceptionClass;
835 <T extends Throwable> ThreadShouldThrow(Class<T> exceptionClass) {
836 this.exceptionClass = exceptionClass;
    [all...]
  /dalvik/dx/src/com/android/dx/command/dump/
BlockDumper.java 260 CstType exceptionClass = one.getExceptionClass();
263 ((exceptionClass == CstType.OBJECT) ? "<any>" :
264 exceptionClass.toHuman()) + " -> " +
  /dalvik/vm/interp/
Interp.cpp     [all...]
  /external/doclava/src/com/google/doclava/
MethodInfo.java 638 ClassInfo exceptionClass = new ClassInfo(exec);
640 mThrownExceptions.add(exceptionClass);
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 7044 milliseconds