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

1 2 3 4 5 6 7 8

  /frameworks/ex/framesequence/jni/
BitmapDecoderJNI.cpp 27 void throwException(JNIEnv* env, const char* error) {
  /external/proguard/src/proguard/evaluation/
BranchUnit.java 62 public void throwException();
BasicBranchUnit.java 119 public void throwException()
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
CountModifierDebuggee.java 44 public void throwException() throws TestException {
45 System.out.println("TestClass.throwException: exceptionCount=" + exceptionEventCount);
58 obj.throwException();
InstanceOnlyModifierDebuggee.java 41 throwException();
53 private void throwException() throws TestException {
55 "InstanceOnlyModifierDebuggee.TestClass.throwException()");
ThreadOnlyModifierDebuggee.java 61 throwException();
67 void throwException() throws TestException {
69 "ThreadOnlyModifierDebuggee.TestThread.throwException()");
  /external/tensorflow/tensorflow/contrib/lite/java/src/main/native/
exception_jni.cc 29 void throwException(JNIEnv* env, const char* clazz, const char* fmt, ...) {
46 throwException(env, kNullPointerException,
  /external/tensorflow/tensorflow/java/src/main/native/
exception_jni.cc 30 void throwException(JNIEnv* env, const char* clazz, const char* fmt, ...) {
  /external/vogar/test/vogar/target/junit4/
FailTest.java 34 public void throwException() {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/async/
AsyncResultHelper.java 55 public static void throwException(
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
CoderResultTest.java 60 CoderResult.OVERFLOW.throwException();
80 CoderResult.UNDERFLOW.throwException();
223 * Test method throwException().
228 CoderResult.OVERFLOW.throwException();
234 CoderResult.UNDERFLOW.throwException();
240 CoderResult.malformedForLength(1).throwException();
246 CoderResult.unmappableForLength(1).throwException();
  /art/test/542-inline-trycatch/src/
Main.java 67 throwException();
106 throwException();
113 throwException();
142 throwException();
149 throwException();
175 private static void throwException() throws Exception {
  /device/sample/frameworks/PlatformLibrary/jni/
PlatformLibrary.cpp 50 static void throwException(JNIEnv* env, const char* ex, const char* fmt,
80 throwException(env, "java/lang/IllegalStateException",
103 throwException(env, "java/lang/NullPointerException", NULL, 0);
  /libcore/ojluni/src/main/java/javax/net/ssl/
SSLServerSocketFactory.java 191 private ServerSocket throwException() throws SocketException {
198 return throwException();
206 return throwException();
213 return throwException();
221 return throwException();
  /art/test/044-proxy/src/
WrappedThrow.java 75 if1.throwException();
135 public void throwException() throws BaseException;
147 public void throwException() throws SubException;
167 public void throwException() throws SubException {}
220 if (method.getName().equals("throwException"))
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
ListenableFutureTaskTest.java 43 protected volatile boolean throwException = false;
51 if (throwException) {
107 throwException = true;
  /frameworks/base/packages/PrintSpooler/jni/
com_android_printspooler_util_BitmapSerializeUtils.cpp 74 static void throwException(JNIEnv* env, const char* className, const char* message) {
81 throwException(env, className, message);
86 throwException(env, className, message);
  /frameworks/base/services/core/jni/
com_android_server_connectivity_Vpn.cpp 253 static void throwException(JNIEnv *env, int error, const char *message)
266 throwException(env, tun, "Cannot create interface");
276 throwException(env, SYSTEM_ERROR, "Cannot get interface name");
301 throwException(env, count, "Cannot set address");
323 throwException(env, SYSTEM_ERROR, "Cannot reset interface");
  /frameworks/base/tests/net/jni/
apf_jni.cpp 82 static void throwException(JNIEnv* env, const std::string& error) {
96 throwException(env, "pcap_open_dead failed");
103 throwException(env, "pcap_compile failed");
129 throwException(env, "pcap_fopen_offline failed: " + std::string(pcap_error));
137 throwException(env, "pcap_fopen_offline failed: " + std::string(pcap_error));
144 throwException(env, "pcap_compile failed");
150 throwException(env, "pcap_setfilter failed");
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/apdu/
ApduSender.java 96 AsyncResultHelper.throwException(
  /libcore/ojluni/src/main/java/java/nio/charset/
CoderResult.java 275 public void throwException()
CharsetDecoder.java 812 cr.throwException();
    [all...]
CharsetEncoder.java     [all...]
  /external/flatbuffers/java/com/google/flatbuffers/
Table.java 122 cr.throwException();
  /libcore/ojluni/src/lambda/java/java/lang/invoke/
MethodHandles.java 152 MethodHandle throwException(Class<?> returnType, Class<? extends Throwable> exType) { return null; }

Completed in 1178 milliseconds

1 2 3 4 5 6 7 8