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

1 2 3 4 5 6

  /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 {
  /external/proguard/src/proguard/evaluation/
BranchUnit.java 62 public void throwException();
BasicBranchUnit.java 119 public void throwException()
  /libcore/support/src/test/java/tests/support/
Support_ASimpleInputStream.java 29 public Support_ASimpleInputStream(boolean throwException) {
31 throwExceptionOnNextUse = throwException;
Support_ASimpleOutputStream.java 29 public Support_ASimpleOutputStream(boolean throwException) {
31 throwExceptionOnNextUse = throwException;
Support_ASimpleReader.java 29 public Support_ASimpleReader(boolean throwException) {
31 throwExceptionOnNextUse = throwException;
Support_ASimpleWriter.java 29 public Support_ASimpleWriter(boolean throwException) {
31 throwExceptionOnNextUse = throwException;
Support_OutputStream.java 29 public Support_OutputStream(boolean throwException) {
31 throwsException = throwException;
  /external/vogar/test/vogar/target/junit4/
FailTest.java 34 public void throwException() {
  /frameworks/ex/framesequence/jni/
BitmapDecoderJNI.cpp 27 void throwException(JNIEnv* env, const char* error) {
  /libcore/ojluni/src/main/java/javax/net/ssl/
SSLServerSocketFactory.java 190 private ServerSocket throwException() throws SocketException {
196 return throwException();
203 return throwException();
209 return throwException();
216 return throwException();
SSLSocketFactory.java 223 private Socket throwException() throws SocketException {
231 return throwException();
237 return throwException();
244 return throwException();
250 return throwException();
257 return throwException();
264 return throwException();
  /frameworks/base/services/tests/servicestests/jni/
apf_jni.cpp 64 static void throwException(JNIEnv* env, const std::string& error) {
78 throwException(env, "pcap_open_dead failed");
85 throwException(env, "pcap_compile failed");
111 throwException(env, "pcap_fopen_offline failed: " + std::string(pcap_error));
119 throwException(env, "pcap_fopen_offline failed: " + std::string(pcap_error));
126 throwException(env, "pcap_compile failed");
132 throwException(env, "pcap_setfilter failed");
  /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/guava/guava-tests/test/com/google/common/util/concurrent/
ListenableFutureTaskTest.java 43 protected volatile boolean throwException = false;
51 if (throwException) {
107 throwException = true;
  /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();
  /frameworks/base/tools/layoutlib/bridge/src/android/content/res/
Resources_Delegate.java 146 throwException(resources, id);
207 throwException(resources, id);
249 throwException(resources, id);
373 throwException(resources, id);
437 throwException(resources, id);
472 throwException(resources, id);
522 throwException(resources, id);
551 throwException(resources, id);
580 throwException(resources, id);
607 throwException(resources, id)
    [all...]
  /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);
  /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);
  /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"))
  /frameworks/base/services/core/jni/
com_android_server_connectivity_Vpn.cpp 252 static void throwException(JNIEnv *env, int error, const char *message)
265 throwException(env, tun, "Cannot create interface");
275 throwException(env, SYSTEM_ERROR, "Cannot get interface name");
300 throwException(env, count, "Cannot set address");
322 throwException(env, SYSTEM_ERROR, "Cannot reset interface");
  /libcore/ojluni/src/main/java/java/lang/
StringCoding.java 174 cr.throwException();
177 cr.throwException();
249 cr.throwException();
252 cr.throwException();
384 cr.throwException();
387 cr.throwException();
  /external/v8/test/webkit/
stack-unwinding.js 46 function throwException() {
53 throwException();

Completed in 617 milliseconds

1 2 3 4 5 6