HomeSort by relevance Sort by last modified time
    Searched refs:Throw (Results 101 - 125 of 180) sorted by null

1 2 3 45 6 7 8

  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/
jni.h 187 jint (*Throw)(JNIEnv*, jthrowable);
539 jint Throw(jthrowable obj)
540 { return functions->Throw(this, obj); }
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
jni.h 187 jint (*Throw)(JNIEnv*, jthrowable);
539 jint Throw(jthrowable obj)
540 { return functions->Throw(this, obj); }
    [all...]
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
jni.h 187 jint (*Throw)(JNIEnv*, jthrowable);
539 jint Throw(jthrowable obj)
540 { return functions->Throw(this, obj); }
    [all...]
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
jni.h 187 jint (*Throw)(JNIEnv*, jthrowable);
539 jint Throw(jthrowable obj)
540 { return functions->Throw(this, obj); }
    [all...]
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
jni.h 187 jint (*Throw)(JNIEnv*, jthrowable);
539 jint Throw(jthrowable obj)
540 { return functions->Throw(this, obj); }
    [all...]
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
jni.h 187 jint (*Throw)(JNIEnv*, jthrowable);
539 jint Throw(jthrowable obj)
540 { return functions->Throw(this, obj); }
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
jni.h 187 jint (*Throw)(JNIEnv*, jthrowable);
539 jint Throw(jthrowable obj)
540 { return functions->Throw(this, obj); }
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
jni.h 187 jint (*Throw)(JNIEnv*, jthrowable);
539 jint Throw(jthrowable obj)
540 { return functions->Throw(this, obj); }
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
jni.h 187 jint (*Throw)(JNIEnv*, jthrowable);
539 jint Throw(jthrowable obj)
540 { return functions->Throw(this, obj); }
    [all...]
  /art/runtime/
jni_internal_test.cc     [all...]
check_jni.cc     [all...]
reflection.cc 595 soa.Env()->Throw(reinterpret_cast<jthrowable>(exception_instance));
  /external/chromium_org/v8/src/
isolate.cc 850 Object* Isolate::Throw(Object* exception, MessageLocation* location) {
872 return Throw(heap_.illegal_access_string());
877 return Throw(*factory()->NewRangeError(
883 // When scheduling a throw we first throw the exception to get the
885 Throw(exception);
914 // Re-throw the exception to avoid getting repeated error reporting.
    [all...]
json-parser.h 248 return isolate()->template Throw<Object>(error, &location);
scopes.cc     [all...]
objects.cc 418 return isolate->Throw<Object>(error);
485 return isolate->Throw<Object>(error);
515 return isolate->Throw<Object>(error);
    [all...]
full-codegen.cc 231 void BreakableStatementChecker::VisitThrow(Throw* expr) {
232 // Throw is breakable if the expression is.
913 EmitGeneratorResume(args->at(0), args->at(1), JSGeneratorObject::THROW);
    [all...]
ast.cc     [all...]
  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 566 // - a throw-expression (15.1)
567 namespace Throw {
569 int n : (throw "hello", 10); // expected-error {{constant expression}}
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
BaseTreeAdaptor.as 99 * Return newRoot. Throw an exception if newRoot is not a
125 throw new Error("more than one node as root (TODO: make exception hierarchy)");
171 throw new Error("don't know enough about Tree node");
179 throw new Error("don't know enough about Tree node");
222 throw new Error("Not implemented - abstract function");
241 throw new Error("Not implemented - abstract function");
245 throw new Error("Not implemented - abstract function");
249 throw new Error("Not implemented - abstract function");
253 throw new Error("Not implemented - abstract function");
257 throw new Error("Not implemented - abstract function")
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/java/
jni.h 225 jint (JNICALL *Throw)
746 jint Throw(jthrowable obj) {
747 return functions->Throw(this, obj);
    [all...]
jri.h 72 (((*(env))->Throw)(env, JRI_Throw_op, obj))
412 void (*Throw)(JRIEnv* env, jint op, struct java_lang_Throwable* a);
    [all...]
  /external/chromium_org/v8/test/mjsunit/
elements-kind.js 418 // Throw away type information in the ICs for next stress run.
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp     [all...]
  /frameworks/base/media/jni/
android_media_MediaCodec.cpp 735 env->Throw(exception);
770 env->Throw(exception);
    [all...]

Completed in 1489 milliseconds

1 2 3 45 6 7 8