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

  /external/libpng/contrib/visupng/
cexcept.h 69 The Try/Catch and Throw statements (described below) implicitly
97 Try/Catch/Throw macros, so it shouldn't be expensive or have side
118 The Try/Catch/Throw macros are capitalized in order to avoid
132 If a Throw that uses the same exception context as the Try/Catch is
137 such Throw is executed, then the assignment is not performed, and
151 from a Try clause, it will suffice to use Throw, and then return
163 Throw expression;
165 A Throw statement is very much like a return statement, except that
167 where the current function was called, Throw jumps back to the Catch
243 #define Throw \
    [all...]
  /external/webkit/JavaScriptCore/runtime/
Completion.h 34 enum ComplType { Normal, Break, Continue, ReturnValue, Throw, Interrupted };
  /dalvik/tests/003-omnibus-opcodes/src/
Throw.java 20 public class Throw {
22 throw new NullPointerException("npe!");
26 throw new ArithmeticException();
30 System.out.println("Throw.one");
43 System.out.println("Throw.twoA");
65 System.out.println("Throw.twoN");
87 System.out.println("Throw.rethrow");
102 throw (NullPointerException) ex;
117 Throw th = new Throw();
    [all...]
Main.java 29 throw new RuntimeException();
59 Throw.run();
  /external/v8/src/
top.cc 606 Failure* Top::Throw(Object* exception, MessageLocation* location) {
620 return Throw(Heap::illegal_access_symbol());
625 // When scheduling a throw we first throw the exception to get the
627 Throw(exception);
637 // Re-throw the exception to avoid getting repeated error reporting.
    [all...]
ast.h 86 V(Throw) \
    [all...]
  /dalvik/vm/
Jni.c 709 * void and doesn't throw any exceptions, but we should probably
724 * void and doesn't throw any exceptions, but we should probably
    [all...]
  /dalvik/libnativehelper/include/nativehelper/
jni.h 186 jint (*Throw)(JNIEnv*, jthrowable);
538 jint Throw(jthrowable obj)
539 { return functions->Throw(this, obj); }
    [all...]
  /development/ndk/platforms/android-3/include/
jni.h 171 jint (*Throw)(JNIEnv*, jthrowable);
523 jint Throw(jthrowable obj)
524 { return functions->Throw(this, obj); }
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
jni.h 171 jint (*Throw)(JNIEnv*, jthrowable);
523 jint Throw(jthrowable obj)
524 { return functions->Throw(this, obj); }
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
jni.h 171 jint (*Throw)(JNIEnv*, jthrowable);
523 jint Throw(jthrowable obj)
524 { return functions->Throw(this, obj); }
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
jni.h 171 jint (*Throw)(JNIEnv*, jthrowable);
523 jint Throw(jthrowable obj)
524 { return functions->Throw(this, obj); }
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
jni.h 171 jint (*Throw)(JNIEnv*, jthrowable);
523 jint Throw(jthrowable obj)
524 { return functions->Throw(this, obj); }
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
jni.h 171 jint (*Throw)(JNIEnv*, jthrowable);
523 jint Throw(jthrowable obj)
524 { return functions->Throw(this, obj); }
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
jni.h 171 jint (*Throw)(JNIEnv*, jthrowable);
523 jint Throw(jthrowable obj)
524 { return functions->Throw(this, obj); }
    [all...]

Completed in 585 milliseconds