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

1 2 3 4 5 6 7

  /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/vogar/test/vogar/target/junit4/
FailTest.java 34 public 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);
  /frameworks/base/tests/net/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");
  /libcore/ojluni/src/main/java/javax/net/ssl/
SSLServerSocketFactory.java 190 private ServerSocket throwException() throws SocketException {
197 return throwException();
205 return throwException();
212 return throwException();
220 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");
  /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();
  /frameworks/support/emoji/core/src/android/support/text/emoji/
FontRequestEmojiCompatConfig.java 123 throwException("provider not found");
126 throwException("fetchFonts failed (" + result.getStatusCode() + ")");
130 throwException("fetchFonts failed (empty result)");
135 throwException("fetchFonts result is not OK. (" + font.getResultCode() + ")");
145 throwException("Unable to open file.");
155 throwException("Failed to create Typeface.");
165 private static void throwException(String msg) {
  /libcore/ojluni/src/lambda/java/java/lang/invoke/
MethodHandles.java 152 MethodHandle throwException(Class<?> returnType, Class<? extends Throwable> exType) { return null; }
  /libcore/ojluni/src/main/java/java/lang/
StringCoding.java 170 cr.throwException();
173 cr.throwException();
245 cr.throwException();
248 cr.throwException();
322 cr.throwException();
325 cr.throwException();
382 cr.throwException();
385 cr.throwException();
  /libcore/ojluni/src/main/java/sun/nio/cs/
StreamDecoder.java 337 cr.throwException();
368 cr.throwException();
380 cr.throwException();
  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/src/
cxxabi.cc 262 _GABIXX_NORETURN void throwException(__cxa_exception *header) {
335 throwException(header);
353 throwException(header);

Completed in 1363 milliseconds

1 2 3 4 5 6 7